Skip to content
Success

Console Output

Pull request #42102 opened
19:05:35 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 5542f13c1a24468bff92ce265c892f7391f68f36+a602b052a9c285e9659e9ce007f2aa7f0a73812f (876f60bc80656950cf41115809e35b97c78d806c)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-42102@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
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"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
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
19:05:39 [2021-03-01T19:05:39.111Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
19:05:39 [2021-03-01T19:05:39.115Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
19:05:54 [2021-03-01T19:05:54.284Z] Still waiting to schedule task
19:05:54 [2021-03-01T19:05:54.286Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline
19:06:47 [2021-03-01T19:06:47.500Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07cadfe80725eb819) in /home/ubuntu/workspace/moby_PR-42102
[Pipeline] {
[Pipeline] checkout
19:06:47 [2021-03-01T19:06:47.685Z] The recommended git tool is: git
19:06:51 [2021-03-01T19:06:51.163Z] using credential docker-jenkins-github-credentials
19:06:51 [2021-03-01T19:06:51.171Z] Cloning the remote Git repository
19:06:51 [2021-03-01T19:06:51.171Z] Cloning with configured refspecs honoured and without tags
19:06:50 [2021-03-01T19:06:50.996Z] Cloning repository https://github.com/moby/moby.git
19:06:51 [2021-03-01T19:06:51.118Z]  > git init /home/ubuntu/workspace/moby_PR-42102 # timeout=10
19:06:51 [2021-03-01T19:06:51.511Z] Fetching upstream changes from https://github.com/moby/moby.git
19:06:51 [2021-03-01T19:06:51.511Z]  > git --version # timeout=10
19:06:51 [2021-03-01T19:06:51.540Z]  > git --version # 'git version 2.17.1'
19:06:51 [2021-03-01T19:06:51.541Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:06:51 [2021-03-01T19:06:51.543Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:07:11 [2021-03-01T19:07:11.821Z] Fetching without tags
19:07:12 [2021-03-01T19:07:12.193Z] Merging remotes/origin/master commit a602b052a9c285e9659e9ce007f2aa7f0a73812f into PR head commit 5542f13c1a24468bff92ce265c892f7391f68f36
19:07:13 [2021-03-01T19:07:13.221Z] Merge succeeded, producing 5542f13c1a24468bff92ce265c892f7391f68f36
19:07:13 [2021-03-01T19:07:13.222Z] Checking out Revision 5542f13c1a24468bff92ce265c892f7391f68f36 (PR-42102)
19:07:11 [2021-03-01T19:07:11.587Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:07:11 [2021-03-01T19:07:11.645Z]  > git config --add remote.origin.fetch +refs/pull/42102/head:refs/remotes/origin/PR-42102 # timeout=10
19:07:11 [2021-03-01T19:07:11.699Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:07:11 [2021-03-01T19:07:11.755Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:07:11 [2021-03-01T19:07:11.808Z] Fetching upstream changes from https://github.com/moby/moby.git
19:07:11 [2021-03-01T19:07:11.808Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:07:11 [2021-03-01T19:07:11.809Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:07:12 [2021-03-01T19:07:12.185Z]  > git config core.sparsecheckout # timeout=10
19:07:12 [2021-03-01T19:07:12.239Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:07:13 [2021-03-01T19:07:13.096Z]  > git remote # timeout=10
19:07:13 [2021-03-01T19:07:13.120Z]  > git config --get remote.origin.url # timeout=10
19:07:13 [2021-03-01T19:07:13.143Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:07:13 [2021-03-01T19:07:13.144Z]  > git merge a602b052a9c285e9659e9ce007f2aa7f0a73812f # timeout=10
19:07:13 [2021-03-01T19:07:13.178Z]  > git rev-parse HEAD^{commit} # timeout=10
19:07:13 [2021-03-01T19:07:13.209Z]  > git config core.sparsecheckout # timeout=10
19:07:13 [2021-03-01T19:07:13.229Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:07:17 [2021-03-01T19:07:17.106Z] Commit message: "[DNM] trigger CI with rootlesskit v0.14.0-pre"
19:07:17 [2021-03-01T19:07:17.106Z] First time build. Skipping changelog.
19:07:17 [2021-03-01T19:07:17.127Z]  > git --version # timeout=10
19:07:17 [2021-03-01T19:07:17.159Z]  > git --version # 'git version 2.17.1'
19:07:17 [2021-03-01T19:07:17.197Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:07:18 [2021-03-01T19:07:18.306Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42102:/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
19:07:28 [2021-03-01T19:07:28.346Z] Unable to find image 'alpine:latest' locally
19:07:28 [2021-03-01T19:07:28.346Z] latest: Pulling from library/alpine
19:07:28 [2021-03-01T19:07:28.346Z] ba3557a56b15: Pulling fs layer
19:07:28 [2021-03-01T19:07:28.346Z] ba3557a56b15: Download complete
19:07:28 [2021-03-01T19:07:28.610Z] ba3557a56b15: Pull complete
19:07:28 [2021-03-01T19:07:28.610Z] Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be
19:07:28 [2021-03-01T19:07:28.610Z] Status: Downloaded newer image for alpine:latest
19:07:36 [2021-03-01T19:07:36.833Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: rootless)
[Pipeline] { (Branch: cgroup2)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] { (Branch: win-RS1)
[Pipeline] { (Branch: win-RS5)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (cgroup2)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] stage
[Pipeline] { (win-RS1)
[Pipeline] stage
[Pipeline] { (win-RS5)
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
19:07:37 [2021-03-01T19:07:37.122Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07cadfe80725eb819) in /home/ubuntu/workspace/moby_PR-42102
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
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 integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] checkout
19:07:37 [2021-03-01T19:07:37.188Z] The recommended git tool is: git
[Pipeline] // stage
19:07:37 [2021-03-01T19:07:37.206Z] Running on s390x-ubuntu-16 in /home/jenkins/workspace/moby_PR-42102
19:07:37 [2021-03-01T19:07:37.209Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
19:07:37 [2021-03-01T19:07:37.225Z] Running on ppc64le-ubuntu-21 in /home/docker/workspace/moby_PR-42102
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Run tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
19:07:37 [2021-03-01T19:07:37.257Z] Fetching changes from the remote Git repository
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] {
[Pipeline] checkout
19:07:37 [2021-03-01T19:07:37.310Z] Fetching without tags
19:07:37 [2021-03-01T19:07:37.311Z] The recommended git tool is: git
[Pipeline] checkout
19:07:37 [2021-03-01T19:07:37.333Z] The recommended git tool is: git
[Pipeline] // stage
19:07:37 [2021-03-01T19:07:37.343Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
19:07:37 [2021-03-01T19:07:37.357Z] Cloning the remote Git repository
19:07:37 [2021-03-01T19:07:37.357Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
19:07:37 [2021-03-01T19:07:37.373Z] using credential docker-jenkins-github-credentials
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
19:07:37 [2021-03-01T19:07:37.400Z] Cloning the remote Git repository
19:07:37 [2021-03-01T19:07:37.400Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
19:07:37 [2021-03-01T19:07:37.849Z] Merging remotes/origin/master commit a602b052a9c285e9659e9ce007f2aa7f0a73812f into PR head commit 5542f13c1a24468bff92ce265c892f7391f68f36
19:07:37 [2021-03-01T19:07:37.217Z]  > git rev-parse --is-inside-work-tree # timeout=10
19:07:37 [2021-03-01T19:07:37.257Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:07:37 [2021-03-01T19:07:37.309Z] Fetching upstream changes from https://github.com/moby/moby.git
19:07:37 [2021-03-01T19:07:37.309Z]  > git --version # timeout=10
19:07:37 [2021-03-01T19:07:37.353Z]  > git --version # 'git version 2.17.1'
19:07:37 [2021-03-01T19:07:37.353Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:07:37 [2021-03-01T19:07:37.354Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:07:37 [2021-03-01T19:07:37.849Z]  > git config core.sparsecheckout # timeout=10
19:07:37 [2021-03-01T19:07:37.867Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:07:38 [2021-03-01T19:07:38.107Z] Merge succeeded, producing 5542f13c1a24468bff92ce265c892f7391f68f36
19:07:38 [2021-03-01T19:07:38.108Z] Checking out Revision 5542f13c1a24468bff92ce265c892f7391f68f36 (PR-42102)
19:07:38 [2021-03-01T19:07:38.009Z]  > git remote # timeout=10
19:07:38 [2021-03-01T19:07:38.031Z]  > git config --get remote.origin.url # timeout=10
19:07:38 [2021-03-01T19:07:38.052Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:07:38 [2021-03-01T19:07:38.053Z]  > git merge a602b052a9c285e9659e9ce007f2aa7f0a73812f # timeout=10
19:07:38 [2021-03-01T19:07:38.081Z]  > git rev-parse HEAD^{commit} # timeout=10
19:07:38 [2021-03-01T19:07:38.112Z]  > git config core.sparsecheckout # timeout=10
19:07:38 [2021-03-01T19:07:38.121Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:07:38 [2021-03-01T19:07:38.240Z] Commit message: "[DNM] trigger CI with rootlesskit v0.14.0-pre"
19:07:38 [2021-03-01T19:07:38.250Z]  > git --version # timeout=10
19:07:38 [2021-03-01T19:07:38.276Z]  > git --version # 'git version 2.17.1'
19:07:38 [2021-03-01T19:07:38.304Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
19:07:37 [2021-03-01T19:07:37.363Z] Cloning repository https://github.com/moby/moby.git
19:07:37 [2021-03-01T19:07:37.363Z]  > git init /home/jenkins/workspace/moby_PR-42102 # timeout=10
19:07:37 [2021-03-01T19:07:37.387Z] Fetching upstream changes from https://github.com/moby/moby.git
19:07:37 [2021-03-01T19:07:37.387Z]  > git --version # timeout=10
19:07:37 [2021-03-01T19:07:37.391Z]  > git --version # 'git version 2.17.1'
19:07:37 [2021-03-01T19:07:37.391Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:07:37 [2021-03-01T19:07:37.391Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:07:37 [2021-03-01T19:07:37.407Z] Cloning repository https://github.com/moby/moby.git
19:07:37 [2021-03-01T19:07:37.408Z]  > git init /home/docker/workspace/moby_PR-42102 # timeout=10
19:07:37 [2021-03-01T19:07:37.417Z] Fetching upstream changes from https://github.com/moby/moby.git
19:07:37 [2021-03-01T19:07:37.417Z]  > git --version # timeout=10
19:07:37 [2021-03-01T19:07:37.419Z]  > git --version # 'git version 2.7.4'
19:07:37 [2021-03-01T19:07:37.420Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:07:37 [2021-03-01T19:07:37.421Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:07:39 [2021-03-01T19:07:39.025Z] + [ PR != PR ]
19:07:39 [2021-03-01T19:07:39.025Z] + [ master != master ]
19:07:39 [2021-03-01T19:07:39.025Z] + [  = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:07:39 [2021-03-01T19:07:39.360Z] + docker version
19:07:39 [2021-03-01T19:07:39.360Z] Client: Docker Engine - Community
19:07:39 [2021-03-01T19:07:39.360Z]  Version:           20.10.3
19:07:39 [2021-03-01T19:07:39.360Z]  API version:       1.41
19:07:39 [2021-03-01T19:07:39.360Z]  Go version:        go1.13.15
19:07:39 [2021-03-01T19:07:39.360Z]  Git commit:        48d30b5
19:07:39 [2021-03-01T19:07:39.360Z]  Built:             Fri Jan 29 14:33:13 2021
19:07:39 [2021-03-01T19:07:39.360Z]  OS/Arch:           linux/amd64
19:07:39 [2021-03-01T19:07:39.360Z]  Context:           default
19:07:39 [2021-03-01T19:07:39.360Z]  Experimental:      true
19:07:39 [2021-03-01T19:07:39.360Z] 
19:07:39 [2021-03-01T19:07:39.360Z] Server: Docker Engine - Community
19:07:39 [2021-03-01T19:07:39.360Z]  Engine:
19:07:39 [2021-03-01T19:07:39.360Z]   Version:          20.10.3
19:07:39 [2021-03-01T19:07:39.360Z]   API version:      1.41 (minimum version 1.12)
19:07:39 [2021-03-01T19:07:39.360Z]   Go version:       go1.13.15
19:07:39 [2021-03-01T19:07:39.360Z]   Git commit:       46229ca
19:07:39 [2021-03-01T19:07:39.360Z]   Built:            Fri Jan 29 14:31:25 2021
19:07:39 [2021-03-01T19:07:39.360Z]   OS/Arch:          linux/amd64
19:07:39 [2021-03-01T19:07:39.360Z]   Experimental:     true
19:07:39 [2021-03-01T19:07:39.360Z]  containerd:
19:07:39 [2021-03-01T19:07:39.360Z]   Version:          1.4.3
19:07:39 [2021-03-01T19:07:39.360Z]   GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
19:07:39 [2021-03-01T19:07:39.360Z]  runc:
19:07:39 [2021-03-01T19:07:39.360Z]   Version:          1.0.0-rc92
19:07:39 [2021-03-01T19:07:39.360Z]   GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:07:39 [2021-03-01T19:07:39.360Z]  docker-init:
19:07:39 [2021-03-01T19:07:39.360Z]   Version:          0.19.0
19:07:39 [2021-03-01T19:07:39.360Z]   GitCommit:        de40ad0
[Pipeline] sh
19:07:39 [2021-03-01T19:07:39.654Z] + docker info
19:07:46 [2021-03-01T19:07:46.554Z] Fetching without tags
19:07:46 [2021-03-01T19:07:46.845Z] Merging remotes/origin/master commit a602b052a9c285e9659e9ce007f2aa7f0a73812f into PR head commit 5542f13c1a24468bff92ce265c892f7391f68f36
19:07:46 [2021-03-01T19:07:46.531Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:07:46 [2021-03-01T19:07:46.532Z]  > git config --add remote.origin.fetch +refs/pull/42102/head:refs/remotes/origin/PR-42102 # timeout=10
19:07:46 [2021-03-01T19:07:46.533Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:07:46 [2021-03-01T19:07:46.546Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:07:46 [2021-03-01T19:07:46.564Z] Fetching upstream changes from https://github.com/moby/moby.git
19:07:46 [2021-03-01T19:07:46.564Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:07:46 [2021-03-01T19:07:46.564Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:07:46 [2021-03-01T19:07:46.851Z]  > git config core.sparsecheckout # timeout=10
19:07:46 [2021-03-01T19:07:46.852Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:07:47 [2021-03-01T19:07:47.265Z] Merge succeeded, producing 5542f13c1a24468bff92ce265c892f7391f68f36
19:07:47 [2021-03-01T19:07:47.265Z] Checking out Revision 5542f13c1a24468bff92ce265c892f7391f68f36 (PR-42102)
19:07:47 [2021-03-01T19:07:47.557Z] Commit message: "[DNM] trigger CI with rootlesskit v0.14.0-pre"
19:07:47 [2021-03-01T19:07:47.604Z]  > git --version # timeout=10
19:07:47 [2021-03-01T19:07:47.608Z]  > git --version # 'git version 2.17.1'
19:07:47 [2021-03-01T19:07:47.610Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:07:47 [2021-03-01T19:07:47.240Z]  > git remote # timeout=10
19:07:47 [2021-03-01T19:07:47.241Z]  > git config --get remote.origin.url # timeout=10
19:07:47 [2021-03-01T19:07:47.245Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:07:47 [2021-03-01T19:07:47.245Z]  > git merge a602b052a9c285e9659e9ce007f2aa7f0a73812f # timeout=10
19:07:47 [2021-03-01T19:07:47.259Z]  > git rev-parse HEAD^{commit} # timeout=10
19:07:47 [2021-03-01T19:07:47.271Z]  > git config core.sparsecheckout # timeout=10
19:07:47 [2021-03-01T19:07:47.275Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:07:48 [2021-03-01T19:07:48.397Z] + docker version
19:07:48 [2021-03-01T19:07:48.397Z] Client: Docker Engine - Community
19:07:48 [2021-03-01T19:07:48.397Z]  Version:           19.03.7
19:07:48 [2021-03-01T19:07:48.397Z]  API version:       1.40
19:07:48 [2021-03-01T19:07:48.397Z]  Go version:        go1.12.17
19:07:48 [2021-03-01T19:07:48.397Z]  Git commit:        7141c199a2
19:07:48 [2021-03-01T19:07:48.397Z]  Built:             Sat Mar  7 16:48:47 2020
19:07:48 [2021-03-01T19:07:48.397Z]  OS/Arch:           linux/s390x
19:07:48 [2021-03-01T19:07:48.397Z]  Experimental:      false
19:07:48 [2021-03-01T19:07:48.397Z] 
19:07:48 [2021-03-01T19:07:48.397Z] Server: Docker Engine - Community
19:07:48 [2021-03-01T19:07:48.397Z]  Engine:
19:07:48 [2021-03-01T19:07:48.397Z]   Version:          19.03.7
19:07:48 [2021-03-01T19:07:48.397Z]   API version:      1.40 (minimum version 1.12)
19:07:48 [2021-03-01T19:07:48.397Z]   Go version:       go1.12.17
19:07:48 [2021-03-01T19:07:48.397Z]   Git commit:       7141c199a2
19:07:48 [2021-03-01T19:07:48.397Z]   Built:            Sat Mar  7 16:47:46 2020
19:07:48 [2021-03-01T19:07:48.397Z]   OS/Arch:          linux/s390x
19:07:48 [2021-03-01T19:07:48.397Z]   Experimental:     true
19:07:48 [2021-03-01T19:07:48.397Z]  containerd:
19:07:48 [2021-03-01T19:07:48.397Z]   Version:          1.2.13
19:07:48 [2021-03-01T19:07:48.397Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
19:07:48 [2021-03-01T19:07:48.397Z]  runc:
19:07:48 [2021-03-01T19:07:48.397Z]   Version:          1.0.0-rc10
19:07:48 [2021-03-01T19:07:48.397Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
19:07:48 [2021-03-01T19:07:48.397Z]  docker-init:
19:07:48 [2021-03-01T19:07:48.397Z]   Version:          0.18.0
19:07:48 [2021-03-01T19:07:48.397Z]   GitCommit:        fec3683
[Pipeline] sh
19:07:48 [2021-03-01T19:07:48.778Z] + docker info
19:07:49 [2021-03-01T19:07:49.408Z] Client:
19:07:49 [2021-03-01T19:07:49.408Z]  Debug Mode: false
19:07:49 [2021-03-01T19:07:49.408Z] 
19:07:49 [2021-03-01T19:07:49.408Z] Server:
19:07:49 [2021-03-01T19:07:49.408Z]  Containers: 0
19:07:49 [2021-03-01T19:07:49.408Z]   Running: 0
19:07:49 [2021-03-01T19:07:49.408Z]   Paused: 0
19:07:49 [2021-03-01T19:07:49.408Z]   Stopped: 0
19:07:49 [2021-03-01T19:07:49.408Z]  Images: 0
19:07:49 [2021-03-01T19:07:49.408Z]  Server Version: 19.03.7
19:07:49 [2021-03-01T19:07:49.408Z]  Storage Driver: overlay2
19:07:49 [2021-03-01T19:07:49.408Z]   Backing Filesystem: <unknown>
19:07:49 [2021-03-01T19:07:49.408Z]   Supports d_type: true
19:07:49 [2021-03-01T19:07:49.408Z]   Native Overlay Diff: true
19:07:49 [2021-03-01T19:07:49.408Z]  Logging Driver: json-file
19:07:49 [2021-03-01T19:07:49.408Z]  Cgroup Driver: cgroupfs
19:07:49 [2021-03-01T19:07:49.408Z]  Plugins:
19:07:49 [2021-03-01T19:07:49.408Z]   Volume: local
19:07:49 [2021-03-01T19:07:49.408Z]   Network: bridge host ipvlan macvlan null overlay
19:07:49 [2021-03-01T19:07:49.408Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:07:49 [2021-03-01T19:07:49.408Z]  Swarm: inactive
19:07:49 [2021-03-01T19:07:49.408Z]  Runtimes: runc
19:07:49 [2021-03-01T19:07:49.408Z]  Default Runtime: runc
19:07:49 [2021-03-01T19:07:49.408Z]  Init Binary: docker-init
19:07:49 [2021-03-01T19:07:49.408Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
19:07:49 [2021-03-01T19:07:49.408Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
19:07:49 [2021-03-01T19:07:49.408Z]  init version: fec3683
19:07:49 [2021-03-01T19:07:49.408Z]  Security Options:
19:07:49 [2021-03-01T19:07:49.408Z]   apparmor
19:07:49 [2021-03-01T19:07:49.408Z]   seccomp
19:07:49 [2021-03-01T19:07:49.408Z]    Profile: default
19:07:49 [2021-03-01T19:07:49.408Z]  Kernel Version: 4.15.0-91-generic
19:07:49 [2021-03-01T19:07:49.408Z]  Operating System: Ubuntu 18.04.4 LTS
19:07:49 [2021-03-01T19:07:49.408Z]  OSType: linux
19:07:49 [2021-03-01T19:07:49.408Z]  Architecture: s390x
19:07:49 [2021-03-01T19:07:49.408Z]  CPUs: 2
19:07:49 [2021-03-01T19:07:49.408Z]  Total Memory: 7.861GiB
19:07:49 [2021-03-01T19:07:49.408Z]  Name: s390x-ubuntu-16
19:07:49 [2021-03-01T19:07:49.408Z]  ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM
19:07:49 [2021-03-01T19:07:49.408Z]  Docker Root Dir: /var/lib/docker
19:07:49 [2021-03-01T19:07:49.408Z]  Debug Mode: false
19:07:49 [2021-03-01T19:07:49.408Z]  Registry: https://index.docker.io/v1/
19:07:49 [2021-03-01T19:07:49.408Z]  Labels:
19:07:49 [2021-03-01T19:07:49.408Z]  Experimental: true
19:07:49 [2021-03-01T19:07:49.408Z]  Insecure Registries:
19:07:49 [2021-03-01T19:07:49.408Z]   127.0.0.0/8
19:07:49 [2021-03-01T19:07:49.408Z]  Live Restore Enabled: false
19:07:49 [2021-03-01T19:07:49.408Z] 
19:07:49 [2021-03-01T19:07:49.408Z] WARNING: No swap limit support
[Pipeline] sh
19:07:49 [2021-03-01T19:07:49.783Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:07:49 [2021-03-01T19:07:49.783Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:07:49 [2021-03-01T19:07:49.783Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-42102/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:07:49 [2021-03-01T19:07:49.783Z] + bash /home/jenkins/workspace/moby_PR-42102/check-config.sh
19:07:49 [2021-03-01T19:07:49.783Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:07:49 [2021-03-01T19:07:49.783Z] info: reading kernel config from /boot/config-4.15.0-91-generic ...
19:07:49 [2021-03-01T19:07:49.783Z] 
19:07:49 [2021-03-01T19:07:49.783Z] Generally Necessary:
19:07:49 [2021-03-01T19:07:49.783Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:07:49 [2021-03-01T19:07:49.783Z] - apparmor: enabled and tools installed
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_NAMESPACES: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_NET_NS: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_PID_NS: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_IPC_NS: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_UTS_NS: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_CGROUPS: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_CGROUP_CPUACCT: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_CGROUP_DEVICE: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_CGROUP_FREEZER: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_CGROUP_SCHED: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_CPUSETS: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_MEMCG: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_KEYS: enabled
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_VETH: enabled (as module)
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_BRIDGE: enabled (as module)
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:07:49 [2021-03-01T19:07:49.783Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_NF_NAT: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_NF_NAT_NEEDED: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_POSIX_MQUEUE: enabled
19:07:50 [2021-03-01T19:07:50.073Z] 
19:07:50 [2021-03-01T19:07:50.073Z] Optional Features:
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_USER_NS: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_SECCOMP: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_CGROUP_PIDS: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_MEMCG_SWAP: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:07:50 [2021-03-01T19:07:50.073Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_BLK_CGROUP: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_IOSCHED_CFQ: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_CGROUP_PERF: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_CGROUP_HUGETLB: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_CFS_BANDWIDTH: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_RT_GROUP_SCHED: missing
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_IP_VS: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_IP_VS_NFCT: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_IP_VS_RR: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_EXT4_FS: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:07:50 [2021-03-01T19:07:50.073Z] - Network Drivers:
19:07:50 [2021-03-01T19:07:50.073Z]   - "overlay":
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_VXLAN: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:07:50 [2021-03-01T19:07:50.073Z]       Optional (for encrypted networks):
19:07:50 [2021-03-01T19:07:50.073Z]       - CONFIG_CRYPTO: enabled
19:07:50 [2021-03-01T19:07:50.073Z]       - CONFIG_CRYPTO_AEAD: enabled
19:07:50 [2021-03-01T19:07:50.073Z]       - CONFIG_CRYPTO_GCM: enabled
19:07:50 [2021-03-01T19:07:50.073Z]       - CONFIG_CRYPTO_SEQIV: enabled
19:07:50 [2021-03-01T19:07:50.073Z]       - CONFIG_CRYPTO_GHASH: enabled
19:07:50 [2021-03-01T19:07:50.073Z]       - CONFIG_XFRM: enabled
19:07:50 [2021-03-01T19:07:50.073Z]       - CONFIG_XFRM_USER: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]       - CONFIG_INET_ESP: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]   - "ipvlan":
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_IPVLAN: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]   - "macvlan":
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_MACVLAN: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_DUMMY: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]   - "ftp,tftp client in container":
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z] - Storage Drivers:
19:07:50 [2021-03-01T19:07:50.073Z]   - "aufs":
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_AUFS_FS: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]   - "btrfs":
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:07:50 [2021-03-01T19:07:50.073Z]   - "devicemapper":
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_BLK_DEV_DM: enabled
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]   - "overlay":
19:07:50 [2021-03-01T19:07:50.073Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:07:50 [2021-03-01T19:07:50.073Z]   - "zfs":
19:07:50 [2021-03-01T19:07:50.073Z]     - /dev/zfs: missing
19:07:50 [2021-03-01T19:07:50.073Z]     - zfs command: missing
19:07:50 [2021-03-01T19:07:50.073Z]     - zpool command: missing
19:07:50 [2021-03-01T19:07:50.073Z] 
19:07:50 [2021-03-01T19:07:50.073Z] Limits:
19:07:50 [2021-03-01T19:07:50.073Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:07:50 [2021-03-01T19:07:50.073Z] 
19:07:50 [2021-03-01T19:07:50.073Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
19:07:50 [2021-03-01T19:07:50.504Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5542f13c1a24468bff92ce265c892f7391f68f36 .
19:07:50 [2021-03-01T19:07:50.504Z] #1 [internal] load .dockerignore
19:07:50 [2021-03-01T19:07:50.504Z] #1 transferring context: 87B done
19:07:50 [2021-03-01T19:07:50.504Z] #1 DONE 0.0s
19:07:50 [2021-03-01T19:07:50.504Z] 
19:07:50 [2021-03-01T19:07:50.504Z] #2 [internal] load build definition from Dockerfile
19:07:50 [2021-03-01T19:07:50.504Z] #2 transferring dockerfile: 16.55kB done
19:07:50 [2021-03-01T19:07:50.504Z] #2 DONE 0.0s
19:07:50 [2021-03-01T19:07:50.802Z] 
19:07:50 [2021-03-01T19:07:50.802Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:07:50 [2021-03-01T19:07:50.802Z] #3 DONE 0.2s
19:07:50 [2021-03-01T19:07:50.802Z] 
19:07:50 [2021-03-01T19:07:50.802Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
19:07:50 [2021-03-01T19:07:50.802Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
19:07:51 [2021-03-01T19:07:51.097Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 6.31MB / 8.88MB 0.2s
19:07:51 [2021-03-01T19:07:51.098Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
19:07:51 [2021-03-01T19:07:51.098Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done
19:07:51 [2021-03-01T19:07:51.098Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done
19:07:51 [2021-03-01T19:07:51.098Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done
19:07:51 [2021-03-01T19:07:51.098Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4
19:07:51 [2021-03-01T19:07:51.098Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done
19:07:51 [2021-03-01T19:07:51.388Z] #4 DONE 0.5s
19:07:51 [2021-03-01T19:07:51.678Z] 
19:07:51 [2021-03-01T19:07:51.678Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:07:51 [2021-03-01T19:07:51.978Z] #7 DONE 0.1s
19:07:51 [2021-03-01T19:07:51.978Z] 
19:07:51 [2021-03-01T19:07:51.978Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:07:51 [2021-03-01T19:07:51.978Z] #5 DONE 0.1s
19:07:51 [2021-03-01T19:07:51.978Z] 
19:07:51 [2021-03-01T19:07:51.978Z] #6 [internal] load metadata for docker.io/library/debian:buster
19:07:51 [2021-03-01T19:07:51.978Z] #6 DONE 0.2s
19:07:51 [2021-03-01T19:07:51.978Z] 
19:07:51 [2021-03-01T19:07:51.978Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e...
19:07:51 [2021-03-01T19:07:51.978Z] #24 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done
19:07:51 [2021-03-01T19:07:51.978Z] #24 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done
19:07:51 [2021-03-01T19:07:51.978Z] #24 sha256:f3f6ec162b83d29614c01226ea605246bb0145f8acee893d539b545df7028593 529B / 529B done
19:07:51 [2021-03-01T19:07:51.979Z] #24 sha256:3c935fed0e8d4347b5ba2359be41a4112a2c83373b4be140f1a2e46ea2880690 1.46kB / 1.46kB done
19:07:52 [2021-03-01T19:07:52.122Z] Still waiting to schedule task
19:07:52 [2021-03-01T19:07:52.122Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07cadfe80725eb819)19:07:52 [2021-03-01T19:07:52.123Z] Still waiting to schedule task
19:07:52 [2021-03-01T19:07:52.123Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07cadfe80725eb819)19:07:52 [2021-03-01T19:07:52.124Z] Still waiting to schedule task
19:07:52 [2021-03-01T19:07:52.124Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
19:07:52 [2021-03-01T19:07:52.129Z] Still waiting to schedule task
19:07:52 [2021-03-01T19:07:52.129Z] All nodes of label ‘arm64&&linux’ are offline
19:07:52 [2021-03-01T19:07:52.130Z] Still waiting to schedule task
19:07:52 [2021-03-01T19:07:52.131Z] All nodes of label ‘windows-2019’ are offline
19:07:52 [2021-03-01T19:07:52.685Z] #24 ...
19:07:52 [2021-03-01T19:07:52.686Z] 
19:07:52 [2021-03-01T19:07:52.686Z] #21 [internal] load build context
19:07:52 [2021-03-01T19:07:52.686Z] #21 transferring context: 53.42MB 0.8s done
19:07:52 [2021-03-01T19:07:52.686Z] #21 DONE 0.8s
19:07:52 [2021-03-01T19:07:52.686Z] 
19:07:52 [2021-03-01T19:07:52.686Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
19:07:52 [2021-03-01T19:07:52.686Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
19:07:52 [2021-03-01T19:07:52.686Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
19:07:52 [2021-03-01T19:07:52.686Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done
19:07:52 [2021-03-01T19:07:52.686Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done
19:07:52 [2021-03-01T19:07:52.686Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 39.16MB / 48.97MB 0.9s
19:07:52 [2021-03-01T19:07:52.686Z] #8 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.3s done
19:07:52 [2021-03-01T19:07:52.686Z] #8 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.3s done
19:07:52 [2021-03-01T19:07:52.686Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 17.46MB / 56.74MB 0.9s
19:07:52 [2021-03-01T19:07:52.686Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 19.33MB / 51.38MB 0.9s
19:07:53 [2021-03-01T19:07:53.019Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 47.15MB / 48.97MB 1.1s
19:07:53 [2021-03-01T19:07:53.019Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 25.13MB / 56.74MB 1.1s
19:07:53 [2021-03-01T19:07:53.019Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 27.12MB / 51.38MB 1.1s
19:07:53 [2021-03-01T19:07:53.019Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 30.15MB / 56.74MB 1.2s
19:07:53 [2021-03-01T19:07:53.019Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 32.12MB / 51.38MB 1.2s
19:07:53 [2021-03-01T19:07:53.019Z] #8 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.2s done
19:07:53 [2021-03-01T19:07:53.019Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 34.33MB / 56.74MB 1.3s
19:07:53 [2021-03-01T19:07:53.019Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 36.63MB / 51.38MB 1.3s
19:07:53 [2021-03-01T19:07:53.019Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 0B / 102.23MB 1.3s
19:07:53 [2021-03-01T19:07:53.352Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 40.18MB / 56.74MB 1.4s
19:07:53 [2021-03-01T19:07:53.352Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 40.82MB / 51.38MB 1.4s
19:07:53 [2021-03-01T19:07:53.352Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71
19:07:53 [2021-03-01T19:07:53.352Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 44.24MB / 56.74MB 1.5s
19:07:53 [2021-03-01T19:07:53.352Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 48.70MB / 51.38MB 1.6s
19:07:53 [2021-03-01T19:07:53.352Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 5.16MB / 102.23MB 1.5s
19:07:53 [2021-03-01T19:07:53.352Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 53.74MB / 56.74MB 1.7s
19:07:53 [2021-03-01T19:07:53.352Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.7s
19:07:53 [2021-03-01T19:07:53.352Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 12.77MB / 102.23MB 1.7s
19:07:53 [2021-03-01T19:07:53.660Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 1.8s
19:07:53 [2021-03-01T19:07:53.660Z] #8 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.7s done
19:07:53 [2021-03-01T19:07:53.660Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 20.21MB / 102.23MB 1.8s
19:07:53 [2021-03-01T19:07:53.660Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0B / 156B 1.8s
19:07:53 [2021-03-01T19:07:53.660Z] #8 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 1.8s done
19:07:53 [2021-03-01T19:07:53.660Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 28.96MB / 102.23MB 1.9s
19:07:53 [2021-03-01T19:07:53.660Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 1.8s done
19:07:53 [2021-03-01T19:07:53.953Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 34.99MB / 102.23MB 2.1s
19:07:54 [2021-03-01T19:07:54.246Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 48.60MB / 102.23MB 2.4s
19:07:54 [2021-03-01T19:07:54.539Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 58.16MB / 102.23MB 2.6s
19:07:54 [2021-03-01T19:07:54.539Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 74.32MB / 102.23MB 2.9s
19:07:54 [2021-03-01T19:07:54.557Z] Client:
19:07:54 [2021-03-01T19:07:54.557Z]  Context:    default
19:07:54 [2021-03-01T19:07:54.557Z]  Debug Mode: false
19:07:54 [2021-03-01T19:07:54.557Z]  Plugins:
19:07:54 [2021-03-01T19:07:54.557Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
19:07:54 [2021-03-01T19:07:54.557Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
19:07:54 [2021-03-01T19:07:54.557Z] 
19:07:54 [2021-03-01T19:07:54.557Z] Server:
19:07:54 [2021-03-01T19:07:54.557Z]  Containers: 0
19:07:54 [2021-03-01T19:07:54.557Z]   Running: 0
19:07:54 [2021-03-01T19:07:54.557Z]   Paused: 0
19:07:54 [2021-03-01T19:07:54.557Z]   Stopped: 0
19:07:54 [2021-03-01T19:07:54.557Z]  Images: 1
19:07:54 [2021-03-01T19:07:54.557Z]  Server Version: 20.10.3
19:07:54 [2021-03-01T19:07:54.557Z]  Storage Driver: overlay2
19:07:54 [2021-03-01T19:07:54.557Z]   Backing Filesystem: extfs
19:07:54 [2021-03-01T19:07:54.557Z]   Supports d_type: true
19:07:54 [2021-03-01T19:07:54.557Z]   Native Overlay Diff: true
19:07:54 [2021-03-01T19:07:54.557Z]  Logging Driver: json-file
19:07:54 [2021-03-01T19:07:54.557Z]  Cgroup Driver: cgroupfs
19:07:54 [2021-03-01T19:07:54.557Z]  Cgroup Version: 1
19:07:54 [2021-03-01T19:07:54.557Z]  Plugins:
19:07:54 [2021-03-01T19:07:54.557Z]   Volume: local
19:07:54 [2021-03-01T19:07:54.557Z]   Network: bridge host ipvlan macvlan null overlay
19:07:54 [2021-03-01T19:07:54.557Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:07:54 [2021-03-01T19:07:54.557Z]  Swarm: inactive
19:07:54 [2021-03-01T19:07:54.557Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
19:07:54 [2021-03-01T19:07:54.557Z]  Default Runtime: runc
19:07:54 [2021-03-01T19:07:54.557Z]  Init Binary: docker-init
19:07:54 [2021-03-01T19:07:54.557Z]  containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:07:54 [2021-03-01T19:07:54.557Z]  runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:07:54 [2021-03-01T19:07:54.557Z]  init version: de40ad0
19:07:54 [2021-03-01T19:07:54.557Z]  Security Options:
19:07:54 [2021-03-01T19:07:54.557Z]   apparmor
19:07:54 [2021-03-01T19:07:54.557Z]   seccomp
19:07:54 [2021-03-01T19:07:54.557Z]    Profile: default
19:07:54 [2021-03-01T19:07:54.557Z]  Kernel Version: 5.4.0-1037-aws
19:07:54 [2021-03-01T19:07:54.557Z]  Operating System: Ubuntu 18.04.5 LTS
19:07:54 [2021-03-01T19:07:54.557Z]  OSType: linux
19:07:54 [2021-03-01T19:07:54.557Z]  Architecture: x86_64
19:07:54 [2021-03-01T19:07:54.557Z]  CPUs: 2
19:07:54 [2021-03-01T19:07:54.557Z]  Total Memory: 7.487GiB
19:07:54 [2021-03-01T19:07:54.557Z]  Name: ip-10-100-114-7
19:07:54 [2021-03-01T19:07:54.557Z]  ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O
19:07:54 [2021-03-01T19:07:54.557Z]  Docker Root Dir: /var/lib/docker
19:07:54 [2021-03-01T19:07:54.557Z]  Debug Mode: false
19:07:54 [2021-03-01T19:07:54.557Z]  Registry: https://index.docker.io/v1/
19:07:54 [2021-03-01T19:07:54.557Z]  Labels:
19:07:54 [2021-03-01T19:07:54.557Z]  Experimental: true
19:07:54 [2021-03-01T19:07:54.557Z]  Insecure Registries:
19:07:54 [2021-03-01T19:07:54.557Z]   127.0.0.0/8
19:07:54 [2021-03-01T19:07:54.557Z]  Live Restore Enabled: true
19:07:54 [2021-03-01T19:07:54.557Z] 
19:07:54 [2021-03-01T19:07:54.557Z] WARNING: No swap limit support
19:07:54 [2021-03-01T19:07:54.557Z] WARNING: No blkio weight support
19:07:54 [2021-03-01T19:07:54.557Z] WARNING: No blkio weight_device support
[Pipeline] sh
19:07:54 [2021-03-01T19:07:54.831Z] #8 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.6s done
19:07:54 [2021-03-01T19:07:54.831Z] #8 ...
19:07:54 [2021-03-01T19:07:54.831Z] 
19:07:54 [2021-03-01T19:07:54.831Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
19:07:54 [2021-03-01T19:07:54.831Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
19:07:54 [2021-03-01T19:07:54.831Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
19:07:54 [2021-03-01T19:07:54.831Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
19:07:54 [2021-03-01T19:07:54.831Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 2.2s done
19:07:54 [2021-03-01T19:07:54.831Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.7s done
19:07:54 [2021-03-01T19:07:54.831Z] #60 DONE 3.1s
19:07:54 [2021-03-01T19:07:54.831Z] 
19:07:54 [2021-03-01T19:07:54.831Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
19:07:54 [2021-03-01T19:07:54.831Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 84.37MB / 102.23MB 3.1s
19:07:54 [2021-03-01T19:07:54.831Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0
19:07:54 [2021-03-01T19:07:54.877Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:07:54 [2021-03-01T19:07:54.877Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:07:54 [2021-03-01T19:07:54.877Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42102/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:07:54 [2021-03-01T19:07:54.877Z] + bash /home/ubuntu/workspace/moby_PR-42102/check-config.sh
19:07:54 [2021-03-01T19:07:54.877Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:07:54 [2021-03-01T19:07:54.877Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ...
19:07:54 [2021-03-01T19:07:54.877Z] 
19:07:54 [2021-03-01T19:07:54.877Z] Generally Necessary:
19:07:54 [2021-03-01T19:07:54.877Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:07:54 [2021-03-01T19:07:54.877Z] - apparmor: enabled and tools installed
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_NAMESPACES: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_NET_NS: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_PID_NS: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_IPC_NS: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_UTS_NS: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_CGROUPS: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_CGROUP_CPUACCT: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_CGROUP_DEVICE: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_CGROUP_FREEZER: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_CGROUP_SCHED: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_CPUSETS: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_MEMCG: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_KEYS: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_VETH: enabled (as module)
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_BRIDGE: enabled (as module)
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_NF_NAT_IPV4: missing
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_NF_NAT: enabled (as module)
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_NF_NAT_NEEDED: missing
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_POSIX_MQUEUE: enabled
19:07:54 [2021-03-01T19:07:54.877Z] 
19:07:54 [2021-03-01T19:07:54.877Z] Optional Features:
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_USER_NS: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_SECCOMP: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_CGROUP_PIDS: enabled
19:07:54 [2021-03-01T19:07:54.877Z] - CONFIG_MEMCG_SWAP: enabled
19:07:55 [2021-03-01T19:07:55.122Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 92.43MB / 102.23MB 3.3s
19:07:55 [2021-03-01T19:07:55.122Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 98.89MB / 102.23MB 3.4s
19:07:55 [2021-03-01T19:07:55.122Z] #8 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.3s done
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:07:55 [2021-03-01T19:07:55.146Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_BLK_CGROUP: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_IOSCHED_CFQ: missing
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_CGROUP_PERF: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_CGROUP_HUGETLB: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_CFS_BANDWIDTH: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_RT_GROUP_SCHED: missing
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_IP_VS: enabled (as module)
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_IP_VS_NFCT: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_IP_VS_RR: enabled (as module)
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_EXT4_FS: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:07:55 [2021-03-01T19:07:55.146Z] - Network Drivers:
19:07:55 [2021-03-01T19:07:55.146Z]   - "overlay":
19:07:55 [2021-03-01T19:07:55.412Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 3.5s done
19:07:55 [2021-03-01T19:07:55.412Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc
19:07:55 [2021-03-01T19:07:55.417Z]     - CONFIG_VXLAN: enabled (as module)
19:07:55 [2021-03-01T19:07:55.417Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:07:55 [2021-03-01T19:07:55.417Z]       Optional (for encrypted networks):
19:07:55 [2021-03-01T19:07:55.418Z]       - CONFIG_CRYPTO: enabled
19:07:55 [2021-03-01T19:07:55.418Z]       - CONFIG_CRYPTO_AEAD: enabled
19:07:55 [2021-03-01T19:07:55.418Z]       - CONFIG_CRYPTO_GCM: enabled
19:07:55 [2021-03-01T19:07:55.418Z]       - CONFIG_CRYPTO_SEQIV: enabled
19:07:55 [2021-03-01T19:07:55.418Z]       - CONFIG_CRYPTO_GHASH: enabled
19:07:55 [2021-03-01T19:07:55.418Z]       - CONFIG_XFRM: enabled
19:07:55 [2021-03-01T19:07:55.418Z]       - CONFIG_XFRM_USER: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]       - CONFIG_INET_ESP: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
19:07:55 [2021-03-01T19:07:55.418Z]   - "ipvlan":
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_IPVLAN: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]   - "macvlan":
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_MACVLAN: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_DUMMY: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]   - "ftp,tftp client in container":
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z] - Storage Drivers:
19:07:55 [2021-03-01T19:07:55.418Z]   - "aufs":
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_AUFS_FS: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]   - "btrfs":
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:07:55 [2021-03-01T19:07:55.418Z]   - "devicemapper":
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_BLK_DEV_DM: enabled
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]   - "overlay":
19:07:55 [2021-03-01T19:07:55.418Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:07:55 [2021-03-01T19:07:55.418Z]   - "zfs":
19:07:55 [2021-03-01T19:07:55.418Z]     - /dev/zfs: present
19:07:55 [2021-03-01T19:07:55.418Z]     - zfs command: missing
19:07:55 [2021-03-01T19:07:55.418Z]     - zpool command: missing
19:07:55 [2021-03-01T19:07:55.418Z] 
19:07:55 [2021-03-01T19:07:55.418Z] Limits:
19:07:55 [2021-03-01T19:07:55.418Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:07:55 [2021-03-01T19:07:55.418Z] 
19:07:55 [2021-03-01T19:07:55.418Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
19:07:55 [2021-03-01T19:07:55.702Z] #8 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.3s done
19:07:55 [2021-03-01T19:07:55.767Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5542f13c1a24468bff92ce265c892f7391f68f36 .
19:07:55 [2021-03-01T19:07:55.992Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d
19:07:56 [2021-03-01T19:07:56.026Z] #1 [internal] load build definition from Dockerfile
19:07:56 [2021-03-01T19:07:56.026Z] #1 sha256:8a6254790e638edff05230e26099fe327ec916a38f627f72e9510766d4c34f2a
19:07:56 [2021-03-01T19:07:56.026Z] #1 transferring dockerfile: 16.55kB done
19:07:56 [2021-03-01T19:07:56.026Z] #1 DONE 0.0s
19:07:56 [2021-03-01T19:07:56.026Z] 
19:07:56 [2021-03-01T19:07:56.026Z] #2 [internal] load .dockerignore
19:07:56 [2021-03-01T19:07:56.026Z] #2 sha256:680171b1a54bc276b82c219b6dcd51e8d9bb71f21dcd9b5cc614b53c875451ad
19:07:56 [2021-03-01T19:07:56.026Z] #2 transferring context: 87B done
19:07:56 [2021-03-01T19:07:56.026Z] #2 DONE 0.0s
19:07:56 [2021-03-01T19:07:56.026Z] 
19:07:56 [2021-03-01T19:07:56.026Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:07:56 [2021-03-01T19:07:56.026Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996
19:07:56 [2021-03-01T19:07:56.285Z] #3 DONE 0.4s
19:07:56 [2021-03-01T19:07:56.581Z] 
19:07:56 [2021-03-01T19:07:56.581Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
19:07:56 [2021-03-01T19:07:56.581Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c
19:07:56 [2021-03-01T19:07:56.581Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
19:07:56 [2021-03-01T19:07:56.581Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
19:07:56 [2021-03-01T19:07:56.581Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
19:07:56 [2021-03-01T19:07:56.581Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
19:07:56 [2021-03-01T19:07:56.581Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s
19:07:56 [2021-03-01T19:07:56.841Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.4s
19:07:56 [2021-03-01T19:07:56.841Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.4s done
19:07:56 [2021-03-01T19:07:56.841Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61
19:07:57 [2021-03-01T19:07:57.101Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done
19:07:57 [2021-03-01T19:07:57.101Z] #4 DONE 0.8s
19:07:57 [2021-03-01T19:07:57.494Z] #8 ...
19:07:57 [2021-03-01T19:07:57.494Z] 
19:07:57 [2021-03-01T19:07:57.494Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e...
19:07:57 [2021-03-01T19:07:57.494Z] #24 sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 48.97MB / 48.97MB 3.2s done
19:07:57 [2021-03-01T19:07:57.494Z] #24 extracting sha256:fb61e252baf0cdce361b288d8df47eab4b2adb45935d61331700aa9281372c74 1.9s done
19:07:57 [2021-03-01T19:07:57.494Z] #24 DONE 5.5s
19:07:57 [2021-03-01T19:07:57.494Z] 
19:07:57 [2021-03-01T19:07:57.494Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
19:07:57 [2021-03-01T19:07:57.669Z] 
19:07:57 [2021-03-01T19:07:57.669Z] #5 [internal] load build definition from Dockerfile
19:07:57 [2021-03-01T19:07:57.669Z] #5 sha256:3e4e0a6e8d988c4b7404615a9ab6a7d611c54b50c425a038b59df5618c063fbd
19:07:57 [2021-03-01T19:07:57.669Z] #5 transferring dockerfile: 16.55kB done
19:07:57 [2021-03-01T19:07:57.669Z] #5 DONE 0.0s
19:07:57 [2021-03-01T19:07:57.669Z] 
19:07:57 [2021-03-01T19:07:57.669Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:07:57 [2021-03-01T19:07:57.669Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
19:07:57 [2021-03-01T19:07:57.669Z] #8 DONE 0.3s
19:07:57 [2021-03-01T19:07:57.669Z] 
19:07:57 [2021-03-01T19:07:57.669Z] #7 [internal] load metadata for docker.io/library/debian:buster
19:07:57 [2021-03-01T19:07:57.669Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
19:07:57 [2021-03-01T19:07:57.927Z] #7 DONE 0.5s
19:07:57 [2021-03-01T19:07:57.927Z] 
19:07:57 [2021-03-01T19:07:57.927Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:07:57 [2021-03-01T19:07:57.927Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228
19:07:58 [2021-03-01T19:07:58.037Z] Fetching without tags
19:07:58 [2021-03-01T19:07:58.127Z] #8 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 2.2s done
19:07:58 [2021-03-01T19:07:58.417Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747
19:07:58 [2021-03-01T19:07:58.455Z] Merging remotes/origin/master commit a602b052a9c285e9659e9ce007f2aa7f0a73812f into PR head commit 5542f13c1a24468bff92ce265c892f7391f68f36
19:07:57 [2021-03-01T19:07:57.990Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:07:57 [2021-03-01T19:07:57.993Z]  > git config --add remote.origin.fetch +refs/pull/42102/head:refs/remotes/origin/PR-42102 # timeout=10
19:07:57 [2021-03-01T19:07:57.996Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:07:58 [2021-03-01T19:07:58.024Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:07:58 [2021-03-01T19:07:58.044Z] Fetching upstream changes from https://github.com/moby/moby.git
19:07:58 [2021-03-01T19:07:58.044Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:07:58 [2021-03-01T19:07:58.045Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:07:58 [2021-03-01T19:07:58.462Z]  > git config core.sparsecheckout # timeout=10
19:07:58 [2021-03-01T19:07:58.465Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:07:59 [2021-03-01T19:07:59.229Z] Merge succeeded, producing 5542f13c1a24468bff92ce265c892f7391f68f36
19:07:59 [2021-03-01T19:07:59.230Z] Checking out Revision 5542f13c1a24468bff92ce265c892f7391f68f36 (PR-42102)
19:07:59 [2021-03-01T19:07:59.552Z] Commit message: "[DNM] trigger CI with rootlesskit v0.14.0-pre"
19:07:59 [2021-03-01T19:07:59.603Z]  > git --version # timeout=10
19:07:59 [2021-03-01T19:07:59.605Z]  > git --version # 'git version 2.7.4'
19:07:59 [2021-03-01T19:07:59.607Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
19:07:59 [2021-03-01T19:07:59.831Z] #6 DONE 2.1s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:08:00 [2021-03-01T19:08:00.431Z] + docker version
19:08:00 [2021-03-01T19:08:00.431Z] Client:
19:08:00 [2021-03-01T19:08:00.431Z]  Version:           18.06.1-ce
19:08:00 [2021-03-01T19:08:00.431Z]  API version:       1.38
19:08:00 [2021-03-01T19:08:00.431Z]  Go version:        go1.10.3
19:08:00 [2021-03-01T19:08:00.431Z]  Git commit:        e68fc7a
19:08:00 [2021-03-01T19:08:00.431Z]  Built:             Tue Aug 21 17:26:10 2018
19:08:00 [2021-03-01T19:08:00.431Z]  OS/Arch:           linux/ppc64le
19:08:00 [2021-03-01T19:08:00.431Z]  Experimental:      false
19:08:00 [2021-03-01T19:08:00.431Z] 
19:08:00 [2021-03-01T19:08:00.431Z] Server:
19:08:00 [2021-03-01T19:08:00.431Z]  Engine:
19:08:00 [2021-03-01T19:08:00.431Z]   Version:          18.06.1-ce
19:08:00 [2021-03-01T19:08:00.431Z]   API version:      1.38 (minimum version 1.12)
19:08:00 [2021-03-01T19:08:00.431Z]   Go version:       go1.10.3
19:08:00 [2021-03-01T19:08:00.431Z]   Git commit:       e68fc7a
19:08:00 [2021-03-01T19:08:00.431Z]   Built:            Tue Aug 21 17:24:20 2018
19:08:00 [2021-03-01T19:08:00.431Z]   OS/Arch:          linux/ppc64le
19:08:00 [2021-03-01T19:08:00.431Z]   Experimental:     true
[Pipeline] sh
19:08:00 [2021-03-01T19:08:00.521Z] #8 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.7s done
19:08:00 [2021-03-01T19:08:00.521Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882
19:08:00 [2021-03-01T19:08:00.814Z] + docker info
19:08:00 [2021-03-01T19:08:00.814Z] Containers: 0
19:08:00 [2021-03-01T19:08:00.814Z]  Running: 0
19:08:00 [2021-03-01T19:08:00.814Z]  Paused: 0
19:08:00 [2021-03-01T19:08:00.814Z]  Stopped: 0
19:08:00 [2021-03-01T19:08:00.814Z] Images: 0
19:08:00 [2021-03-01T19:08:00.814Z] Server Version: 18.06.1-ce
19:08:00 [2021-03-01T19:08:00.814Z] Storage Driver: overlay2
19:08:00 [2021-03-01T19:08:00.814Z]  Backing Filesystem: extfs
19:08:00 [2021-03-01T19:08:00.814Z]  Supports d_type: true
19:08:00 [2021-03-01T19:08:00.814Z]  Native Overlay Diff: true
19:08:00 [2021-03-01T19:08:00.814Z] Logging Driver: json-file
19:08:00 [2021-03-01T19:08:00.814Z] Cgroup Driver: cgroupfs
19:08:00 [2021-03-01T19:08:00.814Z] Plugins:
19:08:00 [2021-03-01T19:08:00.814Z]  Volume: local
19:08:00 [2021-03-01T19:08:00.814Z]  Network: bridge host ipvlan macvlan null overlay
19:08:00 [2021-03-01T19:08:00.814Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
19:08:00 [2021-03-01T19:08:00.814Z] Swarm: inactive
19:08:00 [2021-03-01T19:08:00.814Z] Runtimes: runc
19:08:00 [2021-03-01T19:08:00.814Z] Default Runtime: runc
19:08:00 [2021-03-01T19:08:00.814Z] Init Binary: docker-init
19:08:00 [2021-03-01T19:08:00.814Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
19:08:00 [2021-03-01T19:08:00.814Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
19:08:00 [2021-03-01T19:08:00.814Z] init version: fec3683
19:08:00 [2021-03-01T19:08:00.814Z] Security Options:
19:08:00 [2021-03-01T19:08:00.814Z]  apparmor
19:08:00 [2021-03-01T19:08:00.814Z]  seccomp
19:08:00 [2021-03-01T19:08:00.814Z]   Profile: default
19:08:00 [2021-03-01T19:08:00.814Z] Kernel Version: 4.4.0-139-generic
19:08:00 [2021-03-01T19:08:00.814Z] Operating System: Ubuntu 16.04.3 LTS
19:08:00 [2021-03-01T19:08:00.814Z] OSType: linux
19:08:00 [2021-03-01T19:08:00.814Z] Architecture: ppc64le
19:08:00 [2021-03-01T19:08:00.814Z] CPUs: 4
19:08:00 [2021-03-01T19:08:00.814Z] Total Memory: 7.972GiB
19:08:00 [2021-03-01T19:08:00.814Z] Name: ppc64le-ubuntu-21
19:08:00 [2021-03-01T19:08:00.814Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE
19:08:00 [2021-03-01T19:08:00.814Z] Docker Root Dir: /var/lib/docker
19:08:00 [2021-03-01T19:08:00.814Z] Debug Mode (client): false
19:08:00 [2021-03-01T19:08:00.814Z] Debug Mode (server): false
19:08:00 [2021-03-01T19:08:00.814Z] Registry: https://index.docker.io/v1/
19:08:00 [2021-03-01T19:08:00.814Z] Labels:
19:08:00 [2021-03-01T19:08:00.814Z] Experimental: true
19:08:00 [2021-03-01T19:08:00.814Z] Insecure Registries:
19:08:00 [2021-03-01T19:08:00.814Z]  127.0.0.0/8
19:08:00 [2021-03-01T19:08:00.814Z] Live Restore Enabled: false
19:08:00 [2021-03-01T19:08:00.814Z] 
[Pipeline] sh
19:07:59 [2021-03-01T19:07:59.194Z]  > git remote # timeout=10
19:07:59 [2021-03-01T19:07:59.197Z]  > git config --get remote.origin.url # timeout=10
19:07:59 [2021-03-01T19:07:59.199Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:07:59 [2021-03-01T19:07:59.200Z]  > git merge a602b052a9c285e9659e9ce007f2aa7f0a73812f # timeout=10
19:07:59 [2021-03-01T19:07:59.222Z]  > git rev-parse HEAD^{commit} # timeout=10
19:07:59 [2021-03-01T19:07:59.236Z]  > git config core.sparsecheckout # timeout=10
19:07:59 [2021-03-01T19:07:59.239Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:08:01 [2021-03-01T19:08:01.230Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:08:01 [2021-03-01T19:08:01.230Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:08:01 [2021-03-01T19:08:01.230Z] + curl -fsSL -o /home/docker/workspace/moby_PR-42102/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:08:01 [2021-03-01T19:08:01.230Z] + bash /home/docker/workspace/moby_PR-42102/check-config.sh
19:08:01 [2021-03-01T19:08:01.230Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:08:01 [2021-03-01T19:08:01.230Z] info: reading kernel config from /boot/config-4.4.0-139-generic ...
19:08:01 [2021-03-01T19:08:01.230Z] 
19:08:01 [2021-03-01T19:08:01.230Z] Generally Necessary:
19:08:01 [2021-03-01T19:08:01.230Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:08:01 [2021-03-01T19:08:01.230Z] - apparmor: enabled and tools installed
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_NAMESPACES: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_NET_NS: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_PID_NS: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_IPC_NS: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_UTS_NS: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_CGROUPS: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_CGROUP_CPUACCT: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_CGROUP_DEVICE: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_CGROUP_FREEZER: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_CGROUP_SCHED: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_CPUSETS: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_MEMCG: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_KEYS: enabled
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_VETH: enabled (as module)
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_BRIDGE: enabled (as module)
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:08:01 [2021-03-01T19:08:01.230Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_NF_NAT: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_NF_NAT_NEEDED: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_POSIX_MQUEUE: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
19:08:01 [2021-03-01T19:08:01.533Z] 
19:08:01 [2021-03-01T19:08:01.533Z] Optional Features:
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_USER_NS: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_SECCOMP: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_CGROUP_PIDS: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_MEMCG_SWAP: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:08:01 [2021-03-01T19:08:01.533Z]     (cgroup swap accounting is currently enabled)
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_MEMCG_KMEM: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_BLK_CGROUP: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_IOSCHED_CFQ: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_CGROUP_PERF: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_CGROUP_HUGETLB: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_CFS_BANDWIDTH: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_RT_GROUP_SCHED: missing
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_IP_VS: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_IP_VS_NFCT: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_IP_VS_RR: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_EXT4_FS: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:08:01 [2021-03-01T19:08:01.533Z] - Network Drivers:
19:08:01 [2021-03-01T19:08:01.533Z]   - "overlay":
19:08:01 [2021-03-01T19:08:01.533Z]     - CONFIG_VXLAN: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:08:01 [2021-03-01T19:08:01.533Z]       Optional (for encrypted networks):
19:08:01 [2021-03-01T19:08:01.533Z]       - CONFIG_CRYPTO: enabled
19:08:01 [2021-03-01T19:08:01.533Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z]       - CONFIG_XFRM: enabled
19:08:01 [2021-03-01T19:08:01.533Z]       - CONFIG_XFRM_USER: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z]       - CONFIG_INET_ESP: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
19:08:01 [2021-03-01T19:08:01.533Z]   - "ipvlan":
19:08:01 [2021-03-01T19:08:01.738Z] 
19:08:01 [2021-03-01T19:08:01.738Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:08:01 [2021-03-01T19:08:01.738Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb
19:08:01 [2021-03-01T19:08:01.738Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done
19:08:01 [2021-03-01T19:08:01.738Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done
19:08:01 [2021-03-01T19:08:01.738Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done
19:08:01 [2021-03-01T19:08:01.738Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done
19:08:01 [2021-03-01T19:08:01.738Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 0B / 50.40MB 0.1s
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_IPVLAN: enabled (as module)
19:08:01 [2021-03-01T19:08:01.828Z]   - "macvlan":
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_MACVLAN: enabled (as module)
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_DUMMY: enabled (as module)
19:08:01 [2021-03-01T19:08:01.828Z]   - "ftp,tftp client in container":
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:08:01 [2021-03-01T19:08:01.828Z] - Storage Drivers:
19:08:01 [2021-03-01T19:08:01.828Z]   - "aufs":
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_AUFS_FS: enabled (as module)
19:08:01 [2021-03-01T19:08:01.828Z]   - "btrfs":
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:08:01 [2021-03-01T19:08:01.828Z]   - "devicemapper":
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_BLK_DEV_DM: enabled
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:08:01 [2021-03-01T19:08:01.828Z]   - "overlay":
19:08:01 [2021-03-01T19:08:01.828Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:08:01 [2021-03-01T19:08:01.828Z]   - "zfs":
19:08:01 [2021-03-01T19:08:01.828Z]     - /dev/zfs: missing
19:08:01 [2021-03-01T19:08:01.828Z]     - zfs command: missing
19:08:01 [2021-03-01T19:08:01.828Z]     - zpool command: missing
19:08:01 [2021-03-01T19:08:01.828Z] 
19:08:01 [2021-03-01T19:08:01.828Z] Limits:
19:08:01 [2021-03-01T19:08:01.828Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:08:01 [2021-03-01T19:08:01.828Z] 
19:08:01 [2021-03-01T19:08:01.828Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
19:08:02 [2021-03-01T19:08:02.000Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 9.44MB / 50.40MB 0.3s
19:08:02 [2021-03-01T19:08:02.000Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 14.10MB / 50.40MB 0.4s
19:08:02 [2021-03-01T19:08:02.265Z] + make bundles/buildx
19:08:02 [2021-03-01T19:08:02.302Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 19.92MB / 50.40MB 0.5s
19:08:02 [2021-03-01T19:08:02.302Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 25.17MB / 50.40MB 0.7s
19:08:02 [2021-03-01T19:08:02.559Z] make: command: Command not found
19:08:02 [2021-03-01T19:08:02.559Z] make: command: Command not found
19:08:02 [2021-03-01T19:08:02.559Z] mkdir bundles
19:08:02 [2021-03-01T19:08:02.559Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \
19:08:02 [2021-03-01T19:08:02.559Z] 	--build-arg BUILDX_COMMIT \
19:08:02 [2021-03-01T19:08:02.559Z] 	--build-arg BUILDX_REPO \
19:08:02 [2021-03-01T19:08:02.559Z] 	--build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \
19:08:02 [2021-03-01T19:08:02.559Z] 	--build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \
19:08:02 [2021-03-01T19:08:02.559Z] 	.
19:08:02 [2021-03-01T19:08:02.559Z] /bin/sh: 4: go: not found
19:08:02 [2021-03-01T19:08:02.559Z] /bin/sh: 5: go: not found
19:08:02 [2021-03-01T19:08:02.570Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 29.57MB / 50.40MB 0.9s
19:08:02 [2021-03-01T19:08:02.834Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 33.55MB / 50.40MB 1.0s
19:08:02 [2021-03-01T19:08:02.834Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 38.80MB / 50.40MB 1.2s
19:08:03 [2021-03-01T19:08:03.093Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 42.56MB / 50.40MB 1.4s
19:08:03 [2021-03-01T19:08:03.093Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 46.22MB / 50.40MB 1.5s
19:08:03 [2021-03-01T19:08:03.354Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 49.28MB / 50.40MB 1.6s
19:08:04 [2021-03-01T19:08:04.041Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 3.5s done
19:08:04 [2021-03-01T19:08:04.041Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0
19:08:04 [2021-03-01T19:08:04.293Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 2.5s done
19:08:04 [2021-03-01T19:08:04.339Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done
19:08:04 [2021-03-01T19:08:04.339Z] #8 DONE 12.7s
19:08:04 [2021-03-01T19:08:04.339Z] 
19:08:04 [2021-03-01T19:08:04.339Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
19:08:04 [2021-03-01T19:08:04.339Z] #25 0.543 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 0.567 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 0.588 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 0.693 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [239 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 0.836 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7624 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 1.055 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [9508 B]
19:08:04 [2021-03-01T19:08:04.339Z] #25 2.026 Fetched 8111 kB in 2s (5367 kB/s)
19:08:04 [2021-03-01T19:08:04.339Z] #25 2.026 Reading package lists...
19:08:04 [2021-03-01T19:08:04.339Z] #25 2.496 Reading package lists...
19:08:04 [2021-03-01T19:08:04.339Z] #25 2.928 Building dependency tree...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.042 The following additional packages will be installed:
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.042   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.042   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.042   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.043 Suggested packages:
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.043   krb5-doc krb5-user
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.043 Recommended packages:
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.043   krb5-locales publicsuffix libsasl2-modules
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.140 The following NEW packages will be installed:
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.140   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.140   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.140   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.140   libssh2-1 libssl1.1 openssl
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.167 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.167 Need to get 4601 kB of archives.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.167 After this operation, 11.9 MB of additional disk space will be used.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.167 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libssl1.1 s390x 1.1.1d-0+deb10u5 [1200 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.180 Get:2 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.202 Get:3 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.212 Get:4 http://deb.debian.org/debian buster/main s390x ca-certificates all 20200601~deb10u2 [166 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.217 Get:5 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.222 Get:6 http://security.debian.org/debian-security buster/updates/main s390x libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.222 Get:7 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.223 Get:8 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.224 Get:9 http://security.debian.org/debian-security buster/updates/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u6 [213 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.226 Get:10 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.231 Get:11 http://security.debian.org/debian-security buster/updates/main s390x openssl s390x 1.1.1d-0+deb10u5 [827 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.234 Get:12 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.235 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.236 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.237 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.238 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.240 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.247 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.253 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.260 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.261 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.356 debconf: delaying package configuration, since apt-utils is not installed
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.376 Fetched 4601 kB in 0s (41.4 MB/s)
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.448 Selecting previously unselected package libssl1.1:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.448 (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 ... 6675 files and directories currently installed.)
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.448 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.454 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u5) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.576 Selecting previously unselected package libsasl2-modules-db:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.576 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.583 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.604 Selecting previously unselected package libsasl2-2:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.604 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.614 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.633 Selecting previously unselected package libldap-common.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.633 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.636 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.667 Selecting previously unselected package libldap-2.4-2:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.667 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.669 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.715 Selecting previously unselected package openssl.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.715 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.717 Unpacking openssl (1.1.1d-0+deb10u5) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.822 Selecting previously unselected package ca-certificates.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.823 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.825 Unpacking ca-certificates (20200601~deb10u2) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.867 Selecting previously unselected package libkeyutils1:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.868 Preparing to unpack .../07-libkeyutils1_1.6-6_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.870 Unpacking libkeyutils1:s390x (1.6-6) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.890 Selecting previously unselected package libkrb5support0:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.891 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.894 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.918 Selecting previously unselected package libk5crypto3:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.918 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.921 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.954 Selecting previously unselected package libkrb5-3:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.954 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 3.972 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.078 Selecting previously unselected package libgssapi-krb5-2:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.078 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.081 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.122 Selecting previously unselected package libnghttp2-14:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.122 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.125 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.154 Selecting previously unselected package libpsl5:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.154 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.158 Unpacking libpsl5:s390x (0.20.2-2) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.189 Selecting previously unselected package librtmp1:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.189 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.193 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.216 Selecting previously unselected package libssh2-1:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.216 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.226 Unpacking libssh2-1:s390x (1.8.0-2.1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.253 Selecting previously unselected package libcurl4:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.254 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.256 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.301 Selecting previously unselected package curl.
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.302 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.305 Unpacking curl (7.64.0-4+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.343 Selecting previously unselected package libonig5:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.344 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.346 Unpacking libonig5:s390x (6.9.1-1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.385 Selecting previously unselected package libjq1:s390x.
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.385 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.387 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.415 Selecting previously unselected package jq.
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.416 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.418 Unpacking jq (1.5+dfsg-2+b1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.446 Setting up libkeyutils1:s390x (1.6-6) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.453 Setting up libpsl5:s390x (0.20.2-2) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.458 Setting up libssl1.1:s390x (1.1.1d-0+deb10u5) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.518 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.524 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.533 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.540 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.546 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.553 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.559 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.565 Setting up libssh2-1:s390x (1.8.0-2.1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.571 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.578 Setting up openssl (1.1.1d-0+deb10u5) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.587 Setting up libonig5:s390x (6.9.1-1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.593 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.600 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.606 Setting up ca-certificates (20200601~deb10u2) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 4.932 Updating certificates in /etc/ssl/certs...
19:08:04 [2021-03-01T19:08:04.339Z] #25 5.446 137 added, 0 removed; done.
19:08:04 [2021-03-01T19:08:04.339Z] #25 5.484 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 5.497 Setting up jq (1.5+dfsg-2+b1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 5.504 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 5.512 Setting up curl (7.64.0-4+deb10u1) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 5.519 Processing triggers for libc-bin (2.28-10) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 5.537 Processing triggers for ca-certificates (20200601~deb10u2) ...
19:08:04 [2021-03-01T19:08:04.339Z] #25 5.548 Updating certificates in /etc/ssl/certs...
19:08:04 [2021-03-01T19:08:04.339Z] #25 6.100 0 added, 0 removed; done.
19:08:04 [2021-03-01T19:08:04.339Z] #25 6.101 Running hooks in /etc/ca-certificates/update.d...
19:08:04 [2021-03-01T19:08:04.339Z] #25 6.101 done.
19:08:04 [2021-03-01T19:08:04.339Z] #25 DONE 7.2s
19:08:04 [2021-03-01T19:08:04.339Z] 
19:08:04 [2021-03-01T19:08:04.339Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:08:04 [2021-03-01T19:08:04.556Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b
19:08:04 [2021-03-01T19:08:04.629Z] #26 DONE 0.1s
19:08:04 [2021-03-01T19:08:04.629Z] 
19:08:04 [2021-03-01T19:08:04.629Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
19:08:04 [2021-03-01T19:08:04.648Z] Sending build context to Docker daemon  58.33MB

19:08:04 [2021-03-01T19:08:04.648Z] Step 1/15 : ARG GO_VERSION=1.13.15
19:08:04 [2021-03-01T19:08:04.648Z] Step 2/15 : ARG BUILDX_COMMIT=v0.5.1
19:08:04 [2021-03-01T19:08:04.648Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git
19:08:04 [2021-03-01T19:08:04.648Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build
19:08:04 [2021-03-01T19:08:04.942Z] 1.13.15-buster: Pulling from library/golang
19:08:05 [2021-03-01T19:08:05.240Z] db4e2d8d5901: Pulling fs layer
19:08:05 [2021-03-01T19:08:05.240Z] dfe2d012519c: Pulling fs layer
19:08:05 [2021-03-01T19:08:05.240Z] 5d8f1d1f9197: Pulling fs layer
19:08:05 [2021-03-01T19:08:05.240Z] 1301750ffb48: Pulling fs layer
19:08:05 [2021-03-01T19:08:05.240Z] dc5c6edc9cff: Pulling fs layer
19:08:05 [2021-03-01T19:08:05.240Z] 3c370c2e2f82: Pulling fs layer
19:08:05 [2021-03-01T19:08:05.240Z] 5ffb2f5886e2: Pulling fs layer
19:08:05 [2021-03-01T19:08:05.240Z] 1301750ffb48: Waiting
19:08:05 [2021-03-01T19:08:05.240Z] 3c370c2e2f82: Waiting
19:08:05 [2021-03-01T19:08:05.240Z] 5ffb2f5886e2: Waiting
19:08:05 [2021-03-01T19:08:05.240Z] dc5c6edc9cff: Waiting
19:08:05 [2021-03-01T19:08:05.659Z] #27 ...
19:08:05 [2021-03-01T19:08:05.659Z] 
19:08:05 [2021-03-01T19:08:05.659Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
19:08:05 [2021-03-01T19:08:05.659Z] #9 DONE 1.1s
19:08:05 [2021-03-01T19:08:05.659Z] 
19:08:05 [2021-03-01T19:08:05.659Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
19:08:05 [2021-03-01T19:08:05.914Z] dfe2d012519c: Verifying Checksum
19:08:05 [2021-03-01T19:08:05.914Z] dfe2d012519c: Download complete
19:08:05 [2021-03-01T19:08:05.914Z] 5d8f1d1f9197: Verifying Checksum
19:08:05 [2021-03-01T19:08:05.914Z] 5d8f1d1f9197: Download complete
19:08:06 [2021-03-01T19:08:06.311Z] #10 DONE 0.7s
19:08:06 [2021-03-01T19:08:06.311Z] 
19:08:06 [2021-03-01T19:08:06.311Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:08:06 [2021-03-01T19:08:06.311Z] #37 DONE 0.1s
19:08:06 [2021-03-01T19:08:06.311Z] 
19:08:06 [2021-03-01T19:08:06.311Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:08:06 [2021-03-01T19:08:06.311Z] #29 DONE 0.1s
19:08:06 [2021-03-01T19:08:06.311Z] 
19:08:06 [2021-03-01T19:08:06.311Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
19:08:07 [2021-03-01T19:08:07.537Z] db4e2d8d5901: Verifying Checksum
19:08:07 [2021-03-01T19:08:07.537Z] db4e2d8d5901: Download complete
19:08:07 [2021-03-01T19:08:07.849Z] #25 ...
19:08:07 [2021-03-01T19:08:07.849Z] 
19:08:07 [2021-03-01T19:08:07.849Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:08:07 [2021-03-01T19:08:07.849Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:08:07 [2021-03-01T19:08:07.849Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
19:08:07 [2021-03-01T19:08:07.849Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
19:08:07 [2021-03-01T19:08:07.849Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.9s done
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 2.5s done
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.7s
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 3.3s done
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.1s done
19:08:07 [2021-03-01T19:08:07.850Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.0s
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.27MB / 120.17MB 5.7s
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.7s
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 100.40MB / 120.17MB 5.8s
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.9s done
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 110.10MB / 120.17MB 6.0s
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.9s done
19:08:07 [2021-03-01T19:08:07.850Z] #9 ...
19:08:07 [2021-03-01T19:08:07.850Z] 
19:08:07 [2021-03-01T19:08:07.850Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:08:07 [2021-03-01T19:08:07.850Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52
19:08:07 [2021-03-01T19:08:07.850Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
19:08:07 [2021-03-01T19:08:07.850Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
19:08:07 [2021-03-01T19:08:07.850Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
19:08:07 [2021-03-01T19:08:07.850Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.1s done
19:08:07 [2021-03-01T19:08:07.850Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.9s done
19:08:07 [2021-03-01T19:08:07.850Z] #61 DONE 6.2s
19:08:07 [2021-03-01T19:08:07.850Z] 
19:08:07 [2021-03-01T19:08:07.850Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:08:07 [2021-03-01T19:08:07.850Z] #9 ...
19:08:07 [2021-03-01T19:08:07.850Z] 
19:08:07 [2021-03-01T19:08:07.850Z] #22 [internal] load build context
19:08:07 [2021-03-01T19:08:07.850Z] #22 sha256:4d9278a86c7d97c260f99bc6d6611571decc7e3ace25109b6135fb3775f57d34
19:08:07 [2021-03-01T19:08:07.850Z] #22 transferring context: 51.64MB 6.2s
19:08:07 [2021-03-01T19:08:07.850Z] #22 transferring context: 53.42MB 6.4s done
19:08:07 [2021-03-01T19:08:07.850Z] #22 ...
19:08:07 [2021-03-01T19:08:07.850Z] 
19:08:07 [2021-03-01T19:08:07.850Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:08:07 [2021-03-01T19:08:07.850Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.3s
19:08:08 [2021-03-01T19:08:08.417Z] #9 ...
19:08:08 [2021-03-01T19:08:08.417Z] 
19:08:08 [2021-03-01T19:08:08.417Z] #22 [internal] load build context
19:08:08 [2021-03-01T19:08:08.417Z] #22 sha256:4d9278a86c7d97c260f99bc6d6611571decc7e3ace25109b6135fb3775f57d34
19:08:08 [2021-03-01T19:08:08.417Z] #22 DONE 6.9s
19:08:08 [2021-03-01T19:08:08.417Z] 
19:08:08 [2021-03-01T19:08:08.417Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:08:08 [2021-03-01T19:08:08.417Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:08:08 [2021-03-01T19:08:08.597Z] 1301750ffb48: Verifying Checksum
19:08:08 [2021-03-01T19:08:08.597Z] 1301750ffb48: Download complete
19:08:08 [2021-03-01T19:08:08.597Z] 5ffb2f5886e2: Verifying Checksum
19:08:08 [2021-03-01T19:08:08.597Z] 5ffb2f5886e2: Download complete
19:08:09 [2021-03-01T19:08:09.652Z] dc5c6edc9cff: Verifying Checksum
19:08:09 [2021-03-01T19:08:09.652Z] dc5c6edc9cff: Download complete
19:08:09 [2021-03-01T19:08:09.913Z] #53 3.145 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:08:09 [2021-03-01T19:08:09.913Z] #53 3.242 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:08:09 [2021-03-01T19:08:09.913Z] #53 3.338 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:08:10 [2021-03-01T19:08:10.203Z] #53 3.905 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB]
19:08:10 [2021-03-01T19:08:10.321Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 8.1s done
19:08:11 [2021-03-01T19:08:11.247Z] #53 ...
19:08:11 [2021-03-01T19:08:11.247Z] 
19:08:11 [2021-03-01T19:08:11.247Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
19:08:11 [2021-03-01T19:08:11.247Z] #27 1.415 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
19:08:11 [2021-03-01T19:08:11.247Z] #27 1.590 
19:08:11 [2021-03-01T19:08:11.247Z] #27 1.700 
#                                                                          2.3%
########                                                                  11.6%
#################                                                         24.0%
###############################                                           44.2%
###############################################                           65.4%
############################################################              83.7%
######################################################################## 100.0%
19:08:11 [2021-03-01T19:08:11.247Z] #27 2.497 
19:08:11 [2021-03-01T19:08:11.247Z] #27 2.613 
###                                                                        4.9%
######################################################################## 100.0%
19:08:11 [2021-03-01T19:08:11.247Z] #27 2.921 
19:08:11 [2021-03-01T19:08:11.247Z] #27 3.051 
##                                                                         3.0%
##############################################################            86.1%
######################################################################## 100.0%
19:08:11 [2021-03-01T19:08:11.247Z] #27 3.559 #=#=#                                                                         
19:08:11 [2021-03-01T19:08:11.247Z] #27 3.681 #=#=#                                                                         

#####                                                                      8.1%
###########                                                               16.6%
#######################                                                   32.7%
####################################                                      51.2%
############################################                              61.9%
####################################################                      72.6%
###############################################################           87.6%
######################################################################    98.3%
######################################################################## 100.0%
19:08:11 [2021-03-01T19:08:11.247Z] #27 4.853 
19:08:11 [2021-03-01T19:08:11.800Z] db4e2d8d5901: Pull complete
19:08:11 [2021-03-01T19:08:11.800Z] dfe2d012519c: Pull complete
19:08:12 [2021-03-01T19:08:12.097Z] 3c370c2e2f82: Verifying Checksum
19:08:12 [2021-03-01T19:08:12.097Z] 3c370c2e2f82: Download complete
19:08:12 [2021-03-01T19:08:12.427Z] 5d8f1d1f9197: Pull complete
19:08:12 [2021-03-01T19:08:12.857Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.2s
19:08:13 [2021-03-01T19:08:13.435Z] #9 ...
19:08:13 [2021-03-01T19:08:13.435Z] 
19:08:13 [2021-03-01T19:08:13.435Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:08:13 [2021-03-01T19:08:13.435Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb
19:08:13 [2021-03-01T19:08:13.435Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 8.4s done
19:08:13 [2021-03-01T19:08:13.435Z] #25 DONE 11.8s
19:08:13 [2021-03-01T19:08:13.435Z] 
19:08:13 [2021-03-01T19:08:13.435Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:08:13 [2021-03-01T19:08:13.435Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:08:13 [2021-03-01T19:08:13.435Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.9s done
19:08:13 [2021-03-01T19:08:13.435Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
19:08:14 [2021-03-01T19:08:14.372Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.8s done
19:08:14 [2021-03-01T19:08:14.372Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
19:08:15 [2021-03-01T19:08:15.200Z] 1301750ffb48: Pull complete
19:08:15 [2021-03-01T19:08:15.311Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done
19:08:15 [2021-03-01T19:08:15.311Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s
19:08:15 [2021-03-01T19:08:15.727Z] #27 5.026 
                                                                           0.3%
#                                                                          2.4%
##                                                                         3.7%
####                                                                       6.1%
#####                                                                      8.0%
#######                                                                   10.6%
########                                                                  12.0%
#########                                                                 13.9%
###########                                                               15.7%
############                                                              17.6%
#############                                                             19.4%
###############                                                           21.3%
################                                                          22.5%
##################                                                        25.0%
###################                                                       26.9%
####################                                                      28.8%
######################                                                    30.7%
#######################                                                   33.1%
##########################                                                36.3%
###########################                                               37.5%
############################                                              40.0%
##############################                                            42.5%
###############################                                           44.4%
#################################                                         46.2%
##################################                                        48.1%
###################################                                       50.0%
####################################                                      51.2%
######################################                                    53.5%
########################################                                  55.6%
#########################################                                 58.1%
###########################################                               60.0%
############################################                              62.5%
#############################################                             63.7%
###############################################                           66.2%
#################################################                         68.1%
##################################################                        69.9%
####################################################                      72.4%
#####################################################                     74.3%
######################################################                    75.5%
#######################################################                   77.4%
#########################################################                 79.3%
##########################################################                81.8%
############################################################              84.3%
##############################################################            86.1%
##############################################################            87.4%
19:08:15 [2021-03-01T19:08:15.727Z] #27 ...
19:08:15 [2021-03-01T19:08:15.727Z] 
19:08:15 [2021-03-01T19:08:15.727Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.913 + RM_GOPATH=0
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.913 + TMP_GOPATH=
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.913 + : /build
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.913 + '[' -z '' ']'
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.913 ++ mktemp -d
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.913 + export GOPATH=/tmp/tmp.YFHlCQRmfc
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.913 + GOPATH=/tmp/tmp.YFHlCQRmfc
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.913 + RM_GOPATH=1
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.913 + case "$(go env GOARCH)" in
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.913 ++ go env GOARCH
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.931 + export GO_BUILDMODE=-buildmode=pie
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.931 + GO_BUILDMODE=-buildmode=pie
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.931 ++ dirname /tmp/install/install.sh
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.935 Install docker/cli version 17.06.2-ce from stable
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 + dir=/tmp/install
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 + bin=dockercli
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 + shift
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 + '[' '!' -f /tmp/install/dockercli.installer ']'
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 + . /tmp/install/dockercli.installer
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 ++ : stable
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 ++ : 17.06.2-ce
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 + install_dockercli
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 + echo 'Install docker/cli version 17.06.2-ce from stable'
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 ++ uname -m
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 + arch=s390x
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 + '[' s390x '!=' x86_64 ']'
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 + '[' s390x '!=' s390x ']'
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.936 + url=https://download.docker.com/linux/static
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.938 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz
19:08:15 [2021-03-01T19:08:15.727Z] #22 1.949 + tar -xz docker/docker
19:08:15 [2021-03-01T19:08:15.727Z] #22 8.196 + mkdir -p /build
19:08:15 [2021-03-01T19:08:15.727Z] #22 8.197 + mv docker/docker /build/
19:08:15 [2021-03-01T19:08:15.727Z] #22 8.198 + rmdir docker
19:08:15 [2021-03-01T19:08:15.727Z] #22 DONE 9.3s
19:08:15 [2021-03-01T19:08:15.727Z] 
19:08:15 [2021-03-01T19:08:15.727Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
19:08:15 [2021-03-01T19:08:15.728Z] #27 5.026 
                                                                           0.3%
#                                                                          2.4%
##                                                                         3.7%
####                                                                       6.1%
#####                                                                      8.0%
#######                                                                   10.6%
########                                                                  12.0%
#########                                                                 13.9%
###########                                                               15.7%
############                                                              17.6%
#############                                                             19.4%
###############                                                           21.3%
################                                                          22.5%
##################                                                        25.0%
###################                                                       26.9%
####################                                                      28.8%
######################                                                    30.7%
#######################                                                   33.1%
##########################                                                36.3%
###########################                                               37.5%
############################                                              40.0%
##############################                                            42.5%
###############################                                           44.4%
#################################                                         46.2%
##################################                                        48.1%
###################################                                       50.0%
####################################                                      51.2%
######################################                                    53.5%
########################################                                  55.6%
#########################################                                 58.1%
###########################################                               60.0%
############################################                              62.5%
#############################################                             63.7%
###############################################                           66.2%
#################################################                         68.1%
##################################################                        69.9%
####################################################                      72.4%
#####################################################                     74.3%
######################################################                    75.5%
#######################################################                   77.4%
#########################################################                 79.3%
##########################################################                81.8%
############################################################              84.3%
##############################################################            86.1%
##############################################################            87.4%
################################################################          89.3%
19:08:15 [2021-03-01T19:08:15.728Z] #27 ...
19:08:15 [2021-03-01T19:08:15.728Z] 
19:08:15 [2021-03-01T19:08:15.728Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.616 + RM_GOPATH=0
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.616 + TMP_GOPATH=
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.616 + : /build
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.616 + '[' -z '' ']'
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.617 ++ mktemp -d
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + export GOPATH=/tmp/tmp.MrnLsx2acj
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + GOPATH=/tmp/tmp.MrnLsx2acj
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + RM_GOPATH=1
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + case "$(go env GOARCH)" in
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 ++ go env GOARCH
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + export GO_BUILDMODE=-buildmode=pie
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + GO_BUILDMODE=-buildmode=pie
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 ++ dirname /tmp/install/install.sh
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + dir=/tmp/install
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + bin=rootlesskit
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + shift
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + . /tmp/install/rootlesskit.installer
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 ++ : f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + install_rootlesskit
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + case "$1" in
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + export CGO_ENABLED=0
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + CGO_ENABLED=0
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.623 + _install_rootlesskit
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.639 Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.639 + echo 'Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee'
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.639 + git clone https://github.com/AkihiroSuda/rootlesskit.git /tmp/tmp.MrnLsx2acj/src/github.com/rootless-containers/rootlesskit
19:08:15 [2021-03-01T19:08:15.728Z] #56 0.639 Cloning into '/tmp/tmp.MrnLsx2acj/src/github.com/rootless-containers/rootlesskit'...
19:08:15 [2021-03-01T19:08:15.728Z] #56 1.864 + cd /tmp/tmp.MrnLsx2acj/src/github.com/rootless-containers/rootlesskit
19:08:15 [2021-03-01T19:08:15.728Z] #56 1.864 + git checkout -q f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:08:15 [2021-03-01T19:08:15.728Z] #56 2.236 + export GO111MODULE=on
19:08:15 [2021-03-01T19:08:15.728Z] #56 2.236 + GO111MODULE=on
19:08:15 [2021-03-01T19:08:15.728Z] #56 2.236 + for f in rootlesskit rootlesskit-docker-proxy
19:08:15 [2021-03-01T19:08:15.728Z] #56 2.236 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.358 go: downloading github.com/sirupsen/logrus v1.8.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.359 go: downloading github.com/urfave/cli/v2 v2.3.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.361 go: downloading github.com/pkg/errors v0.9.1
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.408 go: downloading github.com/google/uuid v1.2.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.413 go: downloading github.com/moby/vpnkit v0.5.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.436 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.504 go: downloading github.com/gorilla/mux v1.8.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.556 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.557 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.572 go: extracting github.com/pkg/errors v0.9.1
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.592 go: downloading github.com/gofrs/flock v0.8.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.665 go: extracting github.com/google/uuid v1.2.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.722 go: downloading github.com/moby/sys/mountinfo v0.4.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.750 go: extracting github.com/sirupsen/logrus v1.8.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 3.798 go: extracting github.com/gorilla/mux v1.8.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 4.110 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:08:15 [2021-03-01T19:08:15.728Z] #56 4.122 go: extracting github.com/gofrs/flock v0.8.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 4.357 go: extracting github.com/moby/sys/mountinfo v0.4.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 4.719 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:08:15 [2021-03-01T19:08:15.728Z] #56 5.489 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:08:15 [2021-03-01T19:08:15.728Z] #56 5.575 go: downloading github.com/u-root/u-root v7.0.0+incompatible
19:08:15 [2021-03-01T19:08:15.728Z] #56 5.937 go: extracting github.com/urfave/cli/v2 v2.3.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 5.991 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:08:15 [2021-03-01T19:08:15.728Z] #56 6.125 go: extracting github.com/moby/vpnkit v0.5.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 8.001 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:08:15 [2021-03-01T19:08:15.728Z] #56 9.376 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
19:08:15 [2021-03-01T19:08:15.728Z] #56 ...
19:08:15 [2021-03-01T19:08:15.728Z] 
19:08:15 [2021-03-01T19:08:15.728Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
19:08:16 [2021-03-01T19:08:16.336Z] #27 5.026 
                                                                           0.3%
#                                                                          2.4%
##                                                                         3.7%
####                                                                       6.1%
#####                                                                      8.0%
#######                                                                   10.6%
########                                                                  12.0%
#########                                                                 13.9%
###########                                                               15.7%
############                                                              17.6%
#############                                                             19.4%
###############                                                           21.3%
################                                                          22.5%
##################                                                        25.0%
###################                                                       26.9%
####################                                                      28.8%
######################                                                    30.7%
#######################                                                   33.1%
##########################                                                36.3%
###########################                                               37.5%
############################                                              40.0%
##############################                                            42.5%
###############################                                           44.4%
#################################                                         46.2%
##################################                                        48.1%
###################################                                       50.0%
####################################                                      51.2%
######################################                                    53.5%
########################################                                  55.6%
#########################################                                 58.1%
###########################################                               60.0%
############################################                              62.5%
#############################################                             63.7%
###############################################                           66.2%
#################################################                         68.1%
##################################################                        69.9%
####################################################                      72.4%
#####################################################                     74.3%
######################################################                    75.5%
#######################################################                   77.4%
#########################################################                 79.3%
##########################################################                81.8%
############################################################              84.3%
##############################################################            86.1%
##############################################################            87.4%
################################################################          89.3%
#################################################################         91.2%
##################################################################        93.0%
####################################################################      94.9%
#####################################################################     96.8%
#######################################################################   98.6%
19:08:16 [2021-03-01T19:08:16.336Z] #27 ...
19:08:16 [2021-03-01T19:08:16.336Z] 
19:08:16 [2021-03-01T19:08:16.336Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 + RM_GOPATH=0
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 + TMP_GOPATH=
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 + : /build
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 + '[' -z '' ']'
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 ++ mktemp -d
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 + export GOPATH=/tmp/tmp.sx2rBzC2ZM
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 + GOPATH=/tmp/tmp.sx2rBzC2ZM
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 + RM_GOPATH=1
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 + case "$(go env GOARCH)" in
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 ++ go env GOARCH
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 + export GO_BUILDMODE=-buildmode=pie
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.178 + GO_BUILDMODE=-buildmode=pie
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.184 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.184 ++ dirname /tmp/install/install.sh
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.184 + dir=/tmp/install
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.184 + bin=tomlv
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.184 + shift
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.184 + '[' '!' -f /tmp/install/tomlv.installer ']'
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.184 + . /tmp/install/tomlv.installer
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.184 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.184 + install_tomlv
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.184 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.184 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.sx2rBzC2ZM/src/github.com/BurntSushi/toml
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.188 Cloning into '/tmp/tmp.sx2rBzC2ZM/src/github.com/BurntSushi/toml'...
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.685 + cd /tmp/tmp.sx2rBzC2ZM/src/github.com/BurntSushi/toml
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.685 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.685 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.851 internal/cpu
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.851 runtime/internal/atomic
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.851 runtime/internal/sys
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.913 runtime/internal/math
19:08:16 [2021-03-01T19:08:16.336Z] #32 1.956 math/bits
19:08:16 [2021-03-01T19:08:16.336Z] #32 2.022 internal/bytealg
19:08:16 [2021-03-01T19:08:16.336Z] #32 2.084 math
19:08:16 [2021-03-01T19:08:16.336Z] #32 2.186 runtime
19:08:16 [2021-03-01T19:08:16.336Z] #32 5.887 unicode/utf8
19:08:16 [2021-03-01T19:08:16.336Z] #32 6.274 unicode
19:08:16 [2021-03-01T19:08:16.336Z] #32 9.081 runtime/cgo
19:08:16 [2021-03-01T19:08:16.336Z] #32 ...
19:08:16 [2021-03-01T19:08:16.336Z] 
19:08:16 [2021-03-01T19:08:16.336Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
19:08:16 [2021-03-01T19:08:16.336Z] #11 3.236 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:08:16 [2021-03-01T19:08:16.336Z] #11 3.264 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:08:16 [2021-03-01T19:08:16.336Z] #11 3.339 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:08:16 [2021-03-01T19:08:16.336Z] #11 4.036 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB]
19:08:16 [2021-03-01T19:08:16.336Z] #11 6.371 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB]
19:08:16 [2021-03-01T19:08:16.336Z] #11 8.455 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B]
19:08:16 [2021-03-01T19:08:16.661Z] #11 ...
19:08:16 [2021-03-01T19:08:16.661Z] 
19:08:16 [2021-03-01T19:08:16.661Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.793 + RM_GOPATH=0
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.793 + TMP_GOPATH=
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.793 + : /build
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.793 + '[' -z '' ']'
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.793 ++ mktemp -d
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.798 + export GOPATH=/tmp/tmp.otMuRKsIpL
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.798 + GOPATH=/tmp/tmp.otMuRKsIpL
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.798 + RM_GOPATH=1
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.798 + case "$(go env GOARCH)" in
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.798 ++ go env GOARCH
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.816 + export GO_BUILDMODE=-buildmode=pie
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.816 + GO_BUILDMODE=-buildmode=pie
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.817 ++ dirname /tmp/install/install.sh
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.821 + dir=/tmp/install
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.821 + bin=vndr
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.822 + shift
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.822 + '[' '!' -f /tmp/install/vndr.installer ']'
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.822 + . /tmp/install/vndr.installer
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.822 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.864 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.864 + install_vndr
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.864 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.864 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.otMuRKsIpL/src/github.com/LK4D4/vndr
19:08:16 [2021-03-01T19:08:16.661Z] #43 2.864 Cloning into '/tmp/tmp.otMuRKsIpL/src/github.com/LK4D4/vndr'...
19:08:16 [2021-03-01T19:08:16.661Z] #43 3.491 + cd /tmp/tmp.otMuRKsIpL/src/github.com/LK4D4/vndr
19:08:16 [2021-03-01T19:08:16.661Z] #43 3.491 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
19:08:16 [2021-03-01T19:08:16.661Z] #43 3.496 + go build -buildmode=pie -v -o /build/vndr .
19:08:16 [2021-03-01T19:08:16.661Z] #43 4.388 internal/race
19:08:16 [2021-03-01T19:08:16.661Z] #43 4.417 sync/atomic
19:08:16 [2021-03-01T19:08:16.661Z] #43 4.508 runtime
19:08:16 [2021-03-01T19:08:16.661Z] #43 4.600 unicode
19:08:16 [2021-03-01T19:08:16.661Z] #43 7.302 internal/testlog
19:08:16 [2021-03-01T19:08:16.661Z] #43 7.713 encoding
19:08:16 [2021-03-01T19:08:16.661Z] #43 7.799 unicode/utf16
19:08:16 [2021-03-01T19:08:16.661Z] #43 8.074 container/list
19:08:16 [2021-03-01T19:08:16.661Z] #43 8.713 crypto/internal/subtle
19:08:16 [2021-03-01T19:08:16.661Z] #43 8.788 crypto/subtle
19:08:16 [2021-03-01T19:08:16.661Z] #43 9.010 vendor/golang.org/x/crypto/cryptobyte/asn1
19:08:16 [2021-03-01T19:08:16.661Z] #43 9.080 internal/nettrace
19:08:16 [2021-03-01T19:08:16.661Z] #43 9.182 runtime/cgo
19:08:16 [2021-03-01T19:08:16.661Z] #43 ...
19:08:16 [2021-03-01T19:08:16.661Z] 
19:08:16 [2021-03-01T19:08:16.661Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
19:08:16 [2021-03-01T19:08:16.661Z] #34 3.121 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:08:16 [2021-03-01T19:08:16.661Z] #34 3.232 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:08:16 [2021-03-01T19:08:16.661Z] #34 3.266 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:08:16 [2021-03-01T19:08:16.661Z] #34 3.759 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB]
19:08:16 [2021-03-01T19:08:16.661Z] #34 5.252 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB]
19:08:16 [2021-03-01T19:08:16.661Z] #34 7.065 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B]
19:08:16 [2021-03-01T19:08:16.661Z] #34 ...
19:08:16 [2021-03-01T19:08:16.661Z] 
19:08:16 [2021-03-01T19:08:16.661Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
19:08:16 [2021-03-01T19:08:16.661Z] #38 3.031 + git clone https://github.com/docker/distribution.git .
19:08:16 [2021-03-01T19:08:16.661Z] #38 3.033 Cloning into '.'...
19:08:16 [2021-03-01T19:08:16.951Z] #38 ...
19:08:16 [2021-03-01T19:08:16.951Z] 
19:08:16 [2021-03-01T19:08:16.951Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.964 + RM_GOPATH=0
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.964 + TMP_GOPATH=
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.964 + : /build
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.964 + '[' -z '' ']'
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.964 ++ mktemp -d
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.964 + export GOPATH=/tmp/tmp.4u7u5d6l1v
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.964 + GOPATH=/tmp/tmp.4u7u5d6l1v
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.964 + RM_GOPATH=1
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.964 + case "$(go env GOARCH)" in
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.965 ++ go env GOARCH
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.978 + export GO_BUILDMODE=-buildmode=pie
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.978 + GO_BUILDMODE=-buildmode=pie
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.978 ++ dirname /tmp/install/install.sh
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.983 + dir=/tmp/install
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.983 + bin=proxy
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.983 + shift
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.983 + '[' '!' -f /tmp/install/proxy.installer ']'
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.983 + . /tmp/install/proxy.installer
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.983 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.983 + install_proxy
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.983 + case "$1" in
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.983 + export CGO_ENABLED=0
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.983 + CGO_ENABLED=0
19:08:16 [2021-03-01T19:08:16.951Z] #62 1.983 + _install_proxy
19:08:16 [2021-03-01T19:08:16.952Z] #62 1.983 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7'
19:08:16 [2021-03-01T19:08:16.952Z] #62 1.983 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.4u7u5d6l1v/src/github.com/docker/libnetwork
19:08:16 [2021-03-01T19:08:16.952Z] #62 1.983 Cloning into '/tmp/tmp.4u7u5d6l1v/src/github.com/docker/libnetwork'...
19:08:16 [2021-03-01T19:08:16.952Z] #62 1.984 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:08:16 [2021-03-01T19:08:16.952Z] #62 ...
19:08:16 [2021-03-01T19:08:16.952Z] 
19:08:16 [2021-03-01T19:08:16.952Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.864 + RM_GOPATH=0
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.864 + TMP_GOPATH=
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.864 + : /build
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.864 + '[' -z '' ']'
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.864 ++ mktemp -d
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.864 + export GOPATH=/tmp/tmp.IUvw7GMmxs
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.864 + GOPATH=/tmp/tmp.IUvw7GMmxs
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.864 + RM_GOPATH=1
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.864 + case "$(go env GOARCH)" in
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.864 ++ go env GOARCH
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.869 + export GO_BUILDMODE=-buildmode=pie
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.869 + GO_BUILDMODE=-buildmode=pie
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.869 ++ dirname /tmp/install/install.sh
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.869 + dir=/tmp/install
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.869 + bin=gotestsum
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.869 + shift
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.869 + '[' '!' -f /tmp/install/gotestsum.installer ']'
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.869 + . /tmp/install/gotestsum.installer
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.869 ++ : v0.5.3
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.869 + install_gotestsum
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.876 + set -e
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.876 + export GO111MODULE=on
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.876 + GO111MODULE=on
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.876 + GOBIN=/build
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.876 + go get gotest.tools/gotestsum@v0.5.3
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.931 go: finding gotest.tools v0.5.3
19:08:16 [2021-03-01T19:08:16.952Z] #45 1.931 go: finding gotest.tools/gotestsum v0.5.3
19:08:16 [2021-03-01T19:08:16.952Z] #45 2.326 go: downloading gotest.tools/gotestsum v0.5.3
19:08:16 [2021-03-01T19:08:16.952Z] #45 2.867 go: extracting gotest.tools/gotestsum v0.5.3
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.258 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.434 go: downloading github.com/spf13/pflag v1.0.3
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.435 go: downloading github.com/pkg/errors v0.9.1
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.464 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.526 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.537 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.552 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.610 go: downloading github.com/jonboulle/clockwork v0.1.0
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.640 go: downloading github.com/fatih/color v1.9.0
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.738 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.759 go: extracting github.com/pkg/errors v0.9.1
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.766 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.776 go: extracting github.com/fatih/color v1.9.0
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.782 go: downloading github.com/mattn/go-isatty v0.0.12
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.809 go: downloading github.com/mattn/go-colorable v0.1.6
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.827 go: extracting github.com/jonboulle/clockwork v0.1.0
19:08:16 [2021-03-01T19:08:16.952Z] #45 3.901 go: extracting github.com/spf13/pflag v1.0.3
19:08:16 [2021-03-01T19:08:16.952Z] #45 4.007 go: extracting github.com/mattn/go-isatty v0.0.12
19:08:16 [2021-03-01T19:08:16.952Z] #45 4.096 go: extracting github.com/mattn/go-colorable v0.1.6
19:08:16 [2021-03-01T19:08:16.952Z] #45 4.948 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:08:16 [2021-03-01T19:08:16.952Z] #45 6.323 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:08:16 [2021-03-01T19:08:16.952Z] #45 6.805 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:08:16 [2021-03-01T19:08:16.952Z] #45 9.312 go: finding github.com/fatih/color v1.9.0
19:08:16 [2021-03-01T19:08:16.952Z] #45 9.380 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:08:16 [2021-03-01T19:08:16.952Z] #45 9.384 go: finding github.com/pkg/errors v0.9.1
19:08:16 [2021-03-01T19:08:16.952Z] #45 9.649 go: finding github.com/spf13/pflag v1.0.3
19:08:16 [2021-03-01T19:08:16.952Z] #45 9.649 go: finding github.com/mattn/go-colorable v0.1.6
19:08:16 [2021-03-01T19:08:16.952Z] #45 9.730 go: finding github.com/mattn/go-isatty v0.0.12
19:08:16 [2021-03-01T19:08:16.952Z] #45 10.04 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:08:16 [2021-03-01T19:08:16.952Z] #45 10.11 go: finding github.com/jonboulle/clockwork v0.1.0
19:08:16 [2021-03-01T19:08:16.952Z] #45 10.13 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:08:16 [2021-03-01T19:08:16.952Z] #45 10.21 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:08:16 [2021-03-01T19:08:16.952Z] #45 10.28 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:08:17 [2021-03-01T19:08:17.243Z] #45 ...
19:08:17 [2021-03-01T19:08:17.243Z] 
19:08:17 [2021-03-01T19:08:17.243Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.461 + RM_GOPATH=0
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.461 + TMP_GOPATH=
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.461 + : /build
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.461 + '[' -z '' ']'
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.461 ++ mktemp -d
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.468 + export GOPATH=/tmp/tmp.nx0Vh2AmLl
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.468 + GOPATH=/tmp/tmp.nx0Vh2AmLl
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.468 + RM_GOPATH=1
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.468 + case "$(go env GOARCH)" in
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.468 ++ go env GOARCH
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.477 + export GO_BUILDMODE=-buildmode=pie
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.477 + GO_BUILDMODE=-buildmode=pie
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.479 ++ dirname /tmp/install/install.sh
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.479 + dir=/tmp/install
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.479 + bin=shfmt
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.479 + shift
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.479 + '[' '!' -f /tmp/install/shfmt.installer ']'
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.479 + . /tmp/install/shfmt.installer
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.479 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.479 + install_shfmt
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.479 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.479 + git clone https://github.com/mvdan/sh.git /tmp/tmp.nx0Vh2AmLl/src/github.com/mvdan/sh
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.481 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
19:08:17 [2021-03-01T19:08:17.243Z] #49 2.483 Cloning into '/tmp/tmp.nx0Vh2AmLl/src/github.com/mvdan/sh'...
19:08:17 [2021-03-01T19:08:17.243Z] #49 10.04 + cd /tmp/tmp.nx0Vh2AmLl/src/github.com/mvdan/sh
19:08:17 [2021-03-01T19:08:17.243Z] #49 10.04 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
19:08:17 [2021-03-01T19:08:17.243Z] #49 10.18 + GO111MODULE=on
19:08:17 [2021-03-01T19:08:17.243Z] #49 10.18 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
19:08:17 [2021-03-01T19:08:17.243Z] #49 ...
19:08:17 [2021-03-01T19:08:17.243Z] 
19:08:17 [2021-03-01T19:08:17.243Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
19:08:17 [2021-03-01T19:08:17.243Z] #30 2.982 + git clone https://github.com/kolyshkin/go-swagger.git .
19:08:17 [2021-03-01T19:08:17.243Z] #30 2.986 Cloning into '.'...
19:08:17 [2021-03-01T19:08:17.283Z] dc5c6edc9cff: Pull complete
19:08:17 [2021-03-01T19:08:17.533Z] #30 ...
19:08:17 [2021-03-01T19:08:17.533Z] 
19:08:17 [2021-03-01T19:08:17.533Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
19:08:17 [2021-03-01T19:08:17.533Z] #40 3.137 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:08:17 [2021-03-01T19:08:17.533Z] #40 3.241 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:08:17 [2021-03-01T19:08:17.533Z] #40 3.339 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:08:17 [2021-03-01T19:08:17.533Z] #40 3.892 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB]
19:08:17 [2021-03-01T19:08:17.533Z] #40 5.829 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB]
19:08:17 [2021-03-01T19:08:17.533Z] #40 7.822 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B]
19:08:17 [2021-03-01T19:08:17.533Z] #40 ...
19:08:17 [2021-03-01T19:08:17.533Z] 
19:08:17 [2021-03-01T19:08:17.533Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + RM_GOPATH=0
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + TMP_GOPATH=
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + : /build
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + '[' -z '' ']'
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 ++ mktemp -d
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + export GOPATH=/tmp/tmp.jvyJmFyVTc
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + GOPATH=/tmp/tmp.jvyJmFyVTc
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + RM_GOPATH=1
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + case "$(go env GOARCH)" in
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 ++ go env GOARCH
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + export GO_BUILDMODE=-buildmode=pie
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + GO_BUILDMODE=-buildmode=pie
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 ++ dirname /tmp/install/install.sh
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + dir=/tmp/install
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + bin=golangci_lint
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.815 + shift
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.820 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.820 + . /tmp/install/golangci_lint.installer
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.820 ++ : v1.23.8
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.820 + install_golangci_lint
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.820 + set -e
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.820 + export GO111MODULE=on
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.820 + GO111MODULE=on
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.820 + GOBIN=/build
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.820 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.898 go: finding github.com v1.23.8
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.912 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.912 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.912 go: finding github.com/golangci v1.23.8
19:08:17 [2021-03-01T19:08:17.533Z] #47 2.912 go: finding github.com/golangci/golangci-lint v1.23.8
19:08:17 [2021-03-01T19:08:17.533Z] #47 3.410 go: downloading github.com/golangci/golangci-lint v1.23.8
19:08:17 [2021-03-01T19:08:17.533Z] #47 3.894 go: extracting github.com/golangci/golangci-lint v1.23.8
19:08:17 [2021-03-01T19:08:17.533Z] #47 7.651 go: downloading github.com/spf13/cobra v0.0.5
19:08:17 [2021-03-01T19:08:17.533Z] #47 7.721 go: downloading github.com/spf13/pflag v1.0.5
19:08:17 [2021-03-01T19:08:17.533Z] #47 7.721 go: downloading github.com/spf13/viper v1.6.1
19:08:17 [2021-03-01T19:08:17.533Z] #47 7.721 go: downloading github.com/fatih/color v1.7.0
19:08:17 [2021-03-01T19:08:17.533Z] #47 7.721 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:08:17 [2021-03-01T19:08:17.533Z] #47 7.721 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:08:17 [2021-03-01T19:08:17.533Z] #47 7.795 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:08:17 [2021-03-01T19:08:17.533Z] #47 7.805 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:08:17 [2021-03-01T19:08:17.533Z] #47 7.865 go: extracting github.com/fatih/color v1.7.0
19:08:17 [2021-03-01T19:08:17.533Z] #47 7.959 go: extracting github.com/spf13/viper v1.6.1
19:08:17 [2021-03-01T19:08:17.533Z] #47 8.015 go: extracting github.com/spf13/pflag v1.0.5
19:08:17 [2021-03-01T19:08:17.533Z] #47 8.066 go: extracting github.com/spf13/cobra v0.0.5
19:08:17 [2021-03-01T19:08:17.533Z] #47 8.191 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:08:17 [2021-03-01T19:08:17.533Z] #47 8.291 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:08:17 [2021-03-01T19:08:17.533Z] #47 8.436 go: downloading gopkg.in/yaml.v2 v2.2.7
19:08:17 [2021-03-01T19:08:17.533Z] #47 8.694 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:08:17 [2021-03-01T19:08:17.533Z] #47 8.996 go: extracting gopkg.in/yaml.v2 v2.2.7
19:08:17 [2021-03-01T19:08:17.533Z] #47 9.931 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:08:17 [2021-03-01T19:08:17.533Z] #47 11.41 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.41 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.41 go: downloading github.com/pelletier/go-toml v1.2.0
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.41 go: downloading github.com/ultraware/funlen v0.0.2
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.41 go: downloading github.com/hashicorp/hcl v1.0.0
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.41 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.42 go: downloading github.com/sirupsen/logrus v1.4.2
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.42 go: downloading github.com/subosito/gotenv v1.2.0
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.42 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.42 go: downloading github.com/inconshreveable/mousetrap v1.0.0
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.42 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.48 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:08:17 [2021-03-01T19:08:17.823Z] #47 11.50 go: extracting github.com/ultraware/funlen v0.0.2
19:08:17 [2021-03-01T19:08:17.823Z] #47 ...
19:08:17 [2021-03-01T19:08:17.823Z] 
19:08:17 [2021-03-01T19:08:17.823Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:17 [2021-03-01T19:08:17.823Z] #49 11.26 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:08:17 [2021-03-01T19:08:17.823Z] #49 11.27 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:08:17 [2021-03-01T19:08:17.823Z] #49 11.28 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:08:17 [2021-03-01T19:08:17.823Z] #49 11.43 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:08:17 [2021-03-01T19:08:17.823Z] #49 11.44 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:08:18 [2021-03-01T19:08:18.506Z] #49 12.09 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:08:18 [2021-03-01T19:08:18.796Z] #49 12.61 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:08:19 [2021-03-01T19:08:19.426Z] #49 13.36 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:08:20 [2021-03-01T19:08:20.600Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.2s
19:08:20 [2021-03-01T19:08:20.830Z] 3c370c2e2f82: Pull complete
19:08:20 [2021-03-01T19:08:20.830Z] 5ffb2f5886e2: Pull complete
19:08:20 [2021-03-01T19:08:20.830Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:08:20 [2021-03-01T19:08:20.830Z] Status: Downloaded newer image for golang:1.13.15-buster
19:08:20 [2021-03-01T19:08:20.830Z]  ---> 805dc2d65d1c
19:08:20 [2021-03-01T19:08:20.830Z] Step 5/15 : ARG BUILDX_REPO
19:08:20 [2021-03-01T19:08:20.830Z]  ---> Running in 3322832c47fd
19:08:20 [2021-03-01T19:08:20.932Z] #49 14.34 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:08:20 [2021-03-01T19:08:20.932Z] #49 14.50 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:08:20 [2021-03-01T19:08:20.932Z] #49 14.58 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:08:20 [2021-03-01T19:08:20.932Z] #49 14.61 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:08:21 [2021-03-01T19:08:21.123Z] Removing intermediate container 3322832c47fd
19:08:21 [2021-03-01T19:08:21.123Z]  ---> 3d4231fad290
19:08:21 [2021-03-01T19:08:21.123Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx
19:08:21 [2021-03-01T19:08:21.123Z]  ---> Running in 6fbc8e177eb9
19:08:21 [2021-03-01T19:08:21.232Z] #49 15.01 runtime
19:08:21 [2021-03-01T19:08:21.415Z] Cloning into '/buildx'...
19:08:21 [2021-03-01T19:08:21.977Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.6s done
19:08:21 [2021-03-01T19:08:21.977Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
19:08:22 [2021-03-01T19:08:22.267Z] #49 ...
19:08:22 [2021-03-01T19:08:22.267Z] 
19:08:22 [2021-03-01T19:08:22.267Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
19:08:22 [2021-03-01T19:08:22.267Z] #53 5.917 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB]
19:08:22 [2021-03-01T19:08:22.267Z] #53 7.424 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B]
19:08:22 [2021-03-01T19:08:22.267Z] #53 13.83 Fetched 8111 kB in 11s (749 kB/s)
19:08:22 [2021-03-01T19:08:22.267Z] #53 13.83 Reading package lists...
19:08:22 [2021-03-01T19:08:22.267Z] #53 ...
19:08:22 [2021-03-01T19:08:22.267Z] 
19:08:22 [2021-03-01T19:08:22.267Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
19:08:22 [2021-03-01T19:08:22.268Z] #27 5.026 
                                                                           0.3%
#                                                                          2.4%
##                                                                         3.7%
####                                                                       6.1%
#####                                                                      8.0%
#######                                                                   10.6%
########                                                                  12.0%
#########                                                                 13.9%
###########                                                               15.7%
############                                                              17.6%
#############                                                             19.4%
###############                                                           21.3%
################                                                          22.5%
##################                                                        25.0%
###################                                                       26.9%
####################                                                      28.8%
######################                                                    30.7%
#######################                                                   33.1%
##########################                                                36.3%
###########################                                               37.5%
############################                                              40.0%
##############################                                            42.5%
###############################                                           44.4%
#################################                                         46.2%
##################################                                        48.1%
###################################                                       50.0%
####################################                                      51.2%
######################################                                    53.5%
########################################                                  55.6%
#########################################                                 58.1%
###########################################                               60.0%
############################################                              62.5%
#############################################                             63.7%
###############################################                           66.2%
#################################################                         68.1%
##################################################                        69.9%
####################################################                      72.4%
#####################################################                     74.3%
######################################################                    75.5%
#######################################################                   77.4%
#########################################################                 79.3%
##########################################################                81.8%
############################################################              84.3%
##############################################################            86.1%
##############################################################            87.4%
################################################################          89.3%
#################################################################         91.2%
##################################################################        93.0%
####################################################################      94.9%
#####################################################################     96.8%
#######################################################################   98.6%
######################################################################## 100.0%
19:08:22 [2021-03-01T19:08:22.268Z] #27 11.88 
19:08:22 [2021-03-01T19:08:22.268Z] #27 13.32 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
19:08:22 [2021-03-01T19:08:22.268Z] #27 13.70 
19:08:22 [2021-03-01T19:08:22.268Z] #27 13.87 
##########################################################                81.2%
######################################################################## 100.0%
19:08:22 [2021-03-01T19:08:22.268Z] #27 13.99 
19:08:22 [2021-03-01T19:08:22.268Z] #27 14.85 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
19:08:22 [2021-03-01T19:08:22.268Z] #27 14.94 skipping existing aab193acf6ba
19:08:22 [2021-03-01T19:08:22.268Z] #27 15.08 
19:08:22 [2021-03-01T19:08:22.268Z] #27 16.12 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
19:08:22 [2021-03-01T19:08:22.268Z] #27 16.47 
19:08:22 [2021-03-01T19:08:22.849Z] #27 16.58 
##                                                                         3.5%
########                                                                  11.6%
##############                                                            19.8%
##################                                                        25.9%
#######################                                                   32.1%
###########################                                               38.3%
###############################                                           44.4%
#####################################                                     52.6%
##########################################                                58.8%
##############################################                            64.9%
###################################################                       71.0%
#######################################################                   77.2%
###########################################################               83.3%
################################################################          89.5%
####################################################################      95.6%
######################################################################## 100.0%
19:08:22 [2021-03-01T19:08:22.922Z] #9 ...
19:08:22 [2021-03-01T19:08:22.922Z] 
19:08:22 [2021-03-01T19:08:22.922Z] #26 [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
19:08:22 [2021-03-01T19:08:22.922Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266
19:08:22 [2021-03-01T19:08:22.922Z] #26 1.340 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 1.360 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 1.360 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 1.560 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 1.825 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 2.066 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:08:22 [2021-03-01T19:08:22.922Z] #26 3.805 Fetched 8423 kB in 3s (3100 kB/s)
19:08:22 [2021-03-01T19:08:22.922Z] #26 3.805 Reading package lists...
19:08:22 [2021-03-01T19:08:22.922Z] #26 4.713 Reading package lists...
19:08:22 [2021-03-01T19:08:22.922Z] #26 5.641 Building dependency tree...
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.005 The following additional packages will be installed:
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.005   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.005   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.008   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.008 Suggested packages:
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.008   krb5-doc krb5-user
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.008 Recommended packages:
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.008   krb5-locales publicsuffix libsasl2-modules
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.180 The following NEW packages will be installed:
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.193   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.193   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.193   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.193   libssh2-1 libssl1.1 openssl
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.238 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.238 Need to get 5057 kB of archives.
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.238 After this operation, 12.1 MB of additional disk space will be used.
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.238 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.248 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.248 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.251 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.266 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.266 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.266 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.273 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.279 Get:9 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.280 Get:10 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.288 Get:11 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.288 Get:12 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.292 Get:13 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.297 Get:14 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.307 Get:15 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.307 Get:16 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.307 Get:17 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.479 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.517 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.519 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.524 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB]
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.765 debconf: delaying package configuration, since apt-utils is not installed
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.886 Fetched 5057 kB in 0s (15.8 MB/s)
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.950 Selecting previously unselected package libssl1.1:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.950 (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.)
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.956 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 6.975 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.254 Selecting previously unselected package libsasl2-modules-db:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.254 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.278 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.327 Selecting previously unselected package libsasl2-2:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.327 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.332 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.414 Selecting previously unselected package libldap-common.
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.417 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.436 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.497 Selecting previously unselected package libldap-2.4-2:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.497 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.503 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.608 Selecting previously unselected package openssl.
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.608 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.612 Unpacking openssl (1.1.1d-0+deb10u5) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.854 Selecting previously unselected package ca-certificates.
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.854 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.860 Unpacking ca-certificates (20200601~deb10u2) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.982 Selecting previously unselected package libkeyutils1:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 7.982 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.002 Unpacking libkeyutils1:amd64 (1.6-6) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.028 Selecting previously unselected package libkrb5support0:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.028 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.038 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.138 Selecting previously unselected package libk5crypto3:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.138 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.142 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.238 Selecting previously unselected package libkrb5-3:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.240 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.246 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.377 Selecting previously unselected package libgssapi-krb5-2:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.377 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.382 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.481 Selecting previously unselected package libnghttp2-14:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.481 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.488 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.558 Selecting previously unselected package libpsl5:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.558 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.577 Unpacking libpsl5:amd64 (0.20.2-2) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.628 Selecting previously unselected package librtmp1:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.628 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.638 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.724 Selecting previously unselected package libssh2-1:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.724 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.726 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.814 Selecting previously unselected package libcurl4:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.814 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.819 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.920 Selecting previously unselected package curl.
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.920 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 8.922 Unpacking curl (7.64.0-4+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.018 Selecting previously unselected package libonig5:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.018 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.028 Unpacking libonig5:amd64 (6.9.1-1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.135 Selecting previously unselected package libjq1:amd64.
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.135 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.145 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.198 Selecting previously unselected package jq.
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.198 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.209 Unpacking jq (1.5+dfsg-2+b1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.275 Setting up libkeyutils1:amd64 (1.6-6) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.291 Setting up libpsl5:amd64 (0.20.2-2) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.303 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.426 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.440 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.466 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.483 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.501 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.528 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.549 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.565 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.583 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.598 Setting up openssl (1.1.1d-0+deb10u5) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.636 Setting up libonig5:amd64 (6.9.1-1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.648 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.666 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
19:08:22 [2021-03-01T19:08:22.922Z] #26 9.677 Setting up ca-certificates (20200601~deb10u2) ...
19:08:23 [2021-03-01T19:08:23.140Z] #27 18.47 
19:08:23 [2021-03-01T19:08:23.865Z] #26 10.41 Updating certificates in /etc/ssl/certs...
19:08:24 [2021-03-01T19:08:24.647Z] #27 19.84 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
19:08:24 [2021-03-01T19:08:24.647Z] #27 20.20 #=#=#                                                                         
19:08:24 [2021-03-01T19:08:24.939Z] #27 20.44 
##############################################                            64.4%
######################################################################## 100.0%
19:08:24 [2021-03-01T19:08:24.939Z] #27 20.50 
19:08:24 [2021-03-01T19:08:24.956Z] Removing intermediate container 6fbc8e177eb9
19:08:24 [2021-03-01T19:08:24.956Z]  ---> ff05a2692156
19:08:24 [2021-03-01T19:08:24.956Z] Step 7/15 : WORKDIR /buildx
19:08:24 [2021-03-01T19:08:24.956Z]  ---> Running in 49ae74188a41
19:08:25 [2021-03-01T19:08:25.246Z] #26 11.67 137 added, 0 removed; done.
19:08:25 [2021-03-01T19:08:25.246Z] #26 11.71 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
19:08:25 [2021-03-01T19:08:25.246Z] #26 11.73 Setting up jq (1.5+dfsg-2+b1) ...
19:08:25 [2021-03-01T19:08:25.246Z] #26 11.74 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
19:08:25 [2021-03-01T19:08:25.246Z] #26 11.75 Setting up curl (7.64.0-4+deb10u1) ...
19:08:25 [2021-03-01T19:08:25.246Z] #26 11.77 Processing triggers for libc-bin (2.28-10) ...
19:08:25 [2021-03-01T19:08:25.246Z] #26 11.80 Processing triggers for ca-certificates (20200601~deb10u2) ...
19:08:25 [2021-03-01T19:08:25.246Z] #26 11.81 Updating certificates in /etc/ssl/certs...
19:08:25 [2021-03-01T19:08:25.251Z] Removing intermediate container 49ae74188a41
19:08:25 [2021-03-01T19:08:25.251Z]  ---> 809dc4ce3359
19:08:25 [2021-03-01T19:08:25.251Z] Step 8/15 : ARG BUILDX_COMMIT
19:08:25 [2021-03-01T19:08:25.251Z]  ---> Running in 6af9bd4287b3
19:08:25 [2021-03-01T19:08:25.251Z] Removing intermediate container 6af9bd4287b3
19:08:25 [2021-03-01T19:08:25.251Z]  ---> 00fa54caed1a
19:08:25 [2021-03-01T19:08:25.251Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build
19:08:25 [2021-03-01T19:08:25.251Z]  ---> Running in 10ee2eb14aa7
19:08:25 [2021-03-01T19:08:25.889Z] From https://github.com/docker/buildx
19:08:25 [2021-03-01T19:08:25.889Z]  * [new tag]         v0.5.1     -> build
19:08:25 [2021-03-01T19:08:25.970Z] #27 21.23 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
19:08:26 [2021-03-01T19:08:26.185Z] Switched to branch 'build'
19:08:26 [2021-03-01T19:08:26.186Z] #26 12.85 0 added, 0 removed; done.
19:08:26 [2021-03-01T19:08:26.186Z] #26 12.85 Running hooks in /etc/ca-certificates/update.d...
19:08:26 [2021-03-01T19:08:26.186Z] #26 12.85 done.
19:08:26 [2021-03-01T19:08:26.261Z] #27 21.59 #=#=#                                                                         
19:08:26 [2021-03-01T19:08:26.261Z] #27 21.78 #=#=#                                                                         

######################################################################## 100.0%
19:08:26 [2021-03-01T19:08:26.479Z] Removing intermediate container 10ee2eb14aa7
19:08:26 [2021-03-01T19:08:26.479Z]  ---> 2c1f2ccc2ddf
19:08:26 [2021-03-01T19:08:26.479Z] Step 10/15 : ARG GOOS
19:08:26 [2021-03-01T19:08:26.553Z] #27 21.89 
19:08:26 [2021-03-01T19:08:26.553Z] #27 21.96 Download of images into '/build' complete.
19:08:26 [2021-03-01T19:08:26.553Z] #27 21.96 Use something like the following to load the result into a Docker daemon:
19:08:26 [2021-03-01T19:08:26.553Z] #27 21.96   tar -cC '/build' . | docker load
19:08:26 [2021-03-01T19:08:26.553Z] #27 ...
19:08:26 [2021-03-01T19:08:26.553Z] 
19:08:26 [2021-03-01T19:08:26.553Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
19:08:26 [2021-03-01T19:08:26.553Z] #56 10.23 go: extracting github.com/u-root/u-root v7.0.0+incompatible
19:08:26 [2021-03-01T19:08:26.553Z] #56 10.46 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 10.47 go: downloading github.com/russross/blackfriday/v2 v2.1.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 11.02 go: extracting github.com/russross/blackfriday/v2 v2.1.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.42 go: finding github.com/pkg/errors v0.9.1
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.52 go: finding github.com/sirupsen/logrus v1.8.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.65 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.66 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.76 go: finding github.com/google/uuid v1.2.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.84 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.86 go: finding github.com/gofrs/flock v0.8.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.87 go: finding github.com/moby/vpnkit v0.5.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.89 go: finding github.com/gorilla/mux v1.8.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.91 go: finding github.com/moby/sys/mountinfo v0.4.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.97 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:08:26 [2021-03-01T19:08:26.553Z] #56 12.98 go: finding github.com/urfave/cli/v2 v2.3.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 13.00 go: finding github.com/u-root/u-root v7.0.0+incompatible
19:08:26 [2021-03-01T19:08:26.553Z] #56 13.16 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 13.40 go: finding github.com/russross/blackfriday/v2 v2.1.0
19:08:26 [2021-03-01T19:08:26.553Z] #56 ...
19:08:26 [2021-03-01T19:08:26.553Z] 
19:08:26 [2021-03-01T19:08:26.553Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.58 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.58 go: extracting github.com/subosito/gotenv v1.2.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.58 go: downloading github.com/fsnotify/fsnotify v1.4.7
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.63 go: extracting github.com/inconshreveable/mousetrap v1.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.67 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.69 go: extracting github.com/hashicorp/hcl v1.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.75 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.77 go: extracting github.com/pelletier/go-toml v1.2.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.78 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.79 go: downloading github.com/go-critic/go-critic v0.4.1
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.81 go: extracting github.com/sirupsen/logrus v1.4.2
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.86 go: extracting github.com/fsnotify/fsnotify v1.4.7
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.90 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.93 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.93 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.95 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:08:26 [2021-03-01T19:08:26.553Z] #47 11.96 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.00 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.01 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.08 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.10 go: downloading github.com/magiconair/properties v1.8.1
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.22 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.23 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.23 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.24 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.29 go: extracting github.com/magiconair/properties v1.8.1
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.30 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.31 go: extracting github.com/go-critic/go-critic v0.4.1
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.31 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.31 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.34 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.36 go: downloading github.com/mattn/go-isatty v0.0.8
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.47 go: downloading github.com/uudashr/gocognit v1.0.1
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.63 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.68 go: extracting github.com/mattn/go-isatty v0.0.8
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.74 go: extracting github.com/uudashr/gocognit v1.0.1
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.74 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.76 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.83 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.85 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:08:26 [2021-03-01T19:08:26.553Z] #47 12.97 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.01 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.04 go: downloading github.com/go-toolsmith/astcast v1.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.04 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.04 go: downloading github.com/go-toolsmith/astfmt v1.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.15 go: downloading github.com/go-toolsmith/typep v1.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.15 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.15 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.28 go: downloading gopkg.in/ini.v1 v1.51.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.33 go: extracting github.com/go-toolsmith/astfmt v1.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.33 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.33 go: downloading github.com/mitchellh/go-homedir v1.1.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.36 go: extracting github.com/go-toolsmith/typep v1.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.37 go: extracting github.com/go-toolsmith/astcast v1.0.0
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.42 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:08:26 [2021-03-01T19:08:26.553Z] #47 13.43 go: downloading github.com/go-toolsmith/astcopy v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.43 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.45 go: downloading github.com/spf13/cast v1.3.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.47 go: extracting github.com/mitchellh/go-homedir v1.1.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.47 go: extracting gopkg.in/ini.v1 v1.51.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.51 go: downloading github.com/mitchellh/mapstructure v1.1.2
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.52 go: downloading github.com/go-toolsmith/astp v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.71 go: extracting github.com/spf13/cast v1.3.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.71 go: downloading github.com/spf13/afero v1.1.2
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.71 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.71 go: downloading github.com/stretchr/testify v1.4.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.74 go: extracting github.com/go-toolsmith/astcopy v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.75 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.75 go: extracting github.com/mitchellh/mapstructure v1.1.2
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.81 go: extracting github.com/go-toolsmith/astp v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.81 go: downloading github.com/pkg/errors v0.8.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.82 go: downloading github.com/ultraware/whitespace v0.0.4
19:08:26 [2021-03-01T19:08:26.554Z] #47 13.94 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.02 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.03 go: downloading github.com/gobwas/glob v0.2.3
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.03 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.03 go: downloading github.com/go-toolsmith/strparse v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.03 go: extracting github.com/spf13/afero v1.1.2
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.03 go: extracting github.com/stretchr/testify v1.4.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.07 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.09 go: downloading golang.org/x/text v0.3.2
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.09 go: extracting github.com/pkg/errors v0.8.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.10 go: extracting github.com/ultraware/whitespace v0.0.4
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.21 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.22 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.24 go: downloading github.com/spf13/jwalterweatherman v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.26 go: downloading github.com/stretchr/objx v0.2.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.26 go: extracting github.com/gobwas/glob v0.2.3
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.26 go: extracting github.com/go-toolsmith/strparse v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.32 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.32 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.33 go: downloading github.com/go-lintpack/lintpack v0.5.2
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.33 go: downloading github.com/BurntSushi/toml v0.3.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.42 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.50 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.51 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.54 go: downloading github.com/pmezard/go-difflib v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.54 go: extracting github.com/go-lintpack/lintpack v0.5.2
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.59 go: extracting github.com/stretchr/objx v0.2.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.59 go: downloading github.com/sourcegraph/go-diff v0.5.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.59 go: extracting github.com/BurntSushi/toml v0.3.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.60 go: extracting github.com/spf13/jwalterweatherman v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.64 go: downloading github.com/go-toolsmith/astequal v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.69 go: downloading github.com/davecgh/go-spew v1.1.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.78 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:08:26 [2021-03-01T19:08:26.554Z] #47 14.97 go: extracting github.com/go-toolsmith/astequal v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.02 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.06 go: downloading github.com/mattn/go-colorable v0.1.4
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.08 go: downloading github.com/kisielk/gotool v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.11 go: extracting github.com/davecgh/go-spew v1.1.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.11 go: extracting github.com/pmezard/go-difflib v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.15 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.30 go: extracting github.com/mattn/go-colorable v0.1.4
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.35 go: extracting github.com/sourcegraph/go-diff v0.5.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.36 go: extracting github.com/kisielk/gotool v1.0.0
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.40 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.56 go: downloading github.com/gogo/protobuf v1.2.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 15.77 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:08:26 [2021-03-01T19:08:26.554Z] #47 16.25 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:08:26 [2021-03-01T19:08:26.554Z] #47 17.77 go: extracting github.com/gogo/protobuf v1.2.1
19:08:26 [2021-03-01T19:08:26.554Z] #47 19.98 go: extracting golang.org/x/text v0.3.2
19:08:26 [2021-03-01T19:08:26.780Z]  ---> Running in 59ed9648a819
19:08:26 [2021-03-01T19:08:26.780Z] Removing intermediate container 59ed9648a819
19:08:26 [2021-03-01T19:08:26.780Z]  ---> f8c74e89fc9a
19:08:26 [2021-03-01T19:08:26.780Z] Step 11/15 : ARG GOARCH
19:08:26 [2021-03-01T19:08:26.780Z]  ---> Running in 62255736398e
19:08:26 [2021-03-01T19:08:26.780Z] Removing intermediate container 62255736398e
19:08:26 [2021-03-01T19:08:26.780Z]  ---> 59d4ef19a412
19:08:26 [2021-03-01T19:08:26.780Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}";     pkg="github.com/docker/buildx";     ldflags="      -X \"${pkg}/version.Version=$(git describe --tags)\"       -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\"       -X \"${pkg}/version.Package=buildx\"     ";     go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx
19:08:26 [2021-03-01T19:08:26.780Z]  ---> Running in 8591bb7bfe38
19:08:26 [2021-03-01T19:08:26.852Z] #47 ...
19:08:26 [2021-03-01T19:08:26.852Z] 
19:08:26 [2021-03-01T19:08:26.852Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
19:08:26 [2021-03-01T19:08:26.852Z] #27 DONE 22.5s
19:08:26 [2021-03-01T19:08:26.852Z] 
19:08:26 [2021-03-01T19:08:26.852Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
19:08:26 [2021-03-01T19:08:26.852Z] #38 13.69 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
19:08:26 [2021-03-01T19:08:26.852Z] #38 15.68 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
19:08:27 [2021-03-01T19:08:27.128Z] #26 ...
19:08:27 [2021-03-01T19:08:27.128Z] 
19:08:27 [2021-03-01T19:08:27.128Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:08:27 [2021-03-01T19:08:27.128Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:08:27 [2021-03-01T19:08:27.128Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.1s
19:08:27 [2021-03-01T19:08:27.391Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.3s done
19:08:27 [2021-03-01T19:08:27.650Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
19:08:28 [2021-03-01T19:08:28.590Z] #9 ...
19:08:28 [2021-03-01T19:08:28.590Z] 
19:08:28 [2021-03-01T19:08:28.591Z] #26 [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
19:08:28 [2021-03-01T19:08:28.591Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266
19:08:28 [2021-03-01T19:08:28.591Z] #26 DONE 15.3s
19:08:28 [2021-03-01T19:08:28.591Z] 
19:08:28 [2021-03-01T19:08:28.591Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:08:28 [2021-03-01T19:08:28.591Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:08:28 [2021-03-01T19:08:28.591Z] #9 ...
19:08:28 [2021-03-01T19:08:28.591Z] 
19:08:28 [2021-03-01T19:08:28.591Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:08:28 [2021-03-01T19:08:28.591Z] #27 sha256:8f68e976c259b661a4a1d83597c0741e6fef5ead15392550c3a883154658be4a
19:08:28 [2021-03-01T19:08:28.850Z] #27 DONE 0.2s
19:08:28 [2021-03-01T19:08:28.850Z] 
19:08:28 [2021-03-01T19:08:28.850Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:08:28 [2021-03-01T19:08:28.850Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:08:28 [2021-03-01T19:08:28.919Z] #38 ...
19:08:28 [2021-03-01T19:08:28.919Z] 
19:08:28 [2021-03-01T19:08:28.919Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
19:08:28 [2021-03-01T19:08:28.919Z] #53 13.83 Reading package lists...
19:08:28 [2021-03-01T19:08:28.919Z] #53 17.26 Reading package lists...
19:08:28 [2021-03-01T19:08:28.919Z] #53 21.21 Building dependency tree...
19:08:28 [2021-03-01T19:08:28.919Z] #53 22.16 The following additional packages will be installed:
19:08:28 [2021-03-01T19:08:28.919Z] #53 22.18   libbtrfs0
19:08:28 [2021-03-01T19:08:28.919Z] #53 22.23 The following NEW packages will be installed:
19:08:28 [2021-03-01T19:08:28.919Z] #53 22.23   libbtrfs-dev libbtrfs0
19:08:28 [2021-03-01T19:08:28.919Z] #53 22.39 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded.
19:08:28 [2021-03-01T19:08:28.919Z] #53 22.39 Need to get 118 kB of archives.
19:08:28 [2021-03-01T19:08:28.919Z] #53 22.39 After this operation, 390 kB of additional disk space will be used.
19:08:28 [2021-03-01T19:08:28.919Z] #53 22.39 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
19:08:28 [2021-03-01T19:08:28.919Z] #53 22.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
19:08:29 [2021-03-01T19:08:29.209Z] #53 22.95 debconf: delaying package configuration, since apt-utils is not installed
19:08:29 [2021-03-01T19:08:29.209Z] #53 23.03 Fetched 118 kB in 0s (1156 kB/s)
19:08:29 [2021-03-01T19:08:29.209Z] #53 ...
19:08:29 [2021-03-01T19:08:29.209Z] 
19:08:29 [2021-03-01T19:08:29.209Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:29 [2021-03-01T19:08:29.209Z] #32 23.00 sync
19:08:29 [2021-03-01T19:08:29.209Z] #32 23.00 internal/reflectlite
19:08:30 [2021-03-01T19:08:30.241Z] #32 ...
19:08:30 [2021-03-01T19:08:30.241Z] 
19:08:30 [2021-03-01T19:08:30.241Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:30 [2021-03-01T19:08:30.241Z] #62 13.76 + cd /tmp/tmp.4u7u5d6l1v/src/github.com/docker/libnetwork
19:08:30 [2021-03-01T19:08:30.241Z] #62 13.76 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:08:30 [2021-03-01T19:08:30.241Z] #62 14.41 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
19:08:30 [2021-03-01T19:08:30.241Z] #62 ...
19:08:30 [2021-03-01T19:08:30.241Z] 
19:08:30 [2021-03-01T19:08:30.241Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
19:08:30 [2021-03-01T19:08:30.241Z] #53 23.10 Selecting previously unselected package libbtrfs0.
19:08:30 [2021-03-01T19:08:30.241Z] #53 23.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 ... 15177 files and directories currently installed.)
19:08:30 [2021-03-01T19:08:30.241Z] #53 23.14 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ...
19:08:30 [2021-03-01T19:08:30.241Z] #53 23.15 Unpacking libbtrfs0 (4.20.1-2) ...
19:08:30 [2021-03-01T19:08:30.241Z] #53 23.22 Selecting previously unselected package libbtrfs-dev.
19:08:30 [2021-03-01T19:08:30.241Z] #53 23.22 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ...
19:08:30 [2021-03-01T19:08:30.241Z] #53 23.22 Unpacking libbtrfs-dev (4.20.1-2) ...
19:08:30 [2021-03-01T19:08:30.241Z] #53 23.42 Setting up libbtrfs0 (4.20.1-2) ...
19:08:30 [2021-03-01T19:08:30.241Z] #53 23.42 Setting up libbtrfs-dev (4.20.1-2) ...
19:08:30 [2021-03-01T19:08:30.241Z] #53 23.43 Processing triggers for libc-bin (2.28-10) ...
19:08:30 [2021-03-01T19:08:30.241Z] #53 DONE 23.9s
19:08:30 [2021-03-01T19:08:30.241Z] 
19:08:30 [2021-03-01T19:08:30.241Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.17 go: finding github.com/fatih/color v1.7.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.21 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.23 go: finding github.com/mattn/go-colorable v0.1.4
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.23 go: finding github.com/mattn/go-isatty v0.0.8
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.30 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.33 go: finding github.com/go-critic/go-critic v0.4.1
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.34 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.35 go: finding github.com/go-lintpack/lintpack v0.5.2
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.36 go: finding github.com/pkg/errors v0.8.1
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.38 go: finding github.com/sirupsen/logrus v1.4.2
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.41 go: finding github.com/stretchr/testify v1.4.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.42 go: finding github.com/go-toolsmith/astfmt v1.0.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.42 go: finding github.com/davecgh/go-spew v1.1.1
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.43 go: finding github.com/go-toolsmith/astequal v1.0.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.43 go: finding github.com/mitchellh/go-homedir v1.1.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.46 go: finding github.com/pmezard/go-difflib v1.0.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.46 go: finding github.com/go-toolsmith/astp v1.0.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.48 go: finding github.com/stretchr/objx v0.2.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.49 go: finding github.com/go-toolsmith/astcast v1.0.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.49 go: finding github.com/go-toolsmith/typep v1.0.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.49 go: finding gopkg.in/yaml.v2 v2.2.7
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.50 go: finding github.com/spf13/viper v1.6.1
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.51 go: finding github.com/go-toolsmith/astcopy v1.0.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.59 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.70 go: finding github.com/go-toolsmith/strparse v1.0.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.70 go: finding github.com/bombsimon/wsl/v2 v2.0.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.71 go: finding github.com/gobwas/glob v0.2.3
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.71 go: finding github.com/spf13/cobra v0.0.5
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.74 go: finding github.com/spf13/pflag v1.0.5
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.75 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.78 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.82 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.92 go: finding github.com/fsnotify/fsnotify v1.4.7
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.92 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:08:30 [2021-03-01T19:08:30.241Z] #47 23.94 go: finding github.com/hashicorp/hcl v1.0.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 24.03 go: finding github.com/magiconair/properties v1.8.1
19:08:30 [2021-03-01T19:08:30.241Z] #47 24.04 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:08:30 [2021-03-01T19:08:30.241Z] #47 24.04 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:08:30 [2021-03-01T19:08:30.241Z] #47 24.05 go: finding github.com/mitchellh/mapstructure v1.1.2
19:08:30 [2021-03-01T19:08:30.241Z] #47 24.08 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:08:30 [2021-03-01T19:08:30.241Z] #47 24.08 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:08:30 [2021-03-01T19:08:30.241Z] #47 24.08 go: finding github.com/pelletier/go-toml v1.2.0
19:08:30 [2021-03-01T19:08:30.241Z] #47 24.09 go: finding github.com/spf13/afero v1.1.2
19:08:30 [2021-03-01T19:08:30.241Z] #47 24.11 go: finding golang.org/x/text v0.3.2
19:08:30 [2021-03-01T19:08:30.241Z] #47 24.12 go: finding github.com/spf13/cast v1.3.0
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.13 go: finding github.com/spf13/jwalterweatherman v1.0.0
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.15 go: finding github.com/subosito/gotenv v1.2.0
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.15 go: finding gopkg.in/ini.v1 v1.51.0
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.17 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.17 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.17 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.19 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.21 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.22 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.24 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.25 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.26 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.30 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.32 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:08:30 [2021-03-01T19:08:30.539Z] #47 24.36 go: finding github.com/kisielk/gotool v1.0.0
19:08:30 [2021-03-01T19:08:30.849Z] #47 24.39 go: finding github.com/sourcegraph/go-diff v0.5.1
19:08:30 [2021-03-01T19:08:30.849Z] #47 24.39 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:08:30 [2021-03-01T19:08:30.849Z] #47 24.43 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:08:30 [2021-03-01T19:08:30.849Z] #47 24.44 go: finding github.com/tommy-muehle/go-mnd v1.1.1
19:08:30 [2021-03-01T19:08:30.849Z] #47 24.45 go: finding github.com/ultraware/funlen v0.0.2
19:08:30 [2021-03-01T19:08:30.849Z] #47 24.48 go: finding github.com/ultraware/whitespace v0.0.4
19:08:30 [2021-03-01T19:08:30.849Z] #47 ...
19:08:30 [2021-03-01T19:08:30.849Z] 
19:08:30 [2021-03-01T19:08:30.849Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
19:08:30 [2021-03-01T19:08:30.849Z] #40 14.47 Fetched 8111 kB in 11s (708 kB/s)
19:08:30 [2021-03-01T19:08:30.849Z] #40 14.47 Reading package lists...
19:08:30 [2021-03-01T19:08:30.849Z] #40 17.84 Reading package lists...
19:08:30 [2021-03-01T19:08:30.849Z] #40 21.33 Building dependency tree...
19:08:30 [2021-03-01T19:08:30.849Z] #40 22.23 The following additional packages will be installed:
19:08:30 [2021-03-01T19:08:30.849Z] #40 22.26   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
19:08:30 [2021-03-01T19:08:30.849Z] #40 22.26   libprotoc17 python-pkg-resources python-six zlib1g-dev
19:08:30 [2021-03-01T19:08:30.849Z] #40 22.26 Suggested packages:
19:08:30 [2021-03-01T19:08:30.849Z] #40 22.26   manpages-dev python-setuptools
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.01 The following NEW packages will be installed:
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.02   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.02   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.02   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.02   python-six zlib1g-dev
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.14 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded.
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.14 Need to get 3742 kB of archives.
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.14 After this operation, 22.0 MB of additional disk space will be used.
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.17 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.17 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.21 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.22 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.34 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.34 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.35 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.35 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 23.36 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #40 24.21 debconf: delaying package configuration, since apt-utils is not installed
19:08:30 [2021-03-01T19:08:30.849Z] #40 24.26 Fetched 3742 kB in 0s (12.1 MB/s)
19:08:30 [2021-03-01T19:08:30.849Z] #40 24.30 Selecting previously unselected package libcap-dev:s390x.
19:08:30 [2021-03-01T19:08:30.849Z] #40 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 ... 15177 files and directories currently installed.)
19:08:30 [2021-03-01T19:08:30.849Z] #40 24.42 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ...
19:08:30 [2021-03-01T19:08:30.849Z] #40 24.42 Unpacking libcap-dev:s390x (1:2.25-2) ...
19:08:30 [2021-03-01T19:08:30.849Z] #40 24.54 Selecting previously unselected package libnet1:s390x.
19:08:30 [2021-03-01T19:08:30.849Z] #40 24.54 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
19:08:30 [2021-03-01T19:08:30.849Z] #40 24.58 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
19:08:30 [2021-03-01T19:08:30.849Z] #40 ...
19:08:30 [2021-03-01T19:08:30.849Z] 
19:08:30 [2021-03-01T19:08:30.849Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
19:08:30 [2021-03-01T19:08:30.849Z] #34 14.40 Fetched 8111 kB in 12s (704 kB/s)
19:08:30 [2021-03-01T19:08:30.849Z] #34 14.40 Reading package lists...
19:08:30 [2021-03-01T19:08:30.849Z] #34 18.20 Reading package lists...
19:08:30 [2021-03-01T19:08:30.849Z] #34 22.24 Building dependency tree...
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.12 The following additional packages will be installed:
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.12   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.12 Suggested packages:
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.12   cmake-doc ninja-build lrzip
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.12 Recommended packages:
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.12   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.72 The following NEW packages will be installed:
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.72   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.72   vim-common xxd
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.92 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded.
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.92 Need to get 14.0 MB of archives.
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.92 After this operation, 62.1 MB of additional disk space will be used.
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #34 23.98 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #34 24.02 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #34 24.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #34 ...
19:08:30 [2021-03-01T19:08:30.849Z] 
19:08:30 [2021-03-01T19:08:30.849Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
19:08:30 [2021-03-01T19:08:30.849Z] #11 14.45 Fetched 8111 kB in 11s (719 kB/s)
19:08:30 [2021-03-01T19:08:30.849Z] #11 14.45 Reading package lists...
19:08:30 [2021-03-01T19:08:30.849Z] #11 17.96 Reading package lists...
19:08:30 [2021-03-01T19:08:30.849Z] #11 21.25 Building dependency tree...
19:08:30 [2021-03-01T19:08:30.849Z] #11 22.18 The following additional packages will be installed:
19:08:30 [2021-03-01T19:08:30.849Z] #11 22.20   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
19:08:30 [2021-03-01T19:08:30.849Z] #11 22.20   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
19:08:30 [2021-03-01T19:08:30.849Z] #11 22.20   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
19:08:30 [2021-03-01T19:08:30.849Z] #11 22.20   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
19:08:30 [2021-03-01T19:08:30.849Z] #11 22.20   mingw-w64-x86-64-dev
19:08:30 [2021-03-01T19:08:30.849Z] #11 22.20 Suggested packages:
19:08:30 [2021-03-01T19:08:30.849Z] #11 22.20   gcc-8-locales seccomp wine64
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.09 The following NEW packages will be installed:
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.10   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.10   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.10   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.10   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.10   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.10   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.10 The following packages will be upgraded:
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.10   libsystemd0 libudev1
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.22 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded.
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.22 Need to get 73.7 MB of archives.
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.22 After this operation, 494 MB of additional disk space will be used.
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u6 [307 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u6 [145 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.39 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.51 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.53 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #11 23.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #11 24.02 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB]
19:08:30 [2021-03-01T19:08:30.849Z] #11 24.14 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB]
19:08:31 [2021-03-01T19:08:31.148Z] #11 ...
19:08:31 [2021-03-01T19:08:31.148Z] 
19:08:31 [2021-03-01T19:08:31.148Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
19:08:31 [2021-03-01T19:08:31.148Z] #47 24.51 go: finding github.com/uudashr/gocognit v1.0.1
19:08:31 [2021-03-01T19:08:31.148Z] #47 24.52 go: finding github.com/gogo/protobuf v1.2.1
19:08:31 [2021-03-01T19:08:31.148Z] #47 24.53 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:08:31 [2021-03-01T19:08:31.148Z] #47 24.64 go: finding honnef.co/go/tools v0.0.1-2019.2.3
19:08:31 [2021-03-01T19:08:31.148Z] #47 24.65 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:08:31 [2021-03-01T19:08:31.148Z] #47 24.65 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:08:31 [2021-03-01T19:08:31.148Z] #47 24.73 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:08:31 [2021-03-01T19:08:31.148Z] #47 24.75 go: finding github.com/BurntSushi/toml v0.3.1
19:08:31 [2021-03-01T19:08:31.148Z] #47 ...
19:08:31 [2021-03-01T19:08:31.148Z] 
19:08:31 [2021-03-01T19:08:31.148Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:08:31 [2021-03-01T19:08:31.148Z] #43 15.04 vendor/golang.org/x/crypto/internal/subtle
19:08:31 [2021-03-01T19:08:31.148Z] #43 23.09 internal/reflectlite
19:08:31 [2021-03-01T19:08:31.148Z] #43 23.13 sync
19:08:31 [2021-03-01T19:08:31.148Z] #43 24.39 github.com/LK4D4/vndr/godl/singleflight
19:08:31 [2021-03-01T19:08:31.148Z] #43 24.72 math/rand
19:08:31 [2021-03-01T19:08:31.439Z] #43 ...
19:08:31 [2021-03-01T19:08:31.439Z] 
19:08:31 [2021-03-01T19:08:31.439Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
19:08:31 [2021-03-01T19:08:31.439Z] #40 24.66 Selecting previously unselected package libnet1-dev.
19:08:31 [2021-03-01T19:08:31.439Z] #40 24.66 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ...
19:08:31 [2021-03-01T19:08:31.439Z] #40 24.67 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
19:08:31 [2021-03-01T19:08:31.439Z] #40 24.81 Selecting previously unselected package libnl-3-200:s390x.
19:08:31 [2021-03-01T19:08:31.439Z] #40 24.82 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ...
19:08:31 [2021-03-01T19:08:31.439Z] #40 24.82 Unpacking libnl-3-200:s390x (3.4.0-1) ...
19:08:31 [2021-03-01T19:08:31.439Z] #40 24.94 Selecting previously unselected package libnl-3-dev:s390x.
19:08:31 [2021-03-01T19:08:31.439Z] #40 24.94 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ...
19:08:31 [2021-03-01T19:08:31.439Z] #40 24.95 Unpacking libnl-3-dev:s390x (3.4.0-1) ...
19:08:31 [2021-03-01T19:08:31.439Z] #40 25.11 Selecting previously unselected package libprotobuf-c1:s390x.
19:08:31 [2021-03-01T19:08:31.439Z] #40 25.11 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
19:08:31 [2021-03-01T19:08:31.439Z] #40 25.15 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
19:08:31 [2021-03-01T19:08:31.439Z] #40 25.22 Selecting previously unselected package libprotobuf-c-dev:s390x.
19:08:31 [2021-03-01T19:08:31.439Z] #40 25.22 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ...
19:08:31 [2021-03-01T19:08:31.439Z] #40 25.24 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
19:08:31 [2021-03-01T19:08:31.439Z] #40 25.29 Selecting previously unselected package zlib1g-dev:s390x.
19:08:31 [2021-03-01T19:08:31.439Z] #40 25.29 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ...
19:08:31 [2021-03-01T19:08:31.439Z] #40 25.30 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
19:08:31 [2021-03-01T19:08:31.729Z] #40 25.50 Selecting previously unselected package libprotobuf17:s390x.
19:08:31 [2021-03-01T19:08:31.729Z] #40 25.50 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ...
19:08:31 [2021-03-01T19:08:31.729Z] #40 25.51 Unpacking libprotobuf17:s390x (3.6.1.3-2) ...
19:08:32 [2021-03-01T19:08:32.400Z] #40 ...
19:08:32 [2021-03-01T19:08:32.400Z] 
19:08:32 [2021-03-01T19:08:32.400Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:32 [2021-03-01T19:08:32.400Z] #62 DONE 26.0s
19:08:32 [2021-03-01T19:08:32.400Z] 
19:08:32 [2021-03-01T19:08:32.400Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
19:08:32 [2021-03-01T19:08:32.400Z] #40 25.91 Selecting previously unselected package libprotobuf-lite17:s390x.
19:08:32 [2021-03-01T19:08:32.400Z] #40 25.91 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ...
19:08:32 [2021-03-01T19:08:32.400Z] #40 25.91 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ...
19:08:32 [2021-03-01T19:08:32.400Z] #40 26.14 Selecting previously unselected package libprotobuf-dev:s390x.
19:08:32 [2021-03-01T19:08:32.400Z] #40 26.14 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ...
19:08:32 [2021-03-01T19:08:32.400Z] #40 26.14 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ...
19:08:33 [2021-03-01T19:08:33.058Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s
19:08:33 [2021-03-01T19:08:33.442Z] #40 27.35 Selecting previously unselected package libprotoc17:s390x.
19:08:33 [2021-03-01T19:08:33.442Z] #40 27.35 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ...
19:08:33 [2021-03-01T19:08:33.442Z] #40 27.35 Unpacking libprotoc17:s390x (3.6.1.3-2) ...
19:08:34 [2021-03-01T19:08:34.073Z] #40 27.77 Selecting previously unselected package protobuf-c-compiler.
19:08:34 [2021-03-01T19:08:34.073Z] #40 27.78 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ...
19:08:34 [2021-03-01T19:08:34.073Z] #40 27.78 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
19:08:34 [2021-03-01T19:08:34.073Z] #40 27.90 Selecting previously unselected package protobuf-compiler.
19:08:34 [2021-03-01T19:08:34.073Z] #40 27.90 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ...
19:08:34 [2021-03-01T19:08:34.363Z] #40 27.90 Unpacking protobuf-compiler (3.6.1.3-2) ...
19:08:34 [2021-03-01T19:08:34.363Z] #40 28.02 Selecting previously unselected package python-pkg-resources.
19:08:34 [2021-03-01T19:08:34.363Z] #40 28.02 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
19:08:34 [2021-03-01T19:08:34.363Z] #40 28.02 Unpacking python-pkg-resources (40.8.0-1) ...
19:08:34 [2021-03-01T19:08:34.657Z] #40 28.17 Selecting previously unselected package python-six.
19:08:34 [2021-03-01T19:08:34.657Z] #40 28.17 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
19:08:34 [2021-03-01T19:08:34.657Z] #40 28.18 Unpacking python-six (1.12.0-1) ...
19:08:34 [2021-03-01T19:08:34.657Z] #40 28.23 Selecting previously unselected package python-protobuf.
19:08:34 [2021-03-01T19:08:34.657Z] #40 28.24 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ...
19:08:34 [2021-03-01T19:08:34.657Z] #40 28.24 Unpacking python-protobuf (3.6.1.3-2) ...
19:08:34 [2021-03-01T19:08:34.948Z] #40 28.59 Setting up python-pkg-resources (40.8.0-1) ...
19:08:37 [2021-03-01T19:08:37.017Z] #40 30.43 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ...
19:08:37 [2021-03-01T19:08:37.017Z] #40 30.44 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
19:08:37 [2021-03-01T19:08:37.017Z] #40 30.45 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
19:08:37 [2021-03-01T19:08:37.017Z] #40 30.45 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
19:08:37 [2021-03-01T19:08:37.017Z] #40 30.46 Setting up python-six (1.12.0-1) ...
19:08:38 [2021-03-01T19:08:38.048Z] #40 31.64 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
19:08:38 [2021-03-01T19:08:38.048Z] #40 31.65 Setting up libnl-3-200:s390x (3.4.0-1) ...
19:08:38 [2021-03-01T19:08:38.048Z] #40 31.66 Setting up libprotobuf17:s390x (3.6.1.3-2) ...
19:08:38 [2021-03-01T19:08:38.048Z] #40 31.67 Setting up libcap-dev:s390x (1:2.25-2) ...
19:08:38 [2021-03-01T19:08:38.048Z] #40 31.70 Setting up libprotoc17:s390x (3.6.1.3-2) ...
19:08:38 [2021-03-01T19:08:38.048Z] #40 31.71 Setting up protobuf-compiler (3.6.1.3-2) ...
19:08:38 [2021-03-01T19:08:38.048Z] #40 31.72 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
19:08:38 [2021-03-01T19:08:38.048Z] #40 31.72 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ...
19:08:38 [2021-03-01T19:08:38.048Z] #40 31.73 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
19:08:38 [2021-03-01T19:08:38.048Z] #40 31.74 Setting up python-protobuf (3.6.1.3-2) ...
19:08:38 [2021-03-01T19:08:38.336Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.8s done
19:08:38 [2021-03-01T19:08:38.336Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
19:08:38 [2021-03-01T19:08:38.336Z] #9 DONE 36.5s
19:08:38 [2021-03-01T19:08:38.336Z] 
19:08:38 [2021-03-01T19:08:38.336Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:08:38 [2021-03-01T19:08:38.336Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
19:08:38 [2021-03-01T19:08:38.338Z] #40 ...
19:08:38 [2021-03-01T19:08:38.338Z] 
19:08:38 [2021-03-01T19:08:38.338Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
19:08:38 [2021-03-01T19:08:38.338Z] #11 26.27 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.70 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.70 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.71 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.73 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.74 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u6 [110 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.74 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.75 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.76 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.77 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.77 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.80 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.81 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.81 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 27.81 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u6 [322 kB]
19:08:38 [2021-03-01T19:08:38.338Z] #11 28.50 debconf: delaying package configuration, since apt-utils is not installed
19:08:38 [2021-03-01T19:08:38.338Z] #11 28.59 Fetched 73.7 MB in 5s (15.7 MB/s)
19:08:38 [2021-03-01T19:08:38.339Z] #11 28.64 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
19:08:38 [2021-03-01T19:08:38.339Z] #11 28.74 Preparing to unpack .../libsystemd0_241-7~deb10u6_s390x.deb ...
19:08:38 [2021-03-01T19:08:38.339Z] #11 28.75 Unpacking libsystemd0:s390x (241-7~deb10u6) over (241-7~deb10u4) ...
19:08:38 [2021-03-01T19:08:38.339Z] #11 29.06 Setting up libsystemd0:s390x (241-7~deb10u6) ...
19:08:38 [2021-03-01T19:08:38.339Z] #11 29.15 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
19:08:38 [2021-03-01T19:08:38.339Z] #11 29.16 Preparing to unpack .../libudev1_241-7~deb10u6_s390x.deb ...
19:08:38 [2021-03-01T19:08:38.339Z] #11 29.17 Unpacking libudev1:s390x (241-7~deb10u6) over (241-7~deb10u4) ...
19:08:38 [2021-03-01T19:08:38.339Z] #11 29.30 Setting up libudev1:s390x (241-7~deb10u6) ...
19:08:38 [2021-03-01T19:08:38.339Z] #11 29.37 Selecting previously unselected package binutils-mingw-w64-i686.
19:08:38 [2021-03-01T19:08:38.339Z] #11 29.37 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
19:08:38 [2021-03-01T19:08:38.339Z] #11 29.40 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ...
19:08:38 [2021-03-01T19:08:38.339Z] #11 29.40 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:08:38 [2021-03-01T19:08:38.339Z] #11 31.35 Selecting previously unselected package binutils-mingw-w64-x86-64.
19:08:38 [2021-03-01T19:08:38.339Z] #11 31.37 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ...
19:08:38 [2021-03-01T19:08:38.339Z] #11 31.37 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:08:38 [2021-03-01T19:08:38.905Z] #10 ...
19:08:38 [2021-03-01T19:08:38.906Z] 
19:08:38 [2021-03-01T19:08:38.906Z] #28 [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
19:08:38 [2021-03-01T19:08:38.906Z] #28 sha256:1c83c3095a4f8bc7877078653235dad53abeb9076ed3583ec96d671cfecf46da
19:08:38 [2021-03-01T19:08:38.906Z] #28 1.811 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
19:08:38 [2021-03-01T19:08:38.906Z] #28 1.898 
19:08:38 [2021-03-01T19:08:38.906Z] #28 2.019 
#########                                                                 12.8%
##########################                                                37.3%
#########################################                                 57.2%
#######################################################                   76.4%
#####################################################################     97.1%
######################################################################## 100.0%
19:08:38 [2021-03-01T19:08:38.906Z] #28 2.512 
19:08:38 [2021-03-01T19:08:38.906Z] #28 2.626 
######################################################################## 100.0%
19:08:38 [2021-03-01T19:08:38.906Z] #28 2.788 
19:08:38 [2021-03-01T19:08:38.906Z] #28 2.913 
#######################################################                   77.2%
######################################################################## 100.0%
19:08:38 [2021-03-01T19:08:38.906Z] #28 3.044 
19:08:38 [2021-03-01T19:08:38.906Z] #28 3.178 
######                                                                     9.1%
#################                                                         24.4%
##################################                                        47.3%
################################################                          67.7%
#################################################################         91.5%
######################################################################## 100.0%
19:08:38 [2021-03-01T19:08:38.906Z] #28 3.739 
19:08:38 [2021-03-01T19:08:38.906Z] #28 3.866 
##                                                                         3.2%
######                                                                     9.6%
##########                                                                15.0%
##############                                                            20.2%
##################                                                        25.4%
######################                                                    30.6%
#########################                                                 35.6%
#############################                                             41.0%
#################################                                         46.2%
#####################################                                     51.4%
########################################                                  56.6%
############################################                              61.8%
################################################                          67.0%
###################################################                       72.2%
#######################################################                   77.4%
###########################################################               82.6%
###############################################################           87.8%
##################################################################        93.0%
######################################################################    98.2%
######################################################################## 100.0%
19:08:38 [2021-03-01T19:08:38.906Z] #28 5.738 
19:08:38 [2021-03-01T19:08:38.906Z] #28 6.162 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
19:08:38 [2021-03-01T19:08:38.906Z] #28 6.338 
19:08:38 [2021-03-01T19:08:38.906Z] #28 6.389 
######################################################################## 100.0%
19:08:38 [2021-03-01T19:08:38.906Z] #28 6.418 
19:08:38 [2021-03-01T19:08:38.906Z] #28 6.789 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
19:08:38 [2021-03-01T19:08:38.906Z] #28 6.909 
19:08:38 [2021-03-01T19:08:38.906Z] #28 7.059 
                                                                           0.6%
#######################################################                   77.5%
######################################################################## 100.0%
19:08:38 [2021-03-01T19:08:38.906Z] #28 7.217 
19:08:38 [2021-03-01T19:08:38.906Z] #28 7.749 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
19:08:38 [2021-03-01T19:08:38.906Z] #28 7.846 
19:08:38 [2021-03-01T19:08:38.906Z] #28 8.087 #=#=#                                                                         

########                                                                  11.3%
#########################                                                 35.2%
#################################                                         47.1%
######################################                                    53.2%
###########################################                               60.1%
############################################                              62.3%
############################################################              83.8%
######################################################################## 100.0%
19:08:38 [2021-03-01T19:08:38.906Z] #28 8.951 
19:08:38 [2021-03-01T19:08:38.906Z] #28 9.637 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
19:08:38 [2021-03-01T19:08:38.906Z] #28 9.750 
19:08:38 [2021-03-01T19:08:38.906Z] #28 9.807 
######################################################################## 100.0%
19:08:38 [2021-03-01T19:08:38.906Z] #28 9.848 
19:08:38 [2021-03-01T19:08:38.906Z] #28 10.11 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
19:08:39 [2021-03-01T19:08:39.164Z] #28 10.27 
19:08:39 [2021-03-01T19:08:39.164Z] #28 10.36 
######################################################################## 100.0%
19:08:39 [2021-03-01T19:08:39.164Z] #28 10.39 
19:08:39 [2021-03-01T19:08:39.164Z] #28 10.41 Download of images into '/build' complete.
19:08:39 [2021-03-01T19:08:39.164Z] #28 10.41 Use something like the following to load the result into a Docker daemon:
19:08:39 [2021-03-01T19:08:39.164Z] #28 10.41   tar -cC '/build' . | docker load
19:08:39 [2021-03-01T19:08:39.871Z] #11 33.53 Selecting previously unselected package binutils-mingw-w64.
19:08:39 [2021-03-01T19:08:39.871Z] #11 33.53 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
19:08:39 [2021-03-01T19:08:39.871Z] #11 33.54 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
19:08:39 [2021-03-01T19:08:39.871Z] #11 33.63 Selecting previously unselected package libdevmapper1.02.1:s390x.
19:08:39 [2021-03-01T19:08:39.871Z] #11 33.63 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ...
19:08:39 [2021-03-01T19:08:39.871Z] #11 33.63 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ...
19:08:40 [2021-03-01T19:08:40.161Z] #11 33.78 Selecting previously unselected package dmsetup.
19:08:40 [2021-03-01T19:08:40.161Z] #11 33.78 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ...
19:08:40 [2021-03-01T19:08:40.161Z] #11 33.79 Unpacking dmsetup (2:1.02.155-3) ...
19:08:40 [2021-03-01T19:08:40.161Z] #11 33.88 Selecting previously unselected package mingw-w64-common.
19:08:40 [2021-03-01T19:08:40.161Z] #11 ...
19:08:40 [2021-03-01T19:08:40.161Z] 
19:08:40 [2021-03-01T19:08:40.161Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.822 + RM_GOPATH=0
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.822 + TMP_GOPATH=
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.822 + : /build
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.822 + '[' -z '' ']'
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.822 ++ mktemp -d
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.822 + export GOPATH=/tmp/tmp.V3OtqIPRzv
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.822 + GOPATH=/tmp/tmp.V3OtqIPRzv
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.822 + RM_GOPATH=1
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.822 + case "$(go env GOARCH)" in
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.822 ++ go env GOARCH
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.836 + export GO_BUILDMODE=-buildmode=pie
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.836 + GO_BUILDMODE=-buildmode=pie
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.840 ++ dirname /tmp/install/install.sh
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.849 + dir=/tmp/install
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.849 + bin=containerd
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.849 + shift
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.849 + '[' '!' -f /tmp/install/containerd.installer ']'
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.849 + . /tmp/install/containerd.installer
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.849 ++ set -e
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.849 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.849 + install_containerd
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.849 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.849 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.850 + git clone https://github.com/containerd/containerd.git /tmp/tmp.V3OtqIPRzv/src/github.com/containerd/containerd
19:08:40 [2021-03-01T19:08:40.161Z] #54 0.853 Cloning into '/tmp/tmp.V3OtqIPRzv/src/github.com/containerd/containerd'...
19:08:40 [2021-03-01T19:08:40.161Z] #54 ...
19:08:40 [2021-03-01T19:08:40.161Z] 
19:08:40 [2021-03-01T19:08:40.161Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
19:08:40 [2021-03-01T19:08:40.161Z] #11 33.89 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
19:08:40 [2021-03-01T19:08:40.161Z] #11 33.89 Unpacking mingw-w64-common (6.0.0-3) ...
19:08:41 [2021-03-01T19:08:41.197Z] #11 ...
19:08:41 [2021-03-01T19:08:41.197Z] 
19:08:41 [2021-03-01T19:08:41.197Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
19:08:41 [2021-03-01T19:08:41.197Z] #34 24.71 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u1 [607 kB]
19:08:41 [2021-03-01T19:08:41.197Z] #34 24.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB]
19:08:41 [2021-03-01T19:08:41.197Z] #34 24.81 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB]
19:08:41 [2021-03-01T19:08:41.197Z] #34 24.81 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB]
19:08:41 [2021-03-01T19:08:41.197Z] #34 24.82 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB]
19:08:41 [2021-03-01T19:08:41.197Z] #34 24.82 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB]
19:08:41 [2021-03-01T19:08:41.197Z] #34 25.55 debconf: delaying package configuration, since apt-utils is not installed
19:08:41 [2021-03-01T19:08:41.197Z] #34 25.61 Fetched 14.0 MB in 1s (11.5 MB/s)
19:08:41 [2021-03-01T19:08:41.197Z] #34 25.68 Selecting previously unselected package xxd.
19:08:41 [2021-03-01T19:08:41.197Z] #34 25.68 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
19:08:41 [2021-03-01T19:08:41.197Z] #34 25.77 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 25.77 Unpacking xxd (2:8.1.0875-5) ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 26.01 Selecting previously unselected package vim-common.
19:08:41 [2021-03-01T19:08:41.197Z] #34 26.01 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 26.04 Unpacking vim-common (2:8.1.0875-5) ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 26.55 Selecting previously unselected package cmake-data.
19:08:41 [2021-03-01T19:08:41.197Z] #34 26.55 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 26.56 Unpacking cmake-data (3.13.4-1) ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 28.32 Selecting previously unselected package libicu63:s390x.
19:08:41 [2021-03-01T19:08:41.197Z] #34 28.33 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 28.33 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.15 Selecting previously unselected package libxml2:s390x.
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.15 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_s390x.deb ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.15 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.57 Selecting previously unselected package libarchive13:s390x.
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.57 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.58 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.82 Selecting previously unselected package libjsoncpp1:s390x.
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.83 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.83 Unpacking libjsoncpp1:s390x (1.7.4-3) ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.93 Selecting previously unselected package librhash0:s390x.
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.93 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 33.94 Unpacking librhash0:s390x (1.3.8-1) ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 34.08 Selecting previously unselected package libuv1:s390x.
19:08:41 [2021-03-01T19:08:41.197Z] #34 34.08 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 34.08 Unpacking libuv1:s390x (1.24.1-1) ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 34.17 Selecting previously unselected package cmake.
19:08:41 [2021-03-01T19:08:41.197Z] #34 34.17 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 34.17 Unpacking cmake (3.13.4-1) ...
19:08:41 [2021-03-01T19:08:41.197Z] #34 ...
19:08:41 [2021-03-01T19:08:41.197Z] 
19:08:41 [2021-03-01T19:08:41.197Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
19:08:41 [2021-03-01T19:08:41.197Z] #45 DONE 34.9s
19:08:41 [2021-03-01T19:08:41.197Z] 
19:08:41 [2021-03-01T19:08:41.197Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
19:08:41 [2021-03-01T19:08:41.197Z] #40 34.65 Setting up libnl-3-dev:s390x (3.4.0-1) ...
19:08:41 [2021-03-01T19:08:41.197Z] #40 34.66 Processing triggers for libc-bin (2.28-10) ...
19:08:41 [2021-03-01T19:08:41.197Z] #40 ...
19:08:41 [2021-03-01T19:08:41.197Z] 
19:08:41 [2021-03-01T19:08:41.197Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:41 [2021-03-01T19:08:41.197Z] #32 24.92 errors
19:08:41 [2021-03-01T19:08:41.197Z] #32 24.93 sort
19:08:41 [2021-03-01T19:08:41.197Z] #32 25.15 strconv
19:08:41 [2021-03-01T19:08:41.197Z] #32 25.59 io
19:08:41 [2021-03-01T19:08:41.197Z] #32 26.49 internal/oserror
19:08:41 [2021-03-01T19:08:41.197Z] #32 26.65 syscall
19:08:41 [2021-03-01T19:08:41.197Z] #32 27.55 reflect
19:08:41 [2021-03-01T19:08:41.197Z] #32 31.18 time
19:08:41 [2021-03-01T19:08:41.197Z] #32 34.97 internal/poll
19:08:41 [2021-03-01T19:08:41.491Z] #32 ...
19:08:41 [2021-03-01T19:08:41.491Z] 
19:08:41 [2021-03-01T19:08:41.491Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
19:08:41 [2021-03-01T19:08:41.491Z] #40 DONE 35.1s
19:08:41 [2021-03-01T19:08:41.491Z] 
19:08:41 [2021-03-01T19:08:41.491Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:08:41 [2021-03-01T19:08:41.784Z] #41 ...
19:08:41 [2021-03-01T19:08:41.784Z] 
19:08:41 [2021-03-01T19:08:41.784Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:08:41 [2021-03-01T19:08:41.784Z] #43 25.34 internal/singleflight
19:08:41 [2021-03-01T19:08:41.784Z] #43 25.43 io
19:08:41 [2021-03-01T19:08:41.784Z] #43 25.59 strconv
19:08:41 [2021-03-01T19:08:41.784Z] #43 26.48 bytes
19:08:41 [2021-03-01T19:08:41.784Z] #43 27.94 bufio
19:08:41 [2021-03-01T19:08:41.784Z] #43 28.65 reflect
19:08:41 [2021-03-01T19:08:41.784Z] #43 29.20 syscall
19:08:41 [2021-03-01T19:08:41.784Z] #43 ...
19:08:41 [2021-03-01T19:08:41.784Z] 
19:08:41 [2021-03-01T19:08:41.784Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
19:08:41 [2021-03-01T19:08:41.784Z] #30 30.90 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
19:08:41 [2021-03-01T19:08:41.784Z] #30 30.93 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:08:42 [2021-03-01T19:08:42.844Z] #30 ...
19:08:42 [2021-03-01T19:08:42.844Z] 
19:08:42 [2021-03-01T19:08:42.844Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.45 Setting up libicu63:s390x (63.1-6+deb10u1) ...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.48 Setting up xxd (2:8.1.0875-5) ...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.51 Setting up libuv1:s390x (1.24.1-1) ...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.52 Setting up vim-common (2:8.1.0875-5) ...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.54 Setting up librhash0:s390x (1.3.8-1) ...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.55 Setting up cmake-data (3.13.4-1) ...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.56 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.59 Setting up libjsoncpp1:s390x (1.7.4-3) ...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.60 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.61 Setting up cmake (3.13.4-1) ...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.62 Processing triggers for libc-bin (2.28-10) ...
19:08:42 [2021-03-01T19:08:42.844Z] #34 36.67 Processing triggers for mime-support (3.62) ...
19:08:43 [2021-03-01T19:08:43.136Z] #34 DONE 36.9s
19:08:43 [2021-03-01T19:08:43.136Z] 
19:08:43 [2021-03-01T19:08:43.136Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:08:43 [2021-03-01T19:08:43.430Z] #41 1.923 Note: Building without setproctitle() and strlcpy() support.
19:08:43 [2021-03-01T19:08:43.430Z] #41 1.923       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:08:43 [2021-03-01T19:08:43.430Z] #41 1.930 Note: Building without GnuTLS support
19:08:43 [2021-03-01T19:08:43.430Z] #41 1.955 Makefile.config:39: Warn: you have no libnftables installed
19:08:43 [2021-03-01T19:08:43.430Z] #41 1.955 Makefile.config:40: Warn: Building without nftables support
19:08:43 [2021-03-01T19:08:43.541Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03e03a2e31314434b) in /home/ubuntu/workspace/moby_PR-42102
[Pipeline] {
[Pipeline] checkout
19:08:43 [2021-03-01T19:08:43.778Z] The recommended git tool is: git
19:08:44 [2021-03-01T19:08:44.441Z] #28 DONE 15.3s
19:08:44 [2021-03-01T19:08:44.441Z] 
19:08:44 [2021-03-01T19:08:44.441Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:08:44 [2021-03-01T19:08:44.441Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
19:08:44 [2021-03-01T19:08:44.441Z] #10 DONE 6.0s
19:08:44 [2021-03-01T19:08:44.441Z] 
19:08:44 [2021-03-01T19:08:44.441Z] #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
19:08:44 [2021-03-01T19:08:44.441Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
19:08:44 [2021-03-01T19:08:44.461Z] #41 3.094 fatal: not a git repository (or any of the parent directories): .git
19:08:44 [2021-03-01T19:08:44.461Z] #41 3.123   GEN      .gitid
19:08:44 [2021-03-01T19:08:44.461Z] #41 3.127   GEN      criu/include/version.h
19:08:44 [2021-03-01T19:08:44.461Z] #41 3.153   GEN      include/common/asm
19:08:45 [2021-03-01T19:08:45.095Z] #41 ...
19:08:45 [2021-03-01T19:08:45.095Z] 
19:08:45 [2021-03-01T19:08:45.095Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:45 [2021-03-01T19:08:45.095Z] #49 28.91 syscall
19:08:45 [2021-03-01T19:08:45.095Z] #49 28.91 reflect
19:08:45 [2021-03-01T19:08:45.095Z] #49 34.11 time
19:08:45 [2021-03-01T19:08:45.095Z] #49 38.14 context
19:08:45 [2021-03-01T19:08:45.095Z] #49 38.75 os
19:08:45 [2021-03-01T19:08:45.095Z] #49 38.96 encoding/binary
19:08:45 [2021-03-01T19:08:45.379Z] #11 DONE 1.4s
19:08:45 [2021-03-01T19:08:45.387Z] #49 ...
19:08:45 [2021-03-01T19:08:45.387Z] 
19:08:45 [2021-03-01T19:08:45.387Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:08:45 [2021-03-01T19:08:45.387Z] #41 3.970   PBCC     images/timens.pb-c.c
19:08:45 [2021-03-01T19:08:45.387Z] #41 3.996   DEP      images/timens.pb-c.d
19:08:45 [2021-03-01T19:08:45.387Z] #41 4.020   PBCC     images/fown.pb-c.c
19:08:45 [2021-03-01T19:08:45.387Z] #41 4.037   PBCC     images/google/protobuf/descriptor.pb-c.c
19:08:45 [2021-03-01T19:08:45.387Z] #41 4.053   PBCC     images/opts.pb-c.c
19:08:45 [2021-03-01T19:08:45.387Z] #41 4.081   PBCC     images/memfd.pb-c.c
19:08:45 [2021-03-01T19:08:45.387Z] #41 4.087   DEP      images/fown.pb-c.d
19:08:45 [2021-03-01T19:08:45.387Z] #41 4.096   DEP      images/google/protobuf/descriptor.pb-c.d
19:08:45 [2021-03-01T19:08:45.387Z] #41 4.175   DEP      images/opts.pb-c.d
19:08:45 [2021-03-01T19:08:45.387Z] #41 4.185   DEP      images/memfd.pb-c.d
19:08:45 [2021-03-01T19:08:45.638Z] 
19:08:45 [2021-03-01T19:08:45.638Z] #23 [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
19:08:45 [2021-03-01T19:08:45.638Z] #23 sha256:a600979726b2579d24d5ee4793f38599179187baf8a79dafdba782cca071451a
19:08:45 [2021-03-01T19:08:45.677Z] #41 4.219   PBCC     images/sit.pb-c.c
19:08:45 [2021-03-01T19:08:45.677Z] #41 4.251   DEP      images/sit.pb-c.d
19:08:45 [2021-03-01T19:08:45.677Z] #41 4.313   PBCC     images/macvlan.pb-c.c
19:08:45 [2021-03-01T19:08:45.677Z] #41 4.318   DEP      images/macvlan.pb-c.d
19:08:45 [2021-03-01T19:08:45.677Z] #41 4.357   PBCC     images/autofs.pb-c.c
19:08:45 [2021-03-01T19:08:45.677Z] #41 4.383   DEP      images/autofs.pb-c.d
19:08:45 [2021-03-01T19:08:45.677Z] #41 4.405   PBCC     images/sysctl.pb-c.c
19:08:45 [2021-03-01T19:08:45.677Z] #41 4.429   DEP      images/sysctl.pb-c.d
19:08:45 [2021-03-01T19:08:45.898Z] #23 ...
19:08:45 [2021-03-01T19:08:45.898Z] 
19:08:45 [2021-03-01T19:08:45.898Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:08:45 [2021-03-01T19:08:45.898Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
19:08:45 [2021-03-01T19:08:45.898Z] #38 DONE 0.4s
19:08:45 [2021-03-01T19:08:45.898Z] 
19:08:45 [2021-03-01T19:08:45.898Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:08:45 [2021-03-01T19:08:45.898Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
19:08:45 [2021-03-01T19:08:45.898Z] #30 DONE 0.5s
19:08:45 [2021-03-01T19:08:45.898Z] 
19:08:45 [2021-03-01T19:08:45.898Z] #39 [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
19:08:45 [2021-03-01T19:08:45.898Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.443   PBCC     images/time.pb-c.c
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.472   DEP      images/time.pb-c.d
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.501   PBCC     images/binfmt-misc.pb-c.c
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.505   DEP      images/binfmt-misc.pb-c.d
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.511   PBCC     images/seccomp.pb-c.c
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.566   DEP      images/seccomp.pb-c.d
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.637   PBCC     images/userns.pb-c.c
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.641   DEP      images/userns.pb-c.d
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.695   PBCC     images/cgroup.pb-c.c
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.716   DEP      images/cgroup.pb-c.d
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.748   PBCC     images/ext-file.pb-c.c
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.777   DEP      images/ext-file.pb-c.d
19:08:45 [2021-03-01T19:08:45.967Z] #41 4.825   PBCC     images/rpc.pb-c.c
19:08:46 [2021-03-01T19:08:46.031Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e5ce22137e062bb0) in /home/ubuntu/workspace/moby_PR-42102
[Pipeline] {
[Pipeline] checkout
19:08:46 [2021-03-01T19:08:46.132Z] The recommended git tool is: git
19:08:46 [2021-03-01T19:08:46.258Z] #41 4.832   DEP      images/rpc.pb-c.d
19:08:46 [2021-03-01T19:08:46.258Z] #41 4.840   PBCC     images/siginfo.pb-c.c
19:08:46 [2021-03-01T19:08:46.258Z] #41 4.875   DEP      images/siginfo.pb-c.d
19:08:46 [2021-03-01T19:08:46.258Z] #41 4.909   PBCC     images/pagemap.pb-c.c
19:08:46 [2021-03-01T19:08:46.258Z] #41 4.927   DEP      images/pagemap.pb-c.d
19:08:46 [2021-03-01T19:08:46.258Z] #41 4.967   PBCC     images/rlimit.pb-c.c
19:08:46 [2021-03-01T19:08:46.258Z] #41 4.969   DEP      images/rlimit.pb-c.d
19:08:46 [2021-03-01T19:08:46.258Z] #41 4.983   PBCC     images/file-lock.pb-c.c
19:08:46 [2021-03-01T19:08:46.258Z] #41 4.998   DEP      images/file-lock.pb-c.d
19:08:46 [2021-03-01T19:08:46.258Z] #41 5.021   PBCC     images/tty.pb-c.c
19:08:46 [2021-03-01T19:08:46.258Z] #41 5.073   DEP      images/tty.pb-c.d
19:08:46 [2021-03-01T19:08:46.548Z] #41 5.091   PBCC     images/tun.pb-c.c
19:08:46 [2021-03-01T19:08:46.548Z] #41 5.124   PBCC     images/netdev.pb-c.c
19:08:46 [2021-03-01T19:08:46.548Z] #41 5.160   DEP      images/tun.pb-c.d
19:08:46 [2021-03-01T19:08:46.548Z] #41 5.222   DEP      images/netdev.pb-c.d
19:08:46 [2021-03-01T19:08:46.548Z] #41 5.245   PBCC     images/vma.pb-c.c
19:08:46 [2021-03-01T19:08:46.548Z] #41 5.271   DEP      images/vma.pb-c.d
19:08:46 [2021-03-01T19:08:46.548Z] #41 5.310   PBCC     images/creds.pb-c.c
19:08:46 [2021-03-01T19:08:46.548Z] #41 5.337   DEP      images/creds.pb-c.d
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.389   PBCC     images/utsns.pb-c.c
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.396   DEP      images/utsns.pb-c.d
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.416   PBCC     images/ipc-desc.pb-c.c
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.431   PBCC     images/ipc-sem.pb-c.c
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.450   DEP      images/ipc-desc.pb-c.d
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.485   DEP      images/ipc-sem.pb-c.d
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.493   PBCC     images/ipc-msg.pb-c.c
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.509   DEP      images/ipc-msg.pb-c.d
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.544   PBCC     images/ipc-shm.pb-c.c
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.557   DEP      images/ipc-shm.pb-c.d
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.569   PBCC     images/ipc-var.pb-c.c
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.578   DEP      images/ipc-var.pb-c.d
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.636   PBCC     images/sk-opts.pb-c.c
19:08:46 [2021-03-01T19:08:46.839Z] #41 5.673   PBCC     images/packet-sock.pb-c.c
19:08:47 [2021-03-01T19:08:47.129Z] #41 5.708   DEP      images/sk-opts.pb-c.d
19:08:47 [2021-03-01T19:08:47.129Z] #41 5.732   DEP      images/packet-sock.pb-c.d
19:08:47 [2021-03-01T19:08:47.129Z] #41 5.815   PBCC     images/sk-netlink.pb-c.c
19:08:47 [2021-03-01T19:08:47.129Z] #41 5.848   DEP      images/sk-netlink.pb-c.d
19:08:47 [2021-03-01T19:08:47.129Z] #41 5.906   PBCC     images/sk-inet.pb-c.c
19:08:47 [2021-03-01T19:08:47.129Z] #41 5.922   DEP      images/sk-inet.pb-c.d
19:08:47 [2021-03-01T19:08:47.181Z] using credential docker-jenkins-github-credentials
19:08:47 [2021-03-01T19:08:47.194Z] Cloning the remote Git repository
19:08:47 [2021-03-01T19:08:47.194Z] Cloning with configured refspecs honoured and without tags
19:08:47 [2021-03-01T19:08:47.419Z] #41 5.966   PBCC     images/sk-unix.pb-c.c
19:08:47 [2021-03-01T19:08:47.419Z] #41 6.004   DEP      images/sk-unix.pb-c.d
19:08:47 [2021-03-01T19:08:47.419Z] #41 6.033   PBCC     images/mm.pb-c.c
19:08:47 [2021-03-01T19:08:47.419Z] #41 6.061   DEP      images/mm.pb-c.d
19:08:47 [2021-03-01T19:08:47.419Z] #41 6.097   PBCC     images/timerfd.pb-c.c
19:08:47 [2021-03-01T19:08:47.419Z] #41 6.130   DEP      images/timerfd.pb-c.d
19:08:47 [2021-03-01T19:08:47.419Z] #41 6.169   PBCC     images/timer.pb-c.c
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.174   DEP      images/timer.pb-c.d
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.232   PBCC     images/sa.pb-c.c
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.238   DEP      images/sa.pb-c.d
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.296   PBCC     images/pipe-data.pb-c.c
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.303   DEP      images/pipe-data.pb-c.d
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.347   PBCC     images/mnt.pb-c.c
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.370   DEP      images/mnt.pb-c.d
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.413   PBCC     images/sk-packet.pb-c.c
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.419   DEP      images/sk-packet.pb-c.d
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.459   PBCC     images/tcp-stream.pb-c.c
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.466   DEP      images/tcp-stream.pb-c.d
19:08:47 [2021-03-01T19:08:47.710Z] #41 6.515   PBCC     images/pipe.pb-c.c
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.543   DEP      images/pipe.pb-c.d
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.552   PBCC     images/pstree.pb-c.c
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.574   DEP      images/pstree.pb-c.d
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.588   PBCC     images/fs.pb-c.c
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.591   DEP      images/fs.pb-c.d
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.633   PBCC     images/signalfd.pb-c.c
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.672   DEP      images/signalfd.pb-c.d
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.725   PBCC     images/fh.pb-c.c
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.748   PBCC     images/fsnotify.pb-c.c
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.776   DEP      images/fh.pb-c.d
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.826   DEP      images/fsnotify.pb-c.d
19:08:48 [2021-03-01T19:08:48.000Z] #41 6.856   PBCC     images/eventpoll.pb-c.c
19:08:48 [2021-03-01T19:08:48.290Z] #41 6.874   DEP      images/eventpoll.pb-c.d
19:08:48 [2021-03-01T19:08:48.290Z] #41 6.881   PBCC     images/eventfd.pb-c.c
19:08:48 [2021-03-01T19:08:48.290Z] #41 6.900   DEP      images/eventfd.pb-c.d
19:08:48 [2021-03-01T19:08:48.290Z] #41 6.943   PBCC     images/remap-file-path.pb-c.c
19:08:48 [2021-03-01T19:08:48.290Z] #41 6.946   DEP      images/remap-file-path.pb-c.d
19:08:48 [2021-03-01T19:08:48.290Z] #41 6.970   PBCC     images/fifo.pb-c.c
19:08:48 [2021-03-01T19:08:48.290Z] #41 6.983   DEP      images/fifo.pb-c.d
19:08:48 [2021-03-01T19:08:48.290Z] #41 7.015   PBCC     images/ghost-file.pb-c.c
19:08:48 [2021-03-01T19:08:48.290Z] #41 7.070   DEP      images/ghost-file.pb-c.d
19:08:47 [2021-03-01T19:08:47.290Z] Cloning repository https://github.com/moby/moby.git
19:08:47 [2021-03-01T19:08:47.374Z]  > git init /home/ubuntu/workspace/moby_PR-42102 # timeout=10
19:08:47 [2021-03-01T19:08:47.706Z] Fetching upstream changes from https://github.com/moby/moby.git
19:08:47 [2021-03-01T19:08:47.706Z]  > git --version # timeout=10
19:08:47 [2021-03-01T19:08:47.735Z]  > git --version # 'git version 2.17.1'
19:08:47 [2021-03-01T19:08:47.736Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:08:47 [2021-03-01T19:08:47.742Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:08:48 [2021-03-01T19:08:48.580Z] #41 7.100   PBCC     images/regfile.pb-c.c
19:08:48 [2021-03-01T19:08:48.580Z] #41 7.137   DEP      images/regfile.pb-c.d
19:08:48 [2021-03-01T19:08:48.580Z] #41 7.168   PBCC     images/ns.pb-c.c
19:08:48 [2021-03-01T19:08:48.580Z] #41 7.188   DEP      images/ns.pb-c.d
19:08:48 [2021-03-01T19:08:48.580Z] #41 7.221   PBCC     images/fdinfo.pb-c.c
19:08:48 [2021-03-01T19:08:48.580Z] #41 7.278   DEP      images/fdinfo.pb-c.d
19:08:48 [2021-03-01T19:08:48.580Z] #41 7.307   PBCC     images/core-aarch64.pb-c.c
19:08:48 [2021-03-01T19:08:48.580Z] #41 7.355   PBCC     images/core-arm.pb-c.c
19:08:48 [2021-03-01T19:08:48.580Z] #41 7.416   PBCC     images/core-ppc64.pb-c.c
19:08:48 [2021-03-01T19:08:48.870Z] #41 7.437   PBCC     images/core-s390.pb-c.c
19:08:48 [2021-03-01T19:08:48.870Z] #41 7.485   PBCC     images/core-x86.pb-c.c
19:08:48 [2021-03-01T19:08:48.870Z] #41 7.520   PBCC     images/core.pb-c.c
19:08:48 [2021-03-01T19:08:48.870Z] #41 7.562   PBCC     images/inventory.pb-c.c
19:08:49 [2021-03-01T19:08:49.171Z] #41 ...
19:08:49 [2021-03-01T19:08:49.171Z] 
19:08:49 [2021-03-01T19:08:49.171Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.828 + RM_GOPATH=0
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.828 + TMP_GOPATH=
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.828 + : /build
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.828 + '[' -z '' ']'
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.828 ++ mktemp -d
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.829 + export GOPATH=/tmp/tmp.8F6cw2nbI8
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.829 + GOPATH=/tmp/tmp.8F6cw2nbI8
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.829 + RM_GOPATH=1
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.829 + case "$(go env GOARCH)" in
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.829 ++ go env GOARCH
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.832 + export GO_BUILDMODE=-buildmode=pie
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.832 + GO_BUILDMODE=-buildmode=pie
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.833 ++ dirname /tmp/install/install.sh
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.834 + dir=/tmp/install
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.834 + bin=tini
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.834 + shift
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.834 + '[' '!' -f /tmp/install/tini.installer ']'
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.834 + . /tmp/install/tini.installer
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.835 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.835 + install_tini
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.836 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.836 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.836 + git clone https://github.com/krallin/tini.git /tmp/tmp.8F6cw2nbI8/tini
19:08:49 [2021-03-01T19:08:49.171Z] #35 0.839 Cloning into '/tmp/tmp.8F6cw2nbI8/tini'...
19:08:49 [2021-03-01T19:08:49.171Z] #35 1.330 + cd /tmp/tmp.8F6cw2nbI8/tini
19:08:49 [2021-03-01T19:08:49.171Z] #35 1.330 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
19:08:49 [2021-03-01T19:08:49.171Z] #35 1.342 + cmake .
19:08:49 [2021-03-01T19:08:49.171Z] #35 1.677 -- The C compiler identification is GNU 8.3.0
19:08:49 [2021-03-01T19:08:49.171Z] #35 1.762 -- Check for working C compiler: /usr/bin/cc
19:08:49 [2021-03-01T19:08:49.171Z] #35 2.238 -- Check for working C compiler: /usr/bin/cc -- works
19:08:49 [2021-03-01T19:08:49.171Z] #35 2.246 -- Detecting C compiler ABI info
19:08:49 [2021-03-01T19:08:49.171Z] #35 2.727 -- Detecting C compiler ABI info - done
19:08:49 [2021-03-01T19:08:49.171Z] #35 2.732 -- Detecting C compile features
19:08:49 [2021-03-01T19:08:49.171Z] #35 3.640 -- Detecting C compile features - done
19:08:49 [2021-03-01T19:08:49.171Z] #35 3.674 -- Performing Test HAS_BUILTIN_FORTIFY
19:08:49 [2021-03-01T19:08:49.171Z] #35 3.882 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
19:08:49 [2021-03-01T19:08:49.171Z] #35 3.990 -- Configuring done
19:08:49 [2021-03-01T19:08:49.171Z] #35 3.999 -- Generating done
19:08:49 [2021-03-01T19:08:49.171Z] #35 4.005 -- Build files have been written to: /tmp/tmp.8F6cw2nbI8/tini
19:08:49 [2021-03-01T19:08:49.171Z] #35 4.016 + make tini-static
19:08:49 [2021-03-01T19:08:49.171Z] #35 4.370 Scanning dependencies of target tini-static
19:08:49 [2021-03-01T19:08:49.171Z] #35 4.489 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
19:08:49 [2021-03-01T19:08:49.171Z] #35 5.258 [100%] Linking C executable tini-static
19:08:49 [2021-03-01T19:08:49.171Z] #35 5.573 [100%] Built target tini-static
19:08:49 [2021-03-01T19:08:49.171Z] #35 5.631 + mkdir -p /build
19:08:49 [2021-03-01T19:08:49.171Z] #35 5.633 + cp tini-static /build/docker-init
19:08:49 [2021-03-01T19:08:49.171Z] #35 DONE 5.9s
19:08:49 [2021-03-01T19:08:49.171Z] 
19:08:49 [2021-03-01T19:08:49.171Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:08:49 [2021-03-01T19:08:49.171Z] #41 7.638   DEP      images/core-aarch64.pb-c.d
19:08:49 [2021-03-01T19:08:49.171Z] #41 7.684   DEP      images/core-arm.pb-c.d
19:08:49 [2021-03-01T19:08:49.171Z] #41 7.774   DEP      images/core-ppc64.pb-c.d
19:08:49 [2021-03-01T19:08:49.171Z] #41 7.842   DEP      images/core-s390.pb-c.d
19:08:49 [2021-03-01T19:08:49.171Z] #41 7.877   DEP      images/core-x86.pb-c.d
19:08:49 [2021-03-01T19:08:49.171Z] #41 7.918   DEP      images/core.pb-c.d
19:08:49 [2021-03-01T19:08:49.171Z] #41 8.008   DEP      images/inventory.pb-c.d
19:08:49 [2021-03-01T19:08:49.473Z] #41 8.079   PBCC     images/cpuinfo.pb-c.c
19:08:49 [2021-03-01T19:08:49.474Z] #41 8.141   DEP      images/cpuinfo.pb-c.d
19:08:49 [2021-03-01T19:08:49.474Z] #41 8.165   PBCC     images/stats.pb-c.c
19:08:49 [2021-03-01T19:08:49.474Z] #41 8.187   DEP      images/stats.pb-c.d
19:08:49 [2021-03-01T19:08:49.512Z] using credential docker-jenkins-github-credentials
19:08:49 [2021-03-01T19:08:49.518Z] Cloning the remote Git repository
19:08:49 [2021-03-01T19:08:49.519Z] Cloning with configured refspecs honoured and without tags
19:08:49 [2021-03-01T19:08:49.628Z] Cloning repository https://github.com/moby/moby.git
19:08:49 [2021-03-01T19:08:49.683Z]  > git init /home/ubuntu/workspace/moby_PR-42102 # timeout=10
19:08:49 [2021-03-01T19:08:49.947Z] Fetching upstream changes from https://github.com/moby/moby.git
19:08:49 [2021-03-01T19:08:49.947Z]  > git --version # timeout=10
19:08:49 [2021-03-01T19:08:49.975Z]  > git --version # 'git version 2.17.1'
19:08:49 [2021-03-01T19:08:49.976Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:08:49 [2021-03-01T19:08:49.988Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:08:50 [2021-03-01T19:08:50.982Z] #41 9.475 make[1]: Nothing to be done for 'all'.
19:08:51 [2021-03-01T19:08:51.613Z] #41 10.26   CC       images/stats.o
19:08:51 [2021-03-01T19:08:51.904Z] #41 10.59   CC       images/core.o
19:08:52 [2021-03-01T19:08:52.196Z] #41 10.86   CC       images/core-x86.o
19:08:52 [2021-03-01T19:08:52.196Z] #41 ...
19:08:52 [2021-03-01T19:08:52.196Z] 
19:08:52 [2021-03-01T19:08:52.196Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:08:52 [2021-03-01T19:08:52.196Z] #43 35.85 internal/poll
19:08:52 [2021-03-01T19:08:52.196Z] #43 37.20 os
19:08:52 [2021-03-01T19:08:52.196Z] #43 39.28 strings
19:08:52 [2021-03-01T19:08:52.196Z] #43 39.46 fmt
19:08:52 [2021-03-01T19:08:52.196Z] #43 41.62 path/filepath
19:08:52 [2021-03-01T19:08:52.196Z] #43 42.72 regexp/syntax
19:08:52 [2021-03-01T19:08:52.196Z] #43 43.08 flag
19:08:52 [2021-03-01T19:08:52.196Z] #43 44.41 go/token
19:08:52 [2021-03-01T19:08:52.196Z] #43 45.01 go/scanner
19:08:52 [2021-03-01T19:08:52.196Z] #43 45.70 regexp
19:08:52 [2021-03-01T19:08:52.196Z] #43 45.83 go/ast
19:08:52 [2021-03-01T19:08:52.196Z] #43 ...
19:08:52 [2021-03-01T19:08:52.196Z] 
19:08:52 [2021-03-01T19:08:52.196Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:52 [2021-03-01T19:08:52.196Z] #32 36.60 internal/syscall/execenv
19:08:52 [2021-03-01T19:08:52.196Z] #32 36.73 internal/syscall/unix
19:08:52 [2021-03-01T19:08:52.196Z] #32 36.96 os
19:08:52 [2021-03-01T19:08:52.196Z] #32 38.30 internal/fmtsort
19:08:52 [2021-03-01T19:08:52.196Z] #32 38.78 strings
19:08:52 [2021-03-01T19:08:52.196Z] #32 39.31 fmt
19:08:52 [2021-03-01T19:08:52.196Z] #32 41.30 path/filepath
19:08:52 [2021-03-01T19:08:52.196Z] #32 42.09 flag
19:08:52 [2021-03-01T19:08:52.196Z] #32 42.45 io/ioutil
19:08:52 [2021-03-01T19:08:52.196Z] #32 43.01 github.com/BurntSushi/toml
19:08:52 [2021-03-01T19:08:52.196Z] #32 43.52 log
19:08:52 [2021-03-01T19:08:52.196Z] #32 43.93 path
19:08:52 [2021-03-01T19:08:52.196Z] #32 44.33 text/tabwriter
19:08:52 [2021-03-01T19:08:52.196Z] #32 45.95 github.com/BurntSushi/toml/cmd/tomlv
19:08:52 [2021-03-01T19:08:52.484Z] #39 ...
19:08:52 [2021-03-01T19:08:52.484Z] 
19:08:52 [2021-03-01T19:08:52.484Z] #31 [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
19:08:52 [2021-03-01T19:08:52.484Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:08:52 [2021-03-01T19:08:52.484Z] #31 ...
19:08:52 [2021-03-01T19:08:52.484Z] 
19:08:52 [2021-03-01T19:08:52.484Z] #54 [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
19:08:52 [2021-03-01T19:08:52.484Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:08:52 [2021-03-01T19:08:52.484Z] #54 6.175 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:08:52 [2021-03-01T19:08:52.484Z] #54 6.191 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:08:52 [2021-03-01T19:08:52.484Z] #54 6.281 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:08:52 [2021-03-01T19:08:52.484Z] #54 6.414 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:08:52 [2021-03-01T19:08:52.485Z] #54 6.987 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:08:52 [2021-03-01T19:08:52.526Z] #32 ...
19:08:52 [2021-03-01T19:08:52.526Z] 
19:08:52 [2021-03-01T19:08:52.526Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:08:52 [2021-03-01T19:08:52.526Z] #41 11.16   CC       images/core-arm.o
19:08:52 [2021-03-01T19:08:52.750Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0bde8ae5b915f08a7) in /home/ubuntu/workspace/moby_PR-42102
[Pipeline] {
[Pipeline] checkout
19:08:52 [2021-03-01T19:08:52.816Z] #41 11.36   CC       images/core-aarch64.o
19:08:53 [2021-03-01T19:08:53.035Z] The recommended git tool is: git
19:08:53 [2021-03-01T19:08:53.107Z] #41 11.73   CC       images/core-ppc64.o
19:08:53 [2021-03-01T19:08:53.399Z] #41 12.17   CC       images/core-s390.o
19:08:53 [2021-03-01T19:08:53.424Z] #54 7.901 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:08:53 [2021-03-01T19:08:53.683Z] #54 ...
19:08:53 [2021-03-01T19:08:53.683Z] 
19:08:53 [2021-03-01T19:08:53.683Z] #23 [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
19:08:53 [2021-03-01T19:08:53.683Z] #23 sha256:a600979726b2579d24d5ee4793f38599179187baf8a79dafdba782cca071451a
19:08:53 [2021-03-01T19:08:53.683Z] #23 8.329 + RM_GOPATH=0
19:08:53 [2021-03-01T19:08:53.683Z] #23 8.329 + TMP_GOPATH=
19:08:53 [2021-03-01T19:08:53.683Z] #23 8.329 + : /build
19:08:53 [2021-03-01T19:08:53.683Z] #23 8.329 + '[' -z '' ']'
19:08:53 [2021-03-01T19:08:53.683Z] #23 8.329 ++ mktemp -d
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.387 + export GOPATH=/tmp/tmp.Vjlw7pW9KB
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.387 + GOPATH=/tmp/tmp.Vjlw7pW9KB
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.387 + RM_GOPATH=1
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.387 + case "$(go env GOARCH)" in
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.387 ++ go env GOARCH
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.404 + export GO_BUILDMODE=-buildmode=pie
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.404 + GO_BUILDMODE=-buildmode=pie
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.404 ++ dirname /tmp/install/install.sh
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.405 + dir=/tmp/install
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.408 Install docker/cli version 17.06.2-ce from stable
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.408 + bin=dockercli
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.408 + shift
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.408 + '[' '!' -f /tmp/install/dockercli.installer ']'
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.408 + . /tmp/install/dockercli.installer
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.408 ++ : stable
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.408 ++ : 17.06.2-ce
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.408 + install_dockercli
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.408 + echo 'Install docker/cli version 17.06.2-ce from stable'
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.408 ++ uname -m
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.408 + arch=x86_64
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.414 + '[' x86_64 '!=' x86_64 ']'
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.414 + url=https://download.docker.com/linux/static
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.414 + tar -xz docker/docker
19:08:53 [2021-03-01T19:08:53.943Z] #23 8.414 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
19:08:54 [2021-03-01T19:08:54.030Z] #41 12.54   CC       images/cpuinfo.o
19:08:54 [2021-03-01T19:08:54.320Z] #41 12.79   CC       images/inventory.o
19:08:54 [2021-03-01T19:08:54.320Z] #41 12.98   CC       images/fdinfo.o
19:08:54 [2021-03-01T19:08:54.613Z] #41 13.25   CC       images/fown.o
19:08:54 [2021-03-01T19:08:54.613Z] #41 13.42   CC       images/ns.o
19:08:54 [2021-03-01T19:08:54.906Z] #41 ...
19:08:54 [2021-03-01T19:08:54.906Z] 
19:08:54 [2021-03-01T19:08:54.906Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:54 [2021-03-01T19:08:54.906Z] #32 DONE 48.7s
19:08:54 [2021-03-01T19:08:54.906Z] 
19:08:54 [2021-03-01T19:08:54.906Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:08:54 [2021-03-01T19:08:54.906Z] #41 13.51   CC       images/regfile.o
19:08:54 [2021-03-01T19:08:54.906Z] #41 13.69   CC       images/ghost-file.o
19:08:54 [2021-03-01T19:08:54.906Z] #41 ...
19:08:54 [2021-03-01T19:08:54.906Z] 
19:08:54 [2021-03-01T19:08:54.906Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
19:08:54 [2021-03-01T19:08:54.906Z] #11 38.74 Selecting previously unselected package mingw-w64-x86-64-dev.
19:08:54 [2021-03-01T19:08:54.906Z] #11 38.74 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
19:08:54 [2021-03-01T19:08:54.906Z] #11 38.74 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
19:08:54 [2021-03-01T19:08:54.906Z] #11 42.71 Selecting previously unselected package gcc-mingw-w64-base.
19:08:54 [2021-03-01T19:08:54.906Z] #11 42.71 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ...
19:08:54 [2021-03-01T19:08:54.906Z] #11 42.75 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:08:54 [2021-03-01T19:08:54.906Z] #11 42.92 Selecting previously unselected package gcc-mingw-w64-x86-64.
19:08:54 [2021-03-01T19:08:54.906Z] #11 42.92 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
19:08:54 [2021-03-01T19:08:54.906Z] #11 42.92 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:08:55 [2021-03-01T19:08:55.202Z] #11 ...
19:08:55 [2021-03-01T19:08:55.202Z] 
19:08:55 [2021-03-01T19:08:55.202Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:08:55 [2021-03-01T19:08:55.202Z] #43 48.10 net/url
19:08:55 [2021-03-01T19:08:55.202Z] #43 48.61 internal/lazyregexp
19:08:55 [2021-03-01T19:08:55.202Z] #43 49.05 text/template/parse
19:08:55 [2021-03-01T19:08:55.202Z] #43 49.05 go/parser
19:08:55 [2021-03-01T19:08:55.324Z] #23 ...
19:08:55 [2021-03-01T19:08:55.324Z] 
19:08:55 [2021-03-01T19:08:55.324Z] #50 [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
19:08:55 [2021-03-01T19:08:55.324Z] #50 sha256:199a441f313b0e5029f48fab26df328cfd0a1fb12a629305a4957e1f9ef26b4c
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 + RM_GOPATH=0
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 + TMP_GOPATH=
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 + : /build
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 + '[' -z '' ']'
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 ++ mktemp -d
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 + export GOPATH=/tmp/tmp.pJkwVsITq7
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 + GOPATH=/tmp/tmp.pJkwVsITq7
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 + RM_GOPATH=1
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 + case "$(go env GOARCH)" in
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 ++ go env GOARCH
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 + export GO_BUILDMODE=-buildmode=pie
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.889 + GO_BUILDMODE=-buildmode=pie
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.902 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.905 ++ dirname /tmp/install/install.sh
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.905 + dir=/tmp/install
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.905 + bin=shfmt
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.905 + shift
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.905 + '[' '!' -f /tmp/install/shfmt.installer ']'
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.905 + . /tmp/install/shfmt.installer
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.905 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.905 + install_shfmt
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.905 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.905 + git clone https://github.com/mvdan/sh.git /tmp/tmp.pJkwVsITq7/src/github.com/mvdan/sh
19:08:55 [2021-03-01T19:08:55.324Z] #50 7.978 Cloning into '/tmp/tmp.pJkwVsITq7/src/github.com/mvdan/sh'...
19:08:55 [2021-03-01T19:08:55.937Z] #50 ...
19:08:55 [2021-03-01T19:08:55.937Z] 
19:08:55 [2021-03-01T19:08:55.937Z] #41 [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
19:08:55 [2021-03-01T19:08:55.937Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:08:55 [2021-03-01T19:08:55.937Z] #41 9.709 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:08:55 [2021-03-01T19:08:55.937Z] #41 9.890 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:08:55 [2021-03-01T19:08:55.937Z] #41 9.890 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:08:56 [2021-03-01T19:08:56.198Z] #41 ...
19:08:56 [2021-03-01T19:08:56.198Z] 
19:08:56 [2021-03-01T19:08:56.198Z] #48 [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
19:08:56 [2021-03-01T19:08:56.198Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.393 + RM_GOPATH=0
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.393 + TMP_GOPATH=
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.393 + : /build
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.393 + '[' -z '' ']'
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.393 ++ mktemp -d
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.393 + export GOPATH=/tmp/tmp.hLnarF3Pf6
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.393 + GOPATH=/tmp/tmp.hLnarF3Pf6
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.393 + RM_GOPATH=1
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.393 + case "$(go env GOARCH)" in
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.393 ++ go env GOARCH
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.408 + export GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.408 + GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 ++ dirname /tmp/install/install.sh
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 + dir=/tmp/install
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 + bin=golangci_lint
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 + shift
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 + . /tmp/install/golangci_lint.installer
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 ++ : v1.23.8
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 + install_golangci_lint
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 + set -e
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 + export GO111MODULE=on
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 + GO111MODULE=on
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 + GOBIN=/build
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.412 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.465 go: finding github.com v1.23.8
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.465 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.465 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.465 go: finding github.com/golangci/golangci-lint v1.23.8
19:08:56 [2021-03-01T19:08:56.198Z] #48 7.465 go: finding github.com/golangci v1.23.8
19:08:56 [2021-03-01T19:08:56.198Z] #48 8.376 go: downloading github.com/golangci/golangci-lint v1.23.8
19:08:56 [2021-03-01T19:08:56.198Z] #48 9.297 go: extracting github.com/golangci/golangci-lint v1.23.8
19:08:56 [2021-03-01T19:08:56.198Z] #48 ...
19:08:56 [2021-03-01T19:08:56.198Z] 
19:08:56 [2021-03-01T19:08:56.198Z] #35 [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
19:08:56 [2021-03-01T19:08:56.198Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:08:56 [2021-03-01T19:08:56.198Z] #35 9.684 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:08:56 [2021-03-01T19:08:56.198Z] #35 9.808 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:08:56 [2021-03-01T19:08:56.198Z] #35 9.808 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:08:56 [2021-03-01T19:08:56.198Z] #35 ...
19:08:56 [2021-03-01T19:08:56.198Z] 
19:08:56 [2021-03-01T19:08:56.198Z] #46 [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
19:08:56 [2021-03-01T19:08:56.198Z] #46 sha256:6ff1aa7ddea414fadc2d3925b0c37db95663d4bd5794449bf0296b54a1f74e9d
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.141 + RM_GOPATH=0
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.141 + TMP_GOPATH=
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.141 + : /build
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.141 + '[' -z '' ']'
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.141 ++ mktemp -d
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.141 + export GOPATH=/tmp/tmp.AVdREEmCoh
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.141 + GOPATH=/tmp/tmp.AVdREEmCoh
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.141 + RM_GOPATH=1
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.141 + case "$(go env GOARCH)" in
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.141 ++ go env GOARCH
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + export GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 ++ dirname /tmp/install/install.sh
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + dir=/tmp/install
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + bin=gotestsum
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + shift
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + '[' '!' -f /tmp/install/gotestsum.installer ']'
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + . /tmp/install/gotestsum.installer
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 ++ : v0.5.3
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + install_gotestsum
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + set -e
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + export GO111MODULE=on
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + GO111MODULE=on
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + GOBIN=/build
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.195 + go get gotest.tools/gotestsum@v0.5.3
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.240 go: finding gotest.tools/gotestsum v0.5.3
19:08:56 [2021-03-01T19:08:56.198Z] #46 8.240 go: finding gotest.tools v0.5.3
19:08:56 [2021-03-01T19:08:56.198Z] #46 9.307 go: downloading gotest.tools/gotestsum v0.5.3
19:08:56 [2021-03-01T19:08:56.198Z] #46 9.932 go: extracting gotest.tools/gotestsum v0.5.3
19:08:56 [2021-03-01T19:08:56.458Z] #46 ...
19:08:56 [2021-03-01T19:08:56.458Z] 
19:08:56 [2021-03-01T19:08:56.458Z] #44 [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
19:08:56 [2021-03-01T19:08:56.458Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.065 + RM_GOPATH=0
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.065 + TMP_GOPATH=
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.065 + : /build
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.065 + '[' -z '' ']'
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.065 ++ mktemp -d
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.065 + export GOPATH=/tmp/tmp.G2C0VAhpZZ
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.065 + GOPATH=/tmp/tmp.G2C0VAhpZZ
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.065 + RM_GOPATH=1
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.065 + case "$(go env GOARCH)" in
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.072 ++ go env GOARCH
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 + export GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 + GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 ++ dirname /tmp/install/install.sh
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 + dir=/tmp/install
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 + bin=vndr
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 + shift
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 + '[' '!' -f /tmp/install/vndr.installer ']'
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 + . /tmp/install/vndr.installer
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 + install_vndr
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.111 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.G2C0VAhpZZ/src/github.com/LK4D4/vndr
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.113 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.128 Cloning into '/tmp/tmp.G2C0VAhpZZ/src/github.com/LK4D4/vndr'...
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.968 + cd /tmp/tmp.G2C0VAhpZZ/src/github.com/LK4D4/vndr
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.968 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
19:08:56 [2021-03-01T19:08:56.458Z] #44 8.973 + go build -buildmode=pie -v -o /build/vndr .
19:08:56 [2021-03-01T19:08:56.458Z] #44 10.39 internal/cpu
19:08:56 [2021-03-01T19:08:56.458Z] #44 10.39 runtime/internal/atomic
19:08:56 [2021-03-01T19:08:56.458Z] #44 ...
19:08:56 [2021-03-01T19:08:56.458Z] 
19:08:56 [2021-03-01T19:08:56.458Z] #57 [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
19:08:56 [2021-03-01T19:08:56.458Z] #57 sha256:1fcf43524c02248adc9b23b757a16e2b6db06dc65bf9f9c26c331699d4611f3f
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.700 + RM_GOPATH=0
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.700 + TMP_GOPATH=
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.700 + : /build
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.700 + '[' -z '' ']'
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.700 ++ mktemp -d
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.700 + export GOPATH=/tmp/tmp.oxvf5EMYqx
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.700 + GOPATH=/tmp/tmp.oxvf5EMYqx
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.700 + RM_GOPATH=1
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.700 + case "$(go env GOARCH)" in
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.700 ++ go env GOARCH
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.741 + export GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.741 + GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.741 ++ dirname /tmp/install/install.sh
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + dir=/tmp/install
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + bin=rootlesskit
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + shift
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + . /tmp/install/rootlesskit.installer
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 ++ : f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + install_rootlesskit
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + case "$1" in
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + export CGO_ENABLED=0
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + CGO_ENABLED=0
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + _install_rootlesskit
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + echo 'Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee'
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 + git clone https://github.com/AkihiroSuda/rootlesskit.git /tmp/tmp.oxvf5EMYqx/src/github.com/rootless-containers/rootlesskit
19:08:56 [2021-03-01T19:08:56.458Z] #57 7.749 Cloning into '/tmp/tmp.oxvf5EMYqx/src/github.com/rootless-containers/rootlesskit'...
19:08:56 [2021-03-01T19:08:56.705Z] #43 ...
19:08:56 [2021-03-01T19:08:56.705Z] 
19:08:56 [2021-03-01T19:08:56.705Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:08:56 [2021-03-01T19:08:56.705Z] #49 40.50 encoding/base64
19:08:56 [2021-03-01T19:08:56.705Z] #49 41.15 strings
19:08:56 [2021-03-01T19:08:56.705Z] #49 41.46 fmt
19:08:56 [2021-03-01T19:08:56.705Z] #49 44.01 golang.org/x/sys/unix
19:08:56 [2021-03-01T19:08:56.705Z] #49 44.64 encoding/json
19:08:56 [2021-03-01T19:08:56.705Z] #49 48.31 github.com/pkg/diff
19:08:56 [2021-03-01T19:08:56.705Z] #49 49.29 golang.org/x/crypto/ssh/terminal
19:08:56 [2021-03-01T19:08:56.705Z] #49 49.38 mvdan.cc/editorconfig
19:08:56 [2021-03-01T19:08:56.705Z] #49 50.18 mvdan.cc/sh/v3/fileutil
19:08:56 [2021-03-01T19:08:56.705Z] #49 50.28 mvdan.cc/sh/v3/syntax
19:08:56 [2021-03-01T19:08:56.723Z] #57 ...
19:08:56 [2021-03-01T19:08:56.723Z] 
19:08:56 [2021-03-01T19:08:56.723Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:08:56 [2021-03-01T19:08:56.723Z] #33 sha256:9f3677e247ac66285fadcdfcbe95a525ce0e7a48a716c9cac29b07b57c588bb9
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.189 + RM_GOPATH=0
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.189 + TMP_GOPATH=
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.189 + : /build
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.189 + '[' -z '' ']'
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.201 ++ mktemp -d
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.297 + export GOPATH=/tmp/tmp.mRfaXf0zGj
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.301 + GOPATH=/tmp/tmp.mRfaXf0zGj
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.301 + RM_GOPATH=1
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.301 + case "$(go env GOARCH)" in
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.301 ++ go env GOARCH
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.318 + export GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.318 + GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 ++ dirname /tmp/install/install.sh
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 + dir=/tmp/install
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 + bin=tomlv
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 + shift
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 + '[' '!' -f /tmp/install/tomlv.installer ']'
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 + . /tmp/install/tomlv.installer
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 + install_tomlv
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.mRfaXf0zGj/src/github.com/BurntSushi/toml
19:08:56 [2021-03-01T19:08:56.723Z] #33 9.334 Cloning into '/tmp/tmp.mRfaXf0zGj/src/github.com/BurntSushi/toml'...
19:08:56 [2021-03-01T19:08:56.723Z] #33 11.37 + cd /tmp/tmp.mRfaXf0zGj/src/github.com/BurntSushi/toml
19:08:56 [2021-03-01T19:08:56.723Z] #33 11.37 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:08:56 [2021-03-01T19:08:56.723Z] #33 11.43 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
19:08:56 [2021-03-01T19:08:56.723Z] #33 ...
19:08:56 [2021-03-01T19:08:56.723Z] 
19:08:56 [2021-03-01T19:08:56.723Z] #63 [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
19:08:56 [2021-03-01T19:08:56.723Z] #63 sha256:f8294e8219549c44877cc0309f59daf6a63243ab626ad40654993a4b545e7996
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.528 + RM_GOPATH=0
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.528 + TMP_GOPATH=
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.528 + : /build
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.528 + '[' -z '' ']'
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.528 ++ mktemp -d
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.528 + export GOPATH=/tmp/tmp.JosseZEfr9
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.528 + GOPATH=/tmp/tmp.JosseZEfr9
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.528 + RM_GOPATH=1
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.528 + case "$(go env GOARCH)" in
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.528 ++ go env GOARCH
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + export GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + GO_BUILDMODE=-buildmode=pie
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 ++ dirname /tmp/install/install.sh
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + dir=/tmp/install
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + bin=proxy
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + shift
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + '[' '!' -f /tmp/install/proxy.installer ']'
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + . /tmp/install/proxy.installer
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + install_proxy
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + case "$1" in
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + export CGO_ENABLED=0
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + CGO_ENABLED=0
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + _install_proxy
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7'
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.JosseZEfr9/src/github.com/docker/libnetwork
19:08:56 [2021-03-01T19:08:56.723Z] #63 6.541 Cloning into '/tmp/tmp.JosseZEfr9/src/github.com/docker/libnetwork'...
19:08:56 [2021-03-01T19:08:56.983Z] #63 ...
19:08:56 [2021-03-01T19:08:56.983Z] 
19:08:56 [2021-03-01T19:08:56.984Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:08:56 [2021-03-01T19:08:56.984Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:08:56 [2021-03-01T19:08:56.984Z] #12 9.809 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:08:56 [2021-03-01T19:08:56.984Z] #12 9.959 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:08:56 [2021-03-01T19:08:56.984Z] #12 9.959 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:08:56 [2021-03-01T19:08:56.984Z] #12 ...
19:08:56 [2021-03-01T19:08:56.984Z] 
19:08:56 [2021-03-01T19:08:56.984Z] #46 [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
19:08:56 [2021-03-01T19:08:56.984Z] #46 sha256:6ff1aa7ddea414fadc2d3925b0c37db95663d4bd5794449bf0296b54a1f74e9d
19:08:56 [2021-03-01T19:08:56.984Z] #46 11.71 go: downloading github.com/pkg/errors v0.9.1
19:08:56 [2021-03-01T19:08:56.996Z] #49 ...
19:08:56 [2021-03-01T19:08:56.996Z] 
19:08:56 [2021-03-01T19:08:56.996Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:08:56 [2021-03-01T19:08:56.996Z] #41 13.97   CC       images/fifo.o
19:08:56 [2021-03-01T19:08:56.996Z] #41 14.06   CC       images/remap-file-path.o
19:08:56 [2021-03-01T19:08:56.996Z] #41 14.20   CC       images/eventfd.o
19:08:56 [2021-03-01T19:08:56.996Z] #41 14.33   CC       images/eventpoll.o
19:08:56 [2021-03-01T19:08:56.996Z] #41 14.56   CC       images/fh.o
19:08:56 [2021-03-01T19:08:56.996Z] #41 14.70   CC       images/fsnotify.o
19:08:56 [2021-03-01T19:08:56.996Z] #41 15.12   CC       images/signalfd.o
19:08:56 [2021-03-01T19:08:56.996Z] #41 15.26   CC       images/fs.o
19:08:56 [2021-03-01T19:08:56.996Z] #41 15.39   CC       images/pstree.o
19:08:56 [2021-03-01T19:08:56.996Z] #41 15.47   CC       images/pipe.o
19:08:56 [2021-03-01T19:08:56.996Z] #41 15.57   CC       images/tcp-stream.o
19:08:56 [2021-03-01T19:08:56.996Z] #41 15.67   CC       images/sk-packet.o
19:08:57 [2021-03-01T19:08:57.078Z] using credential docker-jenkins-github-credentials
19:08:57 [2021-03-01T19:08:57.088Z] Cloning the remote Git repository
19:08:57 [2021-03-01T19:08:57.088Z] Cloning with configured refspecs honoured and without tags
19:08:57 [2021-03-01T19:08:57.244Z] #46 11.80 go: downloading github.com/fatih/color v1.9.0
19:08:57 [2021-03-01T19:08:57.244Z] #46 11.84 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:08:57 [2021-03-01T19:08:57.286Z] #41 15.91   CC       images/mnt.o
19:08:57 [2021-03-01T19:08:57.505Z] #46 11.86 go: downloading github.com/jonboulle/clockwork v0.1.0
19:08:57 [2021-03-01T19:08:57.505Z] #46 12.00 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:08:57 [2021-03-01T19:08:57.577Z] #41 16.09   CC       images/pipe-data.o
19:08:57 [2021-03-01T19:08:57.577Z] #41 16.19   CC       images/sa.o
19:08:57 [2021-03-01T19:08:57.577Z] #41 16.36   CC       images/timer.o
19:08:57 [2021-03-01T19:08:57.257Z] Cloning repository https://github.com/moby/moby.git
19:08:57 [2021-03-01T19:08:57.328Z]  > git init /home/ubuntu/workspace/moby_PR-42102 # timeout=10
19:08:57 [2021-03-01T19:08:57.583Z] Fetching upstream changes from https://github.com/moby/moby.git
19:08:57 [2021-03-01T19:08:57.583Z]  > git --version # timeout=10
19:08:57 [2021-03-01T19:08:57.593Z]  > git --version # 'git version 2.7.4'
19:08:57 [2021-03-01T19:08:57.594Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:08:57 [2021-03-01T19:08:57.602Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:08:57 [2021-03-01T19:08:57.765Z] #46 12.27 go: downloading github.com/spf13/pflag v1.0.3
19:08:57 [2021-03-01T19:08:57.765Z] #46 12.29 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:08:57 [2021-03-01T19:08:57.765Z] #46 12.30 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:08:57 [2021-03-01T19:08:57.868Z] #41 16.58   CC       images/timerfd.o
19:08:58 [2021-03-01T19:08:58.025Z] #46 12.45 go: extracting github.com/pkg/errors v0.9.1
19:08:58 [2021-03-01T19:08:58.025Z] #46 12.49 go: extracting github.com/fatih/color v1.9.0
19:08:58 [2021-03-01T19:08:58.025Z] #46 12.63 go: downloading github.com/mattn/go-colorable v0.1.6
19:08:58 [2021-03-01T19:08:58.159Z] #41 16.77   CC       images/mm.o
19:08:58 [2021-03-01T19:08:58.159Z] #41 17.00   CC       images/sk-opts.o
19:08:58 [2021-03-01T19:08:58.286Z] #46 12.70 go: extracting github.com/jonboulle/clockwork v0.1.0
19:08:58 [2021-03-01T19:08:58.286Z] #46 12.71 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:08:58 [2021-03-01T19:08:58.286Z] #46 12.71 go: downloading github.com/mattn/go-isatty v0.0.12
19:08:58 [2021-03-01T19:08:58.450Z] #41 17.10   CC       images/sk-unix.o
19:08:58 [2021-03-01T19:08:58.546Z] #46 13.02 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:08:58 [2021-03-01T19:08:58.741Z] #41 17.34   CC       images/sk-inet.o
19:08:58 [2021-03-01T19:08:58.741Z] #41 17.57   CC       images/tun.o
19:08:58 [2021-03-01T19:08:58.816Z] #46 13.35 go: extracting github.com/mattn/go-colorable v0.1.6
19:08:59 [2021-03-01T19:08:59.032Z] #41 17.73   CC       images/sk-netlink.o
19:08:59 [2021-03-01T19:08:59.078Z] #46 13.55 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:08:59 [2021-03-01T19:08:59.078Z] #46 13.56 go: extracting github.com/spf13/pflag v1.0.3
19:08:59 [2021-03-01T19:08:59.078Z] #46 13.56 go: extracting github.com/mattn/go-isatty v0.0.12
19:08:59 [2021-03-01T19:08:59.324Z] #41 17.89   CC       images/packet-sock.o
19:08:59 [2021-03-01T19:08:59.324Z] #41 18.10   CC       images/ipc-var.o
19:08:59 [2021-03-01T19:08:59.615Z] #41 18.20   CC       images/ipc-desc.o
19:08:59 [2021-03-01T19:08:59.615Z] #41 18.32   CC       images/ipc-shm.o
19:08:59 [2021-03-01T19:08:59.906Z] #41 18.48   CC       images/ipc-msg.o
19:08:59 [2021-03-01T19:08:59.906Z] #41 18.59   CC       images/ipc-sem.o
19:08:59 [2021-03-01T19:08:59.906Z] #41 18.70   CC       images/utsns.o
19:09:00 [2021-03-01T19:09:00.198Z] #41 18.87   CC       images/creds.o
19:09:00 [2021-03-01T19:09:00.198Z] #41 18.96   CC       images/vma.o
19:09:00 [2021-03-01T19:09:00.489Z] #41 19.10   CC       images/netdev.o
19:09:00 [2021-03-01T19:09:00.640Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e5185a9511ea1b3f) in /home/ubuntu/workspace/moby_PR-42102
[Pipeline] {
[Pipeline] checkout
19:09:00 [2021-03-01T19:09:00.746Z] The recommended git tool is: git
19:09:00 [2021-03-01T19:09:00.780Z] #41 19.37   CC       images/tty.o
19:09:00 [2021-03-01T19:09:00.780Z] #41 19.63   CC       images/file-lock.o
19:09:01 [2021-03-01T19:09:01.070Z] #41 19.72   CC       images/rlimit.o
19:09:01 [2021-03-01T19:09:01.070Z] #41 19.81   CC       images/pagemap.o
19:09:01 [2021-03-01T19:09:01.361Z] #41 20.05   CC       images/siginfo.o
19:09:01 [2021-03-01T19:09:01.693Z] #46 16.24 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:09:01 [2021-03-01T19:09:01.710Z] #41 20.26   CC       images/rpc.o
19:09:02 [2021-03-01T19:09:02.342Z] #41 20.95   CC       images/ext-file.o
19:09:02 [2021-03-01T19:09:02.634Z] #41 21.11   CC       images/cgroup.o
19:09:02 [2021-03-01T19:09:02.925Z] #41 21.49   CC       images/userns.o
19:09:03 [2021-03-01T19:09:03.216Z] #41 21.74   CC       images/google/protobuf/descriptor.o
19:09:03 [2021-03-01T19:09:03.586Z] #41 22.43   CC       images/opts.o
19:09:03 [2021-03-01T19:09:03.603Z] #46 17.83 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:09:03 [2021-03-01T19:09:03.642Z] using credential docker-jenkins-github-credentials
19:09:03 [2021-03-01T19:09:03.647Z] Cloning the remote Git repository
19:09:03 [2021-03-01T19:09:03.647Z] Cloning with configured refspecs honoured and without tags
19:09:03 [2021-03-01T19:09:03.876Z] #41 22.60   CC       images/seccomp.o
19:09:03 [2021-03-01T19:09:03.876Z] #41 22.72   CC       images/binfmt-misc.o
19:09:03 [2021-03-01T19:09:03.773Z] Cloning repository https://github.com/moby/moby.git
19:09:03 [2021-03-01T19:09:03.907Z]  > git init /home/ubuntu/workspace/moby_PR-42102 # timeout=10
19:09:04 [2021-03-01T19:09:04.169Z] #41 ...
19:09:04 [2021-03-01T19:09:04.169Z] 
19:09:04 [2021-03-01T19:09:04.169Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
19:09:04 [2021-03-01T19:09:04.169Z] #49 54.04 mvdan.cc/sh/v3/cmd/shfmt
19:09:04 [2021-03-01T19:09:04.169Z] #49 DONE 57.8s
19:09:04 [2021-03-01T19:09:04.169Z] 
19:09:04 [2021-03-01T19:09:04.169Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
19:09:04 [2021-03-01T19:09:04.169Z] #54 27.16 Checking out files:  85% (3244/3816)   
Checking out files:  86% (3282/3816)   
Checking out files:  87% (3320/3816)   
Checking out files:  88% (3359/3816)   
Checking out files:  89% (3397/3816)   
Checking out files:  90% (3435/3816)   
Checking out files:  91% (3473/3816)   
Checking out files:  92% (3511/3816)   
Checking out files:  93% (3549/3816)   
Checking out files:  94% (3588/3816)   
Checking out files:  95% (3626/3816)   
Checking out files:  96% (3664/3816)   
Checking out files:  97% (3702/3816)   
Checking out files:  98% (3740/3816)   
Checking out files:  99% (3778/3816)   
Checking out files: 100% (3816/3816)   
Checking out files: 100% (3816/3816), done.
19:09:04 [2021-03-01T19:09:04.169Z] #54 27.55 + cd /tmp/tmp.V3OtqIPRzv/src/github.com/containerd/containerd
19:09:04 [2021-03-01T19:09:04.169Z] #54 27.55 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:09:04 [2021-03-01T19:09:04.169Z] #54 28.69 + export 'BUILDTAGS=netgo osusergo static_build'
19:09:04 [2021-03-01T19:09:04.169Z] #54 28.69 + BUILDTAGS='netgo osusergo static_build'
19:09:04 [2021-03-01T19:09:04.169Z] #54 28.69 + export EXTRA_FLAGS=-buildmode=pie
19:09:04 [2021-03-01T19:09:04.169Z] #54 28.69 + EXTRA_FLAGS=-buildmode=pie
19:09:04 [2021-03-01T19:09:04.169Z] #54 28.69 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
19:09:04 [2021-03-01T19:09:04.169Z] #54 28.69 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
19:09:04 [2021-03-01T19:09:04.169Z] #54 28.69 + '[' '' = dynamic ']'
19:09:04 [2021-03-01T19:09:04.169Z] #54 28.69 + make
19:09:04 [2021-03-01T19:09:04.169Z] #54 29.38 + bin/ctr
19:09:04 [2021-03-01T19:09:04.169Z] #54 ...
19:09:04 [2021-03-01T19:09:04.169Z] 
19:09:04 [2021-03-01T19:09:04.169Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
19:09:04 [2021-03-01T19:09:04.169Z] #11 58.00 Selecting previously unselected package g++-mingw-w64-x86-64.
19:09:04 [2021-03-01T19:09:04.169Z] #11 58.00 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
19:09:04 [2021-03-01T19:09:04.169Z] #11 58.01 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:09:04 [2021-03-01T19:09:04.557Z] #46 ...
19:09:04 [2021-03-01T19:09:04.557Z] 
19:09:04 [2021-03-01T19:09:04.557Z] #39 [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
19:09:04 [2021-03-01T19:09:04.557Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:09:04 [2021-03-01T19:09:04.557Z] #39 8.451 + git clone https://github.com/docker/distribution.git .
19:09:04 [2021-03-01T19:09:04.557Z] #39 8.451 Cloning into '.'...
19:09:04 [2021-03-01T19:09:04.557Z] #39 ...
19:09:04 [2021-03-01T19:09:04.557Z] 
19:09:04 [2021-03-01T19:09:04.557Z] #57 [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
19:09:04 [2021-03-01T19:09:04.557Z] #57 sha256:1fcf43524c02248adc9b23b757a16e2b6db06dc65bf9f9c26c331699d4611f3f
19:09:04 [2021-03-01T19:09:04.557Z] #57 15.33 + cd /tmp/tmp.oxvf5EMYqx/src/github.com/rootless-containers/rootlesskit
19:09:04 [2021-03-01T19:09:04.557Z] #57 15.33 + git checkout -q f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:09:04 [2021-03-01T19:09:04.557Z] #57 16.13 + export GO111MODULE=on
19:09:04 [2021-03-01T19:09:04.557Z] #57 16.13 + GO111MODULE=on
19:09:04 [2021-03-01T19:09:04.557Z] #57 16.13 + for f in rootlesskit rootlesskit-docker-proxy
19:09:04 [2021-03-01T19:09:04.557Z] #57 16.13 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
19:09:04 [2021-03-01T19:09:04.557Z] #57 18.51 go: downloading github.com/pkg/errors v0.9.1
19:09:04 [2021-03-01T19:09:04.557Z] #57 18.54 go: downloading github.com/sirupsen/logrus v1.8.0
19:09:04 [2021-03-01T19:09:04.557Z] #57 18.68 go: downloading github.com/urfave/cli/v2 v2.3.0
19:09:04 [2021-03-01T19:09:04.557Z] #57 18.69 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:09:04 [2021-03-01T19:09:04.558Z] #57 18.93 go: downloading github.com/google/uuid v1.2.0
19:09:04 [2021-03-01T19:09:04.558Z] #57 18.94 go: downloading github.com/moby/vpnkit v0.5.0
19:09:04 [2021-03-01T19:09:04.558Z] #57 18.95 go: downloading github.com/gofrs/flock v0.8.0
19:09:04 [2021-03-01T19:09:04.558Z] #57 18.95 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:09:04 [2021-03-01T19:09:04.558Z] #57 19.16 go: downloading github.com/gorilla/mux v1.8.0
19:09:04 [2021-03-01T19:09:04.822Z] #57 ...
19:09:04 [2021-03-01T19:09:04.822Z] 
19:09:04 [2021-03-01T19:09:04.822Z] #31 [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
19:09:04 [2021-03-01T19:09:04.822Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:09:04 [2021-03-01T19:09:04.822Z] #31 8.675 + git clone https://github.com/kolyshkin/go-swagger.git .
19:09:04 [2021-03-01T19:09:04.822Z] #31 8.680 Cloning into '.'...
19:09:04 [2021-03-01T19:09:04.822Z] #31 ...
19:09:04 [2021-03-01T19:09:04.822Z] 
19:09:04 [2021-03-01T19:09:04.822Z] #57 [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
19:09:04 [2021-03-01T19:09:04.822Z] #57 sha256:1fcf43524c02248adc9b23b757a16e2b6db06dc65bf9f9c26c331699d4611f3f
19:09:04 [2021-03-01T19:09:04.822Z] #57 19.43 go: extracting github.com/pkg/errors v0.9.1
19:09:05 [2021-03-01T19:09:05.083Z] #57 19.57 go: extracting github.com/gofrs/flock v0.8.0
19:09:04 [2021-03-01T19:09:04.282Z] Fetching upstream changes from https://github.com/moby/moby.git
19:09:04 [2021-03-01T19:09:04.282Z]  > git --version # timeout=10
19:09:04 [2021-03-01T19:09:04.302Z]  > git --version # 'git version 2.25.1'
19:09:04 [2021-03-01T19:09:04.303Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:09:04 [2021-03-01T19:09:04.304Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:09:05 [2021-03-01T19:09:05.345Z] #57 19.95 go: extracting github.com/google/uuid v1.2.0
19:09:05 [2021-03-01T19:09:05.606Z] #57 20.07 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:09:05 [2021-03-01T19:09:05.606Z] #57 20.11 go: extracting github.com/gorilla/mux v1.8.0
19:09:05 [2021-03-01T19:09:05.865Z] #57 20.35 go: downloading github.com/moby/sys/mountinfo v0.4.0
19:09:06 [2021-03-01T19:09:06.435Z] #57 20.90 go: extracting github.com/sirupsen/logrus v1.8.0
19:09:06 [2021-03-01T19:09:06.435Z] #57 21.02 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:09:06 [2021-03-01T19:09:06.435Z] #57 21.04 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:09:06 [2021-03-01T19:09:06.695Z] #57 ...
19:09:06 [2021-03-01T19:09:06.695Z] 
19:09:06 [2021-03-01T19:09:06.695Z] #44 [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
19:09:06 [2021-03-01T19:09:06.695Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:09:06 [2021-03-01T19:09:06.695Z] #44 11.26 runtime/internal/sys
19:09:06 [2021-03-01T19:09:06.695Z] #44 11.49 internal/bytealg
19:09:06 [2021-03-01T19:09:06.695Z] #44 11.66 runtime/internal/math
19:09:06 [2021-03-01T19:09:06.695Z] #44 11.88 internal/race
19:09:06 [2021-03-01T19:09:06.695Z] #44 12.00 sync/atomic
19:09:06 [2021-03-01T19:09:06.695Z] #44 12.44 unicode
19:09:06 [2021-03-01T19:09:06.695Z] #44 12.69 runtime
19:09:06 [2021-03-01T19:09:06.695Z] #44 17.99 unicode/utf8
19:09:06 [2021-03-01T19:09:06.695Z] #44 19.20 math
19:09:06 [2021-03-01T19:09:06.954Z] #44 ...
19:09:06 [2021-03-01T19:09:06.954Z] 
19:09:06 [2021-03-01T19:09:06.954Z] #41 [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
19:09:06 [2021-03-01T19:09:06.954Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:09:06 [2021-03-01T19:09:06.954Z] #41 11.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:09:06 [2021-03-01T19:09:06.954Z] #41 14.44 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:09:06 [2021-03-01T19:09:06.954Z] #41 18.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:09:06 [2021-03-01T19:09:06.954Z] #41 ...
19:09:06 [2021-03-01T19:09:06.954Z] 
19:09:06 [2021-03-01T19:09:06.954Z] #35 [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
19:09:06 [2021-03-01T19:09:06.954Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:09:06 [2021-03-01T19:09:06.954Z] #35 11.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:09:06 [2021-03-01T19:09:06.954Z] #35 14.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:09:06 [2021-03-01T19:09:06.954Z] #35 17.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:09:07 [2021-03-01T19:09:07.278Z] #35 ...
19:09:07 [2021-03-01T19:09:07.278Z] 
19:09:07 [2021-03-01T19:09:07.278Z] #48 [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
19:09:07 [2021-03-01T19:09:07.278Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:09:07 [2021-03-01T19:09:07.278Z] #48 19.51 go: downloading github.com/spf13/cobra v0.0.5
19:09:07 [2021-03-01T19:09:07.278Z] #48 19.61 go: downloading github.com/spf13/pflag v1.0.5
19:09:07 [2021-03-01T19:09:07.278Z] #48 19.86 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:09:07 [2021-03-01T19:09:07.278Z] #48 19.88 go: downloading github.com/spf13/viper v1.6.1
19:09:07 [2021-03-01T19:09:07.278Z] #48 19.91 go: downloading github.com/fatih/color v1.7.0
19:09:07 [2021-03-01T19:09:07.278Z] #48 20.13 go: downloading github.com/sirupsen/logrus v1.4.2
19:09:07 [2021-03-01T19:09:07.278Z] #48 20.38 go: downloading github.com/mattn/go-colorable v0.1.4
19:09:07 [2021-03-01T19:09:07.278Z] #48 20.46 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:09:07 [2021-03-01T19:09:07.278Z] #48 20.51 go: downloading github.com/go-lintpack/lintpack v0.5.2
19:09:07 [2021-03-01T19:09:07.278Z] #48 20.57 go: downloading github.com/stretchr/testify v1.4.0
19:09:07 [2021-03-01T19:09:07.278Z] #48 20.98 go: extracting github.com/spf13/viper v1.6.1
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.07 go: extracting github.com/mattn/go-colorable v0.1.4
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.09 go: extracting github.com/sirupsen/logrus v1.4.2
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.11 go: extracting github.com/spf13/cobra v0.0.5
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.13 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.24 go: extracting github.com/spf13/pflag v1.0.5
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.52 go: downloading github.com/mitchellh/go-homedir v1.1.0
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.62 go: downloading github.com/pkg/errors v0.8.1
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.63 go: extracting github.com/fatih/color v1.7.0
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.65 go: extracting github.com/stretchr/testify v1.4.0
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.71 go: downloading github.com/hashicorp/hcl v1.0.0
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.71 go: downloading github.com/fsnotify/fsnotify v1.4.7
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.82 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:09:07 [2021-03-01T19:09:07.278Z] #48 21.83 go: extracting github.com/pkg/errors v0.8.1
19:09:07 [2021-03-01T19:09:07.539Z] #48 21.94 go: extracting github.com/mitchellh/go-homedir v1.1.0
19:09:07 [2021-03-01T19:09:07.539Z] #48 22.01 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:09:07 [2021-03-01T19:09:07.539Z] #48 22.05 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:09:07 [2021-03-01T19:09:07.539Z] #48 22.05 go: extracting github.com/go-lintpack/lintpack v0.5.2
19:09:07 [2021-03-01T19:09:07.539Z] #48 22.07 go: downloading github.com/mitchellh/mapstructure v1.1.2
19:09:07 [2021-03-01T19:09:07.539Z] #48 22.18 go: downloading gopkg.in/ini.v1 v1.51.0
19:09:07 [2021-03-01T19:09:07.539Z] #48 ...
19:09:07 [2021-03-01T19:09:07.539Z] 
19:09:07 [2021-03-01T19:09:07.539Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:09:07 [2021-03-01T19:09:07.539Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:09:07 [2021-03-01T19:09:07.539Z] #12 12.07 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:09:07 [2021-03-01T19:09:07.539Z] #12 14.69 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:09:07 [2021-03-01T19:09:07.539Z] #12 17.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:09:07 [2021-03-01T19:09:07.800Z] #12 ...
19:09:07 [2021-03-01T19:09:07.800Z] 
19:09:07 [2021-03-01T19:09:07.800Z] #57 [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
19:09:07 [2021-03-01T19:09:07.800Z] #57 sha256:1fcf43524c02248adc9b23b757a16e2b6db06dc65bf9f9c26c331699d4611f3f
19:09:07 [2021-03-01T19:09:07.800Z] #57 21.96 go: extracting github.com/moby/sys/mountinfo v0.4.0
19:09:07 [2021-03-01T19:09:07.800Z] #57 ...
19:09:07 [2021-03-01T19:09:07.800Z] 
19:09:07 [2021-03-01T19:09:07.800Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:09:07 [2021-03-01T19:09:07.800Z] #33 sha256:9f3677e247ac66285fadcdfcbe95a525ce0e7a48a716c9cac29b07b57c588bb9
19:09:07 [2021-03-01T19:09:07.800Z] #33 12.46 math/bits
19:09:07 [2021-03-01T19:09:07.800Z] #33 12.67 runtime
19:09:07 [2021-03-01T19:09:07.800Z] #33 13.64 math
19:09:07 [2021-03-01T19:09:07.800Z] #33 19.62 internal/testlog
19:09:07 [2021-03-01T19:09:07.800Z] #33 20.08 encoding
19:09:07 [2021-03-01T19:09:07.800Z] #33 20.45 runtime/cgo
19:09:07 [2021-03-01T19:09:07.837Z] #11 ...
19:09:07 [2021-03-01T19:09:07.837Z] 
19:09:07 [2021-03-01T19:09:07.837Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:09:07 [2021-03-01T19:09:07.837Z] #43 51.58 encoding/xml
19:09:07 [2021-03-01T19:09:07.837Z] #43 52.13 text/template
19:09:07 [2021-03-01T19:09:07.837Z] #43 54.86 go/doc
19:09:07 [2021-03-01T19:09:07.837Z] #43 55.06 github.com/LK4D4/vndr/versioned
19:09:07 [2021-03-01T19:09:07.837Z] #43 55.13 compress/flate
19:09:07 [2021-03-01T19:09:07.837Z] #43 56.64 github.com/LK4D4/vndr/build
19:09:07 [2021-03-01T19:09:07.837Z] #43 57.10 hash/crc32
19:09:07 [2021-03-01T19:09:07.837Z] #43 57.51 compress/gzip
19:09:07 [2021-03-01T19:09:07.837Z] #43 58.07 net
19:09:07 [2021-03-01T19:09:07.837Z] #43 58.53 vendor/golang.org/x/text/transform
19:09:07 [2021-03-01T19:09:07.837Z] #43 58.90 vendor/golang.org/x/text/unicode/bidi
19:09:07 [2021-03-01T19:09:07.837Z] #43 59.91 vendor/golang.org/x/text/secure/bidirule
19:09:07 [2021-03-01T19:09:07.837Z] #43 60.08 vendor/golang.org/x/text/unicode/norm
19:09:07 [2021-03-01T19:09:07.837Z] #43 ...
19:09:07 [2021-03-01T19:09:07.837Z] 
19:09:07 [2021-03-01T19:09:07.837Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:09:07 [2021-03-01T19:09:07.837Z] #41 22.89   CC       images/time.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 22.95   CC       images/sysctl.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.02   CC       images/autofs.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.11   CC       images/macvlan.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.28   CC       images/sit.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.40   CC       images/memfd.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.55   CC       images/timens.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.76   LINK     images/built-in.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.85   GEN      compel/include/asm
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.86   GEN      compel/include/version.h
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.87 touch .config
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.90   GEN      include/common/config.h
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.93   DEP      compel/arch/s390/plugins/std/syscalls/syscalls-s390.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.95   GEN      compel/plugins/include/uapi/std/syscall-codes.h
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.97   GEN      compel/plugins/include/uapi/std/syscall.h
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.98   GEN      compel/arch/s390/plugins/std/syscalls/syscalls.S
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.99   DEP      compel/arch/s390/plugins/std/syscalls/syscalls.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 23.99   DEP      compel/arch/s390/plugins/std/parasite-head.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 24.00   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
19:09:07 [2021-03-01T19:09:07.837Z] #41 24.00   DEP      compel/plugins/std/infect.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 24.08   DEP      compel/plugins/std/string.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 24.14   DEP      compel/plugins/std/log.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 24.18   DEP      compel/plugins/std/fds.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 24.27   DEP      compel/plugins/std/std.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 24.32   DEP      compel/plugins/shmem/shmem.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 24.38   DEP      compel/plugins/fds/fds.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 24.46   CC       compel/plugins/std/std.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 24.70   CC       compel/plugins/std/fds.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 24.95   CC       compel/plugins/std/log.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 25.41   CC       compel/plugins/std/string.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 25.69   CC       compel/plugins/std/infect.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 25.98   CC       compel/arch/s390/plugins/std/parasite-head.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 26.00   CC       compel/arch/s390/plugins/std/syscalls/syscalls.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 26.03   CC       compel/arch/s390/plugins/std/syscalls/syscalls-s390.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 26.09   AR       compel/plugins/std.lib.a
19:09:07 [2021-03-01T19:09:07.837Z] #41 26.13   CC       compel/plugins/fds/fds.o
19:09:07 [2021-03-01T19:09:07.837Z] #41 26.29   AR       compel/plugins/fds.lib.a
19:09:07 [2021-03-01T19:09:07.837Z] #41 26.32   HOSTDEP  compel/src/lib/log-host.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 26.36   HOSTDEP  compel/src/lib/handle-elf-host.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 26.46   HOSTDEP  compel/arch/s390/src/lib/handle-elf-host.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 26.56   HOSTDEP  compel/src/main-host.d
19:09:07 [2021-03-01T19:09:07.837Z] #41 26.64   DEP      compel/src/lib/ptrace.d
19:09:08 [2021-03-01T19:09:08.149Z] #41 26.76   DEP      compel/src/lib/infect.d
19:09:08 [2021-03-01T19:09:08.149Z] #41 26.86   DEP      compel/src/lib/infect-util.d
19:09:08 [2021-03-01T19:09:08.149Z] #41 26.96   DEP      compel/src/lib/infect-rpc.d
19:09:08 [2021-03-01T19:09:08.367Z] #33 ...
19:09:08 [2021-03-01T19:09:08.367Z] 
19:09:08 [2021-03-01T19:09:08.367Z] #48 [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
19:09:08 [2021-03-01T19:09:08.367Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:09:08 [2021-03-01T19:09:08.367Z] #48 22.37 go: extracting github.com/mitchellh/mapstructure v1.1.2
19:09:08 [2021-03-01T19:09:08.367Z] #48 22.63 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:09:08 [2021-03-01T19:09:08.367Z] #48 22.64 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:09:08 [2021-03-01T19:09:08.367Z] #48 ...
19:09:08 [2021-03-01T19:09:08.367Z] 
19:09:08 [2021-03-01T19:09:08.367Z] #23 [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
19:09:08 [2021-03-01T19:09:08.367Z] #23 sha256:a600979726b2579d24d5ee4793f38599179187baf8a79dafdba782cca071451a
19:09:08 [2021-03-01T19:09:08.367Z] #23 21.11 + mkdir -p /build
19:09:08 [2021-03-01T19:09:08.367Z] #23 21.11 + mv docker/docker /build/
19:09:08 [2021-03-01T19:09:08.367Z] #23 21.12 + rmdir docker
19:09:08 [2021-03-01T19:09:08.367Z] #23 DONE 22.8s
19:09:08 [2021-03-01T19:09:08.367Z] 
19:09:08 [2021-03-01T19:09:08.367Z] #48 [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
19:09:08 [2021-03-01T19:09:08.367Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:09:08 [2021-03-01T19:09:08.367Z] #48 22.64 go: downloading github.com/magiconair/properties v1.8.1
19:09:08 [2021-03-01T19:09:08.367Z] #48 22.72 go: extracting github.com/fsnotify/fsnotify v1.4.7
19:09:08 [2021-03-01T19:09:08.367Z] #48 22.90 go: downloading github.com/subosito/gotenv v1.2.0
19:09:08 [2021-03-01T19:09:08.367Z] #48 23.05 go: downloading github.com/go-toolsmith/astfmt v1.0.0
19:09:08 [2021-03-01T19:09:08.367Z] #48 23.05 go: extracting gopkg.in/ini.v1 v1.51.0
19:09:08 [2021-03-01T19:09:08.452Z] #41 27.10   DEP      compel/arch/s390/src/lib/infect.d
19:09:08 [2021-03-01T19:09:08.626Z] #48 23.32 go: extracting github.com/hashicorp/hcl v1.0.0
19:09:08 [2021-03-01T19:09:08.742Z] #41 27.27   DEP      compel/arch/s390/src/lib/cpu.d
19:09:08 [2021-03-01T19:09:08.742Z] #41 27.32   DEP      compel/src/lib/log.d
19:09:08 [2021-03-01T19:09:08.742Z] #41 27.41   DEP      compel/src/main.d
19:09:08 [2021-03-01T19:09:08.742Z] #41 27.52   DEP      compel/src/lib/handle-elf.d
19:09:08 [2021-03-01T19:09:08.885Z] #48 23.36 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:09:09 [2021-03-01T19:09:09.033Z] #41 27.57   DEP      compel/arch/s390/src/lib/handle-elf.d
19:09:09 [2021-03-01T19:09:09.033Z] #41 27.65   CC       compel/src/lib/log.o
19:09:09 [2021-03-01T19:09:09.138Z] Fetching without tags
19:09:09 [2021-03-01T19:09:09.145Z] #48 23.48 go: extracting github.com/go-toolsmith/astfmt v1.0.0
19:09:09 [2021-03-01T19:09:09.145Z] #48 23.55 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:09:09 [2021-03-01T19:09:09.145Z] #48 23.73 go: downloading github.com/mattn/go-isatty v0.0.8
19:09:09 [2021-03-01T19:09:09.145Z] #48 23.78 go: extracting github.com/subosito/gotenv v1.2.0
19:09:09 [2021-03-01T19:09:09.323Z] #41 27.85   CC       compel/arch/s390/src/lib/cpu.o
19:09:09 [2021-03-01T19:09:09.323Z] #41 28.03   CC       compel/arch/s390/src/lib/infect.o
19:09:09 [2021-03-01T19:09:09.416Z] #48 23.88 go: extracting github.com/mattn/go-isatty v0.0.8
19:09:09 [2021-03-01T19:09:09.416Z] #48 23.92 go: downloading github.com/spf13/afero v1.1.2
19:09:09 [2021-03-01T19:09:09.416Z] #48 23.94 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:09:09 [2021-03-01T19:09:09.425Z] Merging remotes/origin/master commit a602b052a9c285e9659e9ce007f2aa7f0a73812f into PR head commit 5542f13c1a24468bff92ce265c892f7391f68f36
19:09:09 [2021-03-01T19:09:09.677Z] #48 24.08 go: extracting github.com/magiconair/properties v1.8.1
19:09:09 [2021-03-01T19:09:09.677Z] #48 24.30 go: extracting github.com/spf13/afero v1.1.2
19:09:09 [2021-03-01T19:09:09.061Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:09:09 [2021-03-01T19:09:09.072Z]  > git config --add remote.origin.fetch +refs/pull/42102/head:refs/remotes/origin/PR-42102 # timeout=10
19:09:09 [2021-03-01T19:09:09.088Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:09:09 [2021-03-01T19:09:09.112Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:09:09 [2021-03-01T19:09:09.141Z] Fetching upstream changes from https://github.com/moby/moby.git
19:09:09 [2021-03-01T19:09:09.141Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:09:09 [2021-03-01T19:09:09.146Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:09:09 [2021-03-01T19:09:09.433Z]  > git config core.sparsecheckout # timeout=10
19:09:09 [2021-03-01T19:09:09.450Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:09:09 [2021-03-01T19:09:09.937Z] #48 24.39 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:09:09 [2021-03-01T19:09:09.937Z] #48 24.57 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:09:10 [2021-03-01T19:09:10.026Z] #41 28.52   CC       compel/src/lib/infect-rpc.o
19:09:10 [2021-03-01T19:09:10.026Z] #41 28.69   CC       compel/src/lib/infect-util.o
19:09:10 [2021-03-01T19:09:10.201Z] Merge succeeded, producing 5542f13c1a24468bff92ce265c892f7391f68f36
19:09:10 [2021-03-01T19:09:10.201Z] Checking out Revision 5542f13c1a24468bff92ce265c892f7391f68f36 (PR-42102)
19:09:10 [2021-03-01T19:09:10.317Z] #41 28.89   CC       compel/src/lib/infect.o
19:09:10 [2021-03-01T19:09:10.507Z] #48 24.95 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:09:10 [2021-03-01T19:09:10.768Z] #48 25.23 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:09:11 [2021-03-01T19:09:11.028Z] #48 25.49 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:09:11 [2021-03-01T19:09:11.028Z] #48 25.49 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:09:11 [2021-03-01T19:09:11.028Z] #48 25.53 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:09:11 [2021-03-01T19:09:11.028Z] #48 25.54 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
19:09:11 [2021-03-01T19:09:11.287Z] #48 25.83 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
19:09:11 [2021-03-01T19:09:11.376Z] #41 29.97   CC       compel/src/lib/ptrace.o
19:09:11 [2021-03-01T19:09:11.610Z] #48 26.09 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:09:11 [2021-03-01T19:09:11.666Z] #41 30.14   AR       compel/libcompel.a
19:09:11 [2021-03-01T19:09:11.666Z] #41 30.17   HOSTCC   compel/src/main-host.o
19:09:11 [2021-03-01T19:09:11.666Z] #41 30.31   HOSTCC   compel/arch/s390/src/lib/handle-elf-host.o
19:09:11 [2021-03-01T19:09:11.666Z] #41 30.41   HOSTCC   compel/src/lib/handle-elf-host.o
19:09:11 [2021-03-01T19:09:11.956Z] #41 30.68   HOSTCC   compel/src/lib/log-host.o
19:09:11 [2021-03-01T19:09:11.956Z] #41 30.82   HOSTLINK compel/compel-host-bin
19:09:10 [2021-03-01T19:09:10.128Z]  > git remote # timeout=10
19:09:10 [2021-03-01T19:09:10.140Z]  > git config --get remote.origin.url # timeout=10
19:09:10 [2021-03-01T19:09:10.153Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:09:10 [2021-03-01T19:09:10.154Z]  > git merge a602b052a9c285e9659e9ce007f2aa7f0a73812f # timeout=10
19:09:10 [2021-03-01T19:09:10.170Z]  > git rev-parse HEAD^{commit} # timeout=10
19:09:10 [2021-03-01T19:09:10.205Z]  > git config core.sparsecheckout # timeout=10
19:09:10 [2021-03-01T19:09:10.227Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:09:12 [2021-03-01T19:09:12.246Z] #41 30.94   DEP      soccr/soccr.d
19:09:12 [2021-03-01T19:09:12.246Z] #41 31.04   CC       soccr/soccr.o
19:09:12 [2021-03-01T19:09:12.277Z] #48 26.83 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:09:12 [2021-03-01T19:09:12.905Z] #48 27.19 go: downloading github.com/spf13/jwalterweatherman v1.0.0
19:09:12 [2021-03-01T19:09:12.905Z] #48 27.54 go: extracting github.com/spf13/jwalterweatherman v1.0.0
19:09:13 [2021-03-01T19:09:13.226Z] Fetching without tags
19:09:13 [2021-03-01T19:09:13.277Z] #41 32.00   AR       soccr/libsoccr.a
19:09:13 [2021-03-01T19:09:13.277Z] #41 32.03 make[1]: 'soccr/libsoccr.a' is up to date.
19:09:13 [2021-03-01T19:09:13.478Z] #48 27.81 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:09:13 [2021-03-01T19:09:13.568Z] #41 32.23   DEP      criu/arch/s390/sigframe.d
19:09:13 [2021-03-01T19:09:13.568Z] #41 32.32   DEP      criu/arch/s390/crtools.d
19:09:13 [2021-03-01T19:09:13.685Z] Merging remotes/origin/master commit a602b052a9c285e9659e9ce007f2aa7f0a73812f into PR head commit 5542f13c1a24468bff92ce265c892f7391f68f36
19:09:13 [2021-03-01T19:09:13.738Z] #48 ...
19:09:13 [2021-03-01T19:09:13.738Z] 
19:09:13 [2021-03-01T19:09:13.738Z] #63 [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
19:09:13 [2021-03-01T19:09:13.738Z] #63 sha256:f8294e8219549c44877cc0309f59daf6a63243ab626ad40654993a4b545e7996
19:09:13 [2021-03-01T19:09:13.858Z] #41 32.54   DEP      criu/arch/s390/cpu.d
19:09:14 [2021-03-01T19:09:14.149Z] #41 32.66   CC       criu/arch/s390/cpu.o
19:09:14 [2021-03-01T19:09:14.149Z] #41 ...
19:09:14 [2021-03-01T19:09:14.149Z] 
19:09:14 [2021-03-01T19:09:14.149Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
19:09:14 [2021-03-01T19:09:14.149Z] #11 67.77 Selecting previously unselected package libapparmor1:s390x.
19:09:14 [2021-03-01T19:09:14.149Z] #11 67.77 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ...
19:09:14 [2021-03-01T19:09:14.149Z] #11 67.78 Unpacking libapparmor1:s390x (2.13.2-10) ...
19:09:14 [2021-03-01T19:09:14.149Z] #11 67.86 Selecting previously unselected package libapparmor-dev:s390x.
19:09:14 [2021-03-01T19:09:14.149Z] #11 67.86 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ...
19:09:14 [2021-03-01T19:09:14.149Z] #11 67.86 Unpacking libapparmor-dev:s390x (2.13.2-10) ...
19:09:14 [2021-03-01T19:09:14.149Z] #11 67.96 Selecting previously unselected package libbtrfs0.
19:09:14 [2021-03-01T19:09:14.149Z] #11 67.96 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ...
19:09:14 [2021-03-01T19:09:14.149Z] #11 67.96 Unpacking libbtrfs0 (4.20.1-2) ...
19:09:14 [2021-03-01T19:09:14.149Z] #11 68.02 Selecting previously unselected package libbtrfs-dev.
19:09:14 [2021-03-01T19:09:14.149Z] #11 68.02 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ...
19:09:14 [2021-03-01T19:09:14.149Z] #11 68.02 Unpacking libbtrfs-dev (4.20.1-2) ...
19:09:14 [2021-03-01T19:09:14.377Z] Commit message: "[DNM] trigger CI with rootlesskit v0.14.0-pre"
19:09:14 [2021-03-01T19:09:14.439Z] #11 68.11 Selecting previously unselected package libdevmapper-event1.02.1:s390x.
19:09:14 [2021-03-01T19:09:14.439Z] #11 68.11 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ...
19:09:14 [2021-03-01T19:09:14.439Z] #11 68.11 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
19:09:14 [2021-03-01T19:09:14.439Z] #11 68.16 Selecting previously unselected package libudev-dev:s390x.
19:09:14 [2021-03-01T19:09:14.439Z] #11 68.17 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_s390x.deb ...
19:09:14 [2021-03-01T19:09:14.439Z] #11 68.17 Unpacking libudev-dev:s390x (241-7~deb10u6) ...
19:09:14 [2021-03-01T19:09:14.439Z] #11 68.31 Selecting previously unselected package libsepol1-dev:s390x.
19:09:14 [2021-03-01T19:09:14.439Z] #11 68.31 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ...
19:09:14 [2021-03-01T19:09:14.439Z] #11 68.31 Unpacking libsepol1-dev:s390x (2.8-1) ...
19:09:14 [2021-03-01T19:09:14.437Z]  > git --version # timeout=10
19:09:14 [2021-03-01T19:09:14.459Z]  > git --version # 'git version 2.17.1'
19:09:14 [2021-03-01T19:09:14.490Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
19:09:14 [2021-03-01T19:09:14.557Z] #63 27.78 Checking out files:  44% (853/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:  94% (1796/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.
19:09:14 [2021-03-01T19:09:14.557Z] #63 28.96 + cd /tmp/tmp.JosseZEfr9/src/github.com/docker/libnetwork
19:09:14 [2021-03-01T19:09:14.557Z] #63 28.96 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:09:13 [2021-03-01T19:09:13.072Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:09:13 [2021-03-01T19:09:13.095Z]  > git config --add remote.origin.fetch +refs/pull/42102/head:refs/remotes/origin/PR-42102 # timeout=10
19:09:13 [2021-03-01T19:09:13.117Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:09:13 [2021-03-01T19:09:13.190Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:09:13 [2021-03-01T19:09:13.269Z] Fetching upstream changes from https://github.com/moby/moby.git
19:09:13 [2021-03-01T19:09:13.269Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:09:13 [2021-03-01T19:09:13.270Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:09:13 [2021-03-01T19:09:13.692Z]  > git config core.sparsecheckout # timeout=10
19:09:13 [2021-03-01T19:09:13.714Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:09:14 [2021-03-01T19:09:14.729Z] #11 68.54 Selecting previously unselected package libpcre16-3:s390x.
19:09:14 [2021-03-01T19:09:14.729Z] #11 68.54 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ...
19:09:14 [2021-03-01T19:09:14.729Z] #11 68.55 Unpacking libpcre16-3:s390x (2:8.39-12) ...
19:09:14 [2021-03-01T19:09:14.729Z] #11 68.64 Selecting previously unselected package libpcre32-3:s390x.
19:09:14 [2021-03-01T19:09:14.816Z] #63 29.22 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
19:09:15 [2021-03-01T19:09:15.020Z] #11 68.64 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ...
19:09:15 [2021-03-01T19:09:15.020Z] #11 68.65 Unpacking libpcre32-3:s390x (2:8.39-12) ...
19:09:15 [2021-03-01T19:09:15.020Z] #11 68.80 Selecting previously unselected package libpcrecpp0v5:s390x.
19:09:15 [2021-03-01T19:09:15.020Z] #11 68.80 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ...
19:09:15 [2021-03-01T19:09:15.020Z] #11 68.80 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ...
19:09:15 [2021-03-01T19:09:15.020Z] #11 68.86 Selecting previously unselected package libpcre3-dev:s390x.
19:09:15 [2021-03-01T19:09:15.020Z] #11 68.86 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ...
19:09:15 [2021-03-01T19:09:15.020Z] #11 68.86 Unpacking libpcre3-dev:s390x (2:8.39-12) ...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:09:15 [2021-03-01T19:09:15.310Z] #11 69.09 Selecting previously unselected package libselinux1-dev:s390x.
19:09:15 [2021-03-01T19:09:15.310Z] #11 69.09 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ...
19:09:15 [2021-03-01T19:09:15.310Z] #11 69.09 Unpacking libselinux1-dev:s390x (2.8-1+b1) ...
19:09:15 [2021-03-01T19:09:15.385Z] #63 ...
19:09:15 [2021-03-01T19:09:15.385Z] 
19:09:15 [2021-03-01T19:09:15.385Z] #46 [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
19:09:15 [2021-03-01T19:09:15.385Z] #46 sha256:6ff1aa7ddea414fadc2d3925b0c37db95663d4bd5794449bf0296b54a1f74e9d
19:09:15 [2021-03-01T19:09:15.385Z] #46 19.89 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:09:15 [2021-03-01T19:09:15.385Z] #46 27.25 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:09:15 [2021-03-01T19:09:15.385Z] #46 27.25 go: finding github.com/fatih/color v1.9.0
19:09:15 [2021-03-01T19:09:15.385Z] #46 27.34 go: finding github.com/pkg/errors v0.9.1
19:09:15 [2021-03-01T19:09:15.385Z] #46 27.54 go: finding github.com/spf13/pflag v1.0.3
19:09:15 [2021-03-01T19:09:15.385Z] #46 27.59 go: finding github.com/mattn/go-colorable v0.1.6
19:09:15 [2021-03-01T19:09:15.385Z] #46 27.67 go: finding github.com/mattn/go-isatty v0.0.12
19:09:15 [2021-03-01T19:09:15.385Z] #46 27.91 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:09:15 [2021-03-01T19:09:15.385Z] #46 28.28 go: finding github.com/jonboulle/clockwork v0.1.0
19:09:15 [2021-03-01T19:09:15.385Z] #46 28.44 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:09:15 [2021-03-01T19:09:15.385Z] #46 28.49 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:09:15 [2021-03-01T19:09:15.385Z] #46 28.54 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:09:15 [2021-03-01T19:09:15.385Z] #46 ...
19:09:15 [2021-03-01T19:09:15.385Z] 
19:09:15 [2021-03-01T19:09:15.385Z] #39 [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
19:09:15 [2021-03-01T19:09:15.385Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:09:15 [2021-03-01T19:09:15.385Z] #39 27.47 Checking out files:  85% (1444/1682)   
Checking out files:  86% (1447/1682)   
Checking out files:  87% (1464/1682)   
Checking out files:  88% (1481/1682)   
Checking out files:  89% (1497/1682)   
Checking out files:  90% (1514/1682)   
Checking out files:  91% (1531/1682)   
Checking out files:  92% (1548/1682)   
Checking out files:  93% (1565/1682)   
Checking out files:  94% (1582/1682)   
Checking out files:  95% (1598/1682)   
Checking out files:  96% (1615/1682)   
Checking out files:  97% (1632/1682)   
Checking out files:  98% (1649/1682)   
Checking out files:  99% (1666/1682)   
Checking out files: 100% (1682/1682)   
Checking out files: 100% (1682/1682), done.
19:09:15 [2021-03-01T19:09:15.385Z] #39 27.90 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
19:09:15 [2021-03-01T19:09:15.506Z] Merge succeeded, producing 5542f13c1a24468bff92ce265c892f7391f68f36
19:09:15 [2021-03-01T19:09:15.506Z] Checking out Revision 5542f13c1a24468bff92ce265c892f7391f68f36 (PR-42102)
19:09:15 [2021-03-01T19:09:15.603Z] #11 69.28 Selecting previously unselected package libdevmapper-dev:s390x.
19:09:15 [2021-03-01T19:09:15.603Z] #11 69.28 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ...
19:09:15 [2021-03-01T19:09:15.603Z] #11 69.28 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ...
19:09:15 [2021-03-01T19:09:15.603Z] #11 69.35 Selecting previously unselected package libseccomp-dev:s390x.
19:09:15 [2021-03-01T19:09:15.603Z] #11 69.36 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ...
19:09:15 [2021-03-01T19:09:15.603Z] #11 69.36 Unpacking libseccomp-dev:s390x (2.3.3-4) ...
19:09:15 [2021-03-01T19:09:15.603Z] #11 69.44 Selecting previously unselected package libsystemd-dev:s390x.
19:09:15 [2021-03-01T19:09:15.603Z] #11 69.44 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_s390x.deb ...
19:09:15 [2021-03-01T19:09:15.603Z] #11 69.44 Unpacking libsystemd-dev:s390x (241-7~deb10u6) ...
19:09:15 [2021-03-01T19:09:15.884Z] + docker version
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.80 Setting up libpcrecpp0v5:s390x (2:8.39-12) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.82 Setting up libseccomp-dev:s390x (2.3.3-4) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.83 Setting up libapparmor1:s390x (2.13.2-10) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.83 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.84 Setting up libpcre16-3:s390x (2:8.39-12) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.85 Setting up libsepol1-dev:s390x (2.8-1) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.85 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.86 Setting up libbtrfs0 (4.20.1-2) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.87 Setting up libpcre32-3:s390x (2:8.39-12) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.87 Setting up libudev-dev:s390x (241-7~deb10u6) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.88 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.89 Setting up libbtrfs-dev (4.20.1-2) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.90 Setting up libapparmor-dev:s390x (2.13.2-10) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.90 Setting up mingw-w64-common (6.0.0-3) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.91 Setting up libsystemd-dev:s390x (241-7~deb10u6) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.92 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.93 Setting up libpcre3-dev:s390x (2:8.39-12) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.94 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.94 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
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.95 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
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.95 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:09:16 [2021-03-01T19:09:16.236Z] #11 69.96 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
19:09:16 [2021-03-01T19:09:16.237Z] #11 69.96 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
19:09:16 [2021-03-01T19:09:16.237Z] #11 69.97 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
19:09:16 [2021-03-01T19:09:16.237Z] #11 69.97 Setting up libselinux1-dev:s390x (2.8-1+b1) ...
19:09:16 [2021-03-01T19:09:16.237Z] #11 69.98 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ...
19:09:16 [2021-03-01T19:09:16.237Z] #11 69.99 Setting up dmsetup (2:1.02.155-3) ...
19:09:16 [2021-03-01T19:09:16.237Z] #11 70.00 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
19:09:16 [2021-03-01T19:09:16.237Z] #11 70.00 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ...
19:09:16 [2021-03-01T19:09:16.237Z] #11 70.01 Processing triggers for libc-bin (2.28-10) ...
19:09:16 [2021-03-01T19:09:16.328Z] #39 30.23 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
19:09:16 [2021-03-01T19:09:16.907Z] #11 DONE 70.5s
19:09:16 [2021-03-01T19:09:16.907Z] 
19:09:16 [2021-03-01T19:09:16.907Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
19:09:15 [2021-03-01T19:09:15.382Z]  > git remote # timeout=10
19:09:15 [2021-03-01T19:09:15.415Z]  > git config --get remote.origin.url # timeout=10
19:09:15 [2021-03-01T19:09:15.439Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:09:15 [2021-03-01T19:09:15.440Z]  > git merge a602b052a9c285e9659e9ce007f2aa7f0a73812f # timeout=10
19:09:15 [2021-03-01T19:09:15.475Z]  > git rev-parse HEAD^{commit} # timeout=10
19:09:15 [2021-03-01T19:09:15.507Z]  > git config core.sparsecheckout # timeout=10
19:09:15 [2021-03-01T19:09:15.531Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:09:18 [2021-03-01T19:09:18.017Z] #12 DONE 1.1s
19:09:18 [2021-03-01T19:09:18.017Z] 
19:09:18 [2021-03-01T19:09:18.017Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.034 + RM_GOPATH=0
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.034 + TMP_GOPATH=
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.034 + : /build
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.034 + '[' -z '' ']'
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.035 ++ mktemp -d
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.037 + export GOPATH=/tmp/tmp.5DnmEEVcJp
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.037 + GOPATH=/tmp/tmp.5DnmEEVcJp
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.037 + RM_GOPATH=1
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.037 + case "$(go env GOARCH)" in
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.038 ++ go env GOARCH
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.041 + export GO_BUILDMODE=-buildmode=pie
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.041 + GO_BUILDMODE=-buildmode=pie
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.042 ++ dirname /tmp/install/install.sh
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.043 + dir=/tmp/install
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.043 + bin=runc
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.043 + shift
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.043 + '[' '!' -f /tmp/install/runc.installer ']'
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.043 + . /tmp/install/runc.installer
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.043 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.043 + install_runc
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.045 + grep -q '^3\.10\.0.*\.el7\.'
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.047 + uname -r
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.048 + RUNC_BUILDTAGS='seccomp '
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.048 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.048 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.048 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.5DnmEEVcJp/src/github.com/opencontainers/runc
19:09:18 [2021-03-01T19:09:18.017Z] #51 1.049 Cloning into '/tmp/tmp.5DnmEEVcJp/src/github.com/opencontainers/runc'...
19:09:18 [2021-03-01T19:09:18.017Z] #51 ...
19:09:18 [2021-03-01T19:09:18.017Z] 
19:09:18 [2021-03-01T19:09:18.017Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:09:18 [2021-03-01T19:09:18.017Z] #43 61.82 vendor/golang.org/x/net/idna
19:09:18 [2021-03-01T19:09:18.017Z] #43 62.77 vendor/golang.org/x/net/http2/hpack
19:09:18 [2021-03-01T19:09:18.017Z] #43 63.42 mime
19:09:18 [2021-03-01T19:09:18.017Z] #43 64.55 mime/quotedprintable
19:09:18 [2021-03-01T19:09:18.017Z] #43 64.86 net/http/internal
19:09:18 [2021-03-01T19:09:18.017Z] #43 67.42 crypto/x509
19:09:18 [2021-03-01T19:09:18.017Z] #43 68.83 crypto/tls
19:09:18 [2021-03-01T19:09:18.234Z] #39 ...
19:09:18 [2021-03-01T19:09:18.235Z] 
19:09:18 [2021-03-01T19:09:18.235Z] #50 [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
19:09:18 [2021-03-01T19:09:18.235Z] #50 sha256:199a441f313b0e5029f48fab26df328cfd0a1fb12a629305a4957e1f9ef26b4c
19:09:18 [2021-03-01T19:09:18.235Z] #50 22.68 + cd /tmp/tmp.pJkwVsITq7/src/github.com/mvdan/sh
19:09:18 [2021-03-01T19:09:18.235Z] #50 22.68 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
19:09:18 [2021-03-01T19:09:18.235Z] #50 22.99 + GO111MODULE=on
19:09:18 [2021-03-01T19:09:18.235Z] #50 22.99 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
19:09:18 [2021-03-01T19:09:18.235Z] #50 25.18 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:09:18 [2021-03-01T19:09:18.235Z] #50 25.28 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:09:18 [2021-03-01T19:09:18.235Z] #50 25.47 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:09:18 [2021-03-01T19:09:18.235Z] #50 25.82 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:09:18 [2021-03-01T19:09:18.235Z] #50 25.91 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:09:18 [2021-03-01T19:09:18.235Z] #50 27.19 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:09:18 [2021-03-01T19:09:18.235Z] #50 28.55 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:09:18 [2021-03-01T19:09:18.235Z] #50 30.05 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:09:18 [2021-03-01T19:09:18.235Z] #50 32.24 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:09:18 [2021-03-01T19:09:18.235Z] #50 32.72 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:09:18 [2021-03-01T19:09:18.311Z] #43 ...
19:09:18 [2021-03-01T19:09:18.311Z] 
19:09:18 [2021-03-01T19:09:18.311Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:09:18 [2021-03-01T19:09:18.311Z] #41 33.00   CC       criu/arch/s390/crtools.o
19:09:18 [2021-03-01T19:09:18.311Z] #41 33.48   CC       criu/arch/s390/sigframe.o
19:09:18 [2021-03-01T19:09:18.311Z] #41 33.63   LINK     criu/arch/s390/crtools.built-in.o
19:09:18 [2021-03-01T19:09:18.311Z] #41 33.66   DEP      criu/pie/util-vdso.d
19:09:18 [2021-03-01T19:09:18.311Z] #41 33.76   DEP      criu/pie/util.d
19:09:18 [2021-03-01T19:09:18.311Z] #41 33.85   CC       criu/pie/util.o
19:09:18 [2021-03-01T19:09:18.311Z] #41 34.04   CC       criu/pie/util-vdso.o
19:09:18 [2021-03-01T19:09:18.311Z] #41 34.41   AR       criu/pie/pie.lib.a
19:09:18 [2021-03-01T19:09:18.311Z] #41 34.44   DEP      criu/pie/restorer.d
19:09:18 [2021-03-01T19:09:18.311Z] #41 34.56   DEP      criu/arch/s390/restorer.d
19:09:18 [2021-03-01T19:09:18.311Z] #41 34.66   DEP      criu/arch/s390/vdso-pie.d
19:09:18 [2021-03-01T19:09:18.311Z] #41 34.75   DEP      criu/pie/parasite-vdso.d
19:09:18 [2021-03-01T19:09:18.311Z] #41 34.94   DEP      criu/pie/parasite.d
19:09:18 [2021-03-01T19:09:18.311Z] #41 35.09   CC       criu/pie/parasite.o
19:09:18 [2021-03-01T19:09:18.311Z] #41 35.85   LINK     criu/pie/parasite.built-in.o
19:09:18 [2021-03-01T19:09:18.311Z] #41 35.85   GEN      criu/pie/parasite-blob.h
19:09:18 [2021-03-01T19:09:18.311Z] #41 35.93   CC       criu/pie/parasite-vdso.o
19:09:18 [2021-03-01T19:09:18.311Z] #41 36.45   CC       criu/arch/s390/vdso-pie.o
19:09:18 [2021-03-01T19:09:18.311Z] #41 36.78   CC       criu/arch/s390/restorer.o
19:09:18 [2021-03-01T19:09:18.311Z] #41 37.02   CC       criu/pie/restorer.o
19:09:18 [2021-03-01T19:09:18.497Z] #50 33.08 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:09:18 [2021-03-01T19:09:18.497Z] #50 33.18 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:09:18 [2021-03-01T19:09:18.944Z] #41 ...
19:09:18 [2021-03-01T19:09:18.944Z] 
19:09:18 [2021-03-01T19:09:18.944Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
19:09:18 [2021-03-01T19:09:18.944Z] #13 DONE 1.0s
19:09:19 [2021-03-01T19:09:19.236Z] 
19:09:19 [2021-03-01T19:09:19.236Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
19:09:19 [2021-03-01T19:09:19.434Z] #50 ...
19:09:19 [2021-03-01T19:09:19.434Z] 
19:09:19 [2021-03-01T19:09:19.434Z] #48 [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
19:09:19 [2021-03-01T19:09:19.434Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:09:19 [2021-03-01T19:09:19.434Z] #48 28.69 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:09:19 [2021-03-01T19:09:19.434Z] #48 28.69 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:09:19 [2021-03-01T19:09:19.434Z] #48 28.79 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:09:19 [2021-03-01T19:09:19.434Z] #48 33.71 go: downloading github.com/gobwas/glob v0.2.3
19:09:19 [2021-03-01T19:09:19.434Z] #48 33.75 go: downloading github.com/stretchr/objx v0.2.0
19:09:19 [2021-03-01T19:09:19.434Z] #48 33.75 go: downloading github.com/go-critic/go-critic v0.4.1
19:09:19 [2021-03-01T19:09:19.434Z] #48 33.76 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
19:09:19 [2021-03-01T19:09:19.434Z] #48 33.79 go: downloading github.com/davecgh/go-spew v1.1.1
19:09:19 [2021-03-01T19:09:19.434Z] #48 33.79 go: downloading golang.org/x/text v0.3.2
19:09:19 [2021-03-01T19:09:19.434Z] #48 33.84 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
19:09:19 [2021-03-01T19:09:19.434Z] #48 33.84 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:09:19 [2021-03-01T19:09:19.434Z] #48 ...
19:09:19 [2021-03-01T19:09:19.434Z] 
19:09:19 [2021-03-01T19:09:19.434Z] #57 [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
19:09:19 [2021-03-01T19:09:19.434Z] #57 sha256:1fcf43524c02248adc9b23b757a16e2b6db06dc65bf9f9c26c331699d4611f3f
19:09:19 [2021-03-01T19:09:19.434Z] #57 23.87 go: downloading github.com/u-root/u-root v7.0.0+incompatible
19:09:19 [2021-03-01T19:09:19.434Z] #57 23.88 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:09:19 [2021-03-01T19:09:19.434Z] #57 24.51 go: extracting github.com/moby/vpnkit v0.5.0
19:09:19 [2021-03-01T19:09:19.434Z] #57 25.65 go: extracting github.com/urfave/cli/v2 v2.3.0
19:09:19 [2021-03-01T19:09:19.434Z] #57 28.46 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:09:19 [2021-03-01T19:09:19.434Z] #57 28.88 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:09:19 [2021-03-01T19:09:19.434Z] #57 32.50 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
19:09:19 [2021-03-01T19:09:19.434Z] #57 32.90 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
19:09:19 [2021-03-01T19:09:19.434Z] #57 33.45 go: downloading github.com/russross/blackfriday/v2 v2.1.0
19:09:19 [2021-03-01T19:09:19.434Z] #57 34.09 go: extracting github.com/u-root/u-root v7.0.0+incompatible
19:09:19 [2021-03-01T19:09:19.434Z] #57 ...
19:09:19 [2021-03-01T19:09:19.434Z] 
19:09:19 [2021-03-01T19:09:19.434Z] #48 [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
19:09:19 [2021-03-01T19:09:19.434Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:09:19 [2021-03-01T19:09:19.434Z] #48 34.01 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:09:19 [2021-03-01T19:09:19.434Z] #48 34.03 go: extracting github.com/stretchr/objx v0.2.0
19:09:19 [2021-03-01T19:09:19.434Z] #48 34.10 go: extracting github.com/gobwas/glob v0.2.3
19:09:19 [2021-03-01T19:09:19.698Z] #48 ...
19:09:19 [2021-03-01T19:09:19.698Z] 
19:09:19 [2021-03-01T19:09:19.698Z] #54 [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
19:09:19 [2021-03-01T19:09:19.698Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:09:19 [2021-03-01T19:09:19.698Z] #54 24.30 Fetched 8423 kB in 19s (454 kB/s)
19:09:19 [2021-03-01T19:09:19.698Z] #54 24.30 Reading package lists...
19:09:19 [2021-03-01T19:09:19.877Z] #14 0.893 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
19:09:19 [2021-03-01T19:09:19.878Z] #14 DONE 1.1s
19:09:19 [2021-03-01T19:09:19.878Z] 
19:09:19 [2021-03-01T19:09:19.878Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
19:09:19 [2021-03-01T19:09:19.957Z] #54 34.11 Reading package lists...
19:09:19 [2021-03-01T19:09:19.957Z] #54 ...
19:09:19 [2021-03-01T19:09:19.957Z] 
19:09:19 [2021-03-01T19:09:19.957Z] #48 [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
19:09:19 [2021-03-01T19:09:19.957Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:09:19 [2021-03-01T19:09:19.957Z] #48 34.51 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:09:19 [2021-03-01T19:09:19.957Z] #48 34.54 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:09:19 [2021-03-01T19:09:19.992Z] Commit message: "[DNM] trigger CI with rootlesskit v0.14.0-pre"
19:09:20 [2021-03-01T19:09:20.065Z]  > git --version # timeout=10
19:09:20 [2021-03-01T19:09:20.088Z]  > git --version # 'git version 2.17.1'
19:09:20 [2021-03-01T19:09:20.122Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
19:09:20 [2021-03-01T19:09:20.218Z] #48 34.72 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:09:20 [2021-03-01T19:09:20.218Z] #48 34.75 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
19:09:20 [2021-03-01T19:09:20.218Z] #48 34.78 go: extracting github.com/davecgh/go-spew v1.1.1
19:09:20 [2021-03-01T19:09:20.218Z] #48 34.79 go: extracting github.com/go-critic/go-critic v0.4.1
19:09:20 [2021-03-01T19:09:20.218Z] #48 34.85 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:09:20 [2021-03-01T19:09:20.218Z] #48 ...
19:09:20 [2021-03-01T19:09:20.218Z] 
19:09:20 [2021-03-01T19:09:20.218Z] #44 [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
19:09:20 [2021-03-01T19:09:20.218Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:09:20 [2021-03-01T19:09:20.218Z] #44 24.89 unicode/utf16
19:09:20 [2021-03-01T19:09:20.218Z] #44 25.29 container/list
19:09:20 [2021-03-01T19:09:20.218Z] #44 26.51 crypto/internal/subtle
19:09:20 [2021-03-01T19:09:20.218Z] #44 26.62 crypto/subtle
19:09:20 [2021-03-01T19:09:20.218Z] #44 27.00 vendor/golang.org/x/crypto/cryptobyte/asn1
19:09:20 [2021-03-01T19:09:20.218Z] #44 27.25 internal/nettrace
19:09:20 [2021-03-01T19:09:20.218Z] #44 27.61 runtime/cgo
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
19:09:20 [2021-03-01T19:09:20.556Z] #44 ...
19:09:20 [2021-03-01T19:09:20.556Z] 
19:09:20 [2021-03-01T19:09:20.556Z] #48 [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
19:09:20 [2021-03-01T19:09:20.556Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:09:20 [2021-03-01T19:09:20.556Z] #48 34.98 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
[Pipeline] sh
19:09:20 [2021-03-01T19:09:20.649Z] Fetching without tags
19:09:20 [2021-03-01T19:09:20.816Z] #48 35.35 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:09:20 [2021-03-01T19:09:20.816Z] #48 35.36 go: downloading github.com/sourcegraph/go-diff v0.5.1
19:09:20 [2021-03-01T19:09:20.816Z] #48 35.36 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:09:20 [2021-03-01T19:09:20.984Z] #15 DONE 1.0s
19:09:20 [2021-03-01T19:09:20.984Z] 
19:09:20 [2021-03-01T19:09:20.984Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:09:20 [2021-03-01T19:09:20.984Z] #41 39.01   LINK     criu/pie/restorer.built-in.o
19:09:20 [2021-03-01T19:09:20.984Z] #41 39.02   GEN      criu/pie/restorer-blob.h
19:09:20 [2021-03-01T19:09:20.984Z] #41 39.10   DEP      criu/vdso.d
19:09:20 [2021-03-01T19:09:20.984Z] #41 39.26   DEP      criu/uts_ns.d
19:09:20 [2021-03-01T19:09:20.984Z] #41 39.37   DEP      criu/util.d
19:09:20 [2021-03-01T19:09:20.984Z] #41 39.49   DEP      criu/uffd.d
19:09:20 [2021-03-01T19:09:20.984Z] #41 39.61   DEP      criu/tun.d
19:09:21 [2021-03-01T19:09:21.068Z] Merging remotes/origin/master commit a602b052a9c285e9659e9ce007f2aa7f0a73812f into PR head commit 5542f13c1a24468bff92ce265c892f7391f68f36
19:09:21 [2021-03-01T19:09:21.280Z] #41 39.82   DEP      criu/tty.d
19:09:21 [2021-03-01T19:09:21.280Z] #41 39.96   DEP      criu/timerfd.d
19:09:21 [2021-03-01T19:09:21.417Z] #48 36.00 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:09:21 [2021-03-01T19:09:21.417Z] #48 36.01 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:09:21 [2021-03-01T19:09:21.417Z] #48 36.05 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:09:21 [2021-03-01T19:09:21.417Z] #48 36.06 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
19:09:21 [2021-03-01T19:09:21.514Z] + docker version
19:09:20 [2021-03-01T19:09:20.342Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:09:20 [2021-03-01T19:09:20.543Z]  > git config --add remote.origin.fetch +refs/pull/42102/head:refs/remotes/origin/PR-42102 # timeout=10
19:09:20 [2021-03-01T19:09:20.621Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:09:20 [2021-03-01T19:09:20.641Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:09:20 [2021-03-01T19:09:20.660Z] Fetching upstream changes from https://github.com/moby/moby.git
19:09:20 [2021-03-01T19:09:20.660Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:09:20 [2021-03-01T19:09:20.662Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:09:21 [2021-03-01T19:09:21.092Z]  > git config core.sparsecheckout # timeout=10
19:09:21 [2021-03-01T19:09:21.113Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:09:21 [2021-03-01T19:09:21.651Z] #41 ...
19:09:21 [2021-03-01T19:09:21.651Z] 
19:09:21 [2021-03-01T19:09:21.651Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
19:09:21 [2021-03-01T19:09:21.651Z] #56 69.66 + for f in rootlesskit rootlesskit-docker-proxy
19:09:21 [2021-03-01T19:09:21.651Z] #56 69.66 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
19:09:21 [2021-03-01T19:09:21.651Z] #56 DONE 75.3s
19:09:21 [2021-03-01T19:09:21.651Z] 
19:09:21 [2021-03-01T19:09:21.651Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:09:21 [2021-03-01T19:09:21.651Z] #41 40.10   DEP      criu/timens.d
19:09:21 [2021-03-01T19:09:21.651Z] #41 ...
19:09:21 [2021-03-01T19:09:21.651Z] 
19:09:21 [2021-03-01T19:09:21.651Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:09:21 [2021-03-01T19:09:21.651Z] #57 DONE 0.1s
19:09:21 [2021-03-01T19:09:21.651Z] 
19:09:21 [2021-03-01T19:09:21.651Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:09:21 [2021-03-01T19:09:21.651Z] #41 40.29   DEP      criu/sysfs_parse.d
19:09:21 [2021-03-01T19:09:21.651Z] #41 ...
19:09:21 [2021-03-01T19:09:21.651Z] 
19:09:21 [2021-03-01T19:09:21.651Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:09:21 [2021-03-01T19:09:21.651Z] #58 DONE 0.1s
19:09:21 [2021-03-01T19:09:21.651Z] 
19:09:21 [2021-03-01T19:09:21.651Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:09:21 [2021-03-01T19:09:21.651Z] #41 40.44   DEP      criu/sysctl.d
19:09:21 [2021-03-01T19:09:21.676Z] #48 36.06 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:09:21 [2021-03-01T19:09:21.676Z] #48 36.10 go: extracting github.com/sourcegraph/go-diff v0.5.1
19:09:21 [2021-03-01T19:09:21.676Z] #48 36.39 go: downloading github.com/pelletier/go-toml v1.2.0
19:09:21 [2021-03-01T19:09:21.940Z] #48 36.41 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:09:21 [2021-03-01T19:09:21.940Z] #48 36.50 go: downloading github.com/gogo/protobuf v1.2.1
19:09:21 [2021-03-01T19:09:21.940Z] #48 36.60 go: downloading gopkg.in/yaml.v2 v2.2.7
19:09:21 [2021-03-01T19:09:21.951Z] #41 40.59   DEP      criu/string.d
19:09:21 [2021-03-01T19:09:21.951Z] #41 40.64   DEP      criu/stats.d
19:09:21 [2021-03-01T19:09:21.951Z] #41 ...
19:09:21 [2021-03-01T19:09:21.951Z] 
19:09:21 [2021-03-01T19:09:21.951Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
19:09:21 [2021-03-01T19:09:21.951Z] #16 DONE 1.1s
19:09:21 [2021-03-01T19:09:21.951Z] 
19:09:21 [2021-03-01T19:09:21.951Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:09:21 [2021-03-01T19:09:21.951Z] #41 40.74   DEP      criu/sockets.d
19:09:22 [2021-03-01T19:09:22.272Z] #41 40.96   DEP      criu/sk-unix.d
19:09:22 [2021-03-01T19:09:22.508Z] #48 36.99 go: extracting github.com/pelletier/go-toml v1.2.0
19:09:22 [2021-03-01T19:09:22.576Z] #41 41.15   DEP      criu/sk-tcp.d
19:09:22 [2021-03-01T19:09:22.767Z] #48 37.12 go: extracting gopkg.in/yaml.v2 v2.2.7
19:09:22 [2021-03-01T19:09:22.876Z] #41 41.44   DEP      criu/sk-queue.d
19:09:22 [2021-03-01T19:09:22.876Z] #41 41.50   DEP      criu/sk-packet.d
19:09:23 [2021-03-01T19:09:23.027Z] #48 37.66 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:09:23 [2021-03-01T19:09:23.178Z] #41 41.67   DEP      criu/sk-netlink.d
19:09:23 [2021-03-01T19:09:23.469Z] #41 41.98   DEP      criu/sk-inet.d
19:09:23 [2021-03-01T19:09:23.469Z] #41 ...
19:09:23 [2021-03-01T19:09:23.469Z] 
19:09:23 [2021-03-01T19:09:23.469Z] #17 [dev-systemd-false  6/26] RUN ldconfig
19:09:23 [2021-03-01T19:09:23.469Z] #17 DONE 1.4s
19:09:23 [2021-03-01T19:09:23.469Z] 
19:09:23 [2021-03-01T19:09:23.469Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:09:23 [2021-03-01T19:09:23.469Z] #41 42.33   DEP      criu/signalfd.d
19:09:23 [2021-03-01T19:09:23.537Z] Merge succeeded, producing 5542f13c1a24468bff92ce265c892f7391f68f36
19:09:23 [2021-03-01T19:09:23.537Z] Checking out Revision 5542f13c1a24468bff92ce265c892f7391f68f36 (PR-42102)
19:09:23 [2021-03-01T19:09:23.595Z] #48 38.07 go: downloading github.com/pmezard/go-difflib v1.0.0
19:09:23 [2021-03-01T19:09:23.813Z] #41 42.40   DEP      criu/sigframe.d
19:09:23 [2021-03-01T19:09:23.813Z] #41 42.48   DEP      criu/shmem.d
19:09:23 [2021-03-01T19:09:23.854Z] #48 38.34 go: extracting github.com/pmezard/go-difflib v1.0.0
19:09:23 [2021-03-01T19:09:23.854Z] #48 38.46 go: downloading github.com/go-toolsmith/astp v1.0.0
19:09:23 [2021-03-01T19:09:23.493Z]  > git remote # timeout=10
19:09:23 [2021-03-01T19:09:23.505Z]  > git config --get remote.origin.url # timeout=10
19:09:23 [2021-03-01T19:09:23.518Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:09:23 [2021-03-01T19:09:23.520Z]  > git merge a602b052a9c285e9659e9ce007f2aa7f0a73812f # timeout=10
19:09:23 [2021-03-01T19:09:23.535Z]  > git rev-parse HEAD^{commit} # timeout=10
19:09:23 [2021-03-01T19:09:23.544Z]  > git config core.sparsecheckout # timeout=10
19:09:23 [2021-03-01T19:09:23.549Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:09:24 [2021-03-01T19:09:24.048Z] Client: Docker Engine - Community
19:09:24 [2021-03-01T19:09:24.048Z]  Version:           20.10.3
19:09:24 [2021-03-01T19:09:24.048Z]  API version:       1.41
19:09:24 [2021-03-01T19:09:24.048Z]  Go version:        go1.13.15
19:09:24 [2021-03-01T19:09:24.048Z]  Git commit:        48d30b5
19:09:24 [2021-03-01T19:09:24.048Z]  Built:             Fri Jan 29 14:33:13 2021
19:09:24 [2021-03-01T19:09:24.048Z]  OS/Arch:           linux/amd64
19:09:24 [2021-03-01T19:09:24.048Z]  Context:           default
19:09:24 [2021-03-01T19:09:24.048Z]  Experimental:      true
19:09:24 [2021-03-01T19:09:24.048Z] 
19:09:24 [2021-03-01T19:09:24.048Z] Server: Docker Engine - Community
19:09:24 [2021-03-01T19:09:24.048Z]  Engine:
19:09:24 [2021-03-01T19:09:24.048Z]   Version:          20.10.3
19:09:24 [2021-03-01T19:09:24.048Z]   API version:      1.41 (minimum version 1.12)
19:09:24 [2021-03-01T19:09:24.048Z]   Go version:       go1.13.15
19:09:24 [2021-03-01T19:09:24.048Z]   Git commit:       46229ca
19:09:24 [2021-03-01T19:09:24.048Z]   Built:            Fri Jan 29 14:31:25 2021
19:09:24 [2021-03-01T19:09:24.048Z]   OS/Arch:          linux/amd64
19:09:24 [2021-03-01T19:09:24.048Z]   Experimental:     true
19:09:24 [2021-03-01T19:09:24.048Z]  containerd:
19:09:24 [2021-03-01T19:09:24.048Z]   Version:          1.4.3
19:09:24 [2021-03-01T19:09:24.048Z]   GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
19:09:24 [2021-03-01T19:09:24.048Z]  runc:
19:09:24 [2021-03-01T19:09:24.048Z]   Version:          1.0.0-rc92
19:09:24 [2021-03-01T19:09:24.048Z]   GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:09:24 [2021-03-01T19:09:24.048Z]  docker-init:
19:09:24 [2021-03-01T19:09:24.048Z]   Version:          0.19.0
19:09:24 [2021-03-01T19:09:24.048Z]   GitCommit:        de40ad0
19:09:24 [2021-03-01T19:09:24.083Z] Fetching without tags
[Pipeline] sh
19:09:24 [2021-03-01T19:09:24.113Z] #48 38.47 go: downloading github.com/ultraware/whitespace v0.0.4
19:09:24 [2021-03-01T19:09:24.189Z] #41 42.72   DEP      criu/servicefd.d
19:09:24 [2021-03-01T19:09:24.189Z] #41 42.88   DEP      criu/seize.d
19:09:24 [2021-03-01T19:09:24.393Z] + docker info
19:09:24 [2021-03-01T19:09:24.480Z] #41 43.04   DEP      criu/seccomp.d
19:09:24 [2021-03-01T19:09:24.480Z] #41 43.19   DEP      criu/rst-malloc.d
19:09:24 [2021-03-01T19:09:24.480Z] #41 43.24   DEP      criu/rbtree.d
19:09:24 [2021-03-01T19:09:24.480Z] #41 43.25   DEP      criu/pstree.d
19:09:24 [2021-03-01T19:09:24.577Z] Merging remotes/origin/master commit a602b052a9c285e9659e9ce007f2aa7f0a73812f into PR head commit 5542f13c1a24468bff92ce265c892f7391f68f36
19:09:23 [2021-03-01T19:09:23.985Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:09:24 [2021-03-01T19:09:24.013Z]  > git config --add remote.origin.fetch +refs/pull/42102/head:refs/remotes/origin/PR-42102 # timeout=10
19:09:24 [2021-03-01T19:09:24.028Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:09:24 [2021-03-01T19:09:24.074Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:09:24 [2021-03-01T19:09:24.133Z] Fetching upstream changes from https://github.com/moby/moby.git
19:09:24 [2021-03-01T19:09:24.133Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:09:24 [2021-03-01T19:09:24.142Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:09:24 [2021-03-01T19:09:24.589Z]  > git config core.sparsecheckout # timeout=10
19:09:24 [2021-03-01T19:09:24.616Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:09:24 [2021-03-01T19:09:24.681Z] #48 39.26 go: extracting github.com/ultraware/whitespace v0.0.4
19:09:24 [2021-03-01T19:09:24.770Z] #41 43.42   DEP      criu/protobuf.d
19:09:24 [2021-03-01T19:09:24.770Z] #41 43.56   GEN      criu/protobuf-desc-gen.h
19:09:24 [2021-03-01T19:09:24.940Z] #48 39.48 go: downloading github.com/go-toolsmith/astcopy v1.0.0
19:09:24 [2021-03-01T19:09:24.940Z] #48 39.53 go: extracting github.com/go-toolsmith/astp v1.0.0
19:09:25 [2021-03-01T19:09:25.198Z] #48 39.66 go: downloading github.com/go-toolsmith/astcast v1.0.0
19:09:25 [2021-03-01T19:09:25.457Z] #48 39.99 go: extracting github.com/go-toolsmith/astcopy v1.0.0
19:09:25 [2021-03-01T19:09:25.731Z] Client: Docker Engine - Community
19:09:25 [2021-03-01T19:09:25.731Z]  Version:           20.10.3
19:09:25 [2021-03-01T19:09:25.731Z]  API version:       1.41
19:09:25 [2021-03-01T19:09:25.731Z]  Go version:        go1.13.15
19:09:25 [2021-03-01T19:09:25.731Z]  Git commit:        48d30b5
19:09:25 [2021-03-01T19:09:25.731Z]  Built:             Fri Jan 29 14:33:13 2021
19:09:25 [2021-03-01T19:09:25.731Z]  OS/Arch:           linux/amd64
19:09:25 [2021-03-01T19:09:25.731Z]  Context:           default
19:09:25 [2021-03-01T19:09:25.731Z]  Experimental:      true
19:09:25 [2021-03-01T19:09:25.731Z] 
19:09:25 [2021-03-01T19:09:25.731Z] Server: Docker Engine - Community
19:09:25 [2021-03-01T19:09:25.731Z]  Engine:
19:09:25 [2021-03-01T19:09:25.731Z]   Version:          20.10.3
19:09:25 [2021-03-01T19:09:25.731Z]   API version:      1.41 (minimum version 1.12)
19:09:25 [2021-03-01T19:09:25.731Z]   Go version:       go1.13.15
19:09:25 [2021-03-01T19:09:25.731Z]   Git commit:       46229ca
19:09:25 [2021-03-01T19:09:25.731Z]   Built:            Fri Jan 29 14:31:25 2021
19:09:25 [2021-03-01T19:09:25.731Z]   OS/Arch:          linux/amd64
19:09:25 [2021-03-01T19:09:25.731Z]   Experimental:     true
19:09:25 [2021-03-01T19:09:25.731Z]  containerd:
19:09:25 [2021-03-01T19:09:25.731Z]   Version:          1.4.3
19:09:25 [2021-03-01T19:09:25.731Z]   GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
19:09:25 [2021-03-01T19:09:25.731Z]  runc:
19:09:25 [2021-03-01T19:09:25.731Z]   Version:          1.0.0-rc92
19:09:25 [2021-03-01T19:09:25.731Z]   GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:09:25 [2021-03-01T19:09:25.731Z]  docker-init:
19:09:25 [2021-03-01T19:09:25.731Z]   Version:          0.19.0
19:09:25 [2021-03-01T19:09:25.731Z]   GitCommit:        de40ad0
[Pipeline] sh
19:09:25 [2021-03-01T19:09:25.861Z] #41 44.55   DEP      criu/protobuf-desc.d
19:09:26 [2021-03-01T19:09:26.025Z] #48 40.47 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:09:26 [2021-03-01T19:09:26.025Z] #48 40.63 go: extracting github.com/go-toolsmith/astcast v1.0.0
19:09:26 [2021-03-01T19:09:26.149Z] + docker info
19:09:26 [2021-03-01T19:09:26.152Z] #41 44.62   DEP      criu/proc_parse.d
19:09:26 [2021-03-01T19:09:26.152Z] #41 44.75   DEP      criu/plugin.d
19:09:26 [2021-03-01T19:09:26.152Z] #41 44.81   DEP      criu/pipes.d
19:09:26 [2021-03-01T19:09:26.152Z] #41 44.96   DEP      criu/pie-util.d
19:09:26 [2021-03-01T19:09:26.152Z] #41 45.01   DEP      criu/pie-util-vdso.d
19:09:26 [2021-03-01T19:09:26.284Z] #48 40.81 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:09:26 [2021-03-01T19:09:26.284Z] #48 40.87 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:09:26 [2021-03-01T19:09:26.442Z] #41 45.07   DEP      criu/path.d
19:09:26 [2021-03-01T19:09:26.442Z] #41 45.15   DEP      criu/parasite-syscall.d
19:09:26 [2021-03-01T19:09:26.442Z] #41 45.26   DEP      criu/pagemap.d
19:09:26 [2021-03-01T19:09:26.547Z] #48 41.09 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:09:26 [2021-03-01T19:09:26.732Z] #41 45.47   DEP      criu/pagemap-cache.d
19:09:26 [2021-03-01T19:09:26.809Z] #48 41.24 go: downloading github.com/ultraware/funlen v0.0.2
19:09:26 [2021-03-01T19:09:26.809Z] #48 41.48 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:09:26 [2021-03-01T19:09:26.708Z]  > git remote # timeout=10
19:09:26 [2021-03-01T19:09:26.765Z]  > git config --get remote.origin.url # timeout=10
19:09:26 [2021-03-01T19:09:26.915Z] Merge succeeded, producing 5542f13c1a24468bff92ce265c892f7391f68f36
19:09:26 [2021-03-01T19:09:26.915Z] Checking out Revision 5542f13c1a24468bff92ce265c892f7391f68f36 (PR-42102)
19:09:27 [2021-03-01T19:09:27.025Z] #41 45.59   DEP      criu/page-xfer.d
19:09:27 [2021-03-01T19:09:27.025Z] #41 45.76   DEP      criu/page-pipe.d
19:09:27 [2021-03-01T19:09:27.025Z] #41 45.82   DEP      criu/netfilter.d
19:09:27 [2021-03-01T19:09:27.068Z] #48 41.49 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:09:27 [2021-03-01T19:09:27.068Z] #48 41.62 go: extracting github.com/ultraware/funlen v0.0.2
19:09:27 [2021-03-01T19:09:27.068Z] #48 41.64 go: downloading github.com/go-toolsmith/astequal v1.0.0
19:09:27 [2021-03-01T19:09:27.315Z] #41 45.96   DEP      criu/net.d
19:09:27 [2021-03-01T19:09:27.326Z] #48 41.84 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:09:27 [2021-03-01T19:09:27.327Z] #48 41.90 go: extracting github.com/go-toolsmith/astequal v1.0.0
19:09:27 [2021-03-01T19:09:27.585Z] #48 42.09 go: downloading github.com/go-toolsmith/typep v1.0.0
19:09:27 [2021-03-01T19:09:27.585Z] #48 42.29 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:09:27 [2021-03-01T19:09:27.585Z] #48 42.30 go: downloading github.com/inconshreveable/mousetrap v1.0.0
19:09:27 [2021-03-01T19:09:27.605Z] #41 46.17   DEP      criu/namespaces.d
19:09:27 [2021-03-01T19:09:27.605Z] #41 46.29   DEP      criu/mount.d
19:09:27 [2021-03-01T19:09:27.844Z] #48 42.30 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:09:27 [2021-03-01T19:09:27.844Z] #48 42.37 go: downloading github.com/go-toolsmith/strparse v1.0.0
19:09:27 [2021-03-01T19:09:27.844Z] #48 42.41 go: extracting github.com/inconshreveable/mousetrap v1.0.0
19:09:27 [2021-03-01T19:09:27.844Z] #48 42.43 go: extracting github.com/go-toolsmith/typep v1.0.0
19:09:27 [2021-03-01T19:09:27.844Z] #48 42.51 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:09:27 [2021-03-01T19:09:27.895Z] #41 46.46   DEP      criu/memfd.d
19:09:27 [2021-03-01T19:09:27.895Z] #41 46.63   DEP      criu/mem.d
19:09:28 [2021-03-01T19:09:28.103Z] #48 42.63 go: downloading github.com/kisielk/gotool v1.0.0
19:09:28 [2021-03-01T19:09:28.103Z] #48 ...
19:09:28 [2021-03-01T19:09:28.103Z] 
19:09:28 [2021-03-01T19:09:28.103Z] #54 [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
19:09:28 [2021-03-01T19:09:28.103Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:09:28 [2021-03-01T19:09:28.103Z] #54 34.11 Reading package lists...
19:09:28 [2021-03-01T19:09:28.172Z] Commit message: "[DNM] trigger CI with rootlesskit v0.14.0-pre"
19:09:28 [2021-03-01T19:09:28.185Z] #41 46.78   DEP      criu/lsm.d
19:09:28 [2021-03-01T19:09:28.185Z] #41 46.88   DEP      criu/log.d
19:09:28 [2021-03-01T19:09:28.185Z] #41 47.00   DEP      criu/libnetlink.d
19:09:28 [2021-03-01T19:09:28.206Z]  > git --version # timeout=10
19:09:28 [2021-03-01T19:09:28.216Z]  > git --version # 'git version 2.7.4'
19:09:28 [2021-03-01T19:09:28.222Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
19:09:28 [2021-03-01T19:09:28.476Z] #41 47.11   DEP      criu/kerndat.d
19:09:28 [2021-03-01T19:09:28.476Z] #41 47.24   DEP      criu/kcmp-ids.d
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:09:28 [2021-03-01T19:09:28.767Z] #41 47.30   DEP      criu/irmap.d
19:09:28 [2021-03-01T19:09:28.767Z] #41 47.41   DEP      criu/ipc_ns.d
19:09:28 [2021-03-01T19:09:28.767Z] #41 47.47   DEP      criu/image.d
19:09:29 [2021-03-01T19:09:29.057Z] #41 47.62   DEP      criu/image-desc.d
19:09:29 [2021-03-01T19:09:29.057Z] #41 47.69   DEP      criu/fsnotify.d
19:09:26 [2021-03-01T19:09:26.830Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:09:26 [2021-03-01T19:09:26.847Z]  > git merge a602b052a9c285e9659e9ce007f2aa7f0a73812f # timeout=10
19:09:26 [2021-03-01T19:09:26.883Z]  > git rev-parse HEAD^{commit} # timeout=10
19:09:26 [2021-03-01T19:09:26.923Z]  > git config core.sparsecheckout # timeout=10
19:09:26 [2021-03-01T19:09:26.942Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:09:29 [2021-03-01T19:09:29.323Z] + docker version
19:09:29 [2021-03-01T19:09:29.347Z] #41 47.89   DEP      criu/filesystems.d
19:09:29 [2021-03-01T19:09:29.347Z] #41 47.99   DEP      criu/files.d
19:09:29 [2021-03-01T19:09:29.347Z] #41 ...
19:09:29 [2021-03-01T19:09:29.347Z] 
19:09:29 [2021-03-01T19:09:29.347Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:09:29 [2021-03-01T19:09:29.347Z] #43 73.14 net/http/httptrace
19:09:29 [2021-03-01T19:09:29.347Z] #43 73.36 net/http
19:09:29 [2021-03-01T19:09:29.347Z] #43 82.23 github.com/LK4D4/vndr/godl
19:09:29 [2021-03-01T19:09:29.347Z] #43 82.74 github.com/LK4D4/vndr
19:09:29 [2021-03-01T19:09:29.637Z] #43 ...
19:09:29 [2021-03-01T19:09:29.637Z] 
19:09:29 [2021-03-01T19:09:29.637Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:09:29 [2021-03-01T19:09:29.637Z] #41 48.13   DEP      criu/files-reg.d
19:09:29 [2021-03-01T19:09:29.637Z] #41 48.30   DEP      criu/files-ext.d
19:09:29 [2021-03-01T19:09:29.740Z] #54 42.78 Building dependency tree...
19:09:29 [2021-03-01T19:09:29.740Z] #54 ...
19:09:29 [2021-03-01T19:09:29.740Z] 
19:09:29 [2021-03-01T19:09:29.741Z] #35 [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
19:09:29 [2021-03-01T19:09:29.741Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:09:29 [2021-03-01T19:09:29.741Z] #35 34.26 Fetched 8423 kB in 25s (340 kB/s)
19:09:29 [2021-03-01T19:09:29.741Z] #35 34.26 Reading package lists...
19:09:29 [2021-03-01T19:09:29.741Z] #35 43.24 Reading package lists...
19:09:29 [2021-03-01T19:09:29.741Z] #35 ...
19:09:29 [2021-03-01T19:09:29.741Z] 
19:09:29 [2021-03-01T19:09:29.741Z] #57 [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
19:09:29 [2021-03-01T19:09:29.741Z] #57 sha256:1fcf43524c02248adc9b23b757a16e2b6db06dc65bf9f9c26c331699d4611f3f
19:09:29 [2021-03-01T19:09:29.741Z] #57 34.28 go: extracting github.com/russross/blackfriday/v2 v2.1.0
19:09:29 [2021-03-01T19:09:29.741Z] #57 39.56 go: finding github.com/pkg/errors v0.9.1
19:09:29 [2021-03-01T19:09:29.741Z] #57 39.84 go: finding github.com/sirupsen/logrus v1.8.0
19:09:29 [2021-03-01T19:09:29.741Z] #57 40.18 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:09:29 [2021-03-01T19:09:29.741Z] #57 40.40 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:09:29 [2021-03-01T19:09:29.741Z] #57 40.45 go: finding github.com/google/uuid v1.2.0
19:09:29 [2021-03-01T19:09:29.741Z] #57 40.66 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:09:29 [2021-03-01T19:09:29.741Z] #57 40.81 go: finding github.com/gofrs/flock v0.8.0
19:09:29 [2021-03-01T19:09:29.741Z] #57 40.88 go: finding github.com/moby/vpnkit v0.5.0
19:09:29 [2021-03-01T19:09:29.741Z] #57 40.91 go: finding github.com/gorilla/mux v1.8.0
19:09:29 [2021-03-01T19:09:29.741Z] #57 41.15 go: finding github.com/moby/sys/mountinfo v0.4.0
19:09:29 [2021-03-01T19:09:29.741Z] #57 41.15 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:09:29 [2021-03-01T19:09:29.741Z] #57 41.23 go: finding github.com/u-root/u-root v7.0.0+incompatible
19:09:29 [2021-03-01T19:09:29.741Z] #57 41.34 go: finding github.com/urfave/cli/v2 v2.3.0
19:09:29 [2021-03-01T19:09:29.741Z] #57 41.63 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
19:09:29 [2021-03-01T19:09:29.741Z] #57 41.75 go: finding github.com/russross/blackfriday/v2 v2.1.0
19:09:29 [2021-03-01T19:09:29.928Z] #41 48.44   DEP      criu/file-lock.d
19:09:29 [2021-03-01T19:09:29.928Z] #41 48.53   DEP      criu/file-ids.d
19:09:29 [2021-03-01T19:09:29.928Z] #41 48.60   DEP      criu/fifo.d
19:09:29 [2021-03-01T19:09:29.928Z] #41 48.67   DEP      criu/fdstore.d
19:09:29 [2021-03-01T19:09:29.928Z] #41 48.78   DEP      criu/fault-injection.d
19:09:29 [2021-03-01T19:09:29.999Z] #57 ...
19:09:29 [2021-03-01T19:09:29.999Z] 
19:09:29 [2021-03-01T19:09:29.999Z] #48 [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
19:09:29 [2021-03-01T19:09:29.999Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:09:29 [2021-03-01T19:09:29.999Z] #48 42.72 go: extracting github.com/go-toolsmith/strparse v1.0.0
19:09:29 [2021-03-01T19:09:29.999Z] #48 42.73 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:09:29 [2021-03-01T19:09:29.999Z] #48 42.73 go: downloading github.com/uudashr/gocognit v1.0.1
19:09:29 [2021-03-01T19:09:29.999Z] #48 42.81 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:09:30 [2021-03-01T19:09:30.000Z] #48 42.93 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:09:30 [2021-03-01T19:09:30.000Z] #48 43.20 go: extracting github.com/uudashr/gocognit v1.0.1
19:09:30 [2021-03-01T19:09:30.000Z] #48 43.27 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:09:30 [2021-03-01T19:09:30.000Z] #48 43.29 go: extracting github.com/kisielk/gotool v1.0.0
19:09:30 [2021-03-01T19:09:30.000Z] #48 43.48 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:09:30 [2021-03-01T19:09:30.000Z] #48 43.73 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:09:30 [2021-03-01T19:09:30.000Z] #48 43.81 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:09:30 [2021-03-01T19:09:30.000Z] #48 43.81 go: downloading github.com/spf13/cast v1.3.0
19:09:30 [2021-03-01T19:09:30.000Z] #48 43.98 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
19:09:30 [2021-03-01T19:09:30.000Z] #48 44.03 go: downloading github.com/BurntSushi/toml v0.3.1
19:09:30 [2021-03-01T19:09:30.000Z] #48 44.04 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:09:30 [2021-03-01T19:09:30.000Z] #48 44.22 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:09:30 [2021-03-01T19:09:30.000Z] #48 44.28 go: extracting github.com/BurntSushi/toml v0.3.1
19:09:30 [2021-03-01T19:09:30.000Z] #48 44.47 go: extracting github.com/spf13/cast v1.3.0
19:09:30 [2021-03-01T19:09:30.000Z] #48 44.72 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
19:09:30 [2021-03-01T19:09:30.000Z] #48 ...
19:09:30 [2021-03-01T19:09:30.000Z] 
19:09:30 [2021-03-01T19:09:30.000Z] #50 [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
19:09:30 [2021-03-01T19:09:30.000Z] #50 sha256:199a441f313b0e5029f48fab26df328cfd0a1fb12a629305a4957e1f9ef26b4c
19:09:30 [2021-03-01T19:09:30.000Z] #50 34.66 runtime
19:09:30 [2021-03-01T19:09:30.000Z] #50 34.67 runtime/cgo
19:09:30 [2021-03-01T19:09:30.219Z] #41 48.80   DEP      criu/external.d
19:09:30 [2021-03-01T19:09:30.219Z] #41 48.92   DEP      criu/eventpoll.d
19:09:30 [2021-03-01T19:09:30.258Z] #50 ...
19:09:30 [2021-03-01T19:09:30.258Z] 
19:09:30 [2021-03-01T19:09:30.259Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:09:30 [2021-03-01T19:09:30.259Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:09:30 [2021-03-01T19:09:30.259Z] #12 34.81 Fetched 8423 kB in 25s (334 kB/s)
19:09:30 [2021-03-01T19:09:30.259Z] #12 34.81 Reading package lists...
19:09:30 [2021-03-01T19:09:30.510Z] #41 49.08   DEP      criu/eventfd.d
19:09:30 [2021-03-01T19:09:30.510Z] #41 49.25   DEP      criu/crtools.d
19:09:30 [2021-03-01T19:09:30.517Z] #12 43.87 Reading package lists...
19:09:30 [2021-03-01T19:09:30.518Z] #12 ...
19:09:30 [2021-03-01T19:09:30.518Z] 
19:09:30 [2021-03-01T19:09:30.518Z] #41 [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
19:09:30 [2021-03-01T19:09:30.518Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:09:30 [2021-03-01T19:09:30.518Z] #41 34.87 Fetched 8423 kB in 25s (331 kB/s)
19:09:30 [2021-03-01T19:09:30.518Z] #41 34.87 Reading package lists...
19:09:30 [2021-03-01T19:09:30.518Z] #41 43.59 Reading package lists...
19:09:30 [2021-03-01T19:09:30.518Z] #41 ...
19:09:30 [2021-03-01T19:09:30.518Z] 
19:09:30 [2021-03-01T19:09:30.518Z] #44 [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
19:09:30 [2021-03-01T19:09:30.518Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:09:30 [2021-03-01T19:09:30.518Z] #44 42.91 vendor/golang.org/x/crypto/internal/subtle
19:09:30 [2021-03-01T19:09:30.518Z] #44 43.02 vendor/golang.org/x/crypto/curve25519
19:09:30 [2021-03-01T19:09:30.800Z] #41 49.42   DEP      criu/cr-service.d
19:09:30 [2021-03-01T19:09:30.800Z] #41 49.63   DEP      criu/cr-restore.d
19:09:31 [2021-03-01T19:09:31.004Z] Commit message: "[DNM] trigger CI with rootlesskit v0.14.0-pre"
19:09:31 [2021-03-01T19:09:31.020Z]  > git --version # timeout=10
19:09:31 [2021-03-01T19:09:31.029Z]  > git --version # 'git version 2.25.1'
19:09:31 [2021-03-01T19:09:31.042Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
19:09:31 [2021-03-01T19:09:31.091Z] #41 49.84   DEP      criu/cr-errno.d
19:09:31 [2021-03-01T19:09:31.091Z] #41 49.84   DEP      criu/cr-dump.d
19:09:31 [2021-03-01T19:09:31.381Z] #41 49.93   DEP      criu/cr-dedup.d
19:09:31 [2021-03-01T19:09:31.381Z] #41 50.11   DEP      criu/cr-check.d
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
19:09:31 [2021-03-01T19:09:31.673Z] #41 50.35   DEP      criu/config.d
19:09:31 [2021-03-01T19:09:31.963Z] #41 50.55   DEP      criu/clone-noasan.d
19:09:31 [2021-03-01T19:09:31.963Z] #41 50.63   DEP      criu/cgroup.d
19:09:31 [2021-03-01T19:09:31.982Z] + docker version
19:09:32 [2021-03-01T19:09:32.254Z] #41 50.85   DEP      criu/cgroup-props.d
19:09:32 [2021-03-01T19:09:32.254Z] #41 50.95   DEP      criu/bitmap.d
19:09:32 [2021-03-01T19:09:32.254Z] #41 50.96   DEP      criu/bfd.d
19:09:32 [2021-03-01T19:09:32.254Z] #41 51.03   DEP      criu/autofs.d
19:09:32 [2021-03-01T19:09:32.544Z] #41 51.16   DEP      criu/aio.d
19:09:32 [2021-03-01T19:09:32.544Z] #41 51.25   DEP      criu/action-scripts.d
19:09:32 [2021-03-01T19:09:32.834Z] #41 51.54   CC       criu/action-scripts.o
19:09:33 [2021-03-01T19:09:33.124Z] #41 51.91   CC       criu/aio.o
19:09:33 [2021-03-01T19:09:33.416Z] #41 52.22   CC       criu/autofs.o
19:09:33 [2021-03-01T19:09:33.416Z] #41 ...
19:09:33 [2021-03-01T19:09:33.416Z] 
19:09:33 [2021-03-01T19:09:33.416Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
19:09:33 [2021-03-01T19:09:33.416Z] #18 1.077 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:09:33 [2021-03-01T19:09:33.416Z] #18 1.183 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:09:33 [2021-03-01T19:09:33.416Z] #18 1.278 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:09:33 [2021-03-01T19:09:33.416Z] #18 1.516 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7624 kB]
19:09:33 [2021-03-01T19:09:33.416Z] #18 2.236 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [239 kB]
19:09:33 [2021-03-01T19:09:33.416Z] #18 3.155 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B]
19:09:33 [2021-03-01T19:09:33.416Z] #18 6.209 Fetched 8111 kB in 5s (1537 kB/s)
19:09:33 [2021-03-01T19:09:33.416Z] #18 6.209 Reading package lists...
19:09:33 [2021-03-01T19:09:33.416Z] #18 7.611 Reading package lists...
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.263 Building dependency tree...
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.845 libcap2-bin is already the newest version (1:2.25-2).
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.845 The following additional packages will be installed:
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.858   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.858   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.859   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.859   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.859   python3.7 python3.7-minimal vim-runtime xxd
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.859 Suggested packages:
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.860   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.860   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.860   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
19:09:33 [2021-03-01T19:09:33.416Z] #18 9.860 Recommended packages:
19:09:33 [2021-03-01T19:09:33.417Z] #18 9.860   aufs-dkms nftables build-essential python3-dev python3-keyring
19:09:33 [2021-03-01T19:09:33.417Z] #18 9.860   python3-keyrings.alt python3-xdg unzip
19:09:33 [2021-03-01T19:09:33.807Z] #44 ...
19:09:33 [2021-03-01T19:09:33.807Z] 
19:09:33 [2021-03-01T19:09:33.807Z] #54 [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
19:09:33 [2021-03-01T19:09:33.807Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:09:33 [2021-03-01T19:09:33.807Z] #54 46.13 The following additional packages will be installed:
19:09:33 [2021-03-01T19:09:33.807Z] #54 46.13   libbtrfs0
19:09:33 [2021-03-01T19:09:33.807Z] #54 46.35 The following NEW packages will be installed:
19:09:33 [2021-03-01T19:09:33.807Z] #54 46.38   libbtrfs-dev libbtrfs0
19:09:33 [2021-03-01T19:09:33.807Z] #54 46.94 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded.
19:09:33 [2021-03-01T19:09:33.807Z] #54 46.94 Need to get 119 kB of archives.
19:09:33 [2021-03-01T19:09:33.807Z] #54 46.94 After this operation, 387 kB of additional disk space will be used.
19:09:33 [2021-03-01T19:09:33.807Z] #54 46.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
19:09:33 [2021-03-01T19:09:33.807Z] #54 46.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
19:09:33 [2021-03-01T19:09:33.807Z] #54 48.08 debconf: delaying package configuration, since apt-utils is not installed
19:09:33 [2021-03-01T19:09:33.807Z] #54 48.32 Fetched 119 kB in 0s (359 kB/s)
19:09:33 [2021-03-01T19:09:33.807Z] #54 48.41 Selecting previously unselected package libbtrfs0.
19:09:33 [2021-03-01T19:09:33.807Z] #54 48.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 ... 15410 files and directories currently installed.)
19:09:33 [2021-03-01T19:09:33.807Z] #54 48.48 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
19:09:33 [2021-03-01T19:09:33.807Z] #54 48.54 Unpacking libbtrfs0 (4.20.1-2) ...
19:09:34 [2021-03-01T19:09:34.047Z] #18 ...
19:09:34 [2021-03-01T19:09:34.047Z] 
19:09:34 [2021-03-01T19:09:34.047Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:09:34 [2021-03-01T19:09:34.047Z] #51 7.116 + cd /tmp/tmp.5DnmEEVcJp/src/github.com/opencontainers/runc
19:09:34 [2021-03-01T19:09:34.047Z] #51 7.116 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:09:34 [2021-03-01T19:09:34.047Z] #51 7.474 + '[' -z '' ']'
19:09:34 [2021-03-01T19:09:34.047Z] #51 7.474 + target=static
19:09:34 [2021-03-01T19:09:34.047Z] #51 7.474 + make 'BUILDTAGS=seccomp ' static
19:09:34 [2021-03-01T19:09:34.047Z] #51 7.568 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 .
19:09:34 [2021-03-01T19:09:34.067Z] #54 48.64 Selecting previously unselected package libbtrfs-dev.
19:09:34 [2021-03-01T19:09:34.067Z] #54 48.64 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
19:09:34 [2021-03-01T19:09:34.067Z] #54 48.66 Unpacking libbtrfs-dev (4.20.1-2) ...
19:09:34 [2021-03-01T19:09:34.336Z] #51 ...
19:09:34 [2021-03-01T19:09:34.336Z] 
19:09:34 [2021-03-01T19:09:34.336Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
19:09:34 [2021-03-01T19:09:34.336Z] #18 10.99 The following NEW packages will be installed:
19:09:34 [2021-03-01T19:09:34.627Z] #18 10.99   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
19:09:34 [2021-03-01T19:09:34.627Z] #18 10.99   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
19:09:34 [2021-03-01T19:09:34.627Z] #18 10.99   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
19:09:34 [2021-03-01T19:09:34.627Z] #18 10.99   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
19:09:34 [2021-03-01T19:09:34.627Z] #18 10.99   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.00   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.00   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.00   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.00   xz-utils zip
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.07 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded.
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.07 Need to get 27.7 MB of archives.
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.07 After this operation, 117 MB of additional disk space will be used.
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.12 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.24 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.25 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.25 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.26 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.26 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.26 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.26 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.26 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.28 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.28 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.32 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.33 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.33 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.33 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB]
19:09:34 [2021-03-01T19:09:34.627Z] #18 11.34 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB]
19:09:34 [2021-03-01T19:09:34.637Z] #54 49.00 Setting up libbtrfs0 (4.20.1-2) ...
19:09:34 [2021-03-01T19:09:34.637Z] #54 49.10 Setting up libbtrfs-dev (4.20.1-2) ...
19:09:34 [2021-03-01T19:09:34.637Z] #54 49.12 Processing triggers for libc-bin (2.28-10) ...
19:09:34 [2021-03-01T19:09:34.918Z] #18 11.35 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
19:09:34 [2021-03-01T19:09:34.918Z] #18 11.35 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
19:09:34 [2021-03-01T19:09:34.918Z] #18 11.36 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
19:09:34 [2021-03-01T19:09:34.918Z] #18 11.36 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB]
19:09:34 [2021-03-01T19:09:34.918Z] #18 11.36 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB]
19:09:34 [2021-03-01T19:09:34.918Z] #18 11.36 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.67 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.67 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.68 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.68 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.69 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.69 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.76 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.79 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.80 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.82 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.83 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB]
19:09:35 [2021-03-01T19:09:35.216Z] #18 11.87 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB]
19:09:35 [2021-03-01T19:09:35.532Z] #18 ...
19:09:35 [2021-03-01T19:09:35.532Z] 
19:09:35 [2021-03-01T19:09:35.532Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:09:35 [2021-03-01T19:09:35.532Z] #43 DONE 89.1s
19:09:35 [2021-03-01T19:09:35.532Z] 
19:09:35 [2021-03-01T19:09:35.532Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
19:09:35 [2021-03-01T19:09:35.532Z] #18 11.87 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u3 [1199 kB]
19:09:35 [2021-03-01T19:09:35.532Z] #18 11.89 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB]
19:09:35 [2021-03-01T19:09:35.532Z] #18 11.90 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB]
19:09:35 [2021-03-01T19:09:35.532Z] #18 11.90 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB]
19:09:35 [2021-03-01T19:09:35.532Z] #18 12.28 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB]
19:09:35 [2021-03-01T19:09:35.843Z] #18 12.34 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB]
19:09:35 [2021-03-01T19:09:35.843Z] #18 12.38 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB]
19:09:36 [2021-03-01T19:09:36.133Z] #18 12.81 debconf: delaying package configuration, since apt-utils is not installed
19:09:36 [2021-03-01T19:09:36.133Z] #18 12.83 Fetched 27.7 MB in 1s (20.2 MB/s)
19:09:36 [2021-03-01T19:09:36.423Z] #18 12.87 Selecting previously unselected package pigz.
19:09:36 [2021-03-01T19:09:36.423Z] #18 12.87 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23199 files and directories currently installed.)
19:09:36 [2021-03-01T19:09:36.423Z] #18 12.92 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ...
19:09:36 [2021-03-01T19:09:36.423Z] #18 12.92 Unpacking pigz (2.4-1) ...
19:09:36 [2021-03-01T19:09:36.423Z] #18 12.99 Selecting previously unselected package libpython3.7-minimal:s390x.
19:09:36 [2021-03-01T19:09:36.423Z] #18 12.99 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
19:09:36 [2021-03-01T19:09:36.423Z] #18 12.99 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
19:09:36 [2021-03-01T19:09:36.647Z] Client:
19:09:36 [2021-03-01T19:09:36.647Z]  Context:    default
19:09:36 [2021-03-01T19:09:36.647Z]  Debug Mode: false
19:09:36 [2021-03-01T19:09:36.647Z]  Plugins:
19:09:36 [2021-03-01T19:09:36.647Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
19:09:36 [2021-03-01T19:09:36.647Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
19:09:36 [2021-03-01T19:09:36.647Z] 
19:09:36 [2021-03-01T19:09:36.647Z] Server:
19:09:36 [2021-03-01T19:09:36.647Z]  Containers: 0
19:09:36 [2021-03-01T19:09:36.647Z]   Running: 0
19:09:36 [2021-03-01T19:09:36.647Z]   Paused: 0
19:09:36 [2021-03-01T19:09:36.647Z]   Stopped: 0
19:09:36 [2021-03-01T19:09:36.647Z]  Images: 0
19:09:36 [2021-03-01T19:09:36.647Z]  Server Version: 20.10.3
19:09:36 [2021-03-01T19:09:36.647Z]  Storage Driver: overlay2
19:09:36 [2021-03-01T19:09:36.647Z]   Backing Filesystem: extfs
19:09:36 [2021-03-01T19:09:36.647Z]   Supports d_type: true
19:09:36 [2021-03-01T19:09:36.647Z]   Native Overlay Diff: true
19:09:36 [2021-03-01T19:09:36.647Z]  Logging Driver: json-file
19:09:36 [2021-03-01T19:09:36.647Z]  Cgroup Driver: cgroupfs
19:09:36 [2021-03-01T19:09:36.647Z]  Cgroup Version: 1
19:09:36 [2021-03-01T19:09:36.647Z]  Plugins:
19:09:36 [2021-03-01T19:09:36.647Z]   Volume: local
19:09:36 [2021-03-01T19:09:36.647Z]   Network: bridge host ipvlan macvlan null overlay
19:09:36 [2021-03-01T19:09:36.647Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:09:36 [2021-03-01T19:09:36.647Z]  Swarm: inactive
19:09:36 [2021-03-01T19:09:36.647Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
19:09:36 [2021-03-01T19:09:36.647Z]  Default Runtime: runc
19:09:36 [2021-03-01T19:09:36.647Z]  Init Binary: docker-init
19:09:36 [2021-03-01T19:09:36.647Z]  containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:09:36 [2021-03-01T19:09:36.647Z]  runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:09:36 [2021-03-01T19:09:36.647Z]  init version: de40ad0
19:09:36 [2021-03-01T19:09:36.647Z]  Security Options:
19:09:36 [2021-03-01T19:09:36.647Z]   apparmor
19:09:36 [2021-03-01T19:09:36.647Z]   seccomp
19:09:36 [2021-03-01T19:09:36.647Z]    Profile: default
19:09:36 [2021-03-01T19:09:36.647Z]  Kernel Version: 5.4.0-1037-aws
19:09:36 [2021-03-01T19:09:36.647Z]  Operating System: Ubuntu 18.04.5 LTS
19:09:36 [2021-03-01T19:09:36.647Z]  OSType: linux
19:09:36 [2021-03-01T19:09:36.647Z]  Architecture: x86_64
19:09:36 [2021-03-01T19:09:36.647Z]  CPUs: 2
19:09:36 [2021-03-01T19:09:36.647Z]  Total Memory: 7.569GiB
19:09:36 [2021-03-01T19:09:36.647Z]  Name: ip-10-100-59-178
19:09:36 [2021-03-01T19:09:36.647Z]  ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O
19:09:36 [2021-03-01T19:09:36.647Z]  Docker Root Dir: /var/lib/docker
19:09:36 [2021-03-01T19:09:36.647Z]  Debug Mode: false
19:09:36 [2021-03-01T19:09:36.647Z]  Registry: https://index.docker.io/v1/
19:09:36 [2021-03-01T19:09:36.647Z]  Labels:
19:09:36 [2021-03-01T19:09:36.647Z]  Experimental: true
19:09:36 [2021-03-01T19:09:36.647Z]  Insecure Registries:
19:09:36 [2021-03-01T19:09:36.647Z]   127.0.0.0/8
19:09:36 [2021-03-01T19:09:36.647Z]  Live Restore Enabled: true
19:09:36 [2021-03-01T19:09:36.647Z] 
19:09:36 [2021-03-01T19:09:36.647Z] WARNING: No swap limit support
19:09:36 [2021-03-01T19:09:36.647Z] WARNING: No blkio weight support
19:09:36 [2021-03-01T19:09:36.647Z] WARNING: No blkio weight_device support
[Pipeline] sh
19:09:36 [2021-03-01T19:09:36.713Z] #18 13.26 Selecting previously unselected package python3.7-minimal.
19:09:36 [2021-03-01T19:09:36.713Z] #18 13.26 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
19:09:36 [2021-03-01T19:09:36.713Z] #18 13.27 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
19:09:36 [2021-03-01T19:09:36.937Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:09:36 [2021-03-01T19:09:36.937Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:09:36 [2021-03-01T19:09:36.937Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42102/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:09:36 [2021-03-01T19:09:36.937Z] + bash /home/ubuntu/workspace/moby_PR-42102/check-config.sh
19:09:36 [2021-03-01T19:09:36.937Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:09:36 [2021-03-01T19:09:36.937Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ...
19:09:36 [2021-03-01T19:09:36.937Z] 
19:09:36 [2021-03-01T19:09:36.937Z] Generally Necessary:
19:09:36 [2021-03-01T19:09:36.937Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:09:36 [2021-03-01T19:09:36.937Z] - apparmor: enabled and tools installed
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_NAMESPACES: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_NET_NS: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_PID_NS: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_IPC_NS: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_UTS_NS: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CGROUPS: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CGROUP_CPUACCT: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CGROUP_DEVICE: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CGROUP_FREEZER: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CGROUP_SCHED: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CPUSETS: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_MEMCG: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_KEYS: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_VETH: enabled (as module)
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_BRIDGE: enabled (as module)
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_NF_NAT_IPV4: missing
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_NF_NAT: enabled (as module)
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_NF_NAT_NEEDED: missing
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_POSIX_MQUEUE: enabled
19:09:36 [2021-03-01T19:09:36.937Z] 
19:09:36 [2021-03-01T19:09:36.937Z] Optional Features:
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_USER_NS: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_SECCOMP: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CGROUP_PIDS: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_MEMCG_SWAP: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:09:36 [2021-03-01T19:09:36.937Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_BLK_CGROUP: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_IOSCHED_CFQ: missing
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CGROUP_PERF: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CGROUP_HUGETLB: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_CFS_BANDWIDTH: enabled
19:09:36 [2021-03-01T19:09:36.937Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:09:37 [2021-03-01T19:09:37.198Z] - CONFIG_RT_GROUP_SCHED: missing
19:09:37 [2021-03-01T19:09:37.198Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z] - CONFIG_IP_VS: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z] - CONFIG_IP_VS_NFCT: enabled
19:09:37 [2021-03-01T19:09:37.198Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:09:37 [2021-03-01T19:09:37.198Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:09:37 [2021-03-01T19:09:37.198Z] - CONFIG_IP_VS_RR: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z] - CONFIG_EXT4_FS: enabled
19:09:37 [2021-03-01T19:09:37.198Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:09:37 [2021-03-01T19:09:37.198Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:09:37 [2021-03-01T19:09:37.198Z] - Network Drivers:
19:09:37 [2021-03-01T19:09:37.198Z]   - "overlay":
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_VXLAN: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:09:37 [2021-03-01T19:09:37.198Z]       Optional (for encrypted networks):
19:09:37 [2021-03-01T19:09:37.198Z]       - CONFIG_CRYPTO: enabled
19:09:37 [2021-03-01T19:09:37.198Z]       - CONFIG_CRYPTO_AEAD: enabled
19:09:37 [2021-03-01T19:09:37.198Z]       - CONFIG_CRYPTO_GCM: enabled
19:09:37 [2021-03-01T19:09:37.198Z]       - CONFIG_CRYPTO_SEQIV: enabled
19:09:37 [2021-03-01T19:09:37.198Z]       - CONFIG_CRYPTO_GHASH: enabled
19:09:37 [2021-03-01T19:09:37.198Z]       - CONFIG_XFRM: enabled
19:09:37 [2021-03-01T19:09:37.198Z]       - CONFIG_XFRM_USER: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]       - CONFIG_INET_ESP: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
19:09:37 [2021-03-01T19:09:37.198Z]   - "ipvlan":
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_IPVLAN: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]   - "macvlan":
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_MACVLAN: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_DUMMY: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]   - "ftp,tftp client in container":
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z] - Storage Drivers:
19:09:37 [2021-03-01T19:09:37.198Z]   - "aufs":
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_AUFS_FS: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]   - "btrfs":
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:09:37 [2021-03-01T19:09:37.198Z]   - "devicemapper":
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_BLK_DEV_DM: enabled
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]   - "overlay":
19:09:37 [2021-03-01T19:09:37.198Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:09:37 [2021-03-01T19:09:37.198Z]   - "zfs":
19:09:37 [2021-03-01T19:09:37.198Z]     - /dev/zfs: present
19:09:37 [2021-03-01T19:09:37.198Z]     - zfs command: missing
19:09:37 [2021-03-01T19:09:37.198Z]     - zpool command: missing
19:09:37 [2021-03-01T19:09:37.198Z] 
19:09:37 [2021-03-01T19:09:37.198Z] Limits:
19:09:37 [2021-03-01T19:09:37.198Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:09:37 [2021-03-01T19:09:37.198Z] 
19:09:37 [2021-03-01T19:09:37.198Z] + true
[Pipeline] }
[Pipeline] // stage
19:09:37 [2021-03-01T19:09:37.237Z] #54 DONE 51.3s
19:09:37 [2021-03-01T19:09:37.237Z] 
19:09:37 [2021-03-01T19:09:37.237Z] #63 [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
19:09:37 [2021-03-01T19:09:37.237Z] #63 sha256:f8294e8219549c44877cc0309f59daf6a63243ab626ad40654993a4b545e7996
19:09:37 [2021-03-01T19:09:37.237Z] #63 DONE 51.3s
19:09:37 [2021-03-01T19:09:37.237Z] 
19:09:37 [2021-03-01T19:09:37.237Z] #55 [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
19:09:37 [2021-03-01T19:09:37.237Z] #55 sha256:87c760d7e0e33464238edf485704564b6a92c485d7c997ac49e27be9f044cecf
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
19:09:37 [2021-03-01T19:09:37.343Z] #18 13.89 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
19:09:37 [2021-03-01T19:09:37.343Z] #18 13.90 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
19:09:37 [2021-03-01T19:09:37.544Z] + sudo modprobe ip_vs
19:09:37 [2021-03-01T19:09:37.544Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5542f13c1a24468bff92ce265c892f7391f68f36 .
19:09:37 [2021-03-01T19:09:37.805Z] #2 [internal] load .dockerignore
19:09:37 [2021-03-01T19:09:37.805Z] #2 sha256:e02149f5cbf50b19c255524497c746cbf211c479251aa02f95f9c08c87dcad10
19:09:37 [2021-03-01T19:09:37.805Z] #2 transferring context: 87B done
19:09:37 [2021-03-01T19:09:37.805Z] #2 DONE 0.2s
19:09:37 [2021-03-01T19:09:37.805Z] 
19:09:37 [2021-03-01T19:09:37.805Z] #1 [internal] load build definition from Dockerfile
19:09:37 [2021-03-01T19:09:37.805Z] #1 sha256:29e718fd6affbcf37b2057023f676f47ca809f82d7c0cb8e2de0799d000d81eb
19:09:37 [2021-03-01T19:09:37.805Z] #1 transferring dockerfile: 16.55kB done
19:09:37 [2021-03-01T19:09:37.805Z] #1 DONE 0.2s
19:09:37 [2021-03-01T19:09:37.805Z] 
19:09:37 [2021-03-01T19:09:37.805Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:09:37 [2021-03-01T19:09:37.805Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996
19:09:38 [2021-03-01T19:09:38.176Z] #55 1.524 + RM_GOPATH=0
19:09:38 [2021-03-01T19:09:38.177Z] #55 1.524 + TMP_GOPATH=
19:09:38 [2021-03-01T19:09:38.177Z] #55 1.524 + : /build
19:09:38 [2021-03-01T19:09:38.177Z] #55 1.526 + '[' -z '' ']'
19:09:38 [2021-03-01T19:09:38.177Z] #55 1.527 ++ mktemp -d
19:09:38 [2021-03-01T19:09:38.177Z] #55 1.530 + export GOPATH=/tmp/tmp.i5ENOhzO5l
19:09:38 [2021-03-01T19:09:38.177Z] #55 1.530 + GOPATH=/tmp/tmp.i5ENOhzO5l
19:09:38 [2021-03-01T19:09:38.177Z] #55 1.530 + RM_GOPATH=1
19:09:38 [2021-03-01T19:09:38.177Z] #55 1.530 + case "$(go env GOARCH)" in
19:09:38 [2021-03-01T19:09:38.177Z] #55 1.536 ++ go env GOARCH
19:09:38 [2021-03-01T19:09:38.343Z] Client:
19:09:38 [2021-03-01T19:09:38.343Z]  Context:    default
19:09:38 [2021-03-01T19:09:38.343Z]  Debug Mode: false
19:09:38 [2021-03-01T19:09:38.343Z]  Plugins:
19:09:38 [2021-03-01T19:09:38.343Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
19:09:38 [2021-03-01T19:09:38.343Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
19:09:38 [2021-03-01T19:09:38.343Z] 
19:09:38 [2021-03-01T19:09:38.343Z] Server:
19:09:38 [2021-03-01T19:09:38.343Z]  Containers: 0
19:09:38 [2021-03-01T19:09:38.343Z]   Running: 0
19:09:38 [2021-03-01T19:09:38.343Z]   Paused: 0
19:09:38 [2021-03-01T19:09:38.343Z]   Stopped: 0
19:09:38 [2021-03-01T19:09:38.343Z]  Images: 0
19:09:38 [2021-03-01T19:09:38.343Z]  Server Version: 20.10.3
19:09:38 [2021-03-01T19:09:38.343Z]  Storage Driver: overlay2
19:09:38 [2021-03-01T19:09:38.343Z]   Backing Filesystem: extfs
19:09:38 [2021-03-01T19:09:38.343Z]   Supports d_type: true
19:09:38 [2021-03-01T19:09:38.343Z]   Native Overlay Diff: true
19:09:38 [2021-03-01T19:09:38.343Z]  Logging Driver: json-file
19:09:38 [2021-03-01T19:09:38.343Z]  Cgroup Driver: cgroupfs
19:09:38 [2021-03-01T19:09:38.343Z]  Cgroup Version: 1
19:09:38 [2021-03-01T19:09:38.343Z]  Plugins:
19:09:38 [2021-03-01T19:09:38.343Z]   Volume: local
19:09:38 [2021-03-01T19:09:38.343Z]   Network: bridge host ipvlan macvlan null overlay
19:09:38 [2021-03-01T19:09:38.343Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:09:38 [2021-03-01T19:09:38.343Z]  Swarm: inactive
19:09:38 [2021-03-01T19:09:38.343Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
19:09:38 [2021-03-01T19:09:38.343Z]  Default Runtime: runc
19:09:38 [2021-03-01T19:09:38.343Z]  Init Binary: docker-init
19:09:38 [2021-03-01T19:09:38.343Z]  containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:09:38 [2021-03-01T19:09:38.343Z]  runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:09:38 [2021-03-01T19:09:38.343Z]  init version: de40ad0
19:09:38 [2021-03-01T19:09:38.343Z]  Security Options:
19:09:38 [2021-03-01T19:09:38.343Z]   apparmor
19:09:38 [2021-03-01T19:09:38.343Z]   seccomp
19:09:38 [2021-03-01T19:09:38.343Z]    Profile: default
19:09:38 [2021-03-01T19:09:38.343Z]  Kernel Version: 5.4.0-1037-aws
19:09:38 [2021-03-01T19:09:38.343Z]  Operating System: Ubuntu 18.04.5 LTS
19:09:38 [2021-03-01T19:09:38.343Z]  OSType: linux
19:09:38 [2021-03-01T19:09:38.343Z]  Architecture: x86_64
19:09:38 [2021-03-01T19:09:38.343Z]  CPUs: 2
19:09:38 [2021-03-01T19:09:38.343Z]  Total Memory: 7.487GiB
19:09:38 [2021-03-01T19:09:38.343Z]  Name: ip-10-100-66-179
19:09:38 [2021-03-01T19:09:38.343Z]  ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O
19:09:38 [2021-03-01T19:09:38.343Z]  Docker Root Dir: /var/lib/docker
19:09:38 [2021-03-01T19:09:38.343Z]  Debug Mode: false
19:09:38 [2021-03-01T19:09:38.343Z]  Registry: https://index.docker.io/v1/
19:09:38 [2021-03-01T19:09:38.343Z]  Labels:
19:09:38 [2021-03-01T19:09:38.343Z]  Experimental: true
19:09:38 [2021-03-01T19:09:38.343Z]  Insecure Registries:
19:09:38 [2021-03-01T19:09:38.343Z]   127.0.0.0/8
19:09:38 [2021-03-01T19:09:38.343Z]  Live Restore Enabled: true
19:09:38 [2021-03-01T19:09:38.343Z] 
19:09:38 [2021-03-01T19:09:38.343Z] WARNING: No swap limit support
19:09:38 [2021-03-01T19:09:38.343Z] WARNING: No blkio weight support
19:09:38 [2021-03-01T19:09:38.343Z] WARNING: No blkio weight_device support
[Pipeline] sh
19:09:38 [2021-03-01T19:09:38.378Z] #3 DONE 0.5s
19:09:38 [2021-03-01T19:09:38.378Z] 
19:09:38 [2021-03-01T19:09:38.378Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
19:09:38 [2021-03-01T19:09:38.378Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c
19:09:38 [2021-03-01T19:09:38.378Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.554 + export GO_BUILDMODE=-buildmode=pie
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.554 + GO_BUILDMODE=-buildmode=pie
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.556 ++ dirname /tmp/install/install.sh
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.563 + dir=/tmp/install
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.564 + bin=containerd
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.564 + shift
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.564 + '[' '!' -f /tmp/install/containerd.installer ']'
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.565 + . /tmp/install/containerd.installer
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.565 ++ set -e
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.565 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.575 + install_containerd
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.575 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.578 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.578 + git clone https://github.com/containerd/containerd.git /tmp/tmp.i5ENOhzO5l/src/github.com/containerd/containerd
19:09:38 [2021-03-01T19:09:38.436Z] #55 1.581 Cloning into '/tmp/tmp.i5ENOhzO5l/src/github.com/containerd/containerd'...
19:09:38 [2021-03-01T19:09:38.645Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 1.05MB / 8.88MB 0.2s
19:09:38 [2021-03-01T19:09:38.645Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
19:09:38 [2021-03-01T19:09:38.645Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
19:09:38 [2021-03-01T19:09:38.645Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
19:09:38 [2021-03-01T19:09:38.645Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 6.29MB / 8.88MB 0.3s
19:09:38 [2021-03-01T19:09:38.697Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:09:38 [2021-03-01T19:09:38.697Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:09:38 [2021-03-01T19:09:38.697Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42102/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:09:38 [2021-03-01T19:09:38.697Z] + bash /home/ubuntu/workspace/moby_PR-42102/check-config.sh
19:09:38 [2021-03-01T19:09:38.697Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:09:38 [2021-03-01T19:09:38.697Z] info: reading kernel config from /boot/config-5.4.0-1037-aws ...
19:09:38 [2021-03-01T19:09:38.697Z] 
19:09:38 [2021-03-01T19:09:38.697Z] Generally Necessary:
19:09:38 [2021-03-01T19:09:38.697Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:09:38 [2021-03-01T19:09:38.697Z] - apparmor: enabled and tools installed
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_NAMESPACES: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_NET_NS: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_PID_NS: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_IPC_NS: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_UTS_NS: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_CGROUPS: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_CGROUP_CPUACCT: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_CGROUP_DEVICE: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_CGROUP_FREEZER: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_CGROUP_SCHED: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_CPUSETS: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_MEMCG: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_KEYS: enabled
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_VETH: enabled (as module)
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_BRIDGE: enabled (as module)
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_NF_NAT_IPV4: missing
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:09:38 [2021-03-01T19:09:38.697Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:09:38 [2021-03-01T19:09:38.892Z] #18 15.25 Selecting previously unselected package python3-minimal.
19:09:38 [2021-03-01T19:09:38.892Z] #18 15.25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23448 files and directories currently installed.)
19:09:38 [2021-03-01T19:09:38.892Z] #18 15.29 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ...
19:09:38 [2021-03-01T19:09:38.892Z] #18 15.29 Unpacking python3-minimal (3.7.3-1) ...
19:09:38 [2021-03-01T19:09:38.892Z] #18 15.33 Selecting previously unselected package libmpdec2:s390x.
19:09:38 [2021-03-01T19:09:38.892Z] #18 15.33 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ...
19:09:38 [2021-03-01T19:09:38.892Z] #18 15.34 Unpacking libmpdec2:s390x (2.4.2-2) ...
19:09:38 [2021-03-01T19:09:38.892Z] #18 15.39 Selecting previously unselected package libpython3.7-stdlib:s390x.
19:09:38 [2021-03-01T19:09:38.892Z] #18 15.39 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ...
19:09:38 [2021-03-01T19:09:38.892Z] #18 15.40 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
19:09:38 [2021-03-01T19:09:38.913Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.4s done
19:09:38 [2021-03-01T19:09:38.913Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_NF_NAT: enabled (as module)
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_NF_NAT_NEEDED: missing
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_POSIX_MQUEUE: enabled
19:09:38 [2021-03-01T19:09:38.962Z] 
19:09:38 [2021-03-01T19:09:38.962Z] Optional Features:
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_USER_NS: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_SECCOMP: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_CGROUP_PIDS: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_MEMCG_SWAP: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:09:38 [2021-03-01T19:09:38.962Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_BLK_CGROUP: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_IOSCHED_CFQ: missing
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_CGROUP_PERF: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_CGROUP_HUGETLB: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_CFS_BANDWIDTH: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_RT_GROUP_SCHED: missing
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_IP_VS: enabled (as module)
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_IP_VS_NFCT: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_IP_VS_RR: enabled (as module)
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_EXT4_FS: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:09:38 [2021-03-01T19:09:38.962Z] - Network Drivers:
19:09:38 [2021-03-01T19:09:38.962Z]   - "overlay":
19:09:38 [2021-03-01T19:09:38.962Z]     - CONFIG_VXLAN: enabled (as module)
19:09:38 [2021-03-01T19:09:38.962Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:09:38 [2021-03-01T19:09:38.962Z]       Optional (for encrypted networks):
19:09:39 [2021-03-01T19:09:39.228Z]       - CONFIG_CRYPTO: enabled
19:09:39 [2021-03-01T19:09:39.228Z]       - CONFIG_CRYPTO_AEAD: enabled
19:09:39 [2021-03-01T19:09:39.228Z]       - CONFIG_CRYPTO_GCM: enabled
19:09:39 [2021-03-01T19:09:39.228Z]       - CONFIG_CRYPTO_SEQIV: enabled
19:09:39 [2021-03-01T19:09:39.228Z]       - CONFIG_CRYPTO_GHASH: enabled
19:09:39 [2021-03-01T19:09:39.228Z]       - CONFIG_XFRM: enabled
19:09:39 [2021-03-01T19:09:39.228Z]       - CONFIG_XFRM_USER: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]       - CONFIG_INET_ESP: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
19:09:39 [2021-03-01T19:09:39.228Z]   - "ipvlan":
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_IPVLAN: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]   - "macvlan":
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_MACVLAN: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_DUMMY: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]   - "ftp,tftp client in container":
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z] - Storage Drivers:
19:09:39 [2021-03-01T19:09:39.228Z]   - "aufs":
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_AUFS_FS: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]   - "btrfs":
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:09:39 [2021-03-01T19:09:39.228Z]   - "devicemapper":
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_BLK_DEV_DM: enabled
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]   - "overlay":
19:09:39 [2021-03-01T19:09:39.228Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:09:39 [2021-03-01T19:09:39.228Z]   - "zfs":
19:09:39 [2021-03-01T19:09:39.228Z]     - /dev/zfs: present
19:09:39 [2021-03-01T19:09:39.228Z]     - zfs command: missing
19:09:39 [2021-03-01T19:09:39.228Z]     - zpool command: missing
19:09:39 [2021-03-01T19:09:39.228Z] 
19:09:39 [2021-03-01T19:09:39.228Z] Limits:
19:09:39 [2021-03-01T19:09:39.228Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:09:39 [2021-03-01T19:09:39.228Z] 
19:09:39 [2021-03-01T19:09:39.228Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
19:09:39 [2021-03-01T19:09:39.488Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done
19:09:39 [2021-03-01T19:09:39.488Z] #4 DONE 1.0s
19:09:39 [2021-03-01T19:09:39.522Z] #18 16.02 Selecting previously unselected package python3.7.
19:09:39 [2021-03-01T19:09:39.522Z] #18 16.03 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ...
19:09:39 [2021-03-01T19:09:39.522Z] #18 16.03 Unpacking python3.7 (3.7.3-2+deb10u2) ...
19:09:39 [2021-03-01T19:09:39.522Z] #18 16.11 Selecting previously unselected package libpython3-stdlib:s390x.
19:09:39 [2021-03-01T19:09:39.522Z] #18 16.11 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ...
19:09:39 [2021-03-01T19:09:39.522Z] #18 16.13 Unpacking libpython3-stdlib:s390x (3.7.3-1) ...
19:09:39 [2021-03-01T19:09:39.522Z] #18 16.20 Setting up python3-minimal (3.7.3-1) ...
19:09:39 [2021-03-01T19:09:39.580Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5542f13c1a24468bff92ce265c892f7391f68f36 .
19:09:39 [2021-03-01T19:09:39.750Z] 
19:09:39 [2021-03-01T19:09:39.750Z] #5 [internal] load build definition from Dockerfile
19:09:39 [2021-03-01T19:09:39.750Z] #5 sha256:559c0b3402ad94942339b138a8c9969e23db7bbf6de832c683b319d83626f90c
19:09:39 [2021-03-01T19:09:39.750Z] #5 transferring dockerfile: 16.55kB 0.0s done
19:09:39 [2021-03-01T19:09:39.750Z] #5 DONE 0.0s
19:09:39 [2021-03-01T19:09:39.750Z] 
19:09:39 [2021-03-01T19:09:39.750Z] #8 [internal] load metadata for docker.io/library/debian:buster
19:09:39 [2021-03-01T19:09:39.750Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
19:09:40 [2021-03-01T19:09:40.018Z] #8 ...
19:09:40 [2021-03-01T19:09:40.018Z] 
19:09:40 [2021-03-01T19:09:40.018Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:09:40 [2021-03-01T19:09:40.018Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228
19:09:40 [2021-03-01T19:09:40.018Z] #7 DONE 0.3s
19:09:40 [2021-03-01T19:09:40.018Z] 
19:09:40 [2021-03-01T19:09:40.018Z] #8 [internal] load metadata for docker.io/library/debian:buster
19:09:40 [2021-03-01T19:09:40.018Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
19:09:40 [2021-03-01T19:09:40.018Z] #8 DONE 0.3s
19:09:40 [2021-03-01T19:09:40.018Z] 
19:09:40 [2021-03-01T19:09:40.018Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:09:40 [2021-03-01T19:09:40.018Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
19:09:40 [2021-03-01T19:09:40.146Z] #1 [internal] load build definition from Dockerfile
19:09:40 [2021-03-01T19:09:40.146Z] #1 sha256:08e7f88ebf185d2f8801200641cbba902c581cdbce5a2448f0fa3b57b08c5c8c
19:09:40 [2021-03-01T19:09:40.146Z] #1 transferring dockerfile: 16.55kB done
19:09:40 [2021-03-01T19:09:40.146Z] #1 DONE 0.1s
19:09:40 [2021-03-01T19:09:40.146Z] 
19:09:40 [2021-03-01T19:09:40.146Z] #2 [internal] load .dockerignore
19:09:40 [2021-03-01T19:09:40.146Z] #2 sha256:f45c3b52c3da334af4bd370e15dc44ec1875b47c1389faa607de464a7f9837d2
19:09:40 [2021-03-01T19:09:40.146Z] #2 transferring context: 87B done
19:09:40 [2021-03-01T19:09:40.146Z] #2 DONE 0.1s
19:09:40 [2021-03-01T19:09:40.146Z] 
19:09:40 [2021-03-01T19:09:40.146Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:09:40 [2021-03-01T19:09:40.146Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996
19:09:40 [2021-03-01T19:09:40.172Z] #18 ...
19:09:40 [2021-03-01T19:09:40.172Z] 
19:09:40 [2021-03-01T19:09:40.172Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
19:09:40 [2021-03-01T19:09:40.172Z] #30 DONE 93.9s
19:09:40 [2021-03-01T19:09:40.172Z] 
19:09:40 [2021-03-01T19:09:40.172Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
19:09:40 [2021-03-01T19:09:40.172Z] #18 16.87 Selecting previously unselected package python3.
19:09:40 [2021-03-01T19:09:40.281Z] #6 DONE 0.5s
19:09:40 [2021-03-01T19:09:40.466Z] #18 16.87 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23860 files and directories currently installed.)
19:09:40 [2021-03-01T19:09:40.466Z] #18 16.99 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ...
19:09:40 [2021-03-01T19:09:40.466Z] #18 17.00 Unpacking python3 (3.7.3-1) ...
19:09:40 [2021-03-01T19:09:40.466Z] #18 17.09 Selecting previously unselected package libip4tc0:s390x.
19:09:40 [2021-03-01T19:09:40.466Z] #18 17.10 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ...
19:09:40 [2021-03-01T19:09:40.466Z] #18 17.10 Unpacking libip4tc0:s390x (1.8.2-4) ...
19:09:40 [2021-03-01T19:09:40.466Z] #18 17.20 Selecting previously unselected package libip6tc0:s390x.
19:09:40 [2021-03-01T19:09:40.709Z] #3 DONE 0.5s
19:09:40 [2021-03-01T19:09:40.709Z] 
19:09:40 [2021-03-01T19:09:40.709Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
19:09:40 [2021-03-01T19:09:40.709Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c
19:09:40 [2021-03-01T19:09:40.709Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
19:09:40 [2021-03-01T19:09:40.709Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
19:09:40 [2021-03-01T19:09:40.709Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
19:09:40 [2021-03-01T19:09:40.709Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
19:09:40 [2021-03-01T19:09:40.709Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 3.15MB / 8.88MB 0.1s
19:09:40 [2021-03-01T19:09:40.709Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s
19:09:40 [2021-03-01T19:09:40.709Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done
19:09:40 [2021-03-01T19:09:40.709Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.20 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ...
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.20 Unpacking libip6tc0:s390x (1.8.2-4) ...
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.26 Selecting previously unselected package libiptc0:s390x.
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.26 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ...
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.27 Unpacking libiptc0:s390x (1.8.2-4) ...
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.30 Selecting previously unselected package libnfnetlink0:s390x.
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.30 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ...
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.30 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ...
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.33 Selecting previously unselected package libnetfilter-conntrack3:s390x.
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.34 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ...
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.34 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ...
19:09:40 [2021-03-01T19:09:40.763Z] #18 17.40 Selecting previously unselected package libnftnl11:s390x.
19:09:40 [2021-03-01T19:09:40.965Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done
19:09:40 [2021-03-01T19:09:40.965Z] #4 DONE 0.5s
19:09:41 [2021-03-01T19:09:41.053Z] #18 17.40 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ...
19:09:41 [2021-03-01T19:09:41.053Z] #18 17.41 Unpacking libnftnl11:s390x (1.1.2-2) ...
19:09:41 [2021-03-01T19:09:41.053Z] #18 17.48 Selecting previously unselected package iptables.
19:09:41 [2021-03-01T19:09:41.053Z] #18 17.48 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ...
19:09:41 [2021-03-01T19:09:41.053Z] #18 17.48 Unpacking iptables (1.8.2-4) ...
19:09:41 [2021-03-01T19:09:41.225Z] 
19:09:41 [2021-03-01T19:09:41.225Z] #5 [internal] load build definition from Dockerfile
19:09:41 [2021-03-01T19:09:41.225Z] #5 sha256:b2757186d880f69e5066623d056ccbb37b6a9935ba6cd96148a646203332586f
19:09:41 [2021-03-01T19:09:41.225Z] #5 transferring dockerfile: 16.55kB done
19:09:41 [2021-03-01T19:09:41.225Z] #5 DONE 0.0s
19:09:41 [2021-03-01T19:09:41.225Z] 
19:09:41 [2021-03-01T19:09:41.225Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:09:41 [2021-03-01T19:09:41.225Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228
19:09:41 [2021-03-01T19:09:41.343Z] #18 17.72 Selecting previously unselected package xxd.
19:09:41 [2021-03-01T19:09:41.343Z] #18 17.72 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ...
19:09:41 [2021-03-01T19:09:41.343Z] #18 17.72 Unpacking xxd (2:8.1.0875-5) ...
19:09:41 [2021-03-01T19:09:41.343Z] #18 17.80 Selecting previously unselected package vim-common.
19:09:41 [2021-03-01T19:09:41.343Z] #18 17.80 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
19:09:41 [2021-03-01T19:09:41.343Z] #18 17.81 Unpacking vim-common (2:8.1.0875-5) ...
19:09:41 [2021-03-01T19:09:41.343Z] #18 17.91 Selecting previously unselected package bash-completion.
19:09:41 [2021-03-01T19:09:41.343Z] #18 17.92 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
19:09:41 [2021-03-01T19:09:41.481Z] #7 DONE 0.2s
19:09:41 [2021-03-01T19:09:41.481Z] 
19:09:41 [2021-03-01T19:09:41.481Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:09:41 [2021-03-01T19:09:41.481Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
19:09:41 [2021-03-01T19:09:41.481Z] #6 DONE 0.2s
19:09:41 [2021-03-01T19:09:41.481Z] 
19:09:41 [2021-03-01T19:09:41.481Z] #8 [internal] load metadata for docker.io/library/debian:buster
19:09:41 [2021-03-01T19:09:41.481Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
19:09:41 [2021-03-01T19:09:41.481Z] #8 DONE 0.2s
19:09:41 [2021-03-01T19:09:41.604Z] Client: Docker Engine - Community
19:09:41 [2021-03-01T19:09:41.604Z]  Version:           20.10.3
19:09:41 [2021-03-01T19:09:41.604Z]  API version:       1.41
19:09:41 [2021-03-01T19:09:41.604Z]  Go version:        go1.13.15
19:09:41 [2021-03-01T19:09:41.604Z]  Git commit:        48d30b5
19:09:41 [2021-03-01T19:09:41.604Z]  Built:             Fri Jan 29 14:33:53 2021
19:09:41 [2021-03-01T19:09:41.604Z]  OS/Arch:           linux/arm64
19:09:41 [2021-03-01T19:09:41.604Z]  Context:           default
19:09:41 [2021-03-01T19:09:41.604Z]  Experimental:      true
19:09:41 [2021-03-01T19:09:41.604Z] 
19:09:41 [2021-03-01T19:09:41.604Z] Server: Docker Engine - Community
19:09:41 [2021-03-01T19:09:41.604Z]  Engine:
19:09:41 [2021-03-01T19:09:41.604Z]   Version:          20.10.3
19:09:41 [2021-03-01T19:09:41.604Z]   API version:      1.41 (minimum version 1.12)
19:09:41 [2021-03-01T19:09:41.604Z]   Go version:       go1.13.15
19:09:41 [2021-03-01T19:09:41.604Z]   Git commit:       46229ca
19:09:41 [2021-03-01T19:09:41.604Z]   Built:            Fri Jan 29 14:32:08 2021
19:09:41 [2021-03-01T19:09:41.604Z]   OS/Arch:          linux/arm64
19:09:41 [2021-03-01T19:09:41.604Z]   Experimental:     true
19:09:41 [2021-03-01T19:09:41.604Z]  containerd:
19:09:41 [2021-03-01T19:09:41.604Z]   Version:          1.4.3
19:09:41 [2021-03-01T19:09:41.604Z]   GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
19:09:41 [2021-03-01T19:09:41.604Z]  runc:
19:09:41 [2021-03-01T19:09:41.604Z]   Version:          1.0.0-rc92
19:09:41 [2021-03-01T19:09:41.604Z]   GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:09:41 [2021-03-01T19:09:41.604Z]  docker-init:
19:09:41 [2021-03-01T19:09:41.604Z]   Version:          0.19.0
19:09:41 [2021-03-01T19:09:41.604Z]   GitCommit:        de40ad0
[Pipeline] sh
19:09:41 [2021-03-01T19:09:41.736Z] #55 ...
19:09:41 [2021-03-01T19:09:41.736Z] 
19:09:41 [2021-03-01T19:09:41.736Z] #48 [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
19:09:41 [2021-03-01T19:09:41.736Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:09:41 [2021-03-01T19:09:41.736Z] #48 45.74 go: extracting github.com/gogo/protobuf v1.2.1
19:09:41 [2021-03-01T19:09:41.736Z] #48 48.66 go: extracting golang.org/x/text v0.3.2
19:09:41 [2021-03-01T19:09:41.736Z] #48 54.88 go: finding github.com/fatih/color v1.7.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.03 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.06 go: finding github.com/mattn/go-colorable v0.1.4
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.11 go: finding github.com/mattn/go-isatty v0.0.8
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.19 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.20 go: finding github.com/go-critic/go-critic v0.4.1
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.22 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.24 go: finding github.com/go-lintpack/lintpack v0.5.2
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.25 go: finding github.com/pkg/errors v0.8.1
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.31 go: finding github.com/go-toolsmith/astequal v1.0.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.32 go: finding github.com/sirupsen/logrus v1.4.2
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.33 go: finding github.com/go-toolsmith/astfmt v1.0.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.36 go: finding github.com/mitchellh/go-homedir v1.1.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.36 go: finding github.com/stretchr/testify v1.4.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.38 go: finding github.com/go-toolsmith/astp v1.0.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.39 go: finding github.com/go-toolsmith/astcast v1.0.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.41 go: finding github.com/davecgh/go-spew v1.1.1
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.42 go: finding github.com/go-toolsmith/typep v1.0.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.43 go: finding github.com/spf13/viper v1.6.1
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.44 go: finding github.com/pmezard/go-difflib v1.0.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.49 go: finding github.com/stretchr/objx v0.2.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.54 go: finding github.com/go-toolsmith/astcopy v1.0.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.63 go: finding gopkg.in/yaml.v2 v2.2.7
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.65 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.66 go: finding github.com/go-toolsmith/strparse v1.0.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.71 go: finding github.com/bombsimon/wsl/v2 v2.0.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.72 go: finding github.com/gobwas/glob v0.2.3
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.77 go: finding github.com/spf13/cobra v0.0.5
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.78 go: finding github.com/fsnotify/fsnotify v1.4.7
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.84 go: finding github.com/hashicorp/hcl v1.0.0
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.87 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:09:41 [2021-03-01T19:09:41.736Z] #48 55.98 go: finding github.com/spf13/pflag v1.0.5
19:09:41 [2021-03-01T19:09:41.736Z] #48 ...
19:09:41 [2021-03-01T19:09:41.736Z] 
19:09:41 [2021-03-01T19:09:41.736Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:09:41 [2021-03-01T19:09:41.736Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:09:41 [2021-03-01T19:09:41.736Z] #12 43.87 Reading package lists...
19:09:41 [2021-03-01T19:09:41.736Z] #12 50.40 Building dependency tree...
19:09:41 [2021-03-01T19:09:41.736Z] #12 54.34 The following additional packages will be installed:
19:09:41 [2021-03-01T19:09:41.737Z] #12 54.38   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
19:09:41 [2021-03-01T19:09:41.737Z] #12 54.39   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
19:09:41 [2021-03-01T19:09:41.737Z] #12 54.39   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
19:09:41 [2021-03-01T19:09:41.737Z] #12 54.39   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
19:09:41 [2021-03-01T19:09:41.737Z] #12 54.39   mingw-w64-x86-64-dev
19:09:41 [2021-03-01T19:09:41.737Z] #12 54.39 Suggested packages:
19:09:41 [2021-03-01T19:09:41.737Z] #12 54.41   gcc-8-locales seccomp wine64
19:09:41 [2021-03-01T19:09:41.737Z] #12 55.87 The following NEW packages will be installed:
19:09:41 [2021-03-01T19:09:41.737Z] #12 55.88   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
19:09:41 [2021-03-01T19:09:41.737Z] #12 55.88   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
19:09:41 [2021-03-01T19:09:41.737Z] #12 55.88   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
19:09:41 [2021-03-01T19:09:41.737Z] #12 55.88   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
19:09:41 [2021-03-01T19:09:41.737Z] #12 55.88   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
19:09:41 [2021-03-01T19:09:41.737Z] #12 55.89   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
19:09:41 [2021-03-01T19:09:41.737Z] #12 55.91 The following packages will be upgraded:
19:09:41 [2021-03-01T19:09:41.737Z] #12 55.91   libsystemd0 libudev1
19:09:41 [2021-03-01T19:09:41.737Z] #12 ...
19:09:41 [2021-03-01T19:09:41.737Z] 
19:09:41 [2021-03-01T19:09:41.737Z] #48 [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
19:09:41 [2021-03-01T19:09:41.737Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.08 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.08 go: finding github.com/magiconair/properties v1.8.1
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.10 go: finding github.com/mitchellh/mapstructure v1.1.2
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.11 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.12 go: finding github.com/pelletier/go-toml v1.2.0
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.13 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.16 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.18 go: finding github.com/spf13/afero v1.1.2
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.21 go: finding github.com/spf13/cast v1.3.0
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.27 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.29 go: finding github.com/spf13/jwalterweatherman v1.0.0
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.35 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.36 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.38 go: finding github.com/subosito/gotenv v1.2.0
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.42 go: finding gopkg.in/ini.v1 v1.51.0
19:09:41 [2021-03-01T19:09:41.737Z] #48 56.44 go: finding golang.org/x/text v0.3.2
19:09:41 [2021-03-01T19:09:41.938Z] + docker info
19:09:41 [2021-03-01T19:09:41.996Z] #48 56.48 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:09:41 [2021-03-01T19:09:41.996Z] #48 56.59 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:09:41 [2021-03-01T19:09:41.996Z] #48 56.60 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:09:41 [2021-03-01T19:09:41.997Z] #48 56.64 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:09:41 [2021-03-01T19:09:41.997Z] #48 56.65 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:09:41 [2021-03-01T19:09:41.997Z] #48 56.65 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:09:42 [2021-03-01T19:09:42.052Z] 
19:09:42 [2021-03-01T19:09:42.052Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:09:42 [2021-03-01T19:09:42.052Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52
19:09:42 [2021-03-01T19:09:42.052Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
19:09:42 [2021-03-01T19:09:42.052Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
19:09:42 [2021-03-01T19:09:42.052Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
19:09:42 [2021-03-01T19:09:42.052Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 0.1s
19:09:42 [2021-03-01T19:09:42.228Z] 
19:09:42 [2021-03-01T19:09:42.228Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:09:42 [2021-03-01T19:09:42.228Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb
19:09:42 [2021-03-01T19:09:42.228Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done
19:09:42 [2021-03-01T19:09:42.228Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done
19:09:42 [2021-03-01T19:09:42.256Z] #48 56.67 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:09:42 [2021-03-01T19:09:42.256Z] #48 56.68 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:09:42 [2021-03-01T19:09:42.256Z] #48 56.69 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:09:42 [2021-03-01T19:09:42.256Z] #48 56.72 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:09:42 [2021-03-01T19:09:42.256Z] #48 56.73 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:09:42 [2021-03-01T19:09:42.256Z] #48 56.76 go: finding github.com/kisielk/gotool v1.0.0
19:09:42 [2021-03-01T19:09:42.256Z] #48 56.88 go: finding github.com/sourcegraph/go-diff v0.5.1
19:09:42 [2021-03-01T19:09:42.256Z] #48 56.90 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:09:42 [2021-03-01T19:09:42.308Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.15MB / 9.86MB 0.3s
19:09:42 [2021-03-01T19:09:42.308Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s
19:09:42 [2021-03-01T19:09:42.489Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done
19:09:42 [2021-03-01T19:09:42.489Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done
19:09:42 [2021-03-01T19:09:42.515Z] #48 56.92 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:09:42 [2021-03-01T19:09:42.515Z] #48 56.94 go: finding github.com/tommy-muehle/go-mnd v1.1.1
19:09:42 [2021-03-01T19:09:42.515Z] #48 56.95 go: finding github.com/ultraware/funlen v0.0.2
19:09:42 [2021-03-01T19:09:42.515Z] #48 56.97 go: finding github.com/ultraware/whitespace v0.0.4
19:09:42 [2021-03-01T19:09:42.515Z] #48 56.99 go: finding github.com/uudashr/gocognit v1.0.1
19:09:42 [2021-03-01T19:09:42.515Z] #48 57.03 go: finding github.com/gogo/protobuf v1.2.1
19:09:42 [2021-03-01T19:09:42.515Z] #48 57.05 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:09:42 [2021-03-01T19:09:42.515Z] #48 57.18 go: finding honnef.co/go/tools v0.0.1-2019.2.3
19:09:42 [2021-03-01T19:09:42.569Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.5s done
19:09:42 [2021-03-01T19:09:42.569Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022
19:09:42 [2021-03-01T19:09:42.775Z] #48 57.21 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:09:42 [2021-03-01T19:09:42.775Z] #48 57.21 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:09:42 [2021-03-01T19:09:42.775Z] #48 57.30 go: finding github.com/BurntSushi/toml v0.3.1
19:09:42 [2021-03-01T19:09:42.775Z] #48 57.30 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:09:42 [2021-03-01T19:09:42.862Z] #18 19.24 Unpacking bash-completion (1:2.8-6) ...
19:09:42 [2021-03-01T19:09:42.862Z] #18 19.47 Selecting previously unselected package bzip2.
19:09:42 [2021-03-01T19:09:42.862Z] #18 19.47 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ...
19:09:42 [2021-03-01T19:09:42.862Z] #18 19.47 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
19:09:42 [2021-03-01T19:09:42.862Z] #18 19.52 Selecting previously unselected package xz-utils.
19:09:42 [2021-03-01T19:09:42.862Z] #18 19.52 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ...
19:09:43 [2021-03-01T19:09:43.152Z] #18 19.53 Unpacking xz-utils (5.2.4-1) ...
19:09:43 [2021-03-01T19:09:43.152Z] #18 19.69 Selecting previously unselected package apparmor.
19:09:43 [2021-03-01T19:09:43.152Z] #18 19.69 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ...
19:09:43 [2021-03-01T19:09:43.152Z] #18 19.72 Unpacking apparmor (2.13.2-10) ...
19:09:43 [2021-03-01T19:09:43.443Z] #18 19.92 Selecting previously unselected package aufs-tools.
19:09:43 [2021-03-01T19:09:43.443Z] #18 19.92 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ...
19:09:43 [2021-03-01T19:09:43.443Z] #18 19.92 Unpacking aufs-tools (1:4.14+20190211-1) ...
19:09:43 [2021-03-01T19:09:43.443Z] #18 20.00 Selecting previously unselected package libonig5:s390x.
19:09:43 [2021-03-01T19:09:43.443Z] #18 20.00 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ...
19:09:43 [2021-03-01T19:09:43.443Z] #18 20.01 Unpacking libonig5:s390x (6.9.1-1) ...
19:09:43 [2021-03-01T19:09:43.443Z] #18 20.07 Selecting previously unselected package libjq1:s390x.
19:09:43 [2021-03-01T19:09:43.443Z] #18 20.07 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ...
19:09:43 [2021-03-01T19:09:43.443Z] #18 20.07 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
19:09:43 [2021-03-01T19:09:43.443Z] #18 20.11 Selecting previously unselected package jq.
19:09:43 [2021-03-01T19:09:43.733Z] #18 20.11 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ...
19:09:43 [2021-03-01T19:09:43.733Z] #18 20.11 Unpacking jq (1.5+dfsg-2+b1) ...
19:09:43 [2021-03-01T19:09:43.733Z] #18 20.15 Selecting previously unselected package libaio1:s390x.
19:09:43 [2021-03-01T19:09:43.733Z] #18 20.15 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ...
19:09:43 [2021-03-01T19:09:43.733Z] #18 20.16 Unpacking libaio1:s390x (0.3.112-3) ...
19:09:43 [2021-03-01T19:09:43.733Z] #18 20.19 Selecting previously unselected package libgpm2:s390x.
19:09:43 [2021-03-01T19:09:43.733Z] #18 20.19 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ...
19:09:43 [2021-03-01T19:09:43.733Z] #18 20.20 Unpacking libgpm2:s390x (1.20.7-5) ...
19:09:43 [2021-03-01T19:09:43.733Z] #18 20.23 Selecting previously unselected package libicu63:s390x.
19:09:43 [2021-03-01T19:09:43.733Z] #18 20.23 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ...
19:09:43 [2021-03-01T19:09:43.733Z] #18 20.23 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
19:09:44 [2021-03-01T19:09:44.201Z] Client: Docker Engine - Community
19:09:44 [2021-03-01T19:09:44.201Z]  Version:           20.10.3
19:09:44 [2021-03-01T19:09:44.201Z]  API version:       1.41
19:09:44 [2021-03-01T19:09:44.201Z]  Go version:        go1.13.15
19:09:44 [2021-03-01T19:09:44.201Z]  Git commit:        48d30b5
19:09:44 [2021-03-01T19:09:44.201Z]  Built:             Fri Jan 29 14:33:21 2021
19:09:44 [2021-03-01T19:09:44.201Z]  OS/Arch:           linux/amd64
19:09:44 [2021-03-01T19:09:44.201Z]  Context:           default
19:09:44 [2021-03-01T19:09:44.201Z]  Experimental:      true
19:09:44 [2021-03-01T19:09:44.201Z] 
19:09:44 [2021-03-01T19:09:44.201Z] Server: Docker Engine - Community
19:09:44 [2021-03-01T19:09:44.201Z]  Engine:
19:09:44 [2021-03-01T19:09:44.201Z]   Version:          20.10.3
19:09:44 [2021-03-01T19:09:44.201Z]   API version:      1.41 (minimum version 1.12)
19:09:44 [2021-03-01T19:09:44.201Z]   Go version:       go1.13.15
19:09:44 [2021-03-01T19:09:44.201Z]   Git commit:       46229ca
19:09:44 [2021-03-01T19:09:44.201Z]   Built:            Fri Jan 29 14:31:32 2021
19:09:44 [2021-03-01T19:09:44.201Z]   OS/Arch:          linux/amd64
19:09:44 [2021-03-01T19:09:44.201Z]   Experimental:     true
19:09:44 [2021-03-01T19:09:44.201Z]  containerd:
19:09:44 [2021-03-01T19:09:44.201Z]   Version:          1.4.3
19:09:44 [2021-03-01T19:09:44.201Z]   GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
19:09:44 [2021-03-01T19:09:44.201Z]  runc:
19:09:44 [2021-03-01T19:09:44.201Z]   Version:          1.0.0-rc92
19:09:44 [2021-03-01T19:09:44.201Z]   GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:09:44 [2021-03-01T19:09:44.201Z]  docker-init:
19:09:44 [2021-03-01T19:09:44.201Z]   Version:          0.19.0
19:09:44 [2021-03-01T19:09:44.201Z]   GitCommit:        de40ad0
[Pipeline] sh
19:09:44 [2021-03-01T19:09:44.495Z] + docker info
19:09:44 [2021-03-01T19:09:44.763Z] #18 ...
19:09:44 [2021-03-01T19:09:44.763Z] 
19:09:44 [2021-03-01T19:09:44.763Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:09:44 [2021-03-01T19:09:44.763Z] #41 53.29   CC       criu/bfd.o
19:09:44 [2021-03-01T19:09:44.763Z] #41 53.59   CC       criu/bitmap.o
19:09:44 [2021-03-01T19:09:44.763Z] #41 53.66   CC       criu/cgroup-props.o
19:09:44 [2021-03-01T19:09:44.763Z] #41 54.32   CC       criu/cgroup.o
19:09:44 [2021-03-01T19:09:44.763Z] #41 56.42   CC       criu/clone-noasan.o
19:09:44 [2021-03-01T19:09:44.763Z] #41 56.55   CC       criu/config.o
19:09:44 [2021-03-01T19:09:44.763Z] #41 57.36   CC       criu/cr-check.o
19:09:44 [2021-03-01T19:09:44.763Z] #41 58.52   CC       criu/cr-dedup.o
19:09:44 [2021-03-01T19:09:44.763Z] #41 58.79   CC       criu/cr-dump.o
19:09:44 [2021-03-01T19:09:44.763Z] #41 60.51   CC       criu/cr-errno.o
19:09:44 [2021-03-01T19:09:44.763Z] #41 60.53   CC       criu/cr-restore.o
19:09:44 [2021-03-01T19:09:44.763Z] #41 62.88   CC       criu/cr-service.o
19:09:45 [2021-03-01T19:09:45.315Z] #48 ...
19:09:45 [2021-03-01T19:09:45.315Z] 
19:09:45 [2021-03-01T19:09:45.315Z] #35 [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
19:09:45 [2021-03-01T19:09:45.315Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:09:45 [2021-03-01T19:09:45.315Z] #35 43.24 Reading package lists...
19:09:45 [2021-03-01T19:09:45.315Z] #35 49.80 Building dependency tree...
19:09:45 [2021-03-01T19:09:45.315Z] #35 53.68 The following additional packages will be installed:
19:09:45 [2021-03-01T19:09:45.315Z] #35 53.69   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
19:09:45 [2021-03-01T19:09:45.315Z] #35 53.69 Suggested packages:
19:09:45 [2021-03-01T19:09:45.315Z] #35 53.70   cmake-doc ninja-build lrzip
19:09:45 [2021-03-01T19:09:45.315Z] #35 53.70 Recommended packages:
19:09:45 [2021-03-01T19:09:45.315Z] #35 53.70   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
19:09:45 [2021-03-01T19:09:45.315Z] #35 54.84 The following NEW packages will be installed:
19:09:45 [2021-03-01T19:09:45.315Z] #35 54.85   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
19:09:45 [2021-03-01T19:09:45.315Z] #35 54.85   vim-common xxd
19:09:45 [2021-03-01T19:09:45.315Z] #35 55.56 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded.
19:09:45 [2021-03-01T19:09:45.315Z] #35 55.56 Need to get 14.9 MB of archives.
19:09:45 [2021-03-01T19:09:45.315Z] #35 55.56 After this operation, 61.8 MB of additional disk space will be used.
19:09:45 [2021-03-01T19:09:45.315Z] #35 55.56 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #35 55.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #35 55.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #35 55.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #35 56.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #35 56.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #35 56.53 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #35 56.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #35 56.55 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #35 56.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #35 57.90 debconf: delaying package configuration, since apt-utils is not installed
19:09:45 [2021-03-01T19:09:45.315Z] #35 58.12 Fetched 14.9 MB in 2s (8065 kB/s)
19:09:45 [2021-03-01T19:09:45.315Z] #35 58.27 Selecting previously unselected package xxd.
19:09:45 [2021-03-01T19:09:45.315Z] #35 58.27 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
19:09:45 [2021-03-01T19:09:45.315Z] #35 58.41 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #35 58.42 Unpacking xxd (2:8.1.0875-5) ...
19:09:45 [2021-03-01T19:09:45.315Z] #35 58.72 Selecting previously unselected package vim-common.
19:09:45 [2021-03-01T19:09:45.315Z] #35 58.73 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #35 58.79 Unpacking vim-common (2:8.1.0875-5) ...
19:09:45 [2021-03-01T19:09:45.315Z] #35 59.20 Selecting previously unselected package cmake-data.
19:09:45 [2021-03-01T19:09:45.315Z] #35 59.20 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #35 59.21 Unpacking cmake-data (3.13.4-1) ...
19:09:45 [2021-03-01T19:09:45.315Z] #35 ...
19:09:45 [2021-03-01T19:09:45.315Z] 
19:09:45 [2021-03-01T19:09:45.315Z] #41 [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
19:09:45 [2021-03-01T19:09:45.315Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:09:45 [2021-03-01T19:09:45.315Z] #41 43.59 Reading package lists...
19:09:45 [2021-03-01T19:09:45.315Z] #41 50.48 Building dependency tree...
19:09:45 [2021-03-01T19:09:45.315Z] #41 54.47 The following additional packages will be installed:
19:09:45 [2021-03-01T19:09:45.315Z] #41 54.47   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
19:09:45 [2021-03-01T19:09:45.315Z] #41 54.47   libprotoc17 python-pkg-resources python-six zlib1g-dev
19:09:45 [2021-03-01T19:09:45.315Z] #41 54.54 Suggested packages:
19:09:45 [2021-03-01T19:09:45.315Z] #41 54.54   manpages-dev python-setuptools
19:09:45 [2021-03-01T19:09:45.315Z] #41 55.87 The following NEW packages will be installed:
19:09:45 [2021-03-01T19:09:45.315Z] #41 55.89   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
19:09:45 [2021-03-01T19:09:45.315Z] #41 55.89   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
19:09:45 [2021-03-01T19:09:45.315Z] #41 55.90   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
19:09:45 [2021-03-01T19:09:45.315Z] #41 55.90   python-six zlib1g-dev
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.33 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded.
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.33 Need to get 4095 kB of archives.
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.33 After this operation, 22.5 MB of additional disk space will be used.
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.33 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.40 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.50 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.51 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.66 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.68 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.68 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 56.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
19:09:45 [2021-03-01T19:09:45.315Z] #41 57.78 debconf: delaying package configuration, since apt-utils is not installed
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.02 Fetched 4095 kB in 1s (6082 kB/s)
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.11 Selecting previously unselected package libcap-dev:amd64.
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.22 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.23 Unpacking libcap-dev:amd64 (1:2.25-2) ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.36 Selecting previously unselected package libnet1:amd64.
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.37 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.38 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.52 Selecting previously unselected package libnet1-dev.
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.53 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.54 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.75 Selecting previously unselected package libnl-3-200:amd64.
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.75 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.76 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.89 Selecting previously unselected package libnl-3-dev:amd64.
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.93 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 58.94 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.24 Selecting previously unselected package libprotobuf-c1:amd64.
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.25 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.27 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.36 Selecting previously unselected package libprotobuf-c-dev:amd64.
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.37 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.38 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.50 Selecting previously unselected package zlib1g-dev:amd64.
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.53 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.54 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.87 Selecting previously unselected package libprotobuf17:amd64.
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.87 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 59.89 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
19:09:45 [2021-03-01T19:09:45.315Z] #41 ...
19:09:45 [2021-03-01T19:09:45.315Z] 
19:09:45 [2021-03-01T19:09:45.315Z] #31 [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
19:09:45 [2021-03-01T19:09:45.315Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:09:45 [2021-03-01T19:09:45.393Z] #41 64.04   CC       criu/crtools.o
19:09:45 [2021-03-01T19:09:45.393Z] #41 ...
19:09:45 [2021-03-01T19:09:45.393Z] 
19:09:45 [2021-03-01T19:09:45.393Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
19:09:45 [2021-03-01T19:09:45.393Z] #18 22.10 Selecting previously unselected package libnet1:s390x.
19:09:45 [2021-03-01T19:09:45.393Z] #18 22.10 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
19:09:45 [2021-03-01T19:09:45.393Z] #18 22.10 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
19:09:45 [2021-03-01T19:09:45.393Z] #18 22.14 Selecting previously unselected package libnl-3-200:s390x.
19:09:45 [2021-03-01T19:09:45.393Z] #18 22.14 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ...
19:09:45 [2021-03-01T19:09:45.684Z] #18 22.14 Unpacking libnl-3-200:s390x (3.4.0-1) ...
19:09:45 [2021-03-01T19:09:45.684Z] #18 22.20 Selecting previously unselected package libprotobuf-c1:s390x.
19:09:45 [2021-03-01T19:09:45.684Z] #18 22.20 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
19:09:45 [2021-03-01T19:09:45.684Z] #18 22.20 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
19:09:45 [2021-03-01T19:09:45.684Z] #18 22.23 Selecting previously unselected package libreadline5:s390x.
19:09:45 [2021-03-01T19:09:45.684Z] #18 22.23 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ...
19:09:45 [2021-03-01T19:09:45.684Z] #18 22.24 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ...
19:09:45 [2021-03-01T19:09:45.684Z] #18 22.28 Selecting previously unselected package net-tools.
19:09:45 [2021-03-01T19:09:45.684Z] #18 22.28 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ...
19:09:45 [2021-03-01T19:09:45.684Z] #18 22.29 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
19:09:45 [2021-03-01T19:09:45.812Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 0B / 50.40MB 3.0s
19:09:45 [2021-03-01T19:09:45.812Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 4.19MB / 50.40MB 3.4s
19:09:45 [2021-03-01T19:09:45.974Z] #18 22.42 Selecting previously unselected package python-pip-whl.
19:09:45 [2021-03-01T19:09:45.974Z] #18 22.42 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
19:09:45 [2021-03-01T19:09:45.974Z] #18 22.42 Unpacking python-pip-whl (18.1-5) ...
19:09:46 [2021-03-01T19:09:46.078Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 9.44MB / 50.40MB 3.6s
19:09:46 [2021-03-01T19:09:46.093Z] #31 59.30 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.
19:09:46 [2021-03-01T19:09:46.093Z] #31 60.13 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
19:09:46 [2021-03-01T19:09:46.264Z] #18 22.77 Selecting previously unselected package python3-lib2to3.
19:09:46 [2021-03-01T19:09:46.264Z] #18 22.77 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
19:09:46 [2021-03-01T19:09:46.264Z] #18 22.78 Unpacking python3-lib2to3 (3.7.3-1) ...
19:09:46 [2021-03-01T19:09:46.264Z] #18 22.84 Selecting previously unselected package python3-distutils.
19:09:46 [2021-03-01T19:09:46.264Z] #18 22.84 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
19:09:46 [2021-03-01T19:09:46.264Z] #18 22.85 Unpacking python3-distutils (3.7.3-1) ...
19:09:46 [2021-03-01T19:09:46.264Z] #18 22.91 Selecting previously unselected package python3-pip.
19:09:46 [2021-03-01T19:09:46.264Z] #18 22.91 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
19:09:46 [2021-03-01T19:09:46.264Z] #18 22.91 Unpacking python3-pip (18.1-5) ...
19:09:46 [2021-03-01T19:09:46.342Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 13.63MB / 50.40MB 3.8s
19:09:46 [2021-03-01T19:09:46.342Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 16.78MB / 50.40MB 4.0s
19:09:46 [2021-03-01T19:09:46.357Z] #31 ...
19:09:46 [2021-03-01T19:09:46.357Z] 
19:09:46 [2021-03-01T19:09:46.357Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:09:46 [2021-03-01T19:09:46.357Z] #33 sha256:9f3677e247ac66285fadcdfcbe95a525ce0e7a48a716c9cac29b07b57c588bb9
19:09:46 [2021-03-01T19:09:46.357Z] #33 51.00 internal/reflectlite
19:09:46 [2021-03-01T19:09:46.357Z] #33 51.01 sync
19:09:46 [2021-03-01T19:09:46.357Z] #33 54.36 sort
19:09:46 [2021-03-01T19:09:46.357Z] #33 54.36 errors
19:09:46 [2021-03-01T19:09:46.357Z] #33 54.89 strconv
19:09:46 [2021-03-01T19:09:46.357Z] #33 55.47 io
19:09:46 [2021-03-01T19:09:46.357Z] #33 56.64 internal/oserror
19:09:46 [2021-03-01T19:09:46.357Z] #33 56.78 syscall
19:09:46 [2021-03-01T19:09:46.357Z] #33 58.42 reflect
19:09:46 [2021-03-01T19:09:46.554Z] #18 23.02 Selecting previously unselected package python3-pkg-resources.
19:09:46 [2021-03-01T19:09:46.554Z] #18 23.02 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
19:09:46 [2021-03-01T19:09:46.554Z] #18 23.02 Unpacking python3-pkg-resources (40.8.0-1) ...
19:09:46 [2021-03-01T19:09:46.554Z] #18 23.12 Selecting previously unselected package python3-setuptools.
19:09:46 [2021-03-01T19:09:46.554Z] #18 23.12 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
19:09:46 [2021-03-01T19:09:46.554Z] #18 23.12 Unpacking python3-setuptools (40.8.0-1) ...
19:09:46 [2021-03-01T19:09:46.554Z] #18 23.26 Selecting previously unselected package python3-wheel.
19:09:46 [2021-03-01T19:09:46.554Z] #18 23.26 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
19:09:46 [2021-03-01T19:09:46.608Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 22.02MB / 50.40MB 4.1s
19:09:46 [2021-03-01T19:09:46.608Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 27.26MB / 50.40MB 4.2s
19:09:46 [2021-03-01T19:09:46.618Z] #33 ...
19:09:46 [2021-03-01T19:09:46.618Z] 
19:09:46 [2021-03-01T19:09:46.618Z] #41 [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
19:09:46 [2021-03-01T19:09:46.618Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:09:46 [2021-03-01T19:09:46.618Z] #41 60.80 Selecting previously unselected package libprotobuf-lite17:amd64.
19:09:46 [2021-03-01T19:09:46.618Z] #41 60.81 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
19:09:46 [2021-03-01T19:09:46.618Z] #41 60.84 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
19:09:46 [2021-03-01T19:09:46.618Z] #41 61.05 Selecting previously unselected package libprotobuf-dev:amd64.
19:09:46 [2021-03-01T19:09:46.618Z] #41 61.05 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
19:09:46 [2021-03-01T19:09:46.618Z] #41 61.05 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
19:09:46 [2021-03-01T19:09:46.844Z] #18 23.26 Unpacking python3-wheel (0.32.3-2) ...
19:09:46 [2021-03-01T19:09:46.844Z] #18 23.29 Selecting previously unselected package sudo.
19:09:46 [2021-03-01T19:09:46.844Z] #18 23.29 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_s390x.deb ...
19:09:46 [2021-03-01T19:09:46.844Z] #18 23.29 Unpacking sudo (1.8.27-1+deb10u3) ...
19:09:46 [2021-03-01T19:09:46.844Z] #18 23.52 Selecting previously unselected package thin-provisioning-tools.
19:09:46 [2021-03-01T19:09:46.844Z] #18 23.52 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ...
19:09:46 [2021-03-01T19:09:46.872Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 39.72MB / 50.40MB 4.4s
19:09:47 [2021-03-01T19:09:47.134Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 4.6s
19:09:47 [2021-03-01T19:09:47.134Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 4.7s done
19:09:47 [2021-03-01T19:09:47.135Z] #18 23.52 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
19:09:47 [2021-03-01T19:09:47.135Z] #18 23.61 Selecting previously unselected package uidmap.
19:09:47 [2021-03-01T19:09:47.135Z] #18 23.61 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ...
19:09:47 [2021-03-01T19:09:47.135Z] #18 23.61 Unpacking uidmap (1:4.5-1.1) ...
19:09:47 [2021-03-01T19:09:47.135Z] #18 23.68 Selecting previously unselected package vim-runtime.
19:09:47 [2021-03-01T19:09:47.135Z] #18 23.68 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
19:09:47 [2021-03-01T19:09:47.135Z] #18 23.69 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
19:09:47 [2021-03-01T19:09:47.135Z] #18 23.71 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
19:09:47 [2021-03-01T19:09:47.135Z] #18 23.72 Unpacking vim-runtime (2:8.1.0875-5) ...
19:09:47 [2021-03-01T19:09:47.715Z] #25 ...
19:09:47 [2021-03-01T19:09:47.715Z] 
19:09:47 [2021-03-01T19:09:47.715Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:09:47 [2021-03-01T19:09:47.715Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52
19:09:47 [2021-03-01T19:09:47.715Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
19:09:47 [2021-03-01T19:09:47.715Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
19:09:47 [2021-03-01T19:09:47.715Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done
19:09:47 [2021-03-01T19:09:47.715Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
19:09:47 [2021-03-01T19:09:47.715Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.5s done
19:09:47 [2021-03-01T19:09:47.715Z] #61 DONE 5.5s
19:09:47 [2021-03-01T19:09:47.715Z] 
19:09:47 [2021-03-01T19:09:47.715Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:09:47 [2021-03-01T19:09:47.715Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:09:47 [2021-03-01T19:09:47.715Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
19:09:47 [2021-03-01T19:09:47.715Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
19:09:47 [2021-03-01T19:09:47.715Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
19:09:47 [2021-03-01T19:09:47.715Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
19:09:47 [2021-03-01T19:09:47.715Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.9s done
19:09:47 [2021-03-01T19:09:47.715Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.7s done
19:09:47 [2021-03-01T19:09:47.715Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.3s done
19:09:47 [2021-03-01T19:09:47.715Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.1s done
19:09:47 [2021-03-01T19:09:47.715Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.2s done
19:09:47 [2021-03-01T19:09:47.715Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 99.61MB / 120.17MB 5.5s
19:09:47 [2021-03-01T19:09:47.715Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.7s
19:09:47 [2021-03-01T19:09:47.715Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.2s done
19:09:47 [2021-03-01T19:09:47.849Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.3s done
19:09:47 [2021-03-01T19:09:47.849Z] #61 DONE 5.2s
19:09:47 [2021-03-01T19:09:47.849Z] 
19:09:47 [2021-03-01T19:09:47.849Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:09:47 [2021-03-01T19:09:47.849Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s done
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.0s done
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.5s done
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.9s done
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 98.57MB / 120.17MB 5.2s
19:09:47 [2021-03-01T19:09:47.849Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.2s
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.8s done
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 108.40MB / 120.17MB 5.5s
19:09:47 [2021-03-01T19:09:47.849Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.9s
19:09:47 [2021-03-01T19:09:47.978Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 105.91MB / 120.17MB 5.7s
19:09:47 [2021-03-01T19:09:47.997Z] #41 62.35 Selecting previously unselected package libprotoc17:amd64.
19:09:47 [2021-03-01T19:09:47.997Z] #41 62.37 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
19:09:47 [2021-03-01T19:09:47.997Z] #41 62.39 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
19:09:48 [2021-03-01T19:09:48.105Z] #9 ...
19:09:48 [2021-03-01T19:09:48.105Z] 
19:09:48 [2021-03-01T19:09:48.105Z] #22 [internal] load build context
19:09:48 [2021-03-01T19:09:48.105Z] #22 sha256:26622c98d1936a54e5827d2ec21828cd0c7786cc5c03b229340417d60f2f58cb
19:09:48 [2021-03-01T19:09:48.105Z] #22 transferring context: 53.42MB 5.8s done
19:09:48 [2021-03-01T19:09:48.105Z] #22 DONE 6.3s
19:09:48 [2021-03-01T19:09:48.105Z] 
19:09:48 [2021-03-01T19:09:48.105Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:09:48 [2021-03-01T19:09:48.105Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:09:48 [2021-03-01T19:09:48.105Z] #9 ...
19:09:48 [2021-03-01T19:09:48.105Z] 
19:09:48 [2021-03-01T19:09:48.105Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:09:48 [2021-03-01T19:09:48.105Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb
19:09:48 [2021-03-01T19:09:48.105Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done
19:09:48 [2021-03-01T19:09:48.105Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done
19:09:48 [2021-03-01T19:09:48.105Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done
19:09:48 [2021-03-01T19:09:48.105Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done
19:09:48 [2021-03-01T19:09:48.105Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 4.8s done
19:09:48 [2021-03-01T19:09:48.105Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 0.7s
19:09:48 [2021-03-01T19:09:48.240Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 115.34MB / 120.17MB 6.0s
19:09:48 [2021-03-01T19:09:48.255Z] #41 ...
19:09:48 [2021-03-01T19:09:48.255Z] 
19:09:48 [2021-03-01T19:09:48.255Z] #44 [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
19:09:48 [2021-03-01T19:09:48.255Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:09:48 [2021-03-01T19:09:48.255Z] #44 52.70 sync
19:09:48 [2021-03-01T19:09:48.255Z] #44 52.71 internal/reflectlite
19:09:48 [2021-03-01T19:09:48.255Z] #44 54.81 github.com/LK4D4/vndr/godl/singleflight
19:09:48 [2021-03-01T19:09:48.255Z] #44 55.17 math/rand
19:09:48 [2021-03-01T19:09:48.255Z] #44 56.14 internal/singleflight
19:09:48 [2021-03-01T19:09:48.255Z] #44 56.56 io
19:09:48 [2021-03-01T19:09:48.255Z] #44 56.56 strconv
19:09:48 [2021-03-01T19:09:48.255Z] #44 57.94 bytes
19:09:48 [2021-03-01T19:09:48.255Z] #44 60.14 bufio
19:09:48 [2021-03-01T19:09:48.255Z] #44 60.53 reflect
19:09:48 [2021-03-01T19:09:48.255Z] #44 61.91 syscall
19:09:48 [2021-03-01T19:09:48.255Z] #44 ...
19:09:48 [2021-03-01T19:09:48.255Z] 
19:09:48 [2021-03-01T19:09:48.255Z] #35 [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
19:09:48 [2021-03-01T19:09:48.255Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:09:48 [2021-03-01T19:09:48.255Z] #35 62.23 Selecting previously unselected package libicu63:amd64.
19:09:48 [2021-03-01T19:09:48.255Z] #35 62.25 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
19:09:48 [2021-03-01T19:09:48.255Z] #35 62.27 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
19:09:48 [2021-03-01T19:09:48.364Z] #25 ...
19:09:48 [2021-03-01T19:09:48.364Z] 
19:09:48 [2021-03-01T19:09:48.364Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:09:48 [2021-03-01T19:09:48.364Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:09:49 [2021-03-01T19:09:49.164Z] Removing intermediate container 8591bb7bfe38
19:09:49 [2021-03-01T19:09:49.164Z]  ---> e5e0a7ed4072
19:09:49 [2021-03-01T19:09:49.164Z] Step 13/15 : FROM golang:${GO_VERSION}-buster
19:09:49 [2021-03-01T19:09:49.164Z]  ---> 805dc2d65d1c
19:09:49 [2021-03-01T19:09:49.164Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx
19:09:49 [2021-03-01T19:09:49.164Z]  ---> e1c4b9baba72
19:09:49 [2021-03-01T19:09:49.164Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"]
19:09:49 [2021-03-01T19:09:49.164Z]  ---> Running in 31c551a63387
19:09:49 [2021-03-01T19:09:49.164Z] Removing intermediate container 31c551a63387
19:09:49 [2021-03-01T19:09:49.164Z]  ---> 5168aea2af70
19:09:49 [2021-03-01T19:09:49.164Z] Successfully built 5168aea2af70
19:09:49 [2021-03-01T19:09:49.164Z] Successfully tagged moby-buildx:latest
19:09:49 [2021-03-01T19:09:49.164Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \
19:09:49 [2021-03-01T19:09:49.164Z] if [ -n "${id}" ]; then \
19:09:49 [2021-03-01T19:09:49.164Z] 	docker cp ${id}:/usr/bin/buildx bundles/buildx \
19:09:49 [2021-03-01T19:09:49.164Z] 	&& touch bundles/buildx; \
19:09:49 [2021-03-01T19:09:49.164Z] 	docker rm -f ${id}; \
19:09:49 [2021-03-01T19:09:49.164Z] fi
19:09:49 [2021-03-01T19:09:49.164Z] 3175fc7cd0c7521136a625111141af1ca5c7d2da4b10db54c6952355c5e93b0a
19:09:49 [2021-03-01T19:09:49.164Z] bundles/buildx version
19:09:49 [2021-03-01T19:09:49.164Z] buildx v0.5.1 11057da
19:09:49 [2021-03-01T19:09:49.164Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:5542f13c1a24468bff92ce265c892f7391f68f36 .
19:09:49 [2021-03-01T19:09:49.164Z] #1 [internal] booting buildkit
19:09:49 [2021-03-01T19:09:49.164Z] #1 sha256:c610db4abc22e8d741397ca66d2451ae9c1ea664335f6b1fa38e4b2e0c9e3182
19:09:49 [2021-03-01T19:09:49.164Z] #1 pulling image moby/buildkit:buildx-stable-1
19:09:49 [2021-03-01T19:09:49.196Z] #18 25.54 Selecting previously unselected package vim.
19:09:49 [2021-03-01T19:09:49.197Z] #18 25.55 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ...
19:09:49 [2021-03-01T19:09:49.197Z] #18 25.55 Unpacking vim (2:8.1.0875-5) ...
19:09:49 [2021-03-01T19:09:49.292Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.2s done
19:09:49 [2021-03-01T19:09:49.461Z] #1 pulling image moby/buildkit:buildx-stable-1 3.2s done
19:09:49 [2021-03-01T19:09:49.461Z] #1 creating container buildx_buildkit_default
19:09:49 [2021-03-01T19:09:49.487Z] #18 25.91 Selecting previously unselected package xfsprogs.
19:09:49 [2021-03-01T19:09:49.487Z] #18 25.91 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ...
19:09:49 [2021-03-01T19:09:49.487Z] #18 25.92 Unpacking xfsprogs (4.20.0-1) ...
19:09:49 [2021-03-01T19:09:49.757Z] #1 creating container buildx_buildkit_default 0.4s done
19:09:49 [2021-03-01T19:09:49.757Z] #1 DONE 3.6s
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.28 Selecting previously unselected package zip.
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.28 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.28 Unpacking zip (3.0-11+b1) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.40 Setting up aufs-tools (1:4.14+20190211-1) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.43 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.44 Setting up libip6tc0:s390x (1.8.2-4) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.45 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.45 Setting up libgpm2:s390x (1.20.7-5) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.46 Setting up libip4tc0:s390x (1.8.2-4) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.47 Setting up uidmap (1:4.5-1.1) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.47 Setting up libnftnl11:s390x (1.1.2-2) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.48 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.48 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.49 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.50 Setting up libicu63:s390x (63.1-6+deb10u1) ...
19:09:49 [2021-03-01T19:09:49.777Z] #18 26.51 Setting up xxd (2:8.1.0875-5) ...
19:09:50 [2021-03-01T19:09:50.054Z] 
19:09:50 [2021-03-01T19:09:50.055Z] #2 [internal] load build definition from Dockerfile
19:09:50 [2021-03-01T19:09:50.055Z] #2 sha256:6631f2c17980f827d088f0048b3aac878ea0ec1719e4caa495343628d1b5f515
19:09:50 [2021-03-01T19:09:50.055Z] #2 transferring dockerfile: 16.55kB done
19:09:50 [2021-03-01T19:09:50.055Z] #2 DONE 0.0s
19:09:50 [2021-03-01T19:09:50.055Z] 
19:09:50 [2021-03-01T19:09:50.055Z] #3 [internal] load .dockerignore
19:09:50 [2021-03-01T19:09:50.055Z] #3 sha256:ef1d0b3b31018c3cc1e59d937ab53996f04a68591a54f6da2cf8c35592359422
19:09:50 [2021-03-01T19:09:50.055Z] #3 transferring context: 87B done
19:09:50 [2021-03-01T19:09:50.055Z] #3 DONE 0.0s
19:09:50 [2021-03-01T19:09:50.055Z] 
19:09:50 [2021-03-01T19:09:50.055Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:09:50 [2021-03-01T19:09:50.055Z] #4 sha256:13bad8e8c60055f738c2e926edccdf574b41d1b142dc292ae63598355511ae2b
19:09:50 [2021-03-01T19:09:50.067Z] #18 26.51 Setting up zip (3.0-11+b1) ...
19:09:50 [2021-03-01T19:09:50.067Z] #18 26.52 Setting up vim-common (2:8.1.0875-5) ...
19:09:50 [2021-03-01T19:09:50.067Z] #18 26.53 Setting up bash-completion (1:2.8-6) ...
19:09:50 [2021-03-01T19:09:50.173Z] #9 ...
19:09:50 [2021-03-01T19:09:50.173Z] 
19:09:50 [2021-03-01T19:09:50.173Z] #22 [internal] load build context
19:09:50 [2021-03-01T19:09:50.173Z] #22 sha256:399a0dbe8a07378d7d123c8b219b8943756413df7ad6390ab2bf7a3074e4dbe1
19:09:50 [2021-03-01T19:09:50.173Z] #22 transferring context: 53.42MB 6.9s done
19:09:50 [2021-03-01T19:09:50.173Z] #22 DONE 7.8s
19:09:50 [2021-03-01T19:09:50.173Z] 
19:09:50 [2021-03-01T19:09:50.173Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:09:50 [2021-03-01T19:09:50.173Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:09:50 [2021-03-01T19:09:50.173Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.7s done
19:09:50 [2021-03-01T19:09:50.173Z] #9 ...
19:09:50 [2021-03-01T19:09:50.173Z] 
19:09:50 [2021-03-01T19:09:50.173Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:09:50 [2021-03-01T19:09:50.173Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb
19:09:50 [2021-03-01T19:09:50.173Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 2.1s
19:09:50 [2021-03-01T19:09:50.691Z] #4 DONE 0.6s
19:09:50 [2021-03-01T19:09:50.691Z] 
19:09:50 [2021-03-01T19:09:50.691Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
19:09:50 [2021-03-01T19:09:50.691Z] #5 sha256:ee73c76f12f55c52289804938396745ecf0a7d1f993c00a3ebae3cc37bdeb8e1
19:09:50 [2021-03-01T19:09:50.691Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
19:09:50 [2021-03-01T19:09:50.986Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.2s
19:09:50 [2021-03-01T19:09:50.986Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 1.05MB / 8.20MB 0.3s
19:09:50 [2021-03-01T19:09:50.986Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.5s done
19:09:51 [2021-03-01T19:09:51.279Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0.1s done
19:09:51 [2021-03-01T19:09:51.279Z] #5 DONE 0.7s
19:09:51 [2021-03-01T19:09:51.279Z] 
19:09:51 [2021-03-01T19:09:51.279Z] #6 [internal] load build definition from Dockerfile
19:09:51 [2021-03-01T19:09:51.279Z] #6 sha256:217a9f13359e63c0b14350e541c7fbd6cb0c220e53bc158ceea0d73ddc3b1ac9
19:09:51 [2021-03-01T19:09:51.279Z] #6 DONE 0.0s
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.86 Setting up libiptc0:s390x (1.8.2-4) ...
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.87 Setting up xz-utils (5.2.4-1) ...
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.87 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.88 Setting up sudo (1.8.27-1+deb10u3) ...
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.91 invoke-rc.d: could not determine current runlevel
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.91 invoke-rc.d: policy-rc.d denied execution of start.
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.92 Setting up pigz (2.4-1) ...
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.92 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ...
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.93 Setting up libnl-3-200:s390x (3.4.0-1) ...
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.94 Setting up python-pip-whl (18.1-5) ...
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.95 Setting up libmpdec2:s390x (2.4.2-2) ...
19:09:51 [2021-03-01T19:09:51.570Z] #18 27.95 Setting up vim-runtime (2:8.1.0875-5) ...
19:09:51 [2021-03-01T19:09:51.570Z] #18 28.16 Setting up libaio1:s390x (0.3.112-3) ...
19:09:51 [2021-03-01T19:09:51.570Z] #18 28.17 Setting up libonig5:s390x (6.9.1-1) ...
19:09:51 [2021-03-01T19:09:51.572Z] 
19:09:51 [2021-03-01T19:09:51.572Z] #6 [internal] load build definition from Dockerfile
19:09:51 [2021-03-01T19:09:51.572Z] #6 sha256:217a9f13359e63c0b14350e541c7fbd6cb0c220e53bc158ceea0d73ddc3b1ac9
19:09:51 [2021-03-01T19:09:51.572Z] #6 transferring dockerfile: 16.55kB done
19:09:51 [2021-03-01T19:09:51.572Z] #6 DONE 0.0s
19:09:51 [2021-03-01T19:09:51.572Z] 
19:09:51 [2021-03-01T19:09:51.572Z] #9 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:09:51 [2021-03-01T19:09:51.572Z] #9 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743
19:09:51 [2021-03-01T19:09:51.572Z] #9 ...
19:09:51 [2021-03-01T19:09:51.572Z] 
19:09:51 [2021-03-01T19:09:51.572Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:09:51 [2021-03-01T19:09:51.572Z] #8 sha256:fc87f41d59fd17bca5bdacfa76e5840fa11512aef3c722725b3c768af0cd79a5
19:09:51 [2021-03-01T19:09:51.572Z] #8 DONE 0.2s
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.18 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.19 Setting up vim (2:8.1.0875-5) ...
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.22 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.23 Setting up thin-provisioning-tools (0.7.6-2.1) ...
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.23 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ...
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.24 Setting up jq (1.5+dfsg-2+b1) ...
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.25 Setting up libpython3-stdlib:s390x (3.7.3-1) ...
19:09:51 [2021-03-01T19:09:51.860Z] #18 28.25 Setting up python3.7 (3.7.3-2+deb10u2) ...
19:09:51 [2021-03-01T19:09:51.871Z] 
19:09:51 [2021-03-01T19:09:51.871Z] #7 [internal] load metadata for docker.io/library/debian:buster
19:09:51 [2021-03-01T19:09:51.871Z] #7 sha256:40c9f69513e725b643844c4f54ff586edd2c989eaf3d76fa2bc341d2ddd2df16
19:09:51 [2021-03-01T19:09:51.871Z] #7 DONE 0.3s
19:09:51 [2021-03-01T19:09:51.871Z] 
19:09:51 [2021-03-01T19:09:51.871Z] #9 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:09:51 [2021-03-01T19:09:51.871Z] #9 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743
19:09:51 [2021-03-01T19:09:51.871Z] #9 DONE 0.3s
19:09:51 [2021-03-01T19:09:51.871Z] 
19:09:51 [2021-03-01T19:09:51.871Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:09:51 [2021-03-01T19:09:51.871Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1
19:09:51 [2021-03-01T19:09:51.871Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
19:09:51 [2021-03-01T19:09:51.871Z] #10 DONE 0.0s
19:09:51 [2021-03-01T19:09:51.871Z] 
19:09:51 [2021-03-01T19:09:51.871Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:09:51 [2021-03-01T19:09:51.871Z] #26 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3
19:09:51 [2021-03-01T19:09:51.871Z] #26 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 0.0s done
19:09:52 [2021-03-01T19:09:52.206Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 2.10MB / 54.14MB 0.2s
19:09:52 [2021-03-01T19:09:52.451Z] #35 ...
19:09:52 [2021-03-01T19:09:52.451Z] 
19:09:52 [2021-03-01T19:09:52.451Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:09:52 [2021-03-01T19:09:52.451Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:09:52 [2021-03-01T19:09:52.451Z] #12 56.33 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded.
19:09:52 [2021-03-01T19:09:52.451Z] #12 56.33 Need to get 78.2 MB of archives.
19:09:52 [2021-03-01T19:09:52.451Z] #12 56.33 After this operation, 487 MB of additional disk space will be used.
19:09:52 [2021-03-01T19:09:52.451Z] #12 56.33 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 56.34 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 56.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 57.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 57.59 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 57.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 57.61 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 57.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 58.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 58.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 58.50 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 62.14 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 64.79 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 64.79 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 64.79 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 64.79 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 64.79 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 64.79 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 64.80 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 64.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
19:09:52 [2021-03-01T19:09:52.451Z] #12 64.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
19:09:52 [2021-03-01T19:09:52.452Z] #12 64.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
19:09:52 [2021-03-01T19:09:52.452Z] #12 64.91 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
19:09:52 [2021-03-01T19:09:52.452Z] #12 64.97 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
19:09:52 [2021-03-01T19:09:52.452Z] #12 64.98 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
19:09:52 [2021-03-01T19:09:52.452Z] #12 64.99 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
19:09:52 [2021-03-01T19:09:52.452Z] #12 64.99 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB]
19:09:52 [2021-03-01T19:09:52.452Z] #12 66.32 debconf: delaying package configuration, since apt-utils is not installed
19:09:52 [2021-03-01T19:09:52.452Z] #12 ...
19:09:52 [2021-03-01T19:09:52.452Z] 
19:09:52 [2021-03-01T19:09:52.452Z] #41 [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
19:09:52 [2021-03-01T19:09:52.452Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:09:52 [2021-03-01T19:09:52.452Z] #41 62.96 Selecting previously unselected package protobuf-c-compiler.
19:09:52 [2021-03-01T19:09:52.452Z] #41 62.99 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.00 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.14 Selecting previously unselected package protobuf-compiler.
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.14 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.15 Unpacking protobuf-compiler (3.6.1.3-2) ...
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.29 Selecting previously unselected package python-pkg-resources.
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.32 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.35 Unpacking python-pkg-resources (40.8.0-1) ...
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.63 Selecting previously unselected package python-six.
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.65 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.65 Unpacking python-six (1.12.0-1) ...
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.76 Selecting previously unselected package python-protobuf.
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.77 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
19:09:52 [2021-03-01T19:09:52.452Z] #41 63.78 Unpacking python-protobuf (3.6.1.3-2) ...
19:09:52 [2021-03-01T19:09:52.452Z] #41 64.44 Setting up python-pkg-resources (40.8.0-1) ...
19:09:52 [2021-03-01T19:09:52.569Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.6s
19:09:52 [2021-03-01T19:09:52.585Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 6.29MB / 54.14MB 0.3s
19:09:52 [2021-03-01T19:09:52.585Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 11.53MB / 54.14MB 0.6s
19:09:52 [2021-03-01T19:09:52.826Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.9s done
19:09:52 [2021-03-01T19:09:52.961Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 14.68MB / 54.14MB 0.9s
19:09:53 [2021-03-01T19:09:53.266Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 17.83MB / 54.14MB 1.2s
19:09:53 [2021-03-01T19:09:53.393Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s
19:09:53 [2021-03-01T19:09:53.652Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 22.02MB / 54.14MB 1.5s
19:09:53 [2021-03-01T19:09:53.652Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 25.17MB / 54.14MB 1.7s
19:09:53 [2021-03-01T19:09:53.833Z] #41 ...
19:09:53 [2021-03-01T19:09:53.833Z] 
19:09:53 [2021-03-01T19:09:53.833Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:09:53 [2021-03-01T19:09:53.833Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:09:53 [2021-03-01T19:09:53.833Z] #12 66.56 Fetched 78.2 MB in 9s (8708 kB/s)
19:09:53 [2021-03-01T19:09:53.833Z] #12 66.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
19:09:53 [2021-03-01T19:09:53.833Z] #12 66.80 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ...
19:09:53 [2021-03-01T19:09:53.833Z] #12 66.82 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ...
19:09:53 [2021-03-01T19:09:53.833Z] #12 67.27 Setting up libsystemd0:amd64 (241-7~deb10u6) ...
19:09:53 [2021-03-01T19:09:53.833Z] #12 67.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.)
19:09:53 [2021-03-01T19:09:53.833Z] #12 67.47 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ...
19:09:53 [2021-03-01T19:09:53.833Z] #12 67.51 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ...
19:09:53 [2021-03-01T19:09:53.833Z] #12 67.81 Setting up libudev1:amd64 (241-7~deb10u6) ...
19:09:53 [2021-03-01T19:09:53.833Z] #12 67.97 Selecting previously unselected package binutils-mingw-w64-i686.
19:09:53 [2021-03-01T19:09:53.833Z] #12 67.97 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
19:09:53 [2021-03-01T19:09:53.834Z] #12 68.07 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
19:09:53 [2021-03-01T19:09:53.834Z] #12 68.08 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:09:53 [2021-03-01T19:09:53.925Z] #18 30.10 Setting up iptables (1.8.2-4) ...
19:09:53 [2021-03-01T19:09:53.925Z] #18 30.11 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
19:09:53 [2021-03-01T19:09:53.925Z] #18 30.12 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:09:53 [2021-03-01T19:09:53.925Z] #18 30.13 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
19:09:53 [2021-03-01T19:09:53.925Z] #18 30.13 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:09:53 [2021-03-01T19:09:53.925Z] #18 30.14 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
19:09:53 [2021-03-01T19:09:53.925Z] #18 30.14 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
19:09:53 [2021-03-01T19:09:53.925Z] #18 30.15 Setting up python3 (3.7.3-1) ...
19:09:53 [2021-03-01T19:09:53.925Z] #18 30.42 Setting up python3-wheel (0.32.3-2) ...
19:09:54 [2021-03-01T19:09:54.122Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 28.31MB / 54.14MB 1.8s
19:09:54 [2021-03-01T19:09:54.122Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 32.51MB / 54.14MB 2.0s
19:09:54 [2021-03-01T19:09:54.122Z] #26 ...
19:09:54 [2021-03-01T19:09:54.122Z] 
19:09:54 [2021-03-01T19:09:54.122Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:09:54 [2021-03-01T19:09:54.122Z] #62 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8
19:09:54 [2021-03-01T19:09:54.122Z] #62 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done
19:09:54 [2021-03-01T19:09:54.122Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done
19:09:54 [2021-03-01T19:09:54.122Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.5s done
19:09:54 [2021-03-01T19:09:54.122Z] #62 DONE 2.1s
19:09:54 [2021-03-01T19:09:54.122Z] 
19:09:54 [2021-03-01T19:09:54.122Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:09:54 [2021-03-01T19:09:54.122Z] #26 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3
19:09:54 [2021-03-01T19:09:54.122Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 35.65MB / 54.14MB 2.3s
19:09:54 [2021-03-01T19:09:54.216Z] #18 30.80 Setting up apparmor (2.13.2-10) ...
19:09:54 [2021-03-01T19:09:54.322Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.9s done
19:09:54 [2021-03-01T19:09:54.322Z] #9 ...
19:09:54 [2021-03-01T19:09:54.322Z] 
19:09:54 [2021-03-01T19:09:54.322Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:09:54 [2021-03-01T19:09:54.322Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb
19:09:54 [2021-03-01T19:09:54.322Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 6.5s done
19:09:54 [2021-03-01T19:09:54.322Z] #25 DONE 12.2s
19:09:54 [2021-03-01T19:09:54.322Z] 
19:09:54 [2021-03-01T19:09:54.322Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:09:54 [2021-03-01T19:09:54.322Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:09:54 [2021-03-01T19:09:54.322Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
19:09:54 [2021-03-01T19:09:54.322Z] #9 ...
19:09:54 [2021-03-01T19:09:54.322Z] 
19:09:54 [2021-03-01T19:09:54.322Z] #26 [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
19:09:54 [2021-03-01T19:09:54.323Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266
19:09:54 [2021-03-01T19:09:54.557Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 39.85MB / 54.14MB 2.6s
19:09:55 [2021-03-01T19:09:55.023Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 42.99MB / 54.14MB 2.9s
19:09:55 [2021-03-01T19:09:55.247Z] #18 31.63 Setting up xfsprogs (4.20.0-1) ...
19:09:55 [2021-03-01T19:09:55.248Z] #18 31.63 Setting up python3-lib2to3 (3.7.3-1) ...
19:09:55 [2021-03-01T19:09:55.248Z] #18 31.78 Setting up python3-pkg-resources (40.8.0-1) ...
19:09:55 [2021-03-01T19:09:55.441Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 46.14MB / 54.14MB 3.2s
19:09:55 [2021-03-01T19:09:55.441Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 50.33MB / 54.14MB 3.5s
19:09:55 [2021-03-01T19:09:55.478Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 7.1s
19:09:55 [2021-03-01T19:09:55.478Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 7.3s done
19:09:55 [2021-03-01T19:09:55.478Z] #25 DONE 13.3s
19:09:55 [2021-03-01T19:09:55.478Z] 
19:09:55 [2021-03-01T19:09:55.478Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:09:55 [2021-03-01T19:09:55.478Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:09:55 [2021-03-01T19:09:55.478Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.4s done
19:09:55 [2021-03-01T19:09:55.478Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.9s done
19:09:55 [2021-03-01T19:09:55.478Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
19:09:55 [2021-03-01T19:09:55.696Z] #26 1.653 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:09:55 [2021-03-01T19:09:55.696Z] #26 1.653 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
19:09:55 [2021-03-01T19:09:55.696Z] #26 1.668 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:09:55 [2021-03-01T19:09:55.912Z] #18 32.37 Setting up python3-distutils (3.7.3-1) ...
19:09:55 [2021-03-01T19:09:55.912Z] #18 ...
19:09:55 [2021-03-01T19:09:55.912Z] 
19:09:55 [2021-03-01T19:09:55.912Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:09:55 [2021-03-01T19:09:55.912Z] #41 64.36   CC       criu/eventfd.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 64.66   CC       criu/eventpoll.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 65.18   CC       criu/external.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 65.43   CC       criu/fault-injection.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 65.50   CC       criu/fdstore.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 65.74   CC       criu/fifo.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 66.05   CC       criu/file-ids.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 66.20   CC       criu/file-lock.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 66.78   CC       criu/files-ext.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 67.05   CC       criu/files-reg.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 68.08   CC       criu/files.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 69.34   CC       criu/filesystems.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 69.85   CC       criu/fsnotify.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 70.50   CC       criu/image-desc.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 70.58   CC       criu/image.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 70.97   CC       criu/ipc_ns.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 71.60   CC       criu/irmap.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 72.01   CC       criu/kcmp-ids.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 72.14   CC       criu/kerndat.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 72.73   CC       criu/libnetlink.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 73.01   CC       criu/log.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 73.29   CC       criu/lsm.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 73.50   CC       criu/mem.o
19:09:55 [2021-03-01T19:09:55.912Z] #41 74.56   CC       criu/memfd.o
19:09:56 [2021-03-01T19:09:56.033Z] #26 sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 54.14MB / 54.14MB 3.7s done
19:09:56 [2021-03-01T19:09:56.034Z] #26 extracting sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a
19:09:56 [2021-03-01T19:09:56.203Z] #41 ...
19:09:56 [2021-03-01T19:09:56.203Z] 
19:09:56 [2021-03-01T19:09:56.203Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
19:09:56 [2021-03-01T19:09:56.203Z] #18 32.61 Setting up python3-setuptools (40.8.0-1) ...
19:09:56 [2021-03-01T19:09:56.273Z] #26 1.908 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:09:56 [2021-03-01T19:09:56.428Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.8s done
19:09:56 [2021-03-01T19:09:56.428Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
19:09:56 [2021-03-01T19:09:56.530Z] #26 2.157 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:09:56 [2021-03-01T19:09:56.787Z] #26 2.649 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:09:56 [2021-03-01T19:09:56.836Z] #18 33.18 Setting up python3-pip (18.1-5) ...
19:09:56 [2021-03-01T19:09:56.891Z] Client:
19:09:56 [2021-03-01T19:09:56.891Z]  Context:    default
19:09:56 [2021-03-01T19:09:56.891Z]  Debug Mode: false
19:09:56 [2021-03-01T19:09:56.891Z]  Plugins:
19:09:56 [2021-03-01T19:09:56.891Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
19:09:56 [2021-03-01T19:09:56.891Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
19:09:56 [2021-03-01T19:09:56.891Z] 
19:09:56 [2021-03-01T19:09:56.891Z] Server:
19:09:56 [2021-03-01T19:09:56.891Z]  Containers: 0
19:09:56 [2021-03-01T19:09:56.891Z]   Running: 0
19:09:56 [2021-03-01T19:09:56.891Z]   Paused: 0
19:09:56 [2021-03-01T19:09:56.891Z]   Stopped: 0
19:09:56 [2021-03-01T19:09:56.891Z]  Images: 0
19:09:56 [2021-03-01T19:09:56.891Z]  Server Version: 20.10.3
19:09:56 [2021-03-01T19:09:56.891Z]  Storage Driver: overlay2
19:09:56 [2021-03-01T19:09:56.891Z]   Backing Filesystem: extfs
19:09:56 [2021-03-01T19:09:56.891Z]   Supports d_type: true
19:09:56 [2021-03-01T19:09:56.891Z]   Native Overlay Diff: true
19:09:56 [2021-03-01T19:09:56.891Z]  Logging Driver: json-file
19:09:56 [2021-03-01T19:09:56.891Z]  Cgroup Driver: cgroupfs
19:09:56 [2021-03-01T19:09:56.891Z]  Cgroup Version: 1
19:09:56 [2021-03-01T19:09:56.891Z]  Plugins:
19:09:56 [2021-03-01T19:09:56.891Z]   Volume: local
19:09:56 [2021-03-01T19:09:56.891Z]   Network: bridge host ipvlan macvlan null overlay
19:09:56 [2021-03-01T19:09:56.891Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:09:56 [2021-03-01T19:09:56.891Z]  Swarm: inactive
19:09:56 [2021-03-01T19:09:56.891Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
19:09:56 [2021-03-01T19:09:56.891Z]  Default Runtime: runc
19:09:56 [2021-03-01T19:09:56.891Z]  Init Binary: docker-init
19:09:56 [2021-03-01T19:09:56.891Z]  containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:09:56 [2021-03-01T19:09:56.891Z]  runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:09:56 [2021-03-01T19:09:56.891Z]  init version: de40ad0
19:09:56 [2021-03-01T19:09:56.891Z]  Security Options:
19:09:56 [2021-03-01T19:09:56.891Z]   apparmor
19:09:56 [2021-03-01T19:09:56.891Z]   seccomp
19:09:56 [2021-03-01T19:09:56.891Z]    Profile: default
19:09:56 [2021-03-01T19:09:56.891Z]  Kernel Version: 4.15.0-1093-aws
19:09:56 [2021-03-01T19:09:56.891Z]  Operating System: Ubuntu 16.04.7 LTS
19:09:56 [2021-03-01T19:09:56.891Z]  OSType: linux
19:09:56 [2021-03-01T19:09:56.891Z]  Architecture: aarch64
19:09:56 [2021-03-01T19:09:56.891Z]  CPUs: 4
19:09:56 [2021-03-01T19:09:56.891Z]  Total Memory: 7.525GiB
19:09:56 [2021-03-01T19:09:56.891Z]  Name: ip-10-100-59-20
19:09:56 [2021-03-01T19:09:56.891Z]  ID: HS3U:IGO5:VPJI:V5M2:5SX2:V5CR:PRXJ:5HSF:G7SK:JBQF:ATHM:TB3S
19:09:56 [2021-03-01T19:09:56.891Z]  Docker Root Dir: /var/lib/docker
19:09:56 [2021-03-01T19:09:56.891Z]  Debug Mode: false
19:09:56 [2021-03-01T19:09:56.891Z]  Registry: https://index.docker.io/v1/
19:09:56 [2021-03-01T19:09:56.891Z]  Labels:
19:09:56 [2021-03-01T19:09:56.891Z]  Experimental: true
19:09:56 [2021-03-01T19:09:56.891Z]  Insecure Registries:
19:09:56 [2021-03-01T19:09:56.891Z]   127.0.0.0/8
19:09:56 [2021-03-01T19:09:56.891Z]  Live Restore Enabled: true
19:09:56 [2021-03-01T19:09:56.891Z] 
19:09:56 [2021-03-01T19:09:56.891Z] WARNING: No swap limit support
[Pipeline] sh
19:09:57 [2021-03-01T19:09:57.127Z] #18 33.82 Processing triggers for libc-bin (2.28-10) ...
19:09:57 [2021-03-01T19:09:57.130Z] #12 71.08 Selecting previously unselected package binutils-mingw-w64-x86-64.
19:09:57 [2021-03-01T19:09:57.130Z] #12 71.08 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
19:09:57 [2021-03-01T19:09:57.130Z] #12 71.15 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:09:57 [2021-03-01T19:09:57.130Z] #12 ...
19:09:57 [2021-03-01T19:09:57.130Z] 
19:09:57 [2021-03-01T19:09:57.130Z] #31 [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
19:09:57 [2021-03-01T19:09:57.130Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:09:57 [2021-03-01T19:09:57.130Z] #31 60.82 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:09:57 [2021-03-01T19:09:57.130Z] #31 ...
19:09:57 [2021-03-01T19:09:57.130Z] 
19:09:57 [2021-03-01T19:09:57.130Z] #35 [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
19:09:57 [2021-03-01T19:09:57.130Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:09:57 [2021-03-01T19:09:57.130Z] #35 69.97 Selecting previously unselected package libxml2:amd64.
19:09:57 [2021-03-01T19:09:57.130Z] #35 69.99 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
19:09:57 [2021-03-01T19:09:57.130Z] #35 70.00 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
19:09:57 [2021-03-01T19:09:57.130Z] #35 71.18 Selecting previously unselected package libarchive13:amd64.
19:09:57 [2021-03-01T19:09:57.130Z] #35 71.18 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
19:09:57 [2021-03-01T19:09:57.130Z] #35 71.33 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
19:09:57 [2021-03-01T19:09:57.195Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:09:57 [2021-03-01T19:09:57.195Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
19:09:57 [2021-03-01T19:09:57.195Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42102/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
19:09:57 [2021-03-01T19:09:57.195Z] + bash /home/ubuntu/workspace/moby_PR-42102/check-config.sh
19:09:57 [2021-03-01T19:09:57.195Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
19:09:57 [2021-03-01T19:09:57.195Z] info: reading kernel config from /boot/config-4.15.0-1093-aws ...
19:09:57 [2021-03-01T19:09:57.195Z] 
19:09:57 [2021-03-01T19:09:57.195Z] Generally Necessary:
19:09:57 [2021-03-01T19:09:57.195Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
19:09:57 [2021-03-01T19:09:57.195Z] - apparmor: enabled and tools installed
19:09:57 [2021-03-01T19:09:57.402Z] #35 71.83 Selecting previously unselected package libjsoncpp1:amd64.#35 ...
19:09:57 [2021-03-01T19:09:57.402Z] 
19:09:57 [2021-03-01T19:09:57.402Z] #46 [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
19:09:57 [2021-03-01T19:09:57.402Z] #46 sha256:6ff1aa7ddea414fadc2d3925b0c37db95663d4bd5794449bf0296b54a1f74e9d
19:09:57 [2021-03-01T19:09:57.402Z] #46 DONE 71.9s
19:09:57 [2021-03-01T19:09:57.402Z] 
19:09:57 [2021-03-01T19:09:57.402Z] #35 [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
19:09:57 [2021-03-01T19:09:57.402Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:09:57 [2021-03-01T19:09:57.402Z] #35 71.83 Selecting previously unselected package libjsoncpp1:amd64.
19:09:57 [2021-03-01T19:09:57.402Z] #35 71.84 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
19:09:57 [2021-03-01T19:09:57.402Z] #35 71.89 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
19:09:57 [2021-03-01T19:09:57.402Z] #35 72.10 Selecting previously unselected package librhash0:amd64.
19:09:57 [2021-03-01T19:09:57.419Z] #18 33.84 Processing triggers for mime-support (3.62) ...
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_NAMESPACES: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_NET_NS: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_PID_NS: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_IPC_NS: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_UTS_NS: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_CGROUPS: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_CGROUP_CPUACCT: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_CGROUP_DEVICE: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_CGROUP_FREEZER: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_CGROUP_SCHED: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_CPUSETS: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_MEMCG: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_KEYS: enabled
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_VETH: enabled (as module)
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_BRIDGE: enabled (as module)
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_IP_NF_FILTER: enabled (as module)
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_IP_NF_NAT: enabled (as module)
19:09:57 [2021-03-01T19:09:57.460Z] - CONFIG_NF_NAT: enabled (as module)
19:09:57 [2021-03-01T19:09:57.665Z] #35 72.13 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
19:09:57 [2021-03-01T19:09:57.665Z] #35 72.15 Unpacking librhash0:amd64 (1.3.8-1) ...
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_NF_NAT_NEEDED: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_POSIX_MQUEUE: enabled
19:09:57 [2021-03-01T19:09:57.726Z] 
19:09:57 [2021-03-01T19:09:57.726Z] Optional Features:
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_USER_NS: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_SECCOMP: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_CGROUP_PIDS: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_MEMCG_SWAP: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
19:09:57 [2021-03-01T19:09:57.726Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_BLK_CGROUP: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_BLK_DEV_THROTTLING: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_IOSCHED_CFQ: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_CGROUP_PERF: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_CGROUP_HUGETLB: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_CGROUP_NET_PRIO: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_CFS_BANDWIDTH: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_FAIR_GROUP_SCHED: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_RT_GROUP_SCHED: missing
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_IP_VS: enabled (as module)
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_IP_VS_NFCT: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_IP_VS_PROTO_TCP: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_IP_VS_PROTO_UDP: enabled
19:09:57 [2021-03-01T19:09:57.726Z] - CONFIG_IP_VS_RR: enabled (as module)
19:09:57 [2021-03-01T19:09:57.726Z] #18 DONE 34.3s
19:09:57 [2021-03-01T19:09:57.726Z] 
19:09:57 [2021-03-01T19:09:57.726Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
19:09:57 [2021-03-01T19:09:57.926Z] #35 72.31 Selecting previously unselected package libuv1:amd64.
19:09:57 [2021-03-01T19:09:57.926Z] #35 72.32 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
19:09:57 [2021-03-01T19:09:57.926Z] #35 72.33 Unpacking libuv1:amd64 (1.24.1-1) ...
19:09:57 [2021-03-01T19:09:57.991Z] - CONFIG_EXT4_FS: enabled
19:09:57 [2021-03-01T19:09:57.991Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
19:09:57 [2021-03-01T19:09:57.991Z] - CONFIG_EXT4_FS_SECURITY: enabled
19:09:57 [2021-03-01T19:09:57.991Z] - Network Drivers:
19:09:57 [2021-03-01T19:09:57.991Z]   - "overlay":
19:09:57 [2021-03-01T19:09:57.991Z]     - CONFIG_VXLAN: enabled (as module)
19:09:57 [2021-03-01T19:09:57.991Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
19:09:57 [2021-03-01T19:09:57.991Z]       Optional (for encrypted networks):
19:09:57 [2021-03-01T19:09:57.991Z]       - CONFIG_CRYPTO: enabled
19:09:57 [2021-03-01T19:09:57.991Z]       - CONFIG_CRYPTO_AEAD: enabled
19:09:57 [2021-03-01T19:09:57.991Z]       - CONFIG_CRYPTO_GCM: enabled
19:09:57 [2021-03-01T19:09:57.991Z]       - CONFIG_CRYPTO_SEQIV: enabled
19:09:57 [2021-03-01T19:09:57.991Z]       - CONFIG_CRYPTO_GHASH: enabled
19:09:57 [2021-03-01T19:09:57.991Z]       - CONFIG_XFRM: enabled
19:09:57 [2021-03-01T19:09:57.991Z]       - CONFIG_XFRM_USER: enabled (as module)
19:09:57 [2021-03-01T19:09:57.991Z]       - CONFIG_XFRM_ALGO: enabled (as module)
19:09:57 [2021-03-01T19:09:57.991Z]       - CONFIG_INET_ESP: enabled (as module)
19:09:57 [2021-03-01T19:09:57.992Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
19:09:57 [2021-03-01T19:09:57.992Z]   - "ipvlan":
19:09:57 [2021-03-01T19:09:57.992Z]     - CONFIG_IPVLAN: enabled (as module)
19:09:57 [2021-03-01T19:09:57.992Z]   - "macvlan":
19:09:57 [2021-03-01T19:09:57.992Z]     - CONFIG_MACVLAN: enabled (as module)
19:09:57 [2021-03-01T19:09:57.992Z]     - CONFIG_DUMMY: enabled (as module)
19:09:57 [2021-03-01T19:09:57.992Z]   - "ftp,tftp client in container":
19:09:57 [2021-03-01T19:09:57.992Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
19:09:57 [2021-03-01T19:09:57.992Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
19:09:57 [2021-03-01T19:09:57.992Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
19:09:57 [2021-03-01T19:09:57.992Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
19:09:57 [2021-03-01T19:09:57.992Z] - Storage Drivers:
19:09:57 [2021-03-01T19:09:57.992Z]   - "aufs":
19:09:58 [2021-03-01T19:09:58.186Z] #35 72.51 Selecting previously unselected package cmake.
19:09:58 [2021-03-01T19:09:58.186Z] #35 72.54 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
19:09:58 [2021-03-01T19:09:58.186Z] #35 72.56 Unpacking cmake (3.13.4-1) ...
19:09:58 [2021-03-01T19:09:58.186Z] #35 ...
19:09:58 [2021-03-01T19:09:58.186Z] 
19:09:58 [2021-03-01T19:09:58.186Z] #50 [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
19:09:58 [2021-03-01T19:09:58.186Z] #50 sha256:199a441f313b0e5029f48fab26df328cfd0a1fb12a629305a4957e1f9ef26b4c
19:09:58 [2021-03-01T19:09:58.186Z] #50 62.62 syscall
19:09:58 [2021-03-01T19:09:58.186Z] #50 62.69 reflect
19:09:58 [2021-03-01T19:09:58.186Z] #50 69.85 time
19:09:58 [2021-03-01T19:09:58.186Z] #50 ...
19:09:58 [2021-03-01T19:09:58.186Z] 
19:09:58 [2021-03-01T19:09:58.186Z] #41 [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
19:09:58 [2021-03-01T19:09:58.186Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:09:58 [2021-03-01T19:09:58.186Z] #41 68.93 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
19:09:58 [2021-03-01T19:09:58.186Z] #41 68.99 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:09:58 [2021-03-01T19:09:58.186Z] #41 69.00 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:09:58 [2021-03-01T19:09:58.186Z] #41 69.02 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
19:09:58 [2021-03-01T19:09:58.186Z] #41 69.04 Setting up python-six (1.12.0-1) ...
19:09:58 [2021-03-01T19:09:58.256Z]     - CONFIG_AUFS_FS: enabled (as module)
19:09:58 [2021-03-01T19:09:58.256Z]   - "btrfs":
19:09:58 [2021-03-01T19:09:58.256Z]     - CONFIG_BTRFS_FS: enabled (as module)
19:09:58 [2021-03-01T19:09:58.256Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
19:09:58 [2021-03-01T19:09:58.256Z]   - "devicemapper":
19:09:58 [2021-03-01T19:09:58.256Z]     - CONFIG_BLK_DEV_DM: enabled
19:09:58 [2021-03-01T19:09:58.256Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
19:09:58 [2021-03-01T19:09:58.256Z]   - "overlay":
19:09:58 [2021-03-01T19:09:58.256Z]     - CONFIG_OVERLAY_FS: enabled (as module)
19:09:58 [2021-03-01T19:09:58.256Z]   - "zfs":
19:09:58 [2021-03-01T19:09:58.256Z]     - /dev/zfs: missing
19:09:58 [2021-03-01T19:09:58.256Z]     - zfs command: missing
19:09:58 [2021-03-01T19:09:58.256Z]     - zpool command: missing
19:09:58 [2021-03-01T19:09:58.256Z] 
19:09:58 [2021-03-01T19:09:58.256Z] Limits:
19:09:58 [2021-03-01T19:09:58.256Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
19:09:58 [2021-03-01T19:09:58.256Z] 
19:09:58 [2021-03-01T19:09:58.256Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
19:09:58 [2021-03-01T19:09:58.630Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:5542f13c1a24468bff92ce265c892f7391f68f36 .
19:09:58 [2021-03-01T19:09:58.681Z] #26 4.328 Fetched 8423 kB in 3s (2885 kB/s)
19:09:58 [2021-03-01T19:09:58.771Z] #19 0.871 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
19:09:58 [2021-03-01T19:09:58.771Z] #19 0.873 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
19:09:58 [2021-03-01T19:09:58.771Z] #19 0.875 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
19:09:58 [2021-03-01T19:09:58.771Z] #19 DONE 1.0s
19:09:58 [2021-03-01T19:09:58.771Z] 
19:09:58 [2021-03-01T19:09:58.771Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:09:58 [2021-03-01T19:09:58.784Z] #41 73.26 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
19:09:58 [2021-03-01T19:09:58.784Z] #41 73.31 Setting up libnl-3-200:amd64 (3.4.0-1) ...
19:09:58 [2021-03-01T19:09:58.784Z] #41 73.33 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
19:09:58 [2021-03-01T19:09:58.894Z] #2 [internal] load .dockerignore
19:09:58 [2021-03-01T19:09:58.894Z] #2 sha256:5a555d4968487c4b47eb9387ce62e61d341f543722ab8e969bcaf120949900f4
19:09:59 [2021-03-01T19:09:59.074Z] #41 73.55 Setting up libcap-dev:amd64 (1:2.25-2) ...
19:09:59 [2021-03-01T19:09:59.074Z] #41 73.60 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
19:09:59 [2021-03-01T19:09:59.074Z] #41 73.62 Setting up protobuf-compiler (3.6.1.3-2) ...
19:09:59 [2021-03-01T19:09:59.074Z] #41 73.63 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
19:09:59 [2021-03-01T19:09:59.074Z] #41 73.65 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
19:09:59 [2021-03-01T19:09:59.074Z] #41 73.66 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
19:09:59 [2021-03-01T19:09:59.350Z] #41 73.67 Setting up python-protobuf (3.6.1.3-2) ...
19:09:59 [2021-03-01T19:09:59.611Z] #41 ...
19:09:59 [2021-03-01T19:09:59.611Z] 
19:09:59 [2021-03-01T19:09:59.611Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:09:59 [2021-03-01T19:09:59.611Z] #33 sha256:9f3677e247ac66285fadcdfcbe95a525ce0e7a48a716c9cac29b07b57c588bb9
19:09:59 [2021-03-01T19:09:59.611Z] #33 64.24 time
19:09:59 [2021-03-01T19:09:59.611Z] #33 71.03 internal/poll
19:09:59 [2021-03-01T19:09:59.611Z] #33 71.71 internal/fmtsort
19:09:59 [2021-03-01T19:09:59.611Z] #33 72.58 internal/syscall/execenv
19:09:59 [2021-03-01T19:09:59.611Z] #33 72.79 internal/syscall/unix
19:09:59 [2021-03-01T19:09:59.611Z] #33 73.34 strings
19:09:59 [2021-03-01T19:09:59.611Z] #33 73.71 os
19:09:59 [2021-03-01T19:09:59.613Z] #26 4.328 Reading package lists...
19:10:00 [2021-03-01T19:10:00.161Z] #26 ...
19:10:00 [2021-03-01T19:10:00.161Z] 
19:10:00 [2021-03-01T19:10:00.161Z] #23 [internal] load build context
19:10:00 [2021-03-01T19:10:00.161Z] #23 sha256:e649c7eb44d8a316e7df248fb0ec5e04086af26b2eae0bcf5618a0adf9bda635
19:10:00 [2021-03-01T19:10:00.161Z] #23 transferring context: 53.42MB 7.6s done
19:10:00 [2021-03-01T19:10:00.161Z] #23 DONE 7.7s
19:10:00 [2021-03-01T19:10:00.161Z] 
19:10:00 [2021-03-01T19:10:00.161Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:00 [2021-03-01T19:10:00.161Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1
19:10:00 [2021-03-01T19:10:00.161Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.3s done
19:10:00 [2021-03-01T19:10:00.161Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.7s done
19:10:00 [2021-03-01T19:10:00.161Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.7s done
19:10:00 [2021-03-01T19:10:00.161Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.7s done
19:10:00 [2021-03-01T19:10:00.161Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.0s done
19:10:00 [2021-03-01T19:10:00.161Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.1s done
19:10:00 [2021-03-01T19:10:00.161Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 4.9s done
19:10:00 [2021-03-01T19:10:00.161Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53
19:10:00 [2021-03-01T19:10:00.177Z] #26 5.267 Reading package lists...
19:10:00 [2021-03-01T19:10:00.177Z] #26 ...
19:10:00 [2021-03-01T19:10:00.177Z] 
19:10:00 [2021-03-01T19:10:00.177Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:00 [2021-03-01T19:10:00.177Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:00 [2021-03-01T19:10:00.177Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done
19:10:00 [2021-03-01T19:10:00.177Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.7s
19:10:00 [2021-03-01T19:10:00.571Z] #33 ...
19:10:00 [2021-03-01T19:10:00.571Z] 
19:10:00 [2021-03-01T19:10:00.571Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:00 [2021-03-01T19:10:00.571Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:00 [2021-03-01T19:10:00.571Z] #12 75.08 Selecting previously unselected package binutils-mingw-w64.
19:10:00 [2021-03-01T19:10:00.571Z] #12 75.10 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
19:10:00 [2021-03-01T19:10:00.571Z] #12 75.12 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
19:10:00 [2021-03-01T19:10:00.827Z] #2 transferring context: 87B done
19:10:00 [2021-03-01T19:10:00.827Z] #2 ...
19:10:00 [2021-03-01T19:10:00.827Z] 
19:10:00 [2021-03-01T19:10:00.827Z] #1 [internal] load build definition from Dockerfile
19:10:00 [2021-03-01T19:10:00.827Z] #1 sha256:9bf44cb899ffb960d86bdeb8dcaca3e436a442fdff020726cc9e59b79b71b8d5
19:10:00 [2021-03-01T19:10:00.827Z] #1 transferring dockerfile: 16.55kB done
19:10:00 [2021-03-01T19:10:00.827Z] #1 DONE 1.9s
19:10:00 [2021-03-01T19:10:00.830Z] #12 75.28 Selecting previously unselected package libdevmapper1.02.1:amd64.
19:10:00 [2021-03-01T19:10:00.831Z] #12 75.29 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
19:10:00 [2021-03-01T19:10:00.831Z] #12 75.31 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
19:10:01 [2021-03-01T19:10:01.090Z] #12 75.52 Selecting previously unselected package dmsetup.
19:10:01 [2021-03-01T19:10:01.090Z] #12 75.56 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
19:10:01 [2021-03-01T19:10:01.090Z] #12 75.56 Unpacking dmsetup (2:1.02.155-3) ...
19:10:01 [2021-03-01T19:10:01.091Z] 
19:10:01 [2021-03-01T19:10:01.091Z] #2 [internal] load .dockerignore
19:10:01 [2021-03-01T19:10:01.091Z] #2 sha256:5a555d4968487c4b47eb9387ce62e61d341f543722ab8e969bcaf120949900f4
19:10:01 [2021-03-01T19:10:01.091Z] #2 DONE 1.9s
19:10:01 [2021-03-01T19:10:01.091Z] 
19:10:01 [2021-03-01T19:10:01.091Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:10:01 [2021-03-01T19:10:01.091Z] #3 sha256:3242eeaf18da316ded48256a0832b5cec1bbdac6db0ce0ee365e8a978d41940c
19:10:01 [2021-03-01T19:10:01.215Z] #10 ...
19:10:01 [2021-03-01T19:10:01.215Z] 
19:10:01 [2021-03-01T19:10:01.215Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:10:01 [2021-03-01T19:10:01.215Z] #26 sha256:33ac3e65ba1c55c19bbad81b463b059d04d8a1619999719242a3b2339efce0b3
19:10:01 [2021-03-01T19:10:01.215Z] #26 extracting sha256:9311932ee2fcc8fed8d2911fda20f73ee92ea26879166cf6cc3192522e83fd0a 5.2s done
19:10:01 [2021-03-01T19:10:01.215Z] #26 DONE 9.0s
19:10:01 [2021-03-01T19:10:01.215Z] 
19:10:01 [2021-03-01T19:10:01.215Z] #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
19:10:01 [2021-03-01T19:10:01.215Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b
19:10:01 [2021-03-01T19:10:01.215Z] #27 0.223 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:01 [2021-03-01T19:10:01.215Z] #27 0.245 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
19:10:01 [2021-03-01T19:10:01.215Z] #27 0.273 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:01 [2021-03-01T19:10:01.350Z] #12 75.75 Selecting previously unselected package mingw-w64-common.
19:10:01 [2021-03-01T19:10:01.350Z] #12 75.75 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
19:10:01 [2021-03-01T19:10:01.350Z] #12 75.76 Unpacking mingw-w64-common (6.0.0-3) ...
19:10:01 [2021-03-01T19:10:01.513Z] #27 0.469 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #9 ...
19:10:01 [2021-03-01T19:10:01.560Z] 
19:10:01 [2021-03-01T19:10:01.560Z] #26 [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
19:10:01 [2021-03-01T19:10:01.560Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266
19:10:01 [2021-03-01T19:10:01.560Z] #26 5.267 Reading package lists...
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.210 Building dependency tree...
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.618 The following additional packages will be installed:
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.618   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.618   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.618   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.618 Suggested packages:
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.618   krb5-doc krb5-user
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.618 Recommended packages:
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.618   krb5-locales publicsuffix libsasl2-modules
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.779 The following NEW packages will be installed:
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.779   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.780   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.780   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
19:10:01 [2021-03-01T19:10:01.560Z] #26 6.781   libssh2-1 libssl1.1 openssl
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.077 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.077 Need to get 5057 kB of archives.
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.077 After this operation, 12.1 MB of additional disk space will be used.
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.077 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.081 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.081 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.082 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.085 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.085 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.103 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.103 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.117 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.130 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.130 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.131 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.135 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.141 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.159 Get:15 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.167 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.167 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.171 Get:18 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.172 Get:19 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.174 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.181 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.369 debconf: delaying package configuration, since apt-utils is not installed
19:10:01 [2021-03-01T19:10:01.560Z] #26 7.412 Fetched 5057 kB in 0s (13.7 MB/s)
19:10:01 [2021-03-01T19:10:01.731Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.1s
19:10:01 [2021-03-01T19:10:01.816Z] #27 0.729 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
19:10:01 [2021-03-01T19:10:01.819Z] #26 7.476 Selecting previously unselected package libssl1.1:amd64.
19:10:01 [2021-03-01T19:10:01.819Z] #26 7.476 (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.)
19:10:01 [2021-03-01T19:10:01.819Z] #26 7.477 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ...
19:10:01 [2021-03-01T19:10:01.819Z] #26 7.492 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ...
19:10:02 [2021-03-01T19:10:02.046Z] #3 DONE 0.9s
19:10:02 [2021-03-01T19:10:02.046Z] 
19:10:02 [2021-03-01T19:10:02.046Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
19:10:02 [2021-03-01T19:10:02.046Z] #4 sha256:e2fb1c94d106d597da9164a068ce49aece352b29fc05b57104b551e09cb4545e
19:10:02 [2021-03-01T19:10:02.046Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
19:10:02 [2021-03-01T19:10:02.046Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
19:10:02 [2021-03-01T19:10:02.046Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done
19:10:02 [2021-03-01T19:10:02.046Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done
19:10:02 [2021-03-01T19:10:02.046Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s
19:10:02 [2021-03-01T19:10:02.046Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 2.10MB / 8.28MB 0.2s
19:10:02 [2021-03-01T19:10:02.078Z] #26 7.766 Selecting previously unselected package libsasl2-modules-db:amd64.
19:10:02 [2021-03-01T19:10:02.078Z] #26 7.766 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
19:10:02 [2021-03-01T19:10:02.078Z] #26 7.770 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:02 [2021-03-01T19:10:02.078Z] #26 7.836 Selecting previously unselected package libsasl2-2:amd64.
19:10:02 [2021-03-01T19:10:02.078Z] #26 7.836 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
19:10:02 [2021-03-01T19:10:02.078Z] #26 7.840 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:02 [2021-03-01T19:10:02.078Z] #26 7.912 Selecting previously unselected package libldap-common.
19:10:02 [2021-03-01T19:10:02.078Z] #26 7.912 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
19:10:02 [2021-03-01T19:10:02.078Z] #26 7.921 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:10:02 [2021-03-01T19:10:02.114Z] #27 1.107 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B]
19:10:02 [2021-03-01T19:10:02.286Z] #20 3.239 Collecting yamllint==1.16.0
19:10:02 [2021-03-01T19:10:02.286Z] #20 3.414   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
19:10:02 [2021-03-01T19:10:02.286Z] #20 3.432 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
19:10:02 [2021-03-01T19:10:02.286Z] #20 3.475   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
19:10:02 [2021-03-01T19:10:02.286Z] #20 3.501 Collecting pyyaml (from yamllint==1.16.0)
19:10:02 [2021-03-01T19:10:02.286Z] #20 3.637   Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB)
19:10:02 [2021-03-01T19:10:02.310Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s
19:10:02 [2021-03-01T19:10:02.336Z] #26 7.982 Selecting previously unselected package libldap-2.4-2:amd64.
19:10:02 [2021-03-01T19:10:02.336Z] #26 7.982 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
19:10:02 [2021-03-01T19:10:02.336Z] #26 7.987 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
19:10:02 [2021-03-01T19:10:02.336Z] #26 8.107 Selecting previously unselected package openssl.
19:10:02 [2021-03-01T19:10:02.336Z] #26 8.107 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ...
19:10:02 [2021-03-01T19:10:02.336Z] #26 8.107 Unpacking openssl (1.1.1d-0+deb10u5) ...
19:10:02 [2021-03-01T19:10:02.589Z] Client:
19:10:02 [2021-03-01T19:10:02.589Z]  Context:    default
19:10:02 [2021-03-01T19:10:02.589Z]  Debug Mode: false
19:10:02 [2021-03-01T19:10:02.589Z]  Plugins:
19:10:02 [2021-03-01T19:10:02.589Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
19:10:02 [2021-03-01T19:10:02.589Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
19:10:02 [2021-03-01T19:10:02.589Z] 
19:10:02 [2021-03-01T19:10:02.589Z] Server:
19:10:02 [2021-03-01T19:10:02.589Z]  Containers: 0
19:10:02 [2021-03-01T19:10:02.589Z]   Running: 0
19:10:02 [2021-03-01T19:10:02.589Z]   Paused: 0
19:10:02 [2021-03-01T19:10:02.589Z]   Stopped: 0
19:10:02 [2021-03-01T19:10:02.589Z]  Images: 0
19:10:02 [2021-03-01T19:10:02.589Z]  Server Version: 20.10.3
19:10:02 [2021-03-01T19:10:02.589Z]  Storage Driver: overlay2
19:10:02 [2021-03-01T19:10:02.589Z]   Backing Filesystem: extfs
19:10:02 [2021-03-01T19:10:02.589Z]   Supports d_type: true
19:10:02 [2021-03-01T19:10:02.589Z]   Native Overlay Diff: true
19:10:02 [2021-03-01T19:10:02.589Z]  Logging Driver: json-file
19:10:02 [2021-03-01T19:10:02.589Z]  Cgroup Driver: systemd
19:10:02 [2021-03-01T19:10:02.589Z]  Cgroup Version: 2
19:10:02 [2021-03-01T19:10:02.589Z]  Plugins:
19:10:02 [2021-03-01T19:10:02.589Z]   Volume: local
19:10:02 [2021-03-01T19:10:02.589Z]   Network: bridge host ipvlan macvlan null overlay
19:10:02 [2021-03-01T19:10:02.589Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
19:10:02 [2021-03-01T19:10:02.589Z]  Swarm: inactive
19:10:02 [2021-03-01T19:10:02.589Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
19:10:02 [2021-03-01T19:10:02.589Z]  Default Runtime: runc
19:10:02 [2021-03-01T19:10:02.589Z]  Init Binary: docker-init
19:10:02 [2021-03-01T19:10:02.589Z]  containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:10:02 [2021-03-01T19:10:02.589Z]  runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
19:10:02 [2021-03-01T19:10:02.589Z]  init version: de40ad0
19:10:02 [2021-03-01T19:10:02.589Z]  Security Options:
19:10:02 [2021-03-01T19:10:02.589Z]   apparmor
19:10:02 [2021-03-01T19:10:02.589Z]   seccomp
19:10:02 [2021-03-01T19:10:02.589Z]    Profile: default
19:10:02 [2021-03-01T19:10:02.589Z]   cgroupns
19:10:02 [2021-03-01T19:10:02.589Z]  Kernel Version: 5.4.0-1037-aws
19:10:02 [2021-03-01T19:10:02.589Z]  Operating System: Ubuntu 20.04.2 LTS
19:10:02 [2021-03-01T19:10:02.589Z]  OSType: linux
19:10:02 [2021-03-01T19:10:02.589Z]  Architecture: x86_64
19:10:02 [2021-03-01T19:10:02.589Z]  CPUs: 2
19:10:02 [2021-03-01T19:10:02.589Z]  Total Memory: 7.487GiB
19:10:02 [2021-03-01T19:10:02.589Z]  Name: ip-10-100-72-162
19:10:02 [2021-03-01T19:10:02.589Z]  ID: OFF2:BTCM:CKDV:MQWH:UM2E:5MQ5:AWUO:EWJ5:ACPR:VNBW:3JGL:VG7K
19:10:02 [2021-03-01T19:10:02.589Z]  Docker Root Dir: /var/lib/docker
19:10:02 [2021-03-01T19:10:02.589Z]  Debug Mode: false
19:10:02 [2021-03-01T19:10:02.589Z]  Registry: https://index.docker.io/v1/
19:10:02 [2021-03-01T19:10:02.589Z]  Labels:
19:10:02 [2021-03-01T19:10:02.589Z]  Experimental: true
19:10:02 [2021-03-01T19:10:02.589Z]  Insecure Registries:
19:10:02 [2021-03-01T19:10:02.589Z]   127.0.0.0/8
19:10:02 [2021-03-01T19:10:02.589Z]  Live Restore Enabled: true
19:10:02 [2021-03-01T19:10:02.589Z] 
19:10:02 [2021-03-01T19:10:02.589Z] WARNING: No kernel memory TCP limit support
19:10:02 [2021-03-01T19:10:02.589Z] WARNING: No oom kill disable support
19:10:02 [2021-03-01T19:10:02.589Z] WARNING: Support for cgroup v2 is experimental
19:10:02 [2021-03-01T19:10:02.593Z] #26 8.267 Selecting previously unselected package ca-certificates.
19:10:02 [2021-03-01T19:10:02.593Z] #26 8.267 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ...
19:10:02 [2021-03-01T19:10:02.593Z] #26 8.273 Unpacking ca-certificates (20200601~deb10u2) ...
19:10:02 [2021-03-01T19:10:02.593Z] #26 8.425 Selecting previously unselected package libkeyutils1:amd64.
19:10:02 [2021-03-01T19:10:02.593Z] #26 8.425 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ...
19:10:02 [2021-03-01T19:10:02.593Z] #26 8.444 Unpacking libkeyutils1:amd64 (1.6-6) ...
19:10:02 [2021-03-01T19:10:02.593Z] #26 8.486 Selecting previously unselected package libkrb5support0:amd64.
19:10:02 [2021-03-01T19:10:02.593Z] #26 8.486 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
19:10:02 [2021-03-01T19:10:02.593Z] #26 8.486 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
19:10:02 [2021-03-01T19:10:02.852Z] #26 8.539 Selecting previously unselected package libk5crypto3:amd64.
19:10:02 [2021-03-01T19:10:02.852Z] #26 8.539 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
19:10:02 [2021-03-01T19:10:02.852Z] #26 8.543 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
19:10:02 [2021-03-01T19:10:02.852Z] #26 8.614 Selecting previously unselected package libkrb5-3:amd64.
19:10:02 [2021-03-01T19:10:02.852Z] #26 8.614 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
19:10:02 [2021-03-01T19:10:02.852Z] #26 8.618 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
19:10:02 [2021-03-01T19:10:02.852Z] #26 8.744 Selecting previously unselected package libgssapi-krb5-2:amd64.
19:10:02 [2021-03-01T19:10:02.852Z] #26 8.744 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
19:10:02 [2021-03-01T19:10:02.890Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.9s done
19:10:02 [2021-03-01T19:10:02.890Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3
19:10:02 [2021-03-01T19:10:02.919Z] #20 3.949   Installing build dependencies: started
19:10:03 [2021-03-01T19:10:03.022Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:5542f13c1a24468bff92ce265c892f7391f68f36 .
19:10:03 [2021-03-01T19:10:03.128Z] #9 ...
19:10:03 [2021-03-01T19:10:03.129Z] 
19:10:03 [2021-03-01T19:10:03.129Z] #26 [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
19:10:03 [2021-03-01T19:10:03.129Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266
19:10:03 [2021-03-01T19:10:03.129Z] #26 1.570 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 1.586 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 1.602 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 1.780 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 2.066 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 2.661 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:03 [2021-03-01T19:10:03.129Z] #26 4.107 Fetched 8423 kB in 3s (3015 kB/s)
19:10:03 [2021-03-01T19:10:03.129Z] #26 4.107 Reading package lists...
19:10:03 [2021-03-01T19:10:03.129Z] #26 5.082 Reading package lists...
19:10:03 [2021-03-01T19:10:03.129Z] #26 5.960 Building dependency tree...
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.281 The following additional packages will be installed:
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.292   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.292   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.292   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.292 Suggested packages:
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.292   krb5-doc krb5-user
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.292 Recommended packages:
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.292   krb5-locales publicsuffix libsasl2-modules
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.484 The following NEW packages will be installed:
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.484   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.484   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.484   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.484   libssh2-1 libssl1.1 openssl
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.758 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.758 Need to get 5057 kB of archives.
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.758 After this operation, 12.1 MB of additional disk space will be used.
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.758 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.761 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.770 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.770 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.770 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.770 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.784 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.796 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.807 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.827 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.827 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.827 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.827 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.840 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.840 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.840 Get:16 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.847 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.856 Get:18 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.856 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.868 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 6.868 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.045 debconf: delaying package configuration, since apt-utils is not installed
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.080 Fetched 5057 kB in 0s (13.9 MB/s)
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.120 Selecting previously unselected package libssl1.1:amd64.
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.120 (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.)
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.126 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.134 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ...
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.374 Selecting previously unselected package libsasl2-modules-db:amd64.
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.374 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.376 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.425 Selecting previously unselected package libsasl2-2:amd64.
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.428 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.441 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.493 Selecting previously unselected package libldap-common.
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.493 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.500 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.567 Selecting previously unselected package libldap-2.4-2:amd64.
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.567 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.571 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.680 Selecting previously unselected package openssl.
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.680 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.129Z] #26 7.691 Unpacking openssl (1.1.1d-0+deb10u5) ...
19:10:03 [2021-03-01T19:10:03.155Z] #26 8.748 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.155Z] #26 8.830 Selecting previously unselected package libnghttp2-14:amd64.
19:10:03 [2021-03-01T19:10:03.155Z] #26 8.837 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.155Z] #26 8.848 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.155Z] #26 8.906 Selecting previously unselected package libpsl5:amd64.
19:10:03 [2021-03-01T19:10:03.155Z] #26 8.906 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.155Z] #26 8.916 Unpacking libpsl5:amd64 (0.20.2-2) ...
19:10:03 [2021-03-01T19:10:03.261Z] #12 ...
19:10:03 [2021-03-01T19:10:03.261Z] 
19:10:03 [2021-03-01T19:10:03.261Z] #35 [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
19:10:03 [2021-03-01T19:10:03.261Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.28 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.40 Setting up xxd (2:8.1.0875-5) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.42 Setting up libuv1:amd64 (1.24.1-1) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.47 Setting up vim-common (2:8.1.0875-5) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.55 Setting up librhash0:amd64 (1.3.8-1) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.56 Setting up cmake-data (3.13.4-1) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.59 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.60 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.61 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.63 Setting up cmake (3.13.4-1) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.65 Processing triggers for libc-bin (2.28-10) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 76.77 Processing triggers for mime-support (3.62) ...
19:10:03 [2021-03-01T19:10:03.261Z] #35 DONE 77.7s
19:10:03 [2021-03-01T19:10:03.261Z] 
19:10:03 [2021-03-01T19:10:03.261Z] #36 [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
19:10:03 [2021-03-01T19:10:03.261Z] #36 sha256:0d8484487e1e61ddfb7c03433ebc6a241372ea61b0b78de8107b28a7d1d80e9b
19:10:03 [2021-03-01T19:10:03.279Z] #1 [internal] load build definition from Dockerfile
19:10:03 [2021-03-01T19:10:03.279Z] #1 sha256:b5a670ef4396796a92f15c944aa63f48e09990b10477c692607b2c4fe883b3e6
19:10:03 [2021-03-01T19:10:03.279Z] #1 transferring dockerfile:
19:10:03 [2021-03-01T19:10:03.392Z] #26 7.882 Selecting previously unselected package ca-certificates.
19:10:03 [2021-03-01T19:10:03.392Z] #26 7.882 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ...
19:10:03 [2021-03-01T19:10:03.392Z] #26 7.889 Unpacking ca-certificates (20200601~deb10u2) ...
19:10:03 [2021-03-01T19:10:03.392Z] #26 8.002 Selecting previously unselected package libkeyutils1:amd64.
19:10:03 [2021-03-01T19:10:03.392Z] #26 8.002 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.392Z] #26 8.008 Unpacking libkeyutils1:amd64 (1.6-6) ...
19:10:03 [2021-03-01T19:10:03.392Z] #26 8.057 Selecting previously unselected package libkrb5support0:amd64.
19:10:03 [2021-03-01T19:10:03.392Z] #26 8.057 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.418Z] #26 8.956 Selecting previously unselected package librtmp1:amd64.
19:10:03 [2021-03-01T19:10:03.418Z] #26 8.956 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.418Z] #26 8.959 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
19:10:03 [2021-03-01T19:10:03.418Z] #26 9.017 Selecting previously unselected package libssh2-1:amd64.
19:10:03 [2021-03-01T19:10:03.418Z] #26 9.019 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.418Z] #26 9.024 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
19:10:03 [2021-03-01T19:10:03.418Z] #26 9.158 Selecting previously unselected package libcurl4:amd64.
19:10:03 [2021-03-01T19:10:03.418Z] #26 9.158 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.418Z] #26 9.162 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.418Z] #26 9.242 Selecting previously unselected package curl.
19:10:03 [2021-03-01T19:10:03.418Z] #26 9.242 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.418Z] #26 9.247 Unpacking curl (7.64.0-4+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.418Z] #26 9.347 Selecting previously unselected package libonig5:amd64.
19:10:03 [2021-03-01T19:10:03.418Z] #26 9.347 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.470Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done
19:10:03 [2021-03-01T19:10:03.470Z] #4 DONE 1.5s
19:10:03 [2021-03-01T19:10:03.536Z] #1 transferring dockerfile: 16.55kB done
19:10:03 [2021-03-01T19:10:03.536Z] #1 DONE 0.3s
19:10:03 [2021-03-01T19:10:03.536Z] 
19:10:03 [2021-03-01T19:10:03.536Z] #2 [internal] load .dockerignore
19:10:03 [2021-03-01T19:10:03.536Z] #2 sha256:383dfeb56dd2369f327be3f6832416f32e92df98e2550eaeff6dc965e86b96ad
19:10:03 [2021-03-01T19:10:03.536Z] #2 transferring context: 87B done
19:10:03 [2021-03-01T19:10:03.536Z] #2 DONE 0.1s
19:10:03 [2021-03-01T19:10:03.536Z] 
19:10:03 [2021-03-01T19:10:03.536Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
19:10:03 [2021-03-01T19:10:03.536Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996
19:10:03 [2021-03-01T19:10:03.655Z] #26 8.062 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.655Z] #26 8.130 Selecting previously unselected package libk5crypto3:amd64.
19:10:03 [2021-03-01T19:10:03.655Z] #26 8.130 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.655Z] #26 8.134 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.655Z] #26 8.212 Selecting previously unselected package libkrb5-3:amd64.
19:10:03 [2021-03-01T19:10:03.655Z] #26 8.212 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.655Z] #26 8.216 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.676Z] #26 9.357 Unpacking libonig5:amd64 (6.9.1-1) ...
19:10:03 [2021-03-01T19:10:03.676Z] #26 9.446 Selecting previously unselected package libjq1:amd64.
19:10:03 [2021-03-01T19:10:03.676Z] #26 9.446 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.676Z] #26 9.452 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
19:10:03 [2021-03-01T19:10:03.676Z] #26 9.532 Selecting previously unselected package jq.
19:10:03 [2021-03-01T19:10:03.676Z] #26 9.532 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.676Z] #26 9.536 Unpacking jq (1.5+dfsg-2+b1) ...
19:10:03 [2021-03-01T19:10:03.676Z] #26 9.596 Setting up libkeyutils1:amd64 (1.6-6) ...
19:10:03 [2021-03-01T19:10:03.735Z] 
19:10:03 [2021-03-01T19:10:03.735Z] #5 [internal] load build definition from Dockerfile
19:10:03 [2021-03-01T19:10:03.735Z] #5 sha256:7d353b69eebad4fe9c641b731b258785cc65a960c503ddcb9050e4d31784de47
19:10:03 [2021-03-01T19:10:03.735Z] #5 transferring dockerfile: 16.55kB done
19:10:03 [2021-03-01T19:10:03.735Z] #5 DONE 0.0s
19:10:03 [2021-03-01T19:10:03.735Z] 
19:10:03 [2021-03-01T19:10:03.735Z] #8 [internal] load metadata for docker.io/library/debian:buster
19:10:03 [2021-03-01T19:10:03.735Z] #8 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c
19:10:03 [2021-03-01T19:10:03.795Z] #3 DONE 0.4s
19:10:03 [2021-03-01T19:10:03.795Z] 
19:10:03 [2021-03-01T19:10:03.795Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44
19:10:03 [2021-03-01T19:10:03.795Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c
19:10:03 [2021-03-01T19:10:03.795Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
19:10:03 [2021-03-01T19:10:03.795Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
19:10:03 [2021-03-01T19:10:03.795Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s
19:10:03 [2021-03-01T19:10:03.795Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
19:10:03 [2021-03-01T19:10:03.795Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
19:10:03 [2021-03-01T19:10:03.918Z] #26 8.347 Selecting previously unselected package libgssapi-krb5-2:amd64.
19:10:03 [2021-03-01T19:10:03.918Z] #26 8.347 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.918Z] #26 8.349 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.918Z] #26 8.444 Selecting previously unselected package libnghttp2-14:amd64.
19:10:03 [2021-03-01T19:10:03.918Z] #26 8.445 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.918Z] #26 8.449 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.918Z] #26 8.512 Selecting previously unselected package libpsl5:amd64.
19:10:03 [2021-03-01T19:10:03.918Z] #26 8.512 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.918Z] #26 8.516 Unpacking libpsl5:amd64 (0.20.2-2) ...
19:10:03 [2021-03-01T19:10:03.918Z] #26 8.567 Selecting previously unselected package librtmp1:amd64.
19:10:03 [2021-03-01T19:10:03.918Z] #26 8.567 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
19:10:03 [2021-03-01T19:10:03.933Z] #26 9.616 Setting up libpsl5:amd64 (0.20.2-2) ...
19:10:03 [2021-03-01T19:10:03.933Z] #26 9.641 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ...
19:10:03 [2021-03-01T19:10:03.933Z] #26 9.769 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.933Z] #26 9.784 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:10:03 [2021-03-01T19:10:03.933Z] #26 9.801 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.933Z] #26 9.813 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.933Z] #26 9.827 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
19:10:03 [2021-03-01T19:10:03.933Z] #26 9.839 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
19:10:03 [2021-03-01T19:10:03.933Z] #26 9.853 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:04 [2021-03-01T19:10:04.052Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s
19:10:04 [2021-03-01T19:10:04.052Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done
19:10:04 [2021-03-01T19:10:04.187Z] #26 8.572 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
19:10:04 [2021-03-01T19:10:04.187Z] #26 8.630 Selecting previously unselected package libssh2-1:amd64.
19:10:04 [2021-03-01T19:10:04.187Z] #26 8.630 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
19:10:04 [2021-03-01T19:10:04.187Z] #26 8.637 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
19:10:04 [2021-03-01T19:10:04.187Z] #26 8.714 Selecting previously unselected package libcurl4:amd64.
19:10:04 [2021-03-01T19:10:04.187Z] #26 8.714 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
19:10:04 [2021-03-01T19:10:04.187Z] #26 8.718 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
19:10:04 [2021-03-01T19:10:04.187Z] #26 8.800 Selecting previously unselected package curl.
19:10:04 [2021-03-01T19:10:04.192Z] #26 9.867 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
19:10:04 [2021-03-01T19:10:04.192Z] #26 9.879 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
19:10:04 [2021-03-01T19:10:04.192Z] #26 9.897 Setting up openssl (1.1.1d-0+deb10u5) ...
19:10:04 [2021-03-01T19:10:04.192Z] #26 9.916 Setting up libonig5:amd64 (6.9.1-1) ...
19:10:04 [2021-03-01T19:10:04.192Z] #26 9.932 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
19:10:04 [2021-03-01T19:10:04.192Z] #26 9.943 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
19:10:04 [2021-03-01T19:10:04.192Z] #26 9.956 Setting up ca-certificates (20200601~deb10u2) ...
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.064 + RM_GOPATH=0
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.064 + TMP_GOPATH=
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.065 + : /build
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.068 + '[' -z '' ']'
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.070 ++ mktemp -d
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.080 + export GOPATH=/tmp/tmp.I0IX6eHaSd
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.080 + GOPATH=/tmp/tmp.I0IX6eHaSd
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.080 + RM_GOPATH=1
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.081 + case "$(go env GOARCH)" in
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.081 ++ go env GOARCH
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.097 + export GO_BUILDMODE=-buildmode=pie
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.097 + GO_BUILDMODE=-buildmode=pie
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.098 ++ dirname /tmp/install/install.sh
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.105 + dir=/tmp/install
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.112 + bin=tini
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.112 + shift
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.112 + '[' '!' -f /tmp/install/tini.installer ']'
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.116 + . /tmp/install/tini.installer
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.116 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.117 + install_tini
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.117 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.117 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.117 + git clone https://github.com/krallin/tini.git /tmp/tmp.I0IX6eHaSd/tini
19:10:04 [2021-03-01T19:10:04.202Z] #36 1.119 Cloning into '/tmp/tmp.I0IX6eHaSd/tini'...
19:10:04 [2021-03-01T19:10:04.216Z] #27 3.204 Fetched 8198 kB in 3s (2739 kB/s)
19:10:04 [2021-03-01T19:10:04.308Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s
19:10:04 [2021-03-01T19:10:04.315Z] #8 DONE 0.4s
19:10:04 [2021-03-01T19:10:04.315Z] 
19:10:04 [2021-03-01T19:10:04.315Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:10:04 [2021-03-01T19:10:04.315Z] #7 sha256:d71d81e7655e217a265abade180b866597ca13067c3e3d98a7c9383c573e8071
19:10:04 [2021-03-01T19:10:04.315Z] #7 DONE 0.4s
19:10:04 [2021-03-01T19:10:04.315Z] 
19:10:04 [2021-03-01T19:10:04.315Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:10:04 [2021-03-01T19:10:04.315Z] #6 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0
19:10:04 [2021-03-01T19:10:04.315Z] #6 DONE 0.6s
19:10:04 [2021-03-01T19:10:04.449Z] #26 8.801 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
19:10:04 [2021-03-01T19:10:04.449Z] #26 8.806 Unpacking curl (7.64.0-4+deb10u1) ...
19:10:04 [2021-03-01T19:10:04.449Z] #26 8.884 Selecting previously unselected package libonig5:amd64.
19:10:04 [2021-03-01T19:10:04.449Z] #26 8.884 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
19:10:04 [2021-03-01T19:10:04.449Z] #26 8.900 Unpacking libonig5:amd64 (6.9.1-1) ...
19:10:04 [2021-03-01T19:10:04.449Z] #26 9.015 Selecting previously unselected package libjq1:amd64.
19:10:04 [2021-03-01T19:10:04.449Z] #26 9.015 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
19:10:04 [2021-03-01T19:10:04.449Z] #26 9.025 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
19:10:04 [2021-03-01T19:10:04.565Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done
19:10:04 [2021-03-01T19:10:04.565Z] #4 DONE 0.8s
19:10:04 [2021-03-01T19:10:04.710Z] #26 9.086 Selecting previously unselected package jq.
19:10:04 [2021-03-01T19:10:04.710Z] #26 9.086 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
19:10:04 [2021-03-01T19:10:04.710Z] #26 9.092 Unpacking jq (1.5+dfsg-2+b1) ...
19:10:04 [2021-03-01T19:10:04.710Z] #26 9.152 Setting up libkeyutils1:amd64 (1.6-6) ...
19:10:04 [2021-03-01T19:10:04.710Z] #26 9.168 Setting up libpsl5:amd64 (0.20.2-2) ...
19:10:04 [2021-03-01T19:10:04.710Z] #26 9.219 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ...
19:10:04 [2021-03-01T19:10:04.710Z] #26 9.338 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
19:10:04 [2021-03-01T19:10:04.821Z] 
19:10:04 [2021-03-01T19:10:04.821Z] #5 [internal] load build definition from Dockerfile
19:10:04 [2021-03-01T19:10:04.821Z] #5 sha256:c8d4c97e4164e7cfe3c2f461699f9780414e95107c0aa4dfc4b6d789eafd6d04
19:10:04 [2021-03-01T19:10:04.821Z] #5 transferring dockerfile: 16.55kB done
19:10:04 [2021-03-01T19:10:04.821Z] #5 DONE 0.0s
19:10:04 [2021-03-01T19:10:04.821Z] 
19:10:04 [2021-03-01T19:10:04.821Z] #8 [internal] load metadata for docker.io/library/debian:buster
19:10:04 [2021-03-01T19:10:04.821Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
19:10:04 [2021-03-01T19:10:04.972Z] #26 9.418 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:10:04 [2021-03-01T19:10:04.972Z] #26 9.436 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
19:10:04 [2021-03-01T19:10:04.972Z] #26 9.451 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:04 [2021-03-01T19:10:04.972Z] #26 9.465 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
19:10:04 [2021-03-01T19:10:04.972Z] #26 9.479 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
19:10:04 [2021-03-01T19:10:04.972Z] #26 9.491 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:04 [2021-03-01T19:10:04.972Z] #26 9.503 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
19:10:04 [2021-03-01T19:10:04.972Z] #26 9.515 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
19:10:04 [2021-03-01T19:10:04.973Z] #26 9.528 Setting up openssl (1.1.1d-0+deb10u5) ...
19:10:04 [2021-03-01T19:10:04.973Z] #26 9.547 Setting up libonig5:amd64 (6.9.1-1) ...
19:10:04 [2021-03-01T19:10:04.973Z] #26 9.556 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
19:10:04 [2021-03-01T19:10:04.985Z] #20 ...
19:10:04 [2021-03-01T19:10:04.985Z] 
19:10:04 [2021-03-01T19:10:04.985Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
19:10:04 [2021-03-01T19:10:04.985Z] #38 116.2 + dpkg --print-architecture
19:10:04 [2021-03-01T19:10:04.985Z] #38 116.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
19:10:04 [2021-03-01T19:10:04.985Z] #38 116.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
19:10:04 [2021-03-01T19:10:04.985Z] #38 116.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
19:10:05 [2021-03-01T19:10:05.125Z] #26 10.73 Updating certificates in /etc/ssl/certs...
19:10:05 [2021-03-01T19:10:05.139Z] #36 1.796 + cd /tmp/tmp.I0IX6eHaSd/tini
19:10:05 [2021-03-01T19:10:05.139Z] #36 1.796 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
19:10:05 [2021-03-01T19:10:05.139Z] #36 1.833 + cmake .
19:10:05 [2021-03-01T19:10:05.235Z] #26 9.570 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
19:10:05 [2021-03-01T19:10:05.235Z] #26 9.592 Setting up ca-certificates (20200601~deb10u2) ...
19:10:05 [2021-03-01T19:10:05.265Z] 
19:10:05 [2021-03-01T19:10:05.265Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:05 [2021-03-01T19:10:05.265Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
19:10:05 [2021-03-01T19:10:05.265Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
19:10:05 [2021-03-01T19:10:05.382Z] #8 DONE 0.4s
19:10:05 [2021-03-01T19:10:05.382Z] 
19:10:05 [2021-03-01T19:10:05.382Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
19:10:05 [2021-03-01T19:10:05.382Z] #6 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228
19:10:05 [2021-03-01T19:10:05.382Z] #6 DONE 0.4s
19:10:05 [2021-03-01T19:10:05.382Z] 
19:10:05 [2021-03-01T19:10:05.382Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
19:10:05 [2021-03-01T19:10:05.382Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
19:10:05 [2021-03-01T19:10:05.382Z] #7 DONE 0.5s
19:10:05 [2021-03-01T19:10:05.398Z] #36 ...
19:10:05 [2021-03-01T19:10:05.398Z] 
19:10:05 [2021-03-01T19:10:05.398Z] #44 [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
19:10:05 [2021-03-01T19:10:05.398Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:10:05 [2021-03-01T19:10:05.398Z] #44 69.86 time
19:10:05 [2021-03-01T19:10:05.398Z] #44 74.65 strings
19:10:05 [2021-03-01T19:10:05.398Z] #44 76.09 os
19:10:05 [2021-03-01T19:10:05.398Z] #44 77.36 regexp/syntax
19:10:05 [2021-03-01T19:10:05.398Z] #44 79.90 fmt
19:10:05 [2021-03-01T19:10:05.398Z] #44 ...
19:10:05 [2021-03-01T19:10:05.398Z] 
19:10:05 [2021-03-01T19:10:05.398Z] #36 [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
19:10:05 [2021-03-01T19:10:05.398Z] #36 sha256:0d8484487e1e61ddfb7c03433ebc6a241372ea61b0b78de8107b28a7d1d80e9b
19:10:05 [2021-03-01T19:10:05.398Z] #36 2.389 -- The C compiler identification is GNU 8.3.0
19:10:05 [2021-03-01T19:10:05.529Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
19:10:05 [2021-03-01T19:10:05.529Z] #9 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done
19:10:05 [2021-03-01T19:10:05.529Z] #9 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done
19:10:05 [2021-03-01T19:10:05.640Z] 
19:10:05 [2021-03-01T19:10:05.640Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:10:05 [2021-03-01T19:10:05.640Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52
19:10:05 [2021-03-01T19:10:05.640Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
19:10:05 [2021-03-01T19:10:05.640Z] #61 DONE 0.0s
19:10:05 [2021-03-01T19:10:05.640Z] 
19:10:05 [2021-03-01T19:10:05.640Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:05 [2021-03-01T19:10:05.640Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:05 [2021-03-01T19:10:05.640Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
19:10:05 [2021-03-01T19:10:05.640Z] #9 DONE 0.0s
19:10:05 [2021-03-01T19:10:05.640Z] 
19:10:05 [2021-03-01T19:10:05.640Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:10:05 [2021-03-01T19:10:05.640Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb
19:10:05 [2021-03-01T19:10:05.640Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 0.0s done
19:10:05 [2021-03-01T19:10:05.640Z] #25 DONE 0.0s
19:10:05 [2021-03-01T19:10:05.640Z] 
19:10:05 [2021-03-01T19:10:05.640Z] #22 [internal] load build context
19:10:05 [2021-03-01T19:10:05.640Z] #22 sha256:61d7ebdf932606a33184f3af277a1864099719bbcd82d4e7fcc9bf9e0d4380ab
19:10:05 [2021-03-01T19:10:05.657Z] #36 2.482 -- Check for working C compiler: /usr/bin/cc
19:10:05 [2021-03-01T19:10:05.769Z] #27 3.204 Reading package lists...
19:10:05 [2021-03-01T19:10:05.795Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.3s
19:10:05 [2021-03-01T19:10:05.795Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.3s
19:10:05 [2021-03-01T19:10:05.795Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 1.05MB / 7.68MB 0.4s
19:10:05 [2021-03-01T19:10:05.795Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 8.39MB / 49.18MB 0.5s
19:10:05 [2021-03-01T19:10:05.795Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 6.29MB / 7.68MB 0.5s
19:10:05 [2021-03-01T19:10:05.795Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 0.5s
19:10:05 [2021-03-01T19:10:05.809Z] #26 10.26 Updating certificates in /etc/ssl/certs...
19:10:06 [2021-03-01T19:10:06.061Z] #26 11.97 137 added, 0 removed; done.
19:10:06 [2021-03-01T19:10:06.066Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 17.83MB / 49.18MB 0.6s
19:10:06 [2021-03-01T19:10:06.066Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.6s
19:10:06 [2021-03-01T19:10:06.227Z] #36 ...
19:10:06 [2021-03-01T19:10:06.227Z] 
19:10:06 [2021-03-01T19:10:06.227Z] #41 [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
19:10:06 [2021-03-01T19:10:06.227Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:10:06 [2021-03-01T19:10:06.227Z] #41 79.99 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
19:10:06 [2021-03-01T19:10:06.227Z] #41 80.01 Processing triggers for libc-bin (2.28-10) ...
19:10:06 [2021-03-01T19:10:06.227Z] #41 DONE 80.6s
19:10:06 [2021-03-01T19:10:06.227Z] 
19:10:06 [2021-03-01T19:10:06.227Z] #42 [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
19:10:06 [2021-03-01T19:10:06.227Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:10:06 [2021-03-01T19:10:06.319Z] #26 12.13 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
19:10:06 [2021-03-01T19:10:06.319Z] #26 12.14 Setting up jq (1.5+dfsg-2+b1) ...
19:10:06 [2021-03-01T19:10:06.319Z] #26 12.16 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
19:10:06 [2021-03-01T19:10:06.319Z] #26 12.17 Setting up curl (7.64.0-4+deb10u1) ...
19:10:06 [2021-03-01T19:10:06.319Z] #26 12.18 Processing triggers for libc-bin (2.28-10) ...
19:10:06 [2021-03-01T19:10:06.334Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 3.15MB / 9.98MB 0.8s
19:10:06 [2021-03-01T19:10:06.334Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 22.02MB / 49.18MB 1.0s
19:10:06 [2021-03-01T19:10:06.334Z] #9 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 0.9s done
19:10:06 [2021-03-01T19:10:06.334Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 6.29MB / 9.98MB 1.0s
19:10:06 [2021-03-01T19:10:06.489Z] #38 ...
19:10:06 [2021-03-01T19:10:06.489Z] 
19:10:06 [2021-03-01T19:10:06.489Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:10:06 [2021-03-01T19:10:06.489Z] #41 74.93   CC       criu/mount.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 77.38   CC       criu/namespaces.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 78.67   CC       criu/net.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 80.32   CC       criu/netfilter.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 80.51   CC       criu/page-pipe.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 80.91   CC       criu/page-xfer.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 81.72   CC       criu/pagemap-cache.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 81.95   CC       criu/pagemap.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 82.65   CC       criu/parasite-syscall.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 83.37   CC       criu/path.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 83.64   CC       criu/pie-util-vdso.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 83.91   CC       criu/pie-util.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 84.09   CC       criu/pipes.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 84.68   CC       criu/plugin.o
19:10:06 [2021-03-01T19:10:06.489Z] #41 85.06   CC       criu/proc_parse.o
19:10:06 [2021-03-01T19:10:06.575Z] #26 12.24 Processing triggers for ca-certificates (20200601~deb10u2) ...
19:10:06 [2021-03-01T19:10:06.576Z] #26 12.25 Updating certificates in /etc/ssl/certs...
19:10:06 [2021-03-01T19:10:06.602Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 34.60MB / 49.18MB 1.1s
19:10:06 [2021-03-01T19:10:06.602Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 41.94MB / 49.18MB 1.2s
19:10:06 [2021-03-01T19:10:06.602Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 7.34MB / 9.98MB 1.2s
19:10:06 [2021-03-01T19:10:06.602Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 1.3s
19:10:06 [2021-03-01T19:10:06.602Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.3s
19:10:06 [2021-03-01T19:10:06.602Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 1.3s
19:10:07 [2021-03-01T19:10:07.192Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 5.24MB / 52.16MB 1.6s
19:10:07 [2021-03-01T19:10:07.192Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 13.80MB / 52.16MB 1.7s
19:10:07 [2021-03-01T19:10:07.192Z] #9 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 1.8s done
19:10:07 [2021-03-01T19:10:07.192Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 22.02MB / 52.16MB 1.9s
19:10:07 [2021-03-01T19:10:07.192Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 1.9s
19:10:07 [2021-03-01T19:10:07.202Z] #26 11.42 137 added, 0 removed; done.
19:10:07 [2021-03-01T19:10:07.202Z] #26 11.49 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
19:10:07 [2021-03-01T19:10:07.202Z] #26 11.50 Setting up jq (1.5+dfsg-2+b1) ...
19:10:07 [2021-03-01T19:10:07.202Z] #26 11.52 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
19:10:07 [2021-03-01T19:10:07.202Z] #26 11.53 Setting up curl (7.64.0-4+deb10u1) ...
19:10:07 [2021-03-01T19:10:07.202Z] #26 11.63 Processing triggers for libc-bin (2.28-10) ...
19:10:07 [2021-03-01T19:10:07.202Z] #26 11.65 Processing triggers for ca-certificates (20200601~deb10u2) ...
19:10:07 [2021-03-01T19:10:07.202Z] #26 11.66 Updating certificates in /etc/ssl/certs...
19:10:07 [2021-03-01T19:10:07.297Z] #27 4.729 Reading package lists...
19:10:07 [2021-03-01T19:10:07.297Z] #27 6.243 Building dependency tree...
19:10:07 [2021-03-01T19:10:07.297Z] #27 ...
19:10:07 [2021-03-01T19:10:07.297Z] 
19:10:07 [2021-03-01T19:10:07.297Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:07 [2021-03-01T19:10:07.297Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1
19:10:07 [2021-03-01T19:10:07.297Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 4.1s done
19:10:07 [2021-03-01T19:10:07.297Z] #10 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done
19:10:07 [2021-03-01T19:10:07.297Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.3s done
19:10:07 [2021-03-01T19:10:07.297Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.6s done
19:10:07 [2021-03-01T19:10:07.297Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.5s done
19:10:07 [2021-03-01T19:10:07.297Z] #10 DONE 15.1s
19:10:07 [2021-03-01T19:10:07.466Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 32.51MB / 52.16MB 2.0s
19:10:07 [2021-03-01T19:10:07.466Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 35.65MB / 52.16MB 2.1s
19:10:07 [2021-03-01T19:10:07.466Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 14.68MB / 62.53MB 2.1s
19:10:07 [2021-03-01T19:10:07.508Z] #26 13.12 0 added, 0 removed; done.
19:10:07 [2021-03-01T19:10:07.508Z] #26 13.12 Running hooks in /etc/ca-certificates/update.d...
19:10:07 [2021-03-01T19:10:07.508Z] #26 13.12 done.
19:10:07 [2021-03-01T19:10:07.597Z] 
19:10:07 [2021-03-01T19:10:07.597Z] #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
19:10:07 [2021-03-01T19:10:07.597Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b
19:10:07 [2021-03-01T19:10:07.597Z] #27 6.243 Building dependency tree...
19:10:07 [2021-03-01T19:10:07.597Z] #27 6.749 The following additional packages will be installed:
19:10:07 [2021-03-01T19:10:07.597Z] #27 6.749   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
19:10:07 [2021-03-01T19:10:07.597Z] #27 6.749   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
19:10:07 [2021-03-01T19:10:07.597Z] #27 6.749   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
19:10:07 [2021-03-01T19:10:07.735Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 47.46MB / 52.16MB 2.2s
19:10:07 [2021-03-01T19:10:07.735Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 24.12MB / 62.53MB 2.2s
19:10:07 [2021-03-01T19:10:07.735Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 50.33MB / 52.16MB 2.3s
19:10:07 [2021-03-01T19:10:07.735Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 33.21MB / 62.53MB 2.3s
19:10:07 [2021-03-01T19:10:07.897Z] #27 6.750 Suggested packages:
19:10:07 [2021-03-01T19:10:07.897Z] #27 6.750   krb5-doc krb5-user
19:10:07 [2021-03-01T19:10:07.897Z] #27 6.750 Recommended packages:
19:10:07 [2021-03-01T19:10:07.897Z] #27 6.750   krb5-locales publicsuffix libsasl2-modules
19:10:07 [2021-03-01T19:10:07.897Z] #27 7.021 The following NEW packages will be installed:
19:10:07 [2021-03-01T19:10:07.897Z] #27 7.022   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
19:10:07 [2021-03-01T19:10:07.897Z] #27 7.022   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
19:10:07 [2021-03-01T19:10:07.897Z] #27 7.022   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
19:10:07 [2021-03-01T19:10:07.897Z] #27 7.023   libssh2-1 libssl1.1 openssl
19:10:07 [2021-03-01T19:10:07.897Z] #27 7.074 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
19:10:07 [2021-03-01T19:10:07.897Z] #27 7.074 Need to get 5175 kB of archives.
19:10:07 [2021-03-01T19:10:07.897Z] #27 7.074 After this operation, 14.6 MB of additional disk space will be used.
19:10:07 [2021-03-01T19:10:07.897Z] #27 7.074 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u5 [1526 kB]
19:10:07 [2021-03-01T19:10:07.897Z] #27 7.093 Get:2 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB]
19:10:07 [2021-03-01T19:10:07.897Z] #27 7.122 Get:3 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB]
19:10:08 [2021-03-01T19:10:08.000Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 47.19MB / 62.53MB 2.5s
19:10:08 [2021-03-01T19:10:08.000Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 54.53MB / 62.53MB 2.6s
19:10:08 [2021-03-01T19:10:08.153Z] #26 12.57 0 added, 0 removed; done.
19:10:08 [2021-03-01T19:10:08.153Z] #26 12.57 Running hooks in /etc/ca-certificates/update.d...
19:10:08 [2021-03-01T19:10:08.153Z] #26 12.58 done.
19:10:08 [2021-03-01T19:10:08.195Z] #27 7.131 Get:4 http://deb.debian.org/debian buster/main ppc64el ca-certificates all 20200601~deb10u2 [166 kB]
19:10:08 [2021-03-01T19:10:08.195Z] #27 7.133 Get:5 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.136 Get:6 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.138 Get:7 http://security.debian.org/debian-security buster/updates/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u6 [243 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.139 Get:8 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.143 Get:9 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.147 Get:10 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u5 [844 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.149 Get:11 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.181 Get:12 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.185 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.187 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.189 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.190 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.193 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.200 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB]
19:10:08 [2021-03-01T19:10:08.196Z] #27 7.255 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
19:10:08 [2021-03-01T19:10:08.268Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 2.7s
19:10:08 [2021-03-01T19:10:08.492Z] #27 7.529 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
19:10:08 [2021-03-01T19:10:08.492Z] #27 7.623 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
19:10:08 [2021-03-01T19:10:08.554Z] #41 86.78   CC       criu/protobuf-desc.o
19:10:08 [2021-03-01T19:10:08.554Z] #41 ...
19:10:08 [2021-03-01T19:10:08.554Z] 
19:10:08 [2021-03-01T19:10:08.554Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:10:08 [2021-03-01T19:10:08.554Z] #20 9.892   Installing build dependencies: finished with status 'done'
19:10:08 [2021-03-01T19:10:08.764Z] #42 2.581 Note: Building without setproctitle() and strlcpy() support.
19:10:08 [2021-03-01T19:10:08.765Z] #42 2.582       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:10:08 [2021-03-01T19:10:08.765Z] #42 2.606 Note: Building without GnuTLS support
19:10:08 [2021-03-01T19:10:08.765Z] #42 2.617 Makefile.config:39: Warn: you have no libnftables installed
19:10:08 [2021-03-01T19:10:08.765Z] #42 2.617 Makefile.config:40: Warn: Building without nftables support
19:10:08 [2021-03-01T19:10:08.787Z] #27 7.847 debconf: delaying package configuration, since apt-utils is not installed
19:10:08 [2021-03-01T19:10:08.787Z] #27 7.880 Fetched 5175 kB in 1s (9172 kB/s)
19:10:08 [2021-03-01T19:10:08.787Z] #27 7.902 Selecting previously unselected package libssl1.1:ppc64el.
19:10:08 [2021-03-01T19:10:08.787Z] #27 7.903 (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.)
19:10:08 [2021-03-01T19:10:08.787Z] #27 7.910 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_ppc64el.deb ...
19:10:08 [2021-03-01T19:10:08.787Z] #27 7.913 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u5) ...
19:10:08 [2021-03-01T19:10:08.850Z] #9 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 3.1s done
19:10:08 [2021-03-01T19:10:08.850Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240
19:10:08 [2021-03-01T19:10:08.932Z] #22 ...
19:10:08 [2021-03-01T19:10:08.932Z] 
19:10:08 [2021-03-01T19:10:08.932Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:10:08 [2021-03-01T19:10:08.932Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52
19:10:08 [2021-03-01T19:10:08.932Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
19:10:08 [2021-03-01T19:10:08.932Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
19:10:08 [2021-03-01T19:10:08.932Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
19:10:08 [2021-03-01T19:10:08.932Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.7s done
19:10:08 [2021-03-01T19:10:08.932Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.4s done
19:10:08 [2021-03-01T19:10:08.932Z] #61 DONE 2.6s
19:10:08 [2021-03-01T19:10:08.932Z] 
19:10:08 [2021-03-01T19:10:08.932Z] #22 [internal] load build context
19:10:08 [2021-03-01T19:10:08.932Z] #22 sha256:61d7ebdf932606a33184f3af277a1864099719bbcd82d4e7fcc9bf9e0d4380ab
19:10:08 [2021-03-01T19:10:08.932Z] #22 transferring context: 30.25MB 2.7s
19:10:09 [2021-03-01T19:10:09.088Z] #27 8.145 Selecting previously unselected package libsasl2-modules-db:ppc64el.
19:10:09 [2021-03-01T19:10:09.088Z] #27 8.154 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.088Z] #27 8.154 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ...
19:10:09 [2021-03-01T19:10:09.088Z] #27 8.179 Selecting previously unselected package libsasl2-2:ppc64el.
19:10:09 [2021-03-01T19:10:09.088Z] #27 8.180 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.088Z] #27 8.181 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ...
19:10:09 [2021-03-01T19:10:09.088Z] #27 8.215 Selecting previously unselected package libldap-common.
19:10:09 [2021-03-01T19:10:09.088Z] #27 8.217 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
19:10:09 [2021-03-01T19:10:09.088Z] #27 8.218 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:10:09 [2021-03-01T19:10:09.088Z] #27 8.247 Selecting previously unselected package libldap-2.4-2:ppc64el.
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.248 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.249 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.307 Selecting previously unselected package openssl.
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.307 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.308 Unpacking openssl (1.1.1d-0+deb10u5) ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.443 Selecting previously unselected package ca-certificates.
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.446 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.447 Unpacking ca-certificates (20200601~deb10u2) ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.503 Selecting previously unselected package libkeyutils1:ppc64el.
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.506 Preparing to unpack .../07-libkeyutils1_1.6-6_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.507 Unpacking libkeyutils1:ppc64el (1.6-6) ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.527 Selecting previously unselected package libkrb5support0:ppc64el.
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.530 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.531 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.566 Selecting previously unselected package libk5crypto3:ppc64el.
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.566 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.567 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ...
19:10:09 [2021-03-01T19:10:09.390Z] #27 8.605 Selecting previously unselected package libkrb5-3:ppc64el.
19:10:09 [2021-03-01T19:10:09.685Z] #27 8.608 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.685Z] #27 8.609 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ...
19:10:09 [2021-03-01T19:10:09.685Z] #27 8.690 Selecting previously unselected package libgssapi-krb5-2:ppc64el.
19:10:09 [2021-03-01T19:10:09.685Z] #27 8.692 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.685Z] #27 8.694 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ...
19:10:09 [2021-03-01T19:10:09.685Z] #27 8.855 Selecting previously unselected package libnghttp2-14:ppc64el.
19:10:09 [2021-03-01T19:10:09.685Z] #27 8.859 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.803Z] #9 ...
19:10:09 [2021-03-01T19:10:09.803Z] 
19:10:09 [2021-03-01T19:10:09.803Z] #22 [internal] load build context
19:10:09 [2021-03-01T19:10:09.803Z] #22 sha256:9049fe696644b695d0c9f2b303cfd3f08cae605ab0fff095ee63d717ddb5541f
19:10:09 [2021-03-01T19:10:09.803Z] #22 transferring context: 53.42MB 3.0s done
19:10:09 [2021-03-01T19:10:09.803Z] #22 DONE 4.2s
19:10:09 [2021-03-01T19:10:09.803Z] 
19:10:09 [2021-03-01T19:10:09.803Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:09 [2021-03-01T19:10:09.803Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
19:10:09 [2021-03-01T19:10:09.982Z] #27 8.861 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 8.892 Selecting previously unselected package libpsl5:ppc64el.
19:10:09 [2021-03-01T19:10:09.982Z] #27 8.894 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 8.895 Unpacking libpsl5:ppc64el (0.20.2-2) ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 8.932 Selecting previously unselected package librtmp1:ppc64el.
19:10:09 [2021-03-01T19:10:09.982Z] #27 8.935 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 8.937 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 8.964 Selecting previously unselected package libssh2-1:ppc64el.
19:10:09 [2021-03-01T19:10:09.982Z] #27 8.967 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 8.968 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 9.008 Selecting previously unselected package libcurl4:ppc64el.
19:10:09 [2021-03-01T19:10:09.982Z] #27 9.011 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 9.012 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 9.074 Selecting previously unselected package curl.
19:10:09 [2021-03-01T19:10:09.982Z] #27 9.077 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 9.077 Unpacking curl (7.64.0-4+deb10u1) ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 9.126 Selecting previously unselected package libonig5:ppc64el.
19:10:09 [2021-03-01T19:10:09.982Z] #27 9.128 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 9.129 Unpacking libonig5:ppc64el (6.9.1-1) ...
19:10:09 [2021-03-01T19:10:09.982Z] #27 9.177 Selecting previously unselected package libjq1:ppc64el.
19:10:09 [2021-03-01T19:10:09.982Z] #27 9.177 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
19:10:10 [2021-03-01T19:10:10.067Z] #9 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 4.4s done
19:10:10 [2021-03-01T19:10:10.067Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 4.5s
19:10:10 [2021-03-01T19:10:10.067Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 4.7s
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.178 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.211 Selecting previously unselected package jq.
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.213 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ...
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.214 Unpacking jq (1.5+dfsg-2+b1) ...
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.247 Setting up libkeyutils1:ppc64el (1.6-6) ...
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.251 Setting up libpsl5:ppc64el (0.20.2-2) ...
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.254 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u5) ...
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.403 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ...
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.406 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.410 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ...
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.413 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ...
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.425 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ...
19:10:10 [2021-03-01T19:10:10.278Z] #27 9.429 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ...
19:10:10 [2021-03-01T19:10:10.574Z] #27 9.432 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ...
19:10:10 [2021-03-01T19:10:10.574Z] #27 9.435 Setting up libssh2-1:ppc64el (1.8.0-2.1) ...
19:10:10 [2021-03-01T19:10:10.574Z] #27 9.438 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ...
19:10:10 [2021-03-01T19:10:10.574Z] #27 9.441 Setting up openssl (1.1.1d-0+deb10u5) ...
19:10:10 [2021-03-01T19:10:10.574Z] #27 9.447 Setting up libonig5:ppc64el (6.9.1-1) ...
19:10:10 [2021-03-01T19:10:10.574Z] #27 9.450 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
19:10:10 [2021-03-01T19:10:10.574Z] #27 9.453 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ...
19:10:10 [2021-03-01T19:10:10.574Z] #27 9.456 Setting up ca-certificates (20200601~deb10u2) ...
19:10:10 [2021-03-01T19:10:10.670Z] #42 4.527 fatal: not a git repository (or any of the parent directories): .git
19:10:10 [2021-03-01T19:10:10.670Z] #42 4.577   GEN      .gitid
19:10:10 [2021-03-01T19:10:10.670Z] #42 4.602   GEN      criu/include/version.h
19:10:10 [2021-03-01T19:10:10.670Z] #42 4.675   GEN      include/common/asm
19:10:10 [2021-03-01T19:10:10.778Z] #26 DONE 16.0s
19:10:10 [2021-03-01T19:10:10.778Z] 
19:10:10 [2021-03-01T19:10:10.778Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:10 [2021-03-01T19:10:10.778Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:10 [2021-03-01T19:10:10.778Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.3s done
19:10:10 [2021-03-01T19:10:10.778Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.6s done
19:10:10 [2021-03-01T19:10:10.778Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.2s
19:10:10 [2021-03-01T19:10:10.778Z] #9 ...
19:10:10 [2021-03-01T19:10:10.778Z] 
19:10:10 [2021-03-01T19:10:10.778Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:10:10 [2021-03-01T19:10:10.778Z] #27 sha256:da86b1298038859e537a368350a99a553dafc53016f7c83f90369f3a4922a9a6
19:10:10 [2021-03-01T19:10:10.778Z] #27 DONE 0.2s
19:10:10 [2021-03-01T19:10:10.778Z] 
19:10:10 [2021-03-01T19:10:10.778Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:10 [2021-03-01T19:10:10.778Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:10 [2021-03-01T19:10:10.778Z] #9 ...
19:10:10 [2021-03-01T19:10:10.778Z] 
19:10:10 [2021-03-01T19:10:10.778Z] #28 [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
19:10:10 [2021-03-01T19:10:10.778Z] #28 sha256:edb75e3a61a65687d442acfc4a036c3034f6b4b2fed9096bd0c56a9c5b8a8bc9
19:10:10 [2021-03-01T19:10:10.821Z] #22 transferring context: 53.41MB 4.8s done
19:10:10 [2021-03-01T19:10:10.821Z] #22 DONE 5.1s
19:10:10 [2021-03-01T19:10:10.821Z] 
19:10:10 [2021-03-01T19:10:10.821Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:10 [2021-03-01T19:10:10.821Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:10 [2021-03-01T19:10:10.821Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
19:10:10 [2021-03-01T19:10:10.821Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
19:10:10 [2021-03-01T19:10:10.821Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
19:10:10 [2021-03-01T19:10:10.821Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
19:10:10 [2021-03-01T19:10:10.821Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.7s done
19:10:10 [2021-03-01T19:10:10.821Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.3s done
19:10:10 [2021-03-01T19:10:10.821Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.7s done
19:10:10 [2021-03-01T19:10:10.821Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.5s done
19:10:10 [2021-03-01T19:10:10.821Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 2.2s done
19:10:10 [2021-03-01T19:10:10.821Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.6s
19:10:10 [2021-03-01T19:10:10.821Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.7s
19:10:10 [2021-03-01T19:10:10.821Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.9s done
19:10:11 [2021-03-01T19:10:11.019Z] #9 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 2.1s done
19:10:11 [2021-03-01T19:10:11.220Z] #27 10.18 Updating certificates in /etc/ssl/certs...
19:10:11 [2021-03-01T19:10:11.472Z] #26 DONE 15.4s
19:10:11 [2021-03-01T19:10:11.472Z] 
19:10:11 [2021-03-01T19:10:11.472Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:10:11 [2021-03-01T19:10:11.472Z] #27 sha256:1e60b98b37ee4324a868cc8f8f68e583ed4a74670aba39493e691b5c3c37cb0c
19:10:11 [2021-03-01T19:10:11.472Z] #27 DONE 0.2s
19:10:11 [2021-03-01T19:10:11.472Z] 
19:10:11 [2021-03-01T19:10:11.472Z] #28 [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
19:10:11 [2021-03-01T19:10:11.472Z] #28 sha256:54f8e8e3df58bba634d0699573f77eaad6f92f36a05a17833510c4456f9ff46b
19:10:11 [2021-03-01T19:10:11.864Z] #27 11.05 137 added, 0 removed; done.
19:10:11 [2021-03-01T19:10:11.976Z] #9 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 6.2s done
19:10:11 [2021-03-01T19:10:11.976Z] #9 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 6.2s done
19:10:11 [2021-03-01T19:10:11.976Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2
19:10:11 [2021-03-01T19:10:11.976Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 0B / 97.69MB 6.4s
19:10:11 [2021-03-01T19:10:11.976Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 6.29MB / 97.69MB 6.5s
19:10:12 [2021-03-01T19:10:12.049Z] #42 ...
19:10:12 [2021-03-01T19:10:12.049Z] 
19:10:12 [2021-03-01T19:10:12.049Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:10:12 [2021-03-01T19:10:12.049Z] #33 sha256:9f3677e247ac66285fadcdfcbe95a525ce0e7a48a716c9cac29b07b57c588bb9
19:10:12 [2021-03-01T19:10:12.049Z] #33 76.25 path
19:10:12 [2021-03-01T19:10:12.049Z] #33 76.86 text/tabwriter
19:10:12 [2021-03-01T19:10:12.049Z] #33 77.36 fmt
19:10:12 [2021-03-01T19:10:12.049Z] #33 77.59 path/filepath
19:10:12 [2021-03-01T19:10:12.049Z] #33 79.28 io/ioutil
19:10:12 [2021-03-01T19:10:12.049Z] #33 81.41 flag
19:10:12 [2021-03-01T19:10:12.049Z] #33 81.41 github.com/BurntSushi/toml
19:10:12 [2021-03-01T19:10:12.049Z] #33 83.36 log
19:10:12 [2021-03-01T19:10:12.049Z] #33 85.82 github.com/BurntSushi/toml/cmd/tomlv
19:10:12 [2021-03-01T19:10:12.049Z] #33 ...
19:10:12 [2021-03-01T19:10:12.049Z] 
19:10:12 [2021-03-01T19:10:12.049Z] #50 [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
19:10:12 [2021-03-01T19:10:12.049Z] #50 sha256:199a441f313b0e5029f48fab26df328cfd0a1fb12a629305a4957e1f9ef26b4c
19:10:12 [2021-03-01T19:10:12.049Z] #50 76.27 context
19:10:12 [2021-03-01T19:10:12.049Z] #50 77.00 os
19:10:12 [2021-03-01T19:10:12.049Z] #50 77.02 encoding/base64
19:10:12 [2021-03-01T19:10:12.049Z] #50 78.23 golang.org/x/sys/unix
19:10:12 [2021-03-01T19:10:12.049Z] #50 81.85 encoding/json
19:10:12 [2021-03-01T19:10:12.049Z] #50 ...
19:10:12 [2021-03-01T19:10:12.049Z] 
19:10:12 [2021-03-01T19:10:12.049Z] #36 [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
19:10:12 [2021-03-01T19:10:12.049Z] #36 sha256:0d8484487e1e61ddfb7c03433ebc6a241372ea61b0b78de8107b28a7d1d80e9b
19:10:12 [2021-03-01T19:10:12.049Z] #36 3.588 -- Check for working C compiler: /usr/bin/cc -- works
19:10:12 [2021-03-01T19:10:12.049Z] #36 3.609 -- Detecting C compiler ABI info
19:10:12 [2021-03-01T19:10:12.049Z] #36 4.515 -- Detecting C compiler ABI info - done
19:10:12 [2021-03-01T19:10:12.049Z] #36 4.578 -- Detecting C compile features
19:10:12 [2021-03-01T19:10:12.049Z] #36 6.593 -- Detecting C compile features - done
19:10:12 [2021-03-01T19:10:12.049Z] #36 6.655 -- Performing Test HAS_BUILTIN_FORTIFY
19:10:12 [2021-03-01T19:10:12.049Z] #36 7.077 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
19:10:12 [2021-03-01T19:10:12.049Z] #36 7.167 -- Configuring done
19:10:12 [2021-03-01T19:10:12.049Z] #36 7.193 -- Generating done
19:10:12 [2021-03-01T19:10:12.049Z] #36 7.201 -- Build files have been written to: /tmp/tmp.I0IX6eHaSd/tini
19:10:12 [2021-03-01T19:10:12.049Z] #36 7.209 + make tini-static
19:10:12 [2021-03-01T19:10:12.049Z] #36 7.605 Scanning dependencies of target tini-static
19:10:12 [2021-03-01T19:10:12.049Z] #36 7.666 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
19:10:12 [2021-03-01T19:10:12.049Z] #36 9.048 [100%] Linking C executable tini-static
19:10:12 [2021-03-01T19:10:12.063Z] #20 12.62 Building wheels for collected packages: pyyaml
19:10:12 [2021-03-01T19:10:12.063Z] #20 12.62   Running setup.py bdist_wheel for pyyaml: started
19:10:12 [2021-03-01T19:10:12.063Z] #20 13.31   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
19:10:12 [2021-03-01T19:10:12.063Z] #20 13.31   Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028
19:10:12 [2021-03-01T19:10:12.063Z] #20 13.39 Successfully built pyyaml
19:10:12 [2021-03-01T19:10:12.153Z] #28 1.692 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
19:10:12 [2021-03-01T19:10:12.153Z] #28 1.815 
19:10:12 [2021-03-01T19:10:12.161Z] #27 ...
19:10:12 [2021-03-01T19:10:12.161Z] 
19:10:12 [2021-03-01T19:10:12.161Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:12 [2021-03-01T19:10:12.161Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1
19:10:12 [2021-03-01T19:10:12.161Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.6s done
19:10:12 [2021-03-01T19:10:12.161Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done
19:10:12 [2021-03-01T19:10:12.161Z] #10 DONE 19.8s
19:10:12 [2021-03-01T19:10:12.161Z] 
19:10:12 [2021-03-01T19:10:12.161Z] #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
19:10:12 [2021-03-01T19:10:12.161Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b
19:10:12 [2021-03-01T19:10:12.161Z] #27 11.09 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ...
19:10:12 [2021-03-01T19:10:12.161Z] #27 11.10 Setting up jq (1.5+dfsg-2+b1) ...
19:10:12 [2021-03-01T19:10:12.161Z] #27 11.10 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ...
19:10:12 [2021-03-01T19:10:12.161Z] #27 11.10 Setting up curl (7.64.0-4+deb10u1) ...
19:10:12 [2021-03-01T19:10:12.161Z] #27 11.11 Processing triggers for libc-bin (2.28-10) ...
19:10:12 [2021-03-01T19:10:12.161Z] #27 11.12 Processing triggers for ca-certificates (20200601~deb10u2) ...
19:10:12 [2021-03-01T19:10:12.161Z] #27 11.12 Updating certificates in /etc/ssl/certs...
19:10:12 [2021-03-01T19:10:12.161Z] #27 ...
19:10:12 [2021-03-01T19:10:12.161Z] 
19:10:12 [2021-03-01T19:10:12.161Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:10:12 [2021-03-01T19:10:12.161Z] #11 sha256:de2b7e1945dbe926869611b3b2029194bc28030208e03614c2a9fe1f572df858
19:10:12 [2021-03-01T19:10:12.161Z] #11 DONE 0.2s
19:10:12 [2021-03-01T19:10:12.187Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.9s done
19:10:12 [2021-03-01T19:10:12.242Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 26.76MB / 97.69MB 6.7s
19:10:12 [2021-03-01T19:10:12.242Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 32.51MB / 97.69MB 6.8s
19:10:12 [2021-03-01T19:10:12.308Z] #36 ...
19:10:12 [2021-03-01T19:10:12.308Z] 
19:10:12 [2021-03-01T19:10:12.308Z] #42 [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
19:10:12 [2021-03-01T19:10:12.308Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:10:12 [2021-03-01T19:10:12.308Z] #42 6.362   PBCC     images/timens.pb-c.c
19:10:12 [2021-03-01T19:10:12.308Z] #42 6.387   DEP      images/timens.pb-c.d
19:10:12 [2021-03-01T19:10:12.308Z] #42 6.450   PBCC     images/fown.pb-c.c
19:10:12 [2021-03-01T19:10:12.353Z] #20 13.41 Installing collected packages: pathspec, pyyaml, yamllint
19:10:12 [2021-03-01T19:10:12.353Z] #20 13.62 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
19:10:12 [2021-03-01T19:10:12.418Z] #28 1.225 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
19:10:12 [2021-03-01T19:10:12.418Z] #28 1.328 
19:10:12 [2021-03-01T19:10:12.460Z] 
19:10:12 [2021-03-01T19:10:12.461Z] #12 [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
19:10:12 [2021-03-01T19:10:12.461Z] #12 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159
19:10:12 [2021-03-01T19:10:12.461Z] #12 DONE 0.2s
19:10:12 [2021-03-01T19:10:12.461Z] 
19:10:12 [2021-03-01T19:10:12.461Z] #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
19:10:12 [2021-03-01T19:10:12.461Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b
19:10:12 [2021-03-01T19:10:12.461Z] #27 ...
19:10:12 [2021-03-01T19:10:12.461Z] 
19:10:12 [2021-03-01T19:10:12.461Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:10:12 [2021-03-01T19:10:12.461Z] #31 sha256:34d72fd651778c0cdb3dc938aacb06f57ff1869c20cbd1458f724e704eb32e92
19:10:12 [2021-03-01T19:10:12.461Z] #31 DONE 0.1s
19:10:12 [2021-03-01T19:10:12.461Z] 
19:10:12 [2021-03-01T19:10:12.461Z] #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
19:10:12 [2021-03-01T19:10:12.461Z] #47 sha256:6da6e6e3d39fedd127fa268e524394a1cf24fc619922b53bd3dd48ff4086e80e
19:10:12 [2021-03-01T19:10:12.509Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 38.80MB / 97.69MB 6.9s
19:10:12 [2021-03-01T19:10:12.509Z] #9 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.7s done
19:10:12 [2021-03-01T19:10:12.509Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 55.57MB / 97.69MB 7.1s
19:10:12 [2021-03-01T19:10:12.509Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 65.01MB / 97.69MB 7.2s
19:10:12 [2021-03-01T19:10:12.567Z] #42 6.480   PBCC     images/google/protobuf/descriptor.pb-c.c
19:10:12 [2021-03-01T19:10:12.567Z] #42 6.646   PBCC     images/opts.pb-c.c
19:10:12 [2021-03-01T19:10:12.567Z] #42 6.708   PBCC     images/memfd.pb-c.c
19:10:12 [2021-03-01T19:10:12.670Z] #28 1.926 
#####                                                                      8.3%
#######################                                                   33.3%
########################################                                  55.6%
######################################################                    75.6%
####################################################################      95.5%
######################################################################## 100.0%
19:10:12 [2021-03-01T19:10:12.670Z] #28 2.455 
19:10:12 [2021-03-01T19:10:12.767Z] #47 ...
19:10:12 [2021-03-01T19:10:12.767Z] 
19:10:12 [2021-03-01T19:10:12.767Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:10:12 [2021-03-01T19:10:12.767Z] #39 sha256:b948760ec906f0112e36d43a368d2764d9e6051a21547341b1990eac2341e2c0
19:10:12 [2021-03-01T19:10:12.767Z] #39 DONE 0.1s
19:10:12 [2021-03-01T19:10:12.767Z] 
19:10:12 [2021-03-01T19:10:12.767Z] #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
19:10:12 [2021-03-01T19:10:12.767Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9
19:10:12 [2021-03-01T19:10:12.775Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 72.35MB / 97.69MB 7.3s
19:10:12 [2021-03-01T19:10:12.775Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3
19:10:12 [2021-03-01T19:10:12.775Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 77.59MB / 97.69MB 7.4s
19:10:12 [2021-03-01T19:10:12.845Z] #42 6.786   DEP      images/fown.pb-c.d
19:10:12 [2021-03-01T19:10:12.845Z] #42 6.842   DEP      images/google/protobuf/descriptor.pb-c.d
19:10:12 [2021-03-01T19:10:12.845Z] #42 6.917   DEP      images/opts.pb-c.d
19:10:12 [2021-03-01T19:10:12.926Z] #28 2.579 
#############################################################             85.0%
######################################################################## 100.0%
19:10:12 [2021-03-01T19:10:12.926Z] #28 2.684 
19:10:12 [2021-03-01T19:10:12.941Z] #28 1.449 
####                                                                       6.2%
##########################                                                37.2%
#########################################                                 57.3%
#######################################################                   77.2%
#####################################################################     97.0%
######################################################################## 100.0%
19:10:12 [2021-03-01T19:10:12.941Z] #28 ...
19:10:12 [2021-03-01T19:10:12.941Z] 
19:10:12 [2021-03-01T19:10:12.941Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:12 [2021-03-01T19:10:12.941Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:12 [2021-03-01T19:10:12.941Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.9s done
19:10:12 [2021-03-01T19:10:12.941Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.9s done
19:10:12 [2021-03-01T19:10:12.941Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.6s
19:10:12 [2021-03-01T19:10:12.987Z] #20 DONE 14.0s
19:10:12 [2021-03-01T19:10:12.987Z] 
19:10:12 [2021-03-01T19:10:12.987Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
19:10:12 [2021-03-01T19:10:12.987Z] #23 DONE 0.2s
19:10:12 [2021-03-01T19:10:12.987Z] 
19:10:12 [2021-03-01T19:10:12.987Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:10:12 [2021-03-01T19:10:12.987Z] #41 87.40   CC       criu/protobuf.o
19:10:12 [2021-03-01T19:10:12.987Z] #41 87.73   CC       criu/pstree.o
19:10:12 [2021-03-01T19:10:12.987Z] #41 88.53   CC       criu/rbtree.o
19:10:12 [2021-03-01T19:10:12.987Z] #41 88.87   CC       criu/rst-malloc.o
19:10:12 [2021-03-01T19:10:12.987Z] #41 89.08   CC       criu/seccomp.o
19:10:12 [2021-03-01T19:10:12.987Z] #41 89.55   CC       criu/seize.o
19:10:12 [2021-03-01T19:10:12.987Z] #41 90.22   CC       criu/servicefd.o
19:10:12 [2021-03-01T19:10:12.987Z] #41 90.47   CC       criu/shmem.o
19:10:12 [2021-03-01T19:10:12.987Z] #41 91.09   CC       criu/sigframe.o
19:10:12 [2021-03-01T19:10:12.987Z] #41 91.19   CC       criu/signalfd.o
19:10:12 [2021-03-01T19:10:12.987Z] #41 91.44   CC       criu/sk-inet.o
19:10:13 [2021-03-01T19:10:13.068Z] #40 ...
19:10:13 [2021-03-01T19:10:13.068Z] 
19:10:13 [2021-03-01T19:10:13.068Z] #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
19:10:13 [2021-03-01T19:10:13.068Z] #27 sha256:6f32d7479e6ace0cf3d6d8fcd6237d9b0b9deeb19e8ceeee7902c1b8fe11216b
19:10:13 [2021-03-01T19:10:13.068Z] #27 12.02 0 added, 0 removed; done.
19:10:13 [2021-03-01T19:10:13.068Z] #27 12.02 Running hooks in /etc/ca-certificates/update.d...
19:10:13 [2021-03-01T19:10:13.068Z] #27 12.02 done.
19:10:13 [2021-03-01T19:10:13.068Z] #27 DONE 12.1s
19:10:13 [2021-03-01T19:10:13.068Z] 
19:10:13 [2021-03-01T19:10:13.068Z] #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
19:10:13 [2021-03-01T19:10:13.068Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9
19:10:13 [2021-03-01T19:10:13.068Z] #40 0.476 + git clone https://github.com/docker/distribution.git .
19:10:13 [2021-03-01T19:10:13.068Z] #40 0.478 Cloning into '.'...
19:10:13 [2021-03-01T19:10:13.068Z] #40 ...
19:10:13 [2021-03-01T19:10:13.068Z] 
19:10:13 [2021-03-01T19:10:13.068Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:10:13 [2021-03-01T19:10:13.068Z] #28 sha256:836b60e707dc0f24104b71a82a2adc03c92b5ca093e0636d996f5caa1964a8a4
19:10:13 [2021-03-01T19:10:13.068Z] #28 DONE 0.1s
19:10:13 [2021-03-01T19:10:13.105Z] #42 6.971   DEP      images/memfd.pb-c.d
19:10:13 [2021-03-01T19:10:13.105Z] #42 7.039   PBCC     images/sit.pb-c.c
19:10:13 [2021-03-01T19:10:13.105Z] #42 7.105   DEP      images/sit.pb-c.d
19:10:13 [2021-03-01T19:10:13.105Z] #42 7.218   PBCC     images/macvlan.pb-c.c
19:10:13 [2021-03-01T19:10:13.128Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 93.37MB / 97.69MB 7.5s
19:10:13 [2021-03-01T19:10:13.183Z] #28 2.810 
################################                                          44.6%
######################################################################## 100.0%
19:10:13 [2021-03-01T19:10:13.183Z] #28 2.955 
19:10:13 [2021-03-01T19:10:13.204Z] #9 ...
19:10:13 [2021-03-01T19:10:13.204Z] 
19:10:13 [2021-03-01T19:10:13.204Z] #28 [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
19:10:13 [2021-03-01T19:10:13.204Z] #28 sha256:54f8e8e3df58bba634d0699573f77eaad6f92f36a05a17833510c4456f9ff46b
19:10:13 [2021-03-01T19:10:13.204Z] #28 1.985 
19:10:13 [2021-03-01T19:10:13.204Z] #28 2.101 
#################################################                         68.8%
######################################################################## 100.0%
19:10:13 [2021-03-01T19:10:13.364Z] #42 7.248   DEP      images/macvlan.pb-c.d
19:10:13 [2021-03-01T19:10:13.364Z] #42 7.288   PBCC     images/autofs.pb-c.c
19:10:13 [2021-03-01T19:10:13.364Z] #42 7.322   DEP      images/autofs.pb-c.d
19:10:13 [2021-03-01T19:10:13.364Z] #42 ...
19:10:13 [2021-03-01T19:10:13.364Z] 
19:10:13 [2021-03-01T19:10:13.364Z] #36 [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
19:10:13 [2021-03-01T19:10:13.364Z] #36 sha256:0d8484487e1e61ddfb7c03433ebc6a241372ea61b0b78de8107b28a7d1d80e9b
19:10:13 [2021-03-01T19:10:13.364Z] #36 9.704 [100%] Built target tini-static
19:10:13 [2021-03-01T19:10:13.364Z] #36 9.816 + mkdir -p /build
19:10:13 [2021-03-01T19:10:13.364Z] #36 9.819 + cp tini-static /build/docker-init
19:10:13 [2021-03-01T19:10:13.364Z] #36 DONE 10.2s
19:10:13 [2021-03-01T19:10:13.364Z] 
19:10:13 [2021-03-01T19:10:13.364Z] #42 [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
19:10:13 [2021-03-01T19:10:13.364Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:10:13 [2021-03-01T19:10:13.364Z] #42 7.378   PBCC     images/sysctl.pb-c.c
19:10:13 [2021-03-01T19:10:13.364Z] #42 7.411   DEP      images/sysctl.pb-c.d
19:10:13 [2021-03-01T19:10:13.364Z] #42 7.445   PBCC     images/time.pb-c.c
19:10:13 [2021-03-01T19:10:13.391Z] #9 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.6s done
19:10:13 [2021-03-01T19:10:13.404Z] 
19:10:13 [2021-03-01T19:10:13.404Z] #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
19:10:13 [2021-03-01T19:10:13.404Z] #47 sha256:6da6e6e3d39fedd127fa268e524394a1cf24fc619922b53bd3dd48ff4086e80e
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.475 + RM_GOPATH=0
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.475 + TMP_GOPATH=
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.475 + : /build
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.475 + '[' -z '' ']'
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.477 ++ mktemp -d
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.478 + export GOPATH=/tmp/tmp.geeFhkiRIY
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.479 + GOPATH=/tmp/tmp.geeFhkiRIY
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.479 + RM_GOPATH=1
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.480 + case "$(go env GOARCH)" in
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.481 ++ go env GOARCH
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.488 + export GO_BUILDMODE=-buildmode=pie
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.488 + GO_BUILDMODE=-buildmode=pie
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.489 ++ dirname /tmp/install/install.sh
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.491 + dir=/tmp/install
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.491 + bin=gotestsum
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.491 + shift
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.491 + '[' '!' -f /tmp/install/gotestsum.installer ']'
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.491 + . /tmp/install/gotestsum.installer
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.492 ++ : v0.5.3
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.492 + install_gotestsum
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.494 + set -e
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.494 + export GO111MODULE=on
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.494 + GO111MODULE=on
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.494 + GOBIN=/build
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.494 + go get gotest.tools/gotestsum@v0.5.3
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.519 go: finding gotest.tools/gotestsum v0.5.3
19:10:13 [2021-03-01T19:10:13.404Z] #47 0.520 go: finding gotest.tools v0.5.3
19:10:13 [2021-03-01T19:10:13.471Z] #28 2.219 
19:10:13 [2021-03-01T19:10:13.471Z] #28 2.345 
##########################################################                81.0%
######################################################################## 100.0%
19:10:13 [2021-03-01T19:10:13.619Z] #41 92.27   CC       criu/sk-netlink.o
19:10:13 [2021-03-01T19:10:13.627Z] #42 7.502   DEP      images/time.pb-c.d
19:10:13 [2021-03-01T19:10:13.627Z] #42 7.618   PBCC     images/binfmt-misc.pb-c.c
19:10:13 [2021-03-01T19:10:13.627Z] #42 7.659   DEP      images/binfmt-misc.pb-c.d
19:10:13 [2021-03-01T19:10:13.627Z] #42 7.733   PBCC     images/seccomp.pb-c.c
19:10:13 [2021-03-01T19:10:13.736Z] #28 2.459 
19:10:13 [2021-03-01T19:10:13.886Z] #42 7.757   DEP      images/seccomp.pb-c.d
19:10:13 [2021-03-01T19:10:13.886Z] #42 7.785   PBCC     images/userns.pb-c.c
19:10:13 [2021-03-01T19:10:13.886Z] #42 7.785   DEP      images/userns.pb-c.d
19:10:13 [2021-03-01T19:10:13.886Z] #42 7.937   PBCC     images/cgroup.pb-c.c
19:10:13 [2021-03-01T19:10:13.886Z] #42 8.009   DEP      images/cgroup.pb-c.d
19:10:13 [2021-03-01T19:10:13.910Z] #41 92.57   CC       criu/sk-packet.o
19:10:14 [2021-03-01T19:10:14.021Z] #28 3.075 
#########                                                                 12.5%
#########################                                                 35.6%
#######################################                                   54.8%
#####################################################                     74.2%
###################################################################       93.5%
######################################################################## 100.0%
19:10:14 [2021-03-01T19:10:14.021Z] #28 3.649 
19:10:14 [2021-03-01T19:10:14.057Z] #47 1.493 go: downloading gotest.tools/gotestsum v0.5.3
19:10:14 [2021-03-01T19:10:14.084Z] #9 ...
19:10:14 [2021-03-01T19:10:14.084Z] 
19:10:14 [2021-03-01T19:10:14.084Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:10:14 [2021-03-01T19:10:14.084Z] #25 sha256:0f3ed404ebac67aefac24972986b8a5a9aa685d0c3d1c7ca255843d43dd4f6cb
19:10:14 [2021-03-01T19:10:14.084Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done
19:10:14 [2021-03-01T19:10:14.084Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done
19:10:14 [2021-03-01T19:10:14.084Z] #25 sha256:102ab2db1ad671545c0ace25463c4e3c45f9b15e319d3a00a1b2b085293c27fb 529B / 529B done
19:10:14 [2021-03-01T19:10:14.084Z] #25 sha256:5890f8ba95f680c87fcf89e51190098641b4f646102ce7ca906e7f83c84874dc 1.46kB / 1.46kB done
19:10:14 [2021-03-01T19:10:14.084Z] #25 sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 50.40MB / 50.40MB 1.4s done
19:10:14 [2021-03-01T19:10:14.085Z] #25 extracting sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b 6.1s done
19:10:14 [2021-03-01T19:10:14.085Z] #25 DONE 8.1s
19:10:14 [2021-03-01T19:10:14.085Z] 
19:10:14 [2021-03-01T19:10:14.085Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:14 [2021-03-01T19:10:14.085Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:14 [2021-03-01T19:10:14.085Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.6s done
19:10:14 [2021-03-01T19:10:14.085Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
19:10:14 [2021-03-01T19:10:14.085Z] #9 ...
19:10:14 [2021-03-01T19:10:14.085Z] 
19:10:14 [2021-03-01T19:10:14.085Z] #26 [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
19:10:14 [2021-03-01T19:10:14.085Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266
19:10:14 [2021-03-01T19:10:14.145Z] #42 8.149   PBCC     images/ext-file.pb-c.c
19:10:14 [2021-03-01T19:10:14.145Z] #42 8.198   DEP      images/ext-file.pb-c.d
19:10:14 [2021-03-01T19:10:14.145Z] #42 8.274   PBCC     images/rpc.pb-c.c
19:10:14 [2021-03-01T19:10:14.377Z] #28 2.587 
####                                                                       6.3%
#############                                                             19.1%
###############################                                           43.9%
###################################################                       71.0%
#################################################################         90.4%
######################################################################## 100.0%
19:10:14 [2021-03-01T19:10:14.377Z] #28 3.171 
19:10:14 [2021-03-01T19:10:14.404Z] #42 8.338   DEP      images/rpc.pb-c.d
19:10:14 [2021-03-01T19:10:14.404Z] #42 8.483   PBCC     images/siginfo.pb-c.c
19:10:14 [2021-03-01T19:10:14.404Z] #42 8.544   DEP      images/siginfo.pb-c.d
19:10:14 [2021-03-01T19:10:14.541Z] #41 ...
19:10:14 [2021-03-01T19:10:14.541Z] 
19:10:14 [2021-03-01T19:10:14.541Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
19:10:14 [2021-03-01T19:10:14.541Z] #28 DONE 1.4s
19:10:14 [2021-03-01T19:10:14.541Z] 
19:10:14 [2021-03-01T19:10:14.541Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:10:14 [2021-03-01T19:10:14.541Z] #41 93.05   CC       criu/sk-queue.o
19:10:14 [2021-03-01T19:10:14.541Z] #41 ...
19:10:14 [2021-03-01T19:10:14.541Z] 
19:10:14 [2021-03-01T19:10:14.541Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
19:10:14 [2021-03-01T19:10:14.541Z] #31 DONE 0.2s
19:10:14 [2021-03-01T19:10:14.541Z] 
19:10:14 [2021-03-01T19:10:14.541Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:10:14 [2021-03-01T19:10:14.541Z] #41 93.26   CC       criu/sk-tcp.o
19:10:14 [2021-03-01T19:10:14.541Z] #41 ...
19:10:14 [2021-03-01T19:10:14.541Z] 
19:10:14 [2021-03-01T19:10:14.541Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
19:10:14 [2021-03-01T19:10:14.541Z] #33 DONE 0.1s
19:10:14 [2021-03-01T19:10:14.663Z] #42 8.586   PBCC     images/pagemap.pb-c.c
19:10:14 [2021-03-01T19:10:14.832Z] 
19:10:14 [2021-03-01T19:10:14.832Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
19:10:14 [2021-03-01T19:10:14.832Z] #36 DONE 0.1s
19:10:14 [2021-03-01T19:10:14.832Z] 
19:10:14 [2021-03-01T19:10:14.832Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:10:14 [2021-03-01T19:10:14.832Z] #41 93.43   CC       criu/sk-unix.o
19:10:14 [2021-03-01T19:10:14.922Z] #42 8.695   DEP      images/pagemap.pb-c.d
19:10:14 [2021-03-01T19:10:14.922Z] #42 8.786   PBCC     images/rlimit.pb-c.c
19:10:14 [2021-03-01T19:10:14.922Z] #42 8.826   DEP      images/rlimit.pb-c.d
19:10:14 [2021-03-01T19:10:14.922Z] #42 8.891   PBCC     images/file-lock.pb-c.c
19:10:14 [2021-03-01T19:10:14.922Z] #42 8.918   DEP      images/file-lock.pb-c.d
19:10:15 [2021-03-01T19:10:15.014Z] #26 1.053 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
19:10:15 [2021-03-01T19:10:15.014Z] #26 1.067 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:15 [2021-03-01T19:10:15.014Z] #26 1.113 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:15 [2021-03-01T19:10:15.014Z] #26 1.207 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:15 [2021-03-01T19:10:15.132Z] #47 2.768 go: extracting gotest.tools/gotestsum v0.5.3
19:10:15 [2021-03-01T19:10:15.181Z] #42 8.986   PBCC     images/tty.pb-c.c
19:10:15 [2021-03-01T19:10:15.181Z] #42 9.030   DEP      images/tty.pb-c.d
19:10:15 [2021-03-01T19:10:15.181Z] #42 9.122   PBCC     images/tun.pb-c.c
19:10:15 [2021-03-01T19:10:15.181Z] #42 9.160   PBCC     images/netdev.pb-c.c
19:10:15 [2021-03-01T19:10:15.181Z] #42 9.227   DEP      images/tun.pb-c.d
19:10:15 [2021-03-01T19:10:15.271Z] #26 1.494 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:15 [2021-03-01T19:10:15.321Z] #9 ...
19:10:15 [2021-03-01T19:10:15.321Z] 
19:10:15 [2021-03-01T19:10:15.321Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:10:15 [2021-03-01T19:10:15.321Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665
19:10:15 [2021-03-01T19:10:15.321Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
19:10:15 [2021-03-01T19:10:15.321Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
19:10:15 [2021-03-01T19:10:15.321Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
19:10:15 [2021-03-01T19:10:15.321Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 6.7s done
19:10:15 [2021-03-01T19:10:15.321Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.8s done
19:10:15 [2021-03-01T19:10:15.321Z] #61 ...
19:10:15 [2021-03-01T19:10:15.321Z] 
19:10:15 [2021-03-01T19:10:15.321Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:10:15 [2021-03-01T19:10:15.321Z] #25 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0
19:10:15 [2021-03-01T19:10:15.321Z] #25 resolve docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 done
19:10:15 [2021-03-01T19:10:15.321Z] #25 sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475 1.85kB / 1.85kB done
19:10:15 [2021-03-01T19:10:15.321Z] #25 sha256:330cbf028662c0c41ff94c23dc1e37d1cd52703e79e795e275d5f6c86022a8e3 529B / 529B done
19:10:15 [2021-03-01T19:10:15.321Z] #25 sha256:fc905079e700da665fc183fff2fcc52bb91dd47590da3b534f1c4f5c4a965f28 1.46kB / 1.46kB done
19:10:15 [2021-03-01T19:10:15.321Z] #25 sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 49.18MB / 49.18MB 8.0s done
19:10:15 [2021-03-01T19:10:15.321Z] #25 extracting sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 1.1s
19:10:15 [2021-03-01T19:10:15.440Z] #42 9.270   DEP      images/netdev.pb-c.d
19:10:15 [2021-03-01T19:10:15.440Z] #42 9.315   PBCC     images/vma.pb-c.c
19:10:15 [2021-03-01T19:10:15.440Z] #42 9.362   DEP      images/vma.pb-c.d
19:10:15 [2021-03-01T19:10:15.440Z] #42 9.422   PBCC     images/creds.pb-c.c
19:10:15 [2021-03-01T19:10:15.440Z] #42 9.453   DEP      images/creds.pb-c.d
19:10:15 [2021-03-01T19:10:15.440Z] #42 9.502   PBCC     images/utsns.pb-c.c
19:10:15 [2021-03-01T19:10:15.586Z] #25 ...
19:10:15 [2021-03-01T19:10:15.586Z] 
19:10:15 [2021-03-01T19:10:15.586Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:15 [2021-03-01T19:10:15.586Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
19:10:15 [2021-03-01T19:10:15.705Z] #42 9.554   DEP      images/utsns.pb-c.d
19:10:15 [2021-03-01T19:10:15.705Z] #42 9.590   PBCC     images/ipc-desc.pb-c.c
19:10:15 [2021-03-01T19:10:15.705Z] #42 9.638   PBCC     images/ipc-sem.pb-c.c
19:10:15 [2021-03-01T19:10:15.705Z] #42 9.662   DEP      images/ipc-desc.pb-c.d
19:10:15 [2021-03-01T19:10:15.705Z] #42 9.694   DEP      images/ipc-sem.pb-c.d
19:10:15 [2021-03-01T19:10:15.705Z] #42 9.741   PBCC     images/ipc-msg.pb-c.c
19:10:15 [2021-03-01T19:10:15.705Z] #42 9.768   DEP      images/ipc-msg.pb-c.d
19:10:15 [2021-03-01T19:10:15.705Z] #42 9.824   PBCC     images/ipc-shm.pb-c.c
19:10:15 [2021-03-01T19:10:15.705Z] #42 9.846   DEP      images/ipc-shm.pb-c.d
19:10:15 [2021-03-01T19:10:15.835Z] #26 1.927 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:15 [2021-03-01T19:10:15.850Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c
19:10:15 [2021-03-01T19:10:15.863Z] #41 94.36   CC       criu/sockets.o
19:10:15 [2021-03-01T19:10:15.963Z] #42 9.935   PBCC     images/ipc-var.pb-c.c
19:10:15 [2021-03-01T19:10:15.963Z] #42 9.960   DEP      images/ipc-var.pb-c.d
19:10:15 [2021-03-01T19:10:15.963Z] #42 10.03   PBCC     images/sk-opts.pb-c.c
19:10:15 [2021-03-01T19:10:15.963Z] #42 10.06   PBCC     images/packet-sock.pb-c.c
19:10:16 [2021-03-01T19:10:16.114Z] #9 ...
19:10:16 [2021-03-01T19:10:16.114Z] 
19:10:16 [2021-03-01T19:10:16.114Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669
19:10:16 [2021-03-01T19:10:16.114Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665
19:10:16 [2021-03-01T19:10:16.114Z] #61 DONE 10.8s
19:10:16 [2021-03-01T19:10:16.114Z] 
19:10:16 [2021-03-01T19:10:16.114Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:16 [2021-03-01T19:10:16.114Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
19:10:16 [2021-03-01T19:10:16.114Z] #9 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 10.7s done
19:10:16 [2021-03-01T19:10:16.146Z] #28 3.785 
#                                                                          2.5%
######                                                                     8.5%
#######                                                                   10.1%
############                                                              17.9%
###################                                                       26.4%
######################                                                    31.6%
########################                                                  33.6%
#############################                                             41.1%
####################################                                      50.2%
#######################################                                   55.4%
###########################################                               60.6%
###############################################                           65.8%
###################################################                       71.0%
######################################################                    76.1%
##########################################################                81.5%
##############################################################            86.6%
##################################################################        91.9%
#####################################################################     97.1%
######################################################################## 100.0%
19:10:16 [2021-03-01T19:10:16.146Z] #28 5.658 
19:10:16 [2021-03-01T19:10:16.222Z] #42 ...
19:10:16 [2021-03-01T19:10:16.222Z] 
19:10:16 [2021-03-01T19:10:16.222Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:10:16 [2021-03-01T19:10:16.222Z] #33 sha256:9f3677e247ac66285fadcdfcbe95a525ce0e7a48a716c9cac29b07b57c588bb9
19:10:16 [2021-03-01T19:10:16.222Z] #33 DONE 90.7s
19:10:16 [2021-03-01T19:10:16.222Z] 
19:10:16 [2021-03-01T19:10:16.222Z] #42 [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
19:10:16 [2021-03-01T19:10:16.222Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:10:16 [2021-03-01T19:10:16.222Z] #42 10.13   DEP      images/sk-opts.pb-c.d
19:10:16 [2021-03-01T19:10:16.222Z] #42 10.22   DEP      images/packet-sock.pb-c.d
19:10:16 [2021-03-01T19:10:16.222Z] #42 10.32   PBCC     images/sk-netlink.pb-c.c
19:10:16 [2021-03-01T19:10:16.402Z] #28 6.008 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
19:10:16 [2021-03-01T19:10:16.402Z] #28 6.131 
19:10:16 [2021-03-01T19:10:16.480Z] #42 10.41   DEP      images/sk-netlink.pb-c.d
19:10:16 [2021-03-01T19:10:16.481Z] #42 10.53   PBCC     images/sk-inet.pb-c.c
19:10:16 [2021-03-01T19:10:16.537Z] #41 94.89   CC       criu/stats.o
19:10:16 [2021-03-01T19:10:16.537Z] #41 95.15   CC       criu/string.o
19:10:16 [2021-03-01T19:10:16.537Z] #41 95.20   CC       criu/sysctl.o
19:10:16 [2021-03-01T19:10:16.658Z] #28 6.222 
######################################################################## 100.0%
19:10:16 [2021-03-01T19:10:16.658Z] #28 6.245 
19:10:16 [2021-03-01T19:10:16.740Z] #42 10.64   DEP      images/sk-inet.pb-c.d
19:10:16 [2021-03-01T19:10:16.740Z] #42 10.77   PBCC     images/sk-unix.pb-c.c
19:10:16 [2021-03-01T19:10:16.842Z] #28 3.290 
#                                                                          1.6%
##                                                                         4.1%
######                                                                     8.4%
############                                                              17.5%
#################                                                         24.1%
###################                                                       26.6%
#########################                                                 36.0%
################################                                          44.9%
####################################                                      50.0%
#####################################                                     51.7%
#######################################                                   54.9%
###########################################                               60.5%
###############################################                           65.9%
###################################################                       72.0%
#####################################################                     74.4%
#########################################################                 80.0%
###############################################################           88.5%
####################################################################      95.8%
######################################################################## 100.0%
19:10:16 [2021-03-01T19:10:16.842Z] #28 5.642 
19:10:16 [2021-03-01T19:10:16.999Z] #42 10.85   DEP      images/sk-unix.pb-c.d
19:10:16 [2021-03-01T19:10:16.999Z] #42 10.94   PBCC     images/mm.pb-c.c
19:10:16 [2021-03-01T19:10:16.999Z] #42 11.01   DEP      images/mm.pb-c.d
19:10:17 [2021-03-01T19:10:17.105Z] #28 6.084 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
19:10:17 [2021-03-01T19:10:17.169Z] #41 95.73   CC       criu/sysfs_parse.o
19:10:17 [2021-03-01T19:10:17.169Z] #41 95.98   CC       criu/timens.o
19:10:17 [2021-03-01T19:10:17.208Z] #26 3.294 Fetched 8423 kB in 2s (3378 kB/s)
19:10:17 [2021-03-01T19:10:17.222Z] #28 6.958 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
19:10:17 [2021-03-01T19:10:17.258Z] #42 11.22   PBCC     images/timerfd.pb-c.c
19:10:17 [2021-03-01T19:10:17.258Z] #42 11.24   DEP      images/timerfd.pb-c.d
19:10:17 [2021-03-01T19:10:17.258Z] #42 11.29   PBCC     images/timer.pb-c.c
19:10:17 [2021-03-01T19:10:17.258Z] #42 11.33   DEP      images/timer.pb-c.d
19:10:17 [2021-03-01T19:10:17.368Z] #28 6.187 
19:10:17 [2021-03-01T19:10:17.368Z] #28 6.249 
######################################################################## 100.0%
19:10:17 [2021-03-01T19:10:17.368Z] #28 6.278 
19:10:17 [2021-03-01T19:10:17.459Z] #41 96.19   CC       criu/timerfd.o
19:10:17 [2021-03-01T19:10:17.483Z] #28 7.069 
19:10:17 [2021-03-01T19:10:17.517Z] #42 11.37   PBCC     images/sa.pb-c.c
19:10:17 [2021-03-01T19:10:17.517Z] #42 11.41   DEP      images/sa.pb-c.d
19:10:17 [2021-03-01T19:10:17.517Z] #42 11.47   PBCC     images/pipe-data.pb-c.c
19:10:17 [2021-03-01T19:10:17.517Z] #42 11.51   DEP      images/pipe-data.pb-c.d
19:10:17 [2021-03-01T19:10:17.517Z] #42 11.56   PBCC     images/mnt.pb-c.c
19:10:17 [2021-03-01T19:10:17.517Z] #42 ...
19:10:17 [2021-03-01T19:10:17.517Z] 
19:10:17 [2021-03-01T19:10:17.517Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:17 [2021-03-01T19:10:17.517Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:17 [2021-03-01T19:10:17.517Z] #12 82.10 Selecting previously unselected package mingw-w64-x86-64-dev.
19:10:17 [2021-03-01T19:10:17.517Z] #12 82.12 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
19:10:17 [2021-03-01T19:10:17.517Z] #12 82.13 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
19:10:17 [2021-03-01T19:10:17.517Z] #12 89.41 Selecting previously unselected package gcc-mingw-w64-base.
19:10:17 [2021-03-01T19:10:17.517Z] #12 89.41 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:10:17 [2021-03-01T19:10:17.517Z] #12 89.42 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:10:17 [2021-03-01T19:10:17.517Z] #12 89.58 Selecting previously unselected package gcc-mingw-w64-x86-64.
19:10:17 [2021-03-01T19:10:17.517Z] #12 89.58 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:10:17 [2021-03-01T19:10:17.517Z] #12 89.59 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:10:17 [2021-03-01T19:10:17.742Z] #28 7.270 
                                                                           0.6%
######################################################################## 100.0%
19:10:17 [2021-03-01T19:10:17.742Z] #28 7.345 
19:10:17 [2021-03-01T19:10:17.750Z] #41 96.37   CC       criu/tty.o
19:10:17 [2021-03-01T19:10:17.777Z] #12 ...
19:10:17 [2021-03-01T19:10:17.777Z] 
19:10:17 [2021-03-01T19:10:17.777Z] #42 [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
19:10:17 [2021-03-01T19:10:17.777Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:10:17 [2021-03-01T19:10:17.777Z] #42 11.62   DEP      images/mnt.pb-c.d
19:10:17 [2021-03-01T19:10:17.777Z] #42 11.71   PBCC     images/sk-packet.pb-c.c
19:10:17 [2021-03-01T19:10:17.777Z] #42 11.72   DEP      images/sk-packet.pb-c.d
19:10:17 [2021-03-01T19:10:17.777Z] #42 11.77   PBCC     images/tcp-stream.pb-c.c
19:10:17 [2021-03-01T19:10:17.777Z] #42 11.81   DEP      images/tcp-stream.pb-c.d
19:10:17 [2021-03-01T19:10:17.777Z] #42 11.87   PBCC     images/pipe.pb-c.c
19:10:17 [2021-03-01T19:10:17.942Z] #28 6.581 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
19:10:17 [2021-03-01T19:10:17.942Z] #28 6.688 
19:10:17 [2021-03-01T19:10:17.942Z] #28 6.806 
####################                                                      28.8%
######################################################################## 100.0%
19:10:17 [2021-03-01T19:10:17.942Z] #28 6.866 
19:10:17 [2021-03-01T19:10:17.947Z] #47 5.267 go: downloading github.com/spf13/pflag v1.0.3
19:10:17 [2021-03-01T19:10:17.947Z] #47 5.302 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:17 [2021-03-01T19:10:17.947Z] #47 5.313 go: downloading github.com/fatih/color v1.9.0
19:10:17 [2021-03-01T19:10:17.947Z] #47 5.440 go: downloading github.com/pkg/errors v0.9.1
19:10:17 [2021-03-01T19:10:17.947Z] #47 5.605 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:17 [2021-03-01T19:10:17.947Z] #47 5.618 go: extracting github.com/fatih/color v1.9.0
19:10:17 [2021-03-01T19:10:17.947Z] #47 5.635 go: downloading github.com/jonboulle/clockwork v0.1.0
19:10:17 [2021-03-01T19:10:17.947Z] #47 5.664 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:17 [2021-03-01T19:10:17.947Z] #47 5.688 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:17 [2021-03-01T19:10:17.947Z] #47 5.707 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:17 [2021-03-01T19:10:17.947Z] #47 ...
19:10:17 [2021-03-01T19:10:17.947Z] 
19:10:17 [2021-03-01T19:10:17.947Z] #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
19:10:17 [2021-03-01T19:10:17.947Z] #29 sha256:f36edc5c77a950d72a72098dff20e494b41aa4bc14a51b9576387099926fcd1d
19:10:17 [2021-03-01T19:10:17.947Z] #29 2.295 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
19:10:17 [2021-03-01T19:10:17.947Z] #29 2.816 #=#=#                                                                         
19:10:18 [2021-03-01T19:10:18.035Z] #42 11.89   DEP      images/pipe.pb-c.d
19:10:18 [2021-03-01T19:10:18.035Z] #42 11.94   PBCC     images/pstree.pb-c.c
19:10:18 [2021-03-01T19:10:18.035Z] #42 11.96   DEP      images/pstree.pb-c.d
19:10:18 [2021-03-01T19:10:18.035Z] #42 ...
19:10:18 [2021-03-01T19:10:18.035Z] 
19:10:18 [2021-03-01T19:10:18.035Z] #44 [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
19:10:18 [2021-03-01T19:10:18.035Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:10:18 [2021-03-01T19:10:18.035Z] #44 82.54 regexp
19:10:18 [2021-03-01T19:10:18.035Z] #44 85.00 go/token
19:10:18 [2021-03-01T19:10:18.035Z] #44 86.10 go/scanner
19:10:18 [2021-03-01T19:10:18.035Z] #44 86.55 internal/lazyregexp
19:10:18 [2021-03-01T19:10:18.035Z] #44 86.86 net/url
19:10:18 [2021-03-01T19:10:18.036Z] #44 87.54 go/ast
19:10:18 [2021-03-01T19:10:18.036Z] #44 89.32 text/template/parse
19:10:18 [2021-03-01T19:10:18.036Z] #44 ...
19:10:18 [2021-03-01T19:10:18.036Z] 
19:10:18 [2021-03-01T19:10:18.036Z] #42 [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
19:10:18 [2021-03-01T19:10:18.036Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:10:18 [2021-03-01T19:10:18.036Z] #42 12.02   PBCC     images/fs.pb-c.c
19:10:18 [2021-03-01T19:10:18.036Z] #42 12.03   DEP      images/fs.pb-c.d
19:10:18 [2021-03-01T19:10:18.036Z] #42 12.09   PBCC     images/signalfd.pb-c.c
19:10:18 [2021-03-01T19:10:18.036Z] #42 12.14   DEP      images/signalfd.pb-c.d
19:10:18 [2021-03-01T19:10:18.140Z] #26 3.294 Reading package lists...
19:10:18 [2021-03-01T19:10:18.294Z] #42 12.18   PBCC     images/fh.pb-c.c
19:10:18 [2021-03-01T19:10:18.294Z] #42 12.29   PBCC     images/fsnotify.pb-c.c
19:10:18 [2021-03-01T19:10:18.294Z] #42 12.35   DEP      images/fh.pb-c.d
19:10:18 [2021-03-01T19:10:18.294Z] #42 12.40   DEP      images/fsnotify.pb-c.d
19:10:18 [2021-03-01T19:10:18.306Z] #28 7.790 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
19:10:18 [2021-03-01T19:10:18.307Z] #28 7.910 
19:10:18 [2021-03-01T19:10:18.516Z] #28 7.498 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
19:10:18 [2021-03-01T19:10:18.554Z] #42 12.44   PBCC     images/eventpoll.pb-c.c
19:10:18 [2021-03-01T19:10:18.554Z] #42 12.47   DEP      images/eventpoll.pb-c.d
19:10:18 [2021-03-01T19:10:18.554Z] #42 12.53   PBCC     images/eventfd.pb-c.c
19:10:18 [2021-03-01T19:10:18.554Z] #42 12.58   DEP      images/eventfd.pb-c.d
19:10:18 [2021-03-01T19:10:18.554Z] #42 12.62   PBCC     images/remap-file-path.pb-c.c
19:10:18 [2021-03-01T19:10:18.554Z] #42 12.64   DEP      images/remap-file-path.pb-c.d
19:10:18 [2021-03-01T19:10:18.685Z] #9 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.8s done
19:10:18 [2021-03-01T19:10:18.778Z] #28 7.591 
19:10:18 [2021-03-01T19:10:18.782Z] #41 97.48   CC       criu/tun.o
19:10:18 [2021-03-01T19:10:18.813Z] #42 12.71   PBCC     images/fifo.pb-c.c
19:10:18 [2021-03-01T19:10:18.813Z] #42 12.73   DEP      images/fifo.pb-c.d
19:10:18 [2021-03-01T19:10:18.813Z] #42 12.77   PBCC     images/ghost-file.pb-c.c
19:10:18 [2021-03-01T19:10:18.813Z] #42 12.83   DEP      images/ghost-file.pb-c.d
19:10:18 [2021-03-01T19:10:18.869Z] #29 3.003 
                                                                           0.1%
#                                                                          2.8%
######                                                                     8.9%
#########                                                                 13.6%
############                                                              17.6%
################                                                          23.6%
#################                                                         25.0%
###################                                                       26.6%
#####################                                                     29.4%
#######################                                                   32.5%
##########################                                                37.3%
############################                                              39.9%
###############################                                           43.9%
###################################                                       48.6%
######################################                                    53.3%
#########################################                                 57.3%
############################################                              61.4%
################################################                          67.5%
###################################################                       71.8%
#######################################################                   76.5%
###########################################################               82.5%
#################################################################         90.6%
#####################################################################     96.4%
######################################################################## 100.0%
19:10:19 [2021-03-01T19:10:19.072Z] #42 12.90   PBCC     images/regfile.pb-c.c
19:10:19 [2021-03-01T19:10:19.072Z] #42 12.95   DEP      images/regfile.pb-c.d
19:10:19 [2021-03-01T19:10:19.072Z] #42 13.00   PBCC     images/ns.pb-c.c
19:10:19 [2021-03-01T19:10:19.072Z] #42 13.03   DEP      images/ns.pb-c.d
19:10:19 [2021-03-01T19:10:19.072Z] #42 13.07   PBCC     images/fdinfo.pb-c.c
19:10:19 [2021-03-01T19:10:19.072Z] #42 13.14   DEP      images/fdinfo.pb-c.d
19:10:19 [2021-03-01T19:10:19.073Z] #26 4.194 Reading package lists...
19:10:19 [2021-03-01T19:10:19.073Z] #26 5.139 Building dependency tree...
19:10:19 [2021-03-01T19:10:19.074Z] #41 97.87   CC       criu/uffd.o
19:10:19 [2021-03-01T19:10:19.331Z] #42 13.18   PBCC     images/core-aarch64.pb-c.c
19:10:19 [2021-03-01T19:10:19.331Z] #42 13.26   PBCC     images/core-arm.pb-c.c
19:10:19 [2021-03-01T19:10:19.331Z] #42 13.29   PBCC     images/core-ppc64.pb-c.c
19:10:19 [2021-03-01T19:10:19.331Z] #42 13.36   PBCC     images/core-s390.pb-c.c
19:10:19 [2021-03-01T19:10:19.336Z] #28 8.107 
                                                                           0.0%
############                                                              17.6%
#######################                                                   32.9%
#########################                                                 35.3%
#################################                                         47.1%
##################################                                        47.3%
############################################                              62.4%
###############################################                           66.2%
###########################################################               82.7%
######################################################################## 100.0%
19:10:19 [2021-03-01T19:10:19.373Z] #26 5.474 The following additional packages will be installed:
19:10:19 [2021-03-01T19:10:19.373Z] #26 5.474   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
19:10:19 [2021-03-01T19:10:19.373Z] #26 5.474   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
19:10:19 [2021-03-01T19:10:19.373Z] #26 5.474   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
19:10:19 [2021-03-01T19:10:19.373Z] #26 5.475 Suggested packages:
19:10:19 [2021-03-01T19:10:19.373Z] #26 5.475   krb5-doc krb5-user
19:10:19 [2021-03-01T19:10:19.373Z] #26 5.475 Recommended packages:
19:10:19 [2021-03-01T19:10:19.373Z] #26 5.475   krb5-locales publicsuffix libsasl2-modules
19:10:19 [2021-03-01T19:10:19.526Z] #29 6.259 
19:10:19 [2021-03-01T19:10:19.589Z] #42 13.43   PBCC     images/core-x86.pb-c.c
19:10:19 [2021-03-01T19:10:19.590Z] #42 13.51   PBCC     images/core.pb-c.c
19:10:19 [2021-03-01T19:10:19.590Z] #42 13.61   PBCC     images/inventory.pb-c.c
19:10:19 [2021-03-01T19:10:19.605Z] #28 9.163 
19:10:19 [2021-03-01T19:10:19.628Z] #26 5.644 The following NEW packages will be installed:
19:10:19 [2021-03-01T19:10:19.628Z] #26 5.645   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
19:10:19 [2021-03-01T19:10:19.628Z] #26 5.645   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
19:10:19 [2021-03-01T19:10:19.628Z] #26 5.645   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
19:10:19 [2021-03-01T19:10:19.628Z] #26 5.646   libssh2-1 libssl1.1 openssl
19:10:19 [2021-03-01T19:10:19.666Z] #9 ...
19:10:19 [2021-03-01T19:10:19.666Z] 
19:10:19 [2021-03-01T19:10:19.666Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:1092695e843ad975267131f27a2b523128c4e03d2d96574bbdd7cf949ed51475
19:10:19 [2021-03-01T19:10:19.666Z] #25 sha256:0dcc34879bceffc8f3a6fbd2e3dbc6e02591d01dc5ebdcd6677dd49142acc9e0
19:10:19 [2021-03-01T19:10:19.666Z] #25 extracting sha256:c78c297fb0d010ee085f95ae439636ecb167b050c1acb4273bd576998cf94a83 3.5s done
19:10:19 [2021-03-01T19:10:19.666Z] #25 DONE 14.0s
19:10:19 [2021-03-01T19:10:19.666Z] 
19:10:19 [2021-03-01T19:10:19.666Z] #26 [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
19:10:19 [2021-03-01T19:10:19.666Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4
19:10:19 [2021-03-01T19:10:19.828Z] #28 7.729 
                                                                           0.3%
###                                                                        4.8%
################                                                          22.4%
#########################                                                 35.3%
##################################                                        47.7%
##################################                                        48.4%
###########################################                               60.4%
#############################################################             85.7%
######################################################################## 100.0%
19:10:19 [2021-03-01T19:10:19.828Z] #28 8.705 
19:10:19 [2021-03-01T19:10:19.848Z] #42 13.70   DEP      images/core-aarch64.pb-c.d
19:10:19 [2021-03-01T19:10:19.848Z] #42 13.77   DEP      images/core-arm.pb-c.d
19:10:19 [2021-03-01T19:10:19.848Z] #42 13.83   DEP      images/core-ppc64.pb-c.d
19:10:19 [2021-03-01T19:10:19.848Z] #42 13.87   DEP      images/core-s390.pb-c.d
19:10:19 [2021-03-01T19:10:19.862Z] #28 9.490 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.925 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.925 Need to get 5057 kB of archives.
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.925 After this operation, 12.1 MB of additional disk space will be used.
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.925 Get:1 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.934 Get:2 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.934 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u5 [1539 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.934 Get:4 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.934 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.934 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.935 Get:7 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.938 Get:8 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.947 Get:9 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.952 Get:10 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.961 Get:11 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.961 Get:12 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.961 Get:13 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 5.966 Get:14 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 6.012 Get:15 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 6.012 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 6.012 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 6.012 Get:18 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 6.012 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u5 [844 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 6.012 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 6.012 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
19:10:19 [2021-03-01T19:10:19.884Z] #26 6.158 debconf: delaying package configuration, since apt-utils is not installed
19:10:19 [2021-03-01T19:10:19.884Z] #26 6.177 Fetched 5057 kB in 0s (14.6 MB/s)
19:10:20 [2021-03-01T19:10:20.090Z] #28 9.021 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
19:10:20 [2021-03-01T19:10:20.107Z] #42 13.94   DEP      images/core-x86.pb-c.d
19:10:20 [2021-03-01T19:10:20.107Z] #42 14.00   DEP      images/core.pb-c.d
19:10:20 [2021-03-01T19:10:20.107Z] #42 14.10   DEP      images/inventory.pb-c.d
19:10:20 [2021-03-01T19:10:20.107Z] #42 14.18   PBCC     images/cpuinfo.pb-c.c
19:10:20 [2021-03-01T19:10:20.107Z] #41 98.57   CC       criu/util.o
19:10:20 [2021-03-01T19:10:20.119Z] #28 9.618 
19:10:20 [2021-03-01T19:10:20.119Z] #28 9.674 
######################################################################## 100.0%
19:10:20 [2021-03-01T19:10:20.119Z] #28 9.695 
19:10:20 [2021-03-01T19:10:20.125Z] #29 6.477 
                                                                           0.2%
##############                                                            20.4%
###########################################                               60.3%
##############################################################            86.7%
######################################################################## 100.0%
19:10:20 [2021-03-01T19:10:20.139Z] #26 6.215 Selecting previously unselected package libssl1.1:amd64.
19:10:20 [2021-03-01T19:10:20.139Z] #26 6.215 (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.)
19:10:20 [2021-03-01T19:10:20.139Z] #26 6.223 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_amd64.deb ...
19:10:20 [2021-03-01T19:10:20.139Z] #26 6.288 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u5) ...
19:10:20 [2021-03-01T19:10:20.352Z] #28 9.136 
19:10:20 [2021-03-01T19:10:20.352Z] #28 9.230 
######################################################################## 100.0%
19:10:20 [2021-03-01T19:10:20.352Z] #28 9.275 
19:10:20 [2021-03-01T19:10:20.366Z] #42 14.20   DEP      images/cpuinfo.pb-c.d
19:10:20 [2021-03-01T19:10:20.366Z] #42 14.25   PBCC     images/stats.pb-c.c
19:10:20 [2021-03-01T19:10:20.366Z] #42 14.30   DEP      images/stats.pb-c.d
19:10:20 [2021-03-01T19:10:20.376Z] #28 9.945 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
19:10:20 [2021-03-01T19:10:20.376Z] #28 ...
19:10:20 [2021-03-01T19:10:20.376Z] 
19:10:20 [2021-03-01T19:10:20.376Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:20 [2021-03-01T19:10:20.376Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:20 [2021-03-01T19:10:20.376Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.9s done
19:10:20 [2021-03-01T19:10:20.376Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
19:10:20 [2021-03-01T19:10:20.376Z] #9 DONE 38.4s
19:10:20 [2021-03-01T19:10:20.376Z] 
19:10:20 [2021-03-01T19:10:20.376Z] #28 [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
19:10:20 [2021-03-01T19:10:20.376Z] #28 sha256:edb75e3a61a65687d442acfc4a036c3034f6b4b2fed9096bd0c56a9c5b8a8bc9
19:10:20 [2021-03-01T19:10:20.376Z] #28 10.03 
19:10:20 [2021-03-01T19:10:20.376Z] #28 ...
19:10:20 [2021-03-01T19:10:20.376Z] 
19:10:20 [2021-03-01T19:10:20.376Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:10:20 [2021-03-01T19:10:20.376Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.484 Selecting previously unselected package libsasl2-modules-db:amd64.
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.486 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.490 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.529 Selecting previously unselected package libsasl2-2:amd64.
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.529 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.535 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.580 Selecting previously unselected package libldap-common.
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.581 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.587 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.636 Selecting previously unselected package libldap-2.4-2:amd64.
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.636 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.640 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.705 Selecting previously unselected package openssl.
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.705 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_amd64.deb ...
19:10:20 [2021-03-01T19:10:20.395Z] #26 6.710 Unpacking openssl (1.1.1d-0+deb10u5) ...
19:10:20 [2021-03-01T19:10:20.613Z] #28 9.518 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
19:10:20 [2021-03-01T19:10:20.651Z] #26 6.866 Selecting previously unselected package ca-certificates.
19:10:20 [2021-03-01T19:10:20.651Z] #26 6.866 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ...
19:10:20 [2021-03-01T19:10:20.651Z] #26 6.869 Unpacking ca-certificates (20200601~deb10u2) ...
19:10:20 [2021-03-01T19:10:20.743Z] #41 99.39   CC       criu/uts_ns.o
19:10:20 [2021-03-01T19:10:20.743Z] #41 ...
19:10:20 [2021-03-01T19:10:20.743Z] 
19:10:20 [2021-03-01T19:10:20.743Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
19:10:20 [2021-03-01T19:10:20.743Z] #47 134.4 + /build/golangci-lint --version
19:10:20 [2021-03-01T19:10:20.743Z] #47 ...
19:10:20 [2021-03-01T19:10:20.743Z] 
19:10:20 [2021-03-01T19:10:20.743Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
19:10:20 [2021-03-01T19:10:20.743Z] #38 DONE 134.5s
19:10:20 [2021-03-01T19:10:20.772Z] #29 7.427 #=#=#                                                                         
19:10:20 [2021-03-01T19:10:20.875Z] #28 9.626 
19:10:20 [2021-03-01T19:10:20.875Z] #28 9.736 
######################################################################## 100.0%
19:10:20 [2021-03-01T19:10:20.875Z] #28 9.761 
19:10:20 [2021-03-01T19:10:20.875Z] #28 9.783 Download of images into '/build' complete.
19:10:20 [2021-03-01T19:10:20.875Z] #28 9.783 Use something like the following to load the result into a Docker daemon:
19:10:20 [2021-03-01T19:10:20.875Z] #28 9.783   tar -cC '/build' . | docker load
19:10:20 [2021-03-01T19:10:20.906Z] #26 6.972 Selecting previously unselected package libkeyutils1:amd64.
19:10:20 [2021-03-01T19:10:20.907Z] #26 6.972 Preparing to unpack .../07-libkeyutils1_1.6-6_amd64.deb ...
19:10:20 [2021-03-01T19:10:20.907Z] #26 6.978 Unpacking libkeyutils1:amd64 (1.6-6) ...
19:10:20 [2021-03-01T19:10:20.907Z] #26 7.017 Selecting previously unselected package libkrb5support0:amd64.
19:10:20 [2021-03-01T19:10:20.907Z] #26 7.017 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
19:10:20 [2021-03-01T19:10:20.907Z] #26 7.019 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
19:10:20 [2021-03-01T19:10:20.907Z] #26 7.057 Selecting previously unselected package libk5crypto3:amd64.
19:10:20 [2021-03-01T19:10:20.907Z] #26 7.057 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
19:10:20 [2021-03-01T19:10:20.907Z] #26 7.060 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
19:10:20 [2021-03-01T19:10:20.907Z] #26 7.110 Selecting previously unselected package libkrb5-3:amd64.
19:10:20 [2021-03-01T19:10:20.907Z] #26 7.112 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
19:10:20 [2021-03-01T19:10:20.907Z] #26 7.116 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
19:10:21 [2021-03-01T19:10:21.036Z] 
19:10:21 [2021-03-01T19:10:21.036Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:10:21 [2021-03-01T19:10:21.036Z] #41 99.61   CC       criu/vdso.o
19:10:21 [2021-03-01T19:10:21.036Z] #41 ...
19:10:21 [2021-03-01T19:10:21.036Z] 
19:10:21 [2021-03-01T19:10:21.036Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
19:10:21 [2021-03-01T19:10:21.036Z] #47 134.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
19:10:21 [2021-03-01T19:10:21.036Z] #47 DONE 134.8s
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.199 Selecting previously unselected package libgssapi-krb5-2:amd64.
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.201 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.206 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.259 Selecting previously unselected package libnghttp2-14:amd64.
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.259 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.262 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.307 Selecting previously unselected package libpsl5:amd64.
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.307 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.311 Unpacking libpsl5:amd64 (0.20.2-2) ...
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.351 Selecting previously unselected package librtmp1:amd64.
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.352 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.357 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.400 Selecting previously unselected package libssh2-1:amd64.
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.400 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
19:10:21 [2021-03-01T19:10:21.163Z] #26 7.406 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
19:10:21 [2021-03-01T19:10:21.357Z] 
19:10:21 [2021-03-01T19:10:21.357Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:10:21 [2021-03-01T19:10:21.357Z] #41 99.92   LINK     criu/built-in.o
19:10:21 [2021-03-01T19:10:21.357Z] #41 100.0   LINK     criu/criu
19:10:21 [2021-03-01T19:10:21.413Z] #29 7.776 
                                                                           0.2%
##################                                                        25.5%
##############################################                            64.3%
##########################################################                81.9%
######################################################################## 100.0%
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.451 Selecting previously unselected package libcurl4:amd64.
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.452 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.457 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.528 Selecting previously unselected package curl.
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.528 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.532 Unpacking curl (7.64.0-4+deb10u1) ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.589 Selecting previously unselected package libonig5:amd64.
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.591 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.595 Unpacking libonig5:amd64 (6.9.1-1) ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.649 Selecting previously unselected package libjq1:amd64.
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.649 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.652 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.694 Selecting previously unselected package jq.
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.696 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.701 Unpacking jq (1.5+dfsg-2+b1) ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.753 Setting up libkeyutils1:amd64 (1.6-6) ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.765 Setting up libpsl5:amd64 (0.20.2-2) ...
19:10:21 [2021-03-01T19:10:21.418Z] #26 7.776 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u5) ...
19:10:21 [2021-03-01T19:10:21.666Z] #41 100.4   DEP      lib/c/criu.d
19:10:21 [2021-03-01T19:10:21.666Z] #41 100.4   CC       images/rpc.pb-c.o
19:10:21 [2021-03-01T19:10:21.674Z] #26 7.891 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
19:10:21 [2021-03-01T19:10:21.674Z] #26 7.903 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:10:21 [2021-03-01T19:10:21.674Z] #26 7.915 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
19:10:21 [2021-03-01T19:10:21.674Z] #26 7.925 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:21 [2021-03-01T19:10:21.674Z] #26 7.934 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
19:10:21 [2021-03-01T19:10:21.674Z] #26 7.945 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
19:10:21 [2021-03-01T19:10:21.674Z] #26 7.955 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
19:10:21 [2021-03-01T19:10:21.674Z] #26 7.968 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
19:10:21 [2021-03-01T19:10:21.674Z] #26 7.977 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
19:10:21 [2021-03-01T19:10:21.674Z] #26 7.986 Setting up openssl (1.1.1d-0+deb10u5) ...
19:10:21 [2021-03-01T19:10:21.674Z] #26 8.001 Setting up libonig5:amd64 (6.9.1-1) ...
19:10:21 [2021-03-01T19:10:21.743Z] #42 15.74 make[1]: Nothing to be done for 'all'.
19:10:21 [2021-03-01T19:10:21.762Z] #29 8.693 
19:10:21 [2021-03-01T19:10:21.931Z] #26 8.012 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
19:10:21 [2021-03-01T19:10:21.931Z] #26 8.022 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
19:10:21 [2021-03-01T19:10:21.932Z] #26 8.034 Setting up ca-certificates (20200601~deb10u2) ...
19:10:21 [2021-03-01T19:10:21.980Z] #41 100.7   CC       lib/c/criu.o
19:10:22 [2021-03-01T19:10:22.273Z] #41 101.1   LINK     lib/c/built-in.o
19:10:22 [2021-03-01T19:10:22.273Z] #41 101.1   LINK     lib/c/libcriu.so
19:10:22 [2021-03-01T19:10:22.368Z] #29 8.857 
                                                                           0.3%
#####                                                                      7.6%
##########                                                                14.6%
#################                                                         24.2%
####
19:10:22 [2021-03-01T19:10:22.368Z] #29 ...
19:10:22 [2021-03-01T19:10:22.368Z] 
19:10:22 [2021-03-01T19:10:22.368Z] #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
19:10:22 [2021-03-01T19:10:22.368Z] #58 sha256:f6ef52bb326ed0be3edaffbcd9d857a90c9aa3376ca4e7627945a29fcbe9fce4
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.767 + RM_GOPATH=0
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.769 + TMP_GOPATH=
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.769 + : /build
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.769 + '[' -z '' ']'
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.769 ++ mktemp -d
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.789 + export GOPATH=/tmp/tmp.AV3IGr9ip6
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.789 + GOPATH=/tmp/tmp.AV3IGr9ip6
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.789 + RM_GOPATH=1
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.789 + case "$(go env GOARCH)" in
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.792 ++ go env GOARCH
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.849 + export GO_BUILDMODE=-buildmode=pie
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.849 + GO_BUILDMODE=-buildmode=pie
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.851 ++ dirname /tmp/install/install.sh
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.853 + dir=/tmp/install
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.853 + bin=rootlesskit
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.853 + shift
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.853 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.853 + . /tmp/install/rootlesskit.installer
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.853 ++ : f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.854 + install_rootlesskit
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.854 + case "$1" in
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.854 + export CGO_ENABLED=0
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.854 + CGO_ENABLED=0
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.854 + _install_rootlesskit
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.855 + echo 'Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee'
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.855 + git clone https://github.com/AkihiroSuda/rootlesskit.git /tmp/tmp.AV3IGr9ip6/src/github.com/rootless-containers/rootlesskit
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.855 Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:22 [2021-03-01T19:10:22.368Z] #58 0.859 Cloning into '/tmp/tmp.AV3IGr9ip6/src/github.com/rootless-containers/rootlesskit'...
19:10:22 [2021-03-01T19:10:22.368Z] #58 7.999 + cd /tmp/tmp.AV3IGr9ip6/src/github.com/rootless-containers/rootlesskit
19:10:22 [2021-03-01T19:10:22.368Z] #58 8.001 + git checkout -q f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:22 [2021-03-01T19:10:22.368Z] #58 8.347 + export GO111MODULE=on
19:10:22 [2021-03-01T19:10:22.368Z] #58 8.347 + GO111MODULE=on
19:10:22 [2021-03-01T19:10:22.368Z] #58 8.347 + for f in rootlesskit rootlesskit-docker-proxy
19:10:22 [2021-03-01T19:10:22.368Z] #58 8.347 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
19:10:22 [2021-03-01T19:10:22.494Z] #26 8.612 Updating certificates in /etc/ssl/certs...
19:10:22 [2021-03-01T19:10:22.613Z] #41 101.1   LINK     lib/c/libcriu.a
19:10:22 [2021-03-01T19:10:22.613Z] #41 101.2   GEN      magic.py
19:10:22 [2021-03-01T19:10:22.613Z] #41 101.2 Note: Building without setproctitle() and strlcpy() support.
19:10:22 [2021-03-01T19:10:22.613Z] #41 101.2       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:10:22 [2021-03-01T19:10:22.613Z] #41 101.2 Makefile.config:39: Warn: you have no libnftables installed
19:10:22 [2021-03-01T19:10:22.613Z] #41 101.2 Makefile.config:40: Warn: Building without nftables support
19:10:22 [2021-03-01T19:10:22.613Z] #41 101.2 Note: Building without GnuTLS support
19:10:22 [2021-03-01T19:10:22.669Z] #58 ...
19:10:22 [2021-03-01T19:10:22.669Z] 
19:10:22 [2021-03-01T19:10:22.669Z] #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
19:10:22 [2021-03-01T19:10:22.669Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea
19:10:22 [2021-03-01T19:10:22.669Z] #55 0.732 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:22 [2021-03-01T19:10:22.669Z] #55 0.959 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:22 [2021-03-01T19:10:22.669Z] #55 0.964 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:22 [2021-03-01T19:10:22.669Z] #55 2.214 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
19:10:22 [2021-03-01T19:10:22.669Z] #55 4.265 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB]
19:10:22 [2021-03-01T19:10:22.669Z] #55 6.690 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B]
19:10:22 [2021-03-01T19:10:22.669Z] #55 ...
19:10:22 [2021-03-01T19:10:22.669Z] 
19:10:22 [2021-03-01T19:10:22.669Z] #13 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:22 [2021-03-01T19:10:22.669Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a
19:10:22 [2021-03-01T19:10:22.669Z] #13 1.092 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:22 [2021-03-01T19:10:22.669Z] #13 1.142 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:22 [2021-03-01T19:10:22.669Z] #13 1.171 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:22 [2021-03-01T19:10:22.669Z] #13 2.507 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
19:10:22 [2021-03-01T19:10:22.669Z] #13 5.106 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB]
19:10:22 [2021-03-01T19:10:22.669Z] #13 7.222 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B]
19:10:22 [2021-03-01T19:10:22.669Z] #13 ...
19:10:22 [2021-03-01T19:10:22.669Z] 
19:10:22 [2021-03-01T19:10:22.669Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:10:22 [2021-03-01T19:10:22.669Z] #34 sha256:611edf4f800398778fa722883202e62b33ed693017e3a09968021d21316ae396
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.781 + RM_GOPATH=0
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.787 + TMP_GOPATH=
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.787 + : /build
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.798 + '[' -z '' ']'
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.803 ++ mktemp -d
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.835 + export GOPATH=/tmp/tmp.1l1WslcumL
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.844 + GOPATH=/tmp/tmp.1l1WslcumL
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.844 + RM_GOPATH=1
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.844 + case "$(go env GOARCH)" in
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.845 ++ go env GOARCH
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.889 + export GO_BUILDMODE=-buildmode=pie
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.890 + GO_BUILDMODE=-buildmode=pie
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.896 ++ dirname /tmp/install/install.sh
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.914 + dir=/tmp/install
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.914 + bin=tomlv
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.915 + shift
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.916 + '[' '!' -f /tmp/install/tomlv.installer ']'
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.916 + . /tmp/install/tomlv.installer
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.917 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.918 + install_tomlv
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.919 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.920 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.920 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.1l1WslcumL/src/github.com/BurntSushi/toml
19:10:22 [2021-03-01T19:10:22.669Z] #34 0.924 Cloning into '/tmp/tmp.1l1WslcumL/src/github.com/BurntSushi/toml'...
19:10:22 [2021-03-01T19:10:22.669Z] #34 2.293 + cd /tmp/tmp.1l1WslcumL/src/github.com/BurntSushi/toml
19:10:22 [2021-03-01T19:10:22.669Z] #34 2.294 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:22 [2021-03-01T19:10:22.669Z] #34 2.348 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
19:10:22 [2021-03-01T19:10:22.669Z] #34 3.060 math/bits
19:10:22 [2021-03-01T19:10:22.669Z] #34 3.068 runtime/internal/sys
19:10:22 [2021-03-01T19:10:22.669Z] #34 3.091 internal/cpu
19:10:22 [2021-03-01T19:10:22.669Z] #34 3.252 runtime/internal/atomic
19:10:22 [2021-03-01T19:10:22.669Z] #34 3.589 runtime/internal/math
19:10:22 [2021-03-01T19:10:22.669Z] #34 3.871 unicode/utf8
19:10:22 [2021-03-01T19:10:22.669Z] #34 4.695 unicode
19:10:22 [2021-03-01T19:10:22.669Z] #34 4.937 internal/bytealg
19:10:22 [2021-03-01T19:10:22.669Z] #34 5.446 math
19:10:22 [2021-03-01T19:10:22.669Z] #34 5.777 internal/testlog
19:10:22 [2021-03-01T19:10:22.669Z] #34 6.892 encoding
19:10:22 [2021-03-01T19:10:22.669Z] #34 7.148 runtime
19:10:22 [2021-03-01T19:10:22.669Z] #34 7.720 runtime/cgo
19:10:22 [2021-03-01T19:10:22.906Z] #41 ...
19:10:22 [2021-03-01T19:10:22.906Z] 
19:10:22 [2021-03-01T19:10:22.906Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
19:10:22 [2021-03-01T19:10:22.906Z] #39 DONE 0.2s
19:10:22 [2021-03-01T19:10:22.906Z] 
19:10:22 [2021-03-01T19:10:22.906Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
19:10:22 [2021-03-01T19:10:22.906Z] #41 101.5 fatal: not a git repository (or any of the parent directories): .git
19:10:22 [2021-03-01T19:10:22.968Z] #34 ...
19:10:22 [2021-03-01T19:10:22.968Z] 
19:10:22 [2021-03-01T19:10:22.968Z] #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
19:10:22 [2021-03-01T19:10:22.968Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030
19:10:22 [2021-03-01T19:10:22.968Z] #32 0.719 + git clone https://github.com/kolyshkin/go-swagger.git .
19:10:22 [2021-03-01T19:10:22.968Z] #32 0.719 Cloning into '.'...
19:10:22 [2021-03-01T19:10:22.968Z] #32 ...
19:10:22 [2021-03-01T19:10:22.968Z] 
19:10:22 [2021-03-01T19:10:22.968Z] #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
19:10:22 [2021-03-01T19:10:22.968Z] #24 sha256:b892ac149c3c70545ec785eef824e76b1368685bc95e005a75c8e2e2566eb1af
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.812 + RM_GOPATH=0
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.812 + TMP_GOPATH=
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.818 + : /build
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.827 + '[' -z '' ']'
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.827 ++ mktemp -d
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.827 + export GOPATH=/tmp/tmp.fdohS96oZ2
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.827 + GOPATH=/tmp/tmp.fdohS96oZ2
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.827 + RM_GOPATH=1
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.827 + case "$(go env GOARCH)" in
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.827 ++ go env GOARCH
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.854 + export GO_BUILDMODE=-buildmode=pie
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.854 + GO_BUILDMODE=-buildmode=pie
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.857 ++ dirname /tmp/install/install.sh
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.862 + dir=/tmp/install
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.862 + bin=dockercli
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.862 + shift
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.862 + '[' '!' -f /tmp/install/dockercli.installer ']'
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.862 + . /tmp/install/dockercli.installer
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.862 ++ : stable
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.862 ++ : 17.06.2-ce
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.863 + install_dockercli
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.863 + echo 'Install docker/cli version 17.06.2-ce from stable'
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.864 Install docker/cli version 17.06.2-ce from stable
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.868 ++ uname -m
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.868 + arch=ppc64le
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.868 + '[' ppc64le '!=' x86_64 ']'
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.868 + '[' ppc64le '!=' s390x ']'
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.868 + '[' ppc64le '!=' armhf ']'
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.868 + build_dockercli
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.868 + git clone https://github.com/docker/docker-ce /tmp/tmp.fdohS96oZ2/tmp/docker-ce
19:10:22 [2021-03-01T19:10:22.968Z] #24 0.926 Cloning into '/tmp/tmp.fdohS96oZ2/tmp/docker-ce'...
19:10:23 [2021-03-01T19:10:23.056Z] #26 9.348 137 added, 0 removed; done.
19:10:23 [2021-03-01T19:10:23.056Z] #26 9.379 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
19:10:23 [2021-03-01T19:10:23.056Z] #26 9.391 Setting up jq (1.5+dfsg-2+b1) ...
19:10:23 [2021-03-01T19:10:23.118Z] #42 17.16   CC       images/stats.o
19:10:23 [2021-03-01T19:10:23.196Z] #41 101.9 make[1]: Nothing to be done for 'all'.
19:10:23 [2021-03-01T19:10:23.269Z] #24 ...
19:10:23 [2021-03-01T19:10:23.269Z] 
19:10:23 [2021-03-01T19:10:23.269Z] #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
19:10:23 [2021-03-01T19:10:23.269Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f
19:10:23 [2021-03-01T19:10:23.269Z] #42 0.727 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:23 [2021-03-01T19:10:23.269Z] #42 0.933 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:23 [2021-03-01T19:10:23.269Z] #42 0.950 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:23 [2021-03-01T19:10:23.269Z] #42 2.311 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
19:10:23 [2021-03-01T19:10:23.269Z] #42 4.698 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB]
19:10:23 [2021-03-01T19:10:23.269Z] #42 7.140 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B]
19:10:23 [2021-03-01T19:10:23.269Z] #42 ...
19:10:23 [2021-03-01T19:10:23.269Z] 
19:10:23 [2021-03-01T19:10:23.269Z] #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
19:10:23 [2021-03-01T19:10:23.269Z] #49 sha256:12670911db11c9ca882e491f8ff1409f52a4d40dbf3b25739c463e906b89f8fd
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.817 + RM_GOPATH=0
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.817 + TMP_GOPATH=
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.817 + : /build
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.818 + '[' -z '' ']'
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.827 ++ mktemp -d
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.827 + export GOPATH=/tmp/tmp.w3DZUA2ABr
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.827 + GOPATH=/tmp/tmp.w3DZUA2ABr
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.827 + RM_GOPATH=1
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.827 + case "$(go env GOARCH)" in
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.827 ++ go env GOARCH
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.851 + export GO_BUILDMODE=-buildmode=pie
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.872 + GO_BUILDMODE=-buildmode=pie
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.877 ++ dirname /tmp/install/install.sh
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.881 + dir=/tmp/install
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.882 + bin=golangci_lint
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.882 + shift
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.883 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.883 + . /tmp/install/golangci_lint.installer
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.883 ++ : v1.23.8
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.883 + install_golangci_lint
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.883 + set -e
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.884 + export GO111MODULE=on
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.884 + GO111MODULE=on
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.884 + GOBIN=/build
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.884 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.949 go: finding github.com v1.23.8
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.953 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.954 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.956 go: finding github.com/golangci/golangci-lint v1.23.8
19:10:23 [2021-03-01T19:10:23.269Z] #49 0.957 go: finding github.com/golangci v1.23.8
19:10:23 [2021-03-01T19:10:23.269Z] #49 2.022 go: downloading github.com/golangci/golangci-lint v1.23.8
19:10:23 [2021-03-01T19:10:23.269Z] #49 3.479 go: extracting github.com/golangci/golangci-lint v1.23.8
19:10:23 [2021-03-01T19:10:23.313Z] #26 9.401 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
19:10:23 [2021-03-01T19:10:23.313Z] #26 9.412 Setting up curl (7.64.0-4+deb10u1) ...
19:10:23 [2021-03-01T19:10:23.313Z] #26 9.424 Processing triggers for libc-bin (2.28-10) ...
19:10:23 [2021-03-01T19:10:23.313Z] #26 9.440 Processing triggers for ca-certificates (20200601~deb10u2) ...
19:10:23 [2021-03-01T19:10:23.313Z] #26 9.451 Updating certificates in /etc/ssl/certs...
19:10:23 [2021-03-01T19:10:23.377Z] #42 ...
19:10:23 [2021-03-01T19:10:23.377Z] 
19:10:23 [2021-03-01T19:10:23.377Z] #50 [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
19:10:23 [2021-03-01T19:10:23.377Z] #50 sha256:199a441f313b0e5029f48fab26df328cfd0a1fb12a629305a4957e1f9ef26b4c
19:10:23 [2021-03-01T19:10:23.377Z] #50 87.91 github.com/pkg/diff
19:10:23 [2021-03-01T19:10:23.377Z] #50 88.26 go/ast
19:10:23 [2021-03-01T19:10:23.377Z] #50 90.24 golang.org/x/crypto/ssh/terminal
19:10:23 [2021-03-01T19:10:23.377Z] #50 92.21 mvdan.cc/editorconfig
19:10:23 [2021-03-01T19:10:23.377Z] #50 93.32 mvdan.cc/sh/v3/fileutil
19:10:23 [2021-03-01T19:10:23.377Z] #50 93.43 mvdan.cc/sh/v3/syntax
19:10:23 [2021-03-01T19:10:23.421Z] #28 ...
19:10:23 [2021-03-01T19:10:23.421Z] 
19:10:23 [2021-03-01T19:10:23.421Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:23 [2021-03-01T19:10:23.421Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:23 [2021-03-01T19:10:23.421Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 10.8s done
19:10:23 [2021-03-01T19:10:23.421Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
19:10:23 [2021-03-01T19:10:23.486Z] #41 102.1 make[1]: 'images/built-in.o' is up to date.
19:10:23 [2021-03-01T19:10:23.486Z] #41 102.1 make[1]: 'compel/plugins/std.lib.a' is up to date.
19:10:23 [2021-03-01T19:10:23.486Z] #41 102.2 make[1]: 'compel/plugins/fds.lib.a' is up to date.
19:10:23 [2021-03-01T19:10:23.486Z] #41 102.2 make[1]: 'compel/libcompel.a' is up to date.
19:10:23 [2021-03-01T19:10:23.486Z] #41 102.2 make[1]: 'compel/compel-host-bin' is up to date.
19:10:23 [2021-03-01T19:10:23.486Z] #41 102.2 make[1]: Nothing to be done for 'all'.
19:10:23 [2021-03-01T19:10:23.486Z] #41 102.2 make[1]: 'soccr/libsoccr.a' is up to date.
19:10:23 [2021-03-01T19:10:23.569Z] #49 ...
19:10:23 [2021-03-01T19:10:23.569Z] 
19:10:23 [2021-03-01T19:10:23.569Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh shfmt
19:10:23 [2021-03-01T19:10:23.569Z] #51 sha256:06c0178ee9aaa7e090fb3e16602a05ce9eebb2317066e19b2b4f4d047158b41a
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.816 + RM_GOPATH=0
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.826 + TMP_GOPATH=
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.826 + : /build
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.828 + '[' -z '' ']'
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.837 ++ mktemp -d
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.868 + export GOPATH=/tmp/tmp.9LLXcBHUCI
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.868 + GOPATH=/tmp/tmp.9LLXcBHUCI
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.868 + RM_GOPATH=1
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.869 + case "$(go env GOARCH)" in
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.872 ++ go env GOARCH
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.886 + export GO_BUILDMODE=-buildmode=pie
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.887 + GO_BUILDMODE=-buildmode=pie
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.894 ++ dirname /tmp/install/install.sh
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.905 + dir=/tmp/install
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.905 + bin=shfmt
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.905 + shift
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.905 + '[' '!' -f /tmp/install/shfmt.installer ']'
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.905 + . /tmp/install/shfmt.installer
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.906 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.906 + install_shfmt
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.906 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.906 + git clone https://github.com/mvdan/sh.git /tmp/tmp.9LLXcBHUCI/src/github.com/mvdan/sh
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.906 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:23 [2021-03-01T19:10:23.569Z] #51 0.920 Cloning into '/tmp/tmp.9LLXcBHUCI/src/github.com/mvdan/sh'...
19:10:23 [2021-03-01T19:10:23.569Z] #51 ...
19:10:23 [2021-03-01T19:10:23.569Z] 
19:10:23 [2021-03-01T19:10:23.569Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
19:10:23 [2021-03-01T19:10:23.569Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c
19:10:23 [2021-03-01T19:10:23.569Z] #36 1.073 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:23 [2021-03-01T19:10:23.569Z] #36 1.156 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:23 [2021-03-01T19:10:23.569Z] #36 1.169 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:23 [2021-03-01T19:10:23.569Z] #36 2.563 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
19:10:23 [2021-03-01T19:10:23.569Z] #36 4.609 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB]
19:10:23 [2021-03-01T19:10:23.569Z] #36 6.833 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B]
19:10:23 [2021-03-01T19:10:23.569Z] #36 ...
19:10:23 [2021-03-01T19:10:23.569Z] 
19:10:23 [2021-03-01T19:10:23.569Z] #64 [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
19:10:23 [2021-03-01T19:10:23.569Z] #64 sha256:32f403172f726922e4666e169f022b9e283c0159d41e1a3579d1223207a3e48c
19:10:23 [2021-03-01T19:10:23.569Z] #64 0.775 + RM_GOPATH=0
19:10:23 [2021-03-01T19:10:23.569Z] #64 0.776 + TMP_GOPATH=
19:10:23 [2021-03-01T19:10:23.569Z] #64 0.781 + : /build
19:10:23 [2021-03-01T19:10:23.569Z] #64 0.781 + '[' -z '' ']'
19:10:23 [2021-03-01T19:10:23.569Z] #64 0.787 ++ mktemp -d
19:10:23 [2021-03-01T19:10:23.569Z] #64 0.789 + export GOPATH=/tmp/tmp.p2Bmf5pNdA
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.790 + GOPATH=/tmp/tmp.p2Bmf5pNdA
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.790 + RM_GOPATH=1
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.790 + case "$(go env GOARCH)" in
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.799 ++ go env GOARCH
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.827 + export GO_BUILDMODE=-buildmode=pie
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.828 + GO_BUILDMODE=-buildmode=pie
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.838 ++ dirname /tmp/install/install.sh
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.839 + dir=/tmp/install
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.840 + bin=proxy
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.840 + shift
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.840 + '[' '!' -f /tmp/install/proxy.installer ']'
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.841 + . /tmp/install/proxy.installer
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.841 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.842 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.844 + install_proxy
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.844 + case "$1" in
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.844 + export CGO_ENABLED=0
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.844 + CGO_ENABLED=0
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.844 + _install_proxy
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.844 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7'
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.844 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.p2Bmf5pNdA/src/github.com/docker/libnetwork
19:10:23 [2021-03-01T19:10:23.570Z] #64 0.857 Cloning into '/tmp/tmp.p2Bmf5pNdA/src/github.com/docker/libnetwork'...
19:10:23 [2021-03-01T19:10:23.636Z] #50 ...
19:10:23 [2021-03-01T19:10:23.636Z] 
19:10:23 [2021-03-01T19:10:23.636Z] #55 [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
19:10:23 [2021-03-01T19:10:23.636Z] #55 sha256:87c760d7e0e33464238edf485704564b6a92c485d7c997ac49e27be9f044cecf
19:10:23 [2021-03-01T19:10:23.636Z] #55 45.33 Checking out files:  51% (1956/3816)   
Checking out files:  52% (1985/3816)   
Checking out files:  53% (2023/3816)   
Checking out files:  54% (2061/3816)   
Checking out files:  55% (2099/3816)   
Checking out files:  56% (2137/3816)   
Checking out files:  57% (2176/3816)   
Checking out files:  58% (2214/3816)   
Checking out files:  59% (2252/3816)   
Checking out files:  60% (2290/3816)   
Checking out files:  61% (2328/3816)   
Checking out files:  62% (2366/3816)   
Checking out files:  63% (2405/3816)   
Checking out files:  64% (2443/3816)   
Checking out files:  65% (2481/3816)   
Checking out files:  66% (2519/3816)   
Checking out files:  67% (2557/3816)   
Checking out files:  68% (2595/3816)   
Checking out files:  69% (2634/3816)   
Checking out files:  70% (2672/3816)   
Checking out files:  71% (2710/3816)   
Checking out files:  72% (2748/3816)   
Checking out files:  73% (2786/3816)   
Checking out files:  74% (2824/3816)   
Checking out files:  75% (2862/3816)   
Checking out files:  76% (2901/3816)   
Checking out files:  77% (2939/3816)   
Checking out files:  78% (2977/3816)   
Checking out files:  79% (3015/3816)   
Checking out files:  80% (3053/3816)   
Checking out files:  81% (3091/3816)   
Checking out files:  82% (3130/3816)   
Checking out files:  83% (3168/3816)   
Checking out files:  84% (3206/3816)   
Checking out files:  85% (3244/3816)   
Checking out files:  86% (3282/3816)   
Checking out files:  87% (3320/3816)   
Checking out files:  88% (3359/3816)   
Checking out files:  89% (3397/3816)   
Checking out files:  90% (3435/3816)   
Checking out files:  91% (3473/3816)   
Checking out files:  92% (3511/3816)   
Checking out files:  92% (3515/3816)   
Checking out files:  93% (3549/3816)   
Checking out files:  94% (3588/3816)   
Checking out files:  95% (3626/3816)   
Checking out files:  96% (3664/3816)   
Checking out files:  97% (3702/3816)   
Checking out files:  98% (3740/3816)   
Checking out files:  99% (3778/3816)   
Checking out files: 100% (3816/3816)   
Checking out files: 100% (3816/3816), done.
19:10:23 [2021-03-01T19:10:23.636Z] #55 46.64 + cd /tmp/tmp.i5ENOhzO5l/src/github.com/containerd/containerd
19:10:23 [2021-03-01T19:10:23.636Z] #55 46.65 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:10:23 [2021-03-01T19:10:23.777Z] #41 102.3 make[2]: Nothing to be done for 'all'.
19:10:23 [2021-03-01T19:10:23.777Z] #41 102.3 make[2]: Nothing to be done for 'all'.
19:10:23 [2021-03-01T19:10:23.777Z] #41 102.3 make[2]: Nothing to be done for 'all'.
19:10:23 [2021-03-01T19:10:23.777Z] #41 102.4 make[2]: Nothing to be done for 'all'.
19:10:23 [2021-03-01T19:10:23.777Z] #41 102.4 make[2]: Nothing to be done for 'all'.
19:10:23 [2021-03-01T19:10:23.777Z] #41 102.4 make[2]: Nothing to be done for 'all'.
19:10:23 [2021-03-01T19:10:23.777Z] #41 102.4 make[2]: Nothing to be done for 'all'.
19:10:23 [2021-03-01T19:10:23.777Z] #41 102.5 make[2]: Nothing to be done for 'all'.
19:10:23 [2021-03-01T19:10:23.777Z] #41 102.5   INSTALL  criu/criu
19:10:23 [2021-03-01T19:10:23.875Z] #64 ...
19:10:23 [2021-03-01T19:10:23.875Z] 
19:10:23 [2021-03-01T19:10:23.875Z] #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
19:10:23 [2021-03-01T19:10:23.875Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.580 + RM_GOPATH=0
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.580 + TMP_GOPATH=
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.580 + : /build
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.580 + '[' -z '' ']'
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.581 ++ mktemp -d
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.582 + export GOPATH=/tmp/tmp.zhwXrcPG5Q
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.582 + GOPATH=/tmp/tmp.zhwXrcPG5Q
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.582 + RM_GOPATH=1
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.583 + case "$(go env GOARCH)" in
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.583 ++ go env GOARCH
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.587 + export GO_BUILDMODE=-buildmode=pie
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.587 + GO_BUILDMODE=-buildmode=pie
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.588 ++ dirname /tmp/install/install.sh
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.589 + dir=/tmp/install
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.589 + bin=vndr
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.589 + shift
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.589 + '[' '!' -f /tmp/install/vndr.installer ']'
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.589 + . /tmp/install/vndr.installer
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.590 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.590 + install_vndr
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.590 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.590 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.zhwXrcPG5Q/src/github.com/LK4D4/vndr
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.590 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
19:10:23 [2021-03-01T19:10:23.875Z] #45 0.592 Cloning into '/tmp/tmp.zhwXrcPG5Q/src/github.com/LK4D4/vndr'...
19:10:23 [2021-03-01T19:10:23.875Z] #45 1.312 + cd /tmp/tmp.zhwXrcPG5Q/src/github.com/LK4D4/vndr
19:10:23 [2021-03-01T19:10:23.875Z] #45 1.312 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
19:10:23 [2021-03-01T19:10:23.875Z] #45 1.336 + go build -buildmode=pie -v -o /build/vndr .
19:10:23 [2021-03-01T19:10:23.875Z] #45 2.850 internal/cpu
19:10:23 [2021-03-01T19:10:23.875Z] #45 2.879 runtime/internal/sys
19:10:23 [2021-03-01T19:10:23.875Z] #45 3.154 runtime/internal/atomic
19:10:23 [2021-03-01T19:10:23.875Z] #45 3.157 internal/race
19:10:23 [2021-03-01T19:10:23.875Z] #45 3.383 runtime/internal/math
19:10:23 [2021-03-01T19:10:23.875Z] #45 3.467 sync/atomic
19:10:23 [2021-03-01T19:10:23.875Z] #45 3.648 unicode
19:10:23 [2021-03-01T19:10:23.875Z] #45 4.091 unicode/utf8
19:10:23 [2021-03-01T19:10:23.875Z] #45 4.559 math/bits
19:10:23 [2021-03-01T19:10:23.875Z] #45 4.648 internal/bytealg
19:10:23 [2021-03-01T19:10:23.875Z] #45 5.908 internal/testlog
19:10:23 [2021-03-01T19:10:23.875Z] #45 6.245 math
19:10:23 [2021-03-01T19:10:23.875Z] #45 6.982 runtime
19:10:23 [2021-03-01T19:10:23.875Z] #45 7.103 encoding
19:10:23 [2021-03-01T19:10:23.875Z] #45 7.593 unicode/utf16
19:10:23 [2021-03-01T19:10:23.875Z] #45 8.329 container/list
19:10:23 [2021-03-01T19:10:23.875Z] #45 10.79 crypto/internal/subtle
19:10:23 [2021-03-01T19:10:23.875Z] #45 10.97 crypto/subtle
19:10:23 [2021-03-01T19:10:23.875Z] #45 11.26 vendor/golang.org/x/crypto/cryptobyte/asn1
19:10:23 [2021-03-01T19:10:23.875Z] #45 11.46 internal/nettrace
19:10:23 [2021-03-01T19:10:23.875Z] #45 ...
19:10:23 [2021-03-01T19:10:23.875Z] 
19:10:23 [2021-03-01T19:10:23.875Z] #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
19:10:23 [2021-03-01T19:10:23.875Z] #29 sha256:f36edc5c77a950d72a72098dff20e494b41aa4bc14a51b9576387099926fcd1d
19:10:23 [2021-03-01T19:10:23.876Z] #26 10.03 0 added, 0 removed; done.
19:10:23 [2021-03-01T19:10:23.876Z] #26 10.03 Running hooks in /etc/ca-certificates/update.d...
19:10:23 [2021-03-01T19:10:23.876Z] #26 10.03 done.
19:10:23 [2021-03-01T19:10:23.876Z] #26 ...
19:10:23 [2021-03-01T19:10:23.876Z] 
19:10:23 [2021-03-01T19:10:23.876Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:23 [2021-03-01T19:10:23.876Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:23 [2021-03-01T19:10:23.876Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done
19:10:23 [2021-03-01T19:10:23.876Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.4s done
19:10:23 [2021-03-01T19:10:23.876Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done
19:10:23 [2021-03-01T19:10:23.876Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.5s done
19:10:23 [2021-03-01T19:10:23.876Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.1s
19:10:24 [2021-03-01T19:10:24.071Z] #41 DONE 102.7s
19:10:24 [2021-03-01T19:10:24.072Z] 
19:10:24 [2021-03-01T19:10:24.072Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:10:24 [2021-03-01T19:10:24.501Z] #29 8.857 
                                                                           0.3%
#####                                                                      7.6%
##########                                                                14.6%
#################                                                         24.2%
########################                                                  33.7%
############################                                              39.4%
################################                                          45.1%
#################################                                         47.0%
###################################                                       48.9%
#####################################                                     52.8%
###########################################                               60.7%
###############################################                           66.0%
################################################                          68.0%
###################################################                       71.8%
######################################################                    75.6%
#########################################################                 79.3%
###########################################################               82.5%
#############################################################             86.1%
##################################################################        92.0%
####################################################################      95.8%
#######################################################################   99.6%
######################################################################## 100.0%
19:10:24 [2021-03-01T19:10:24.571Z] #55 48.00 + export 'BUILDTAGS=netgo osusergo static_build'
19:10:24 [2021-03-01T19:10:24.707Z] #51 ...
19:10:24 [2021-03-01T19:10:24.707Z] 
19:10:24 [2021-03-01T19:10:24.707Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:10:24 [2021-03-01T19:10:24.831Z] #55 48.00 + BUILDTAGS='netgo osusergo static_build'
19:10:24 [2021-03-01T19:10:24.831Z] #55 48.00 + export EXTRA_FLAGS=-buildmode=pie
19:10:24 [2021-03-01T19:10:24.831Z] #55 48.00 + EXTRA_FLAGS=-buildmode=pie
19:10:24 [2021-03-01T19:10:24.831Z] #55 48.00 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
19:10:24 [2021-03-01T19:10:24.831Z] #55 48.00 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
19:10:24 [2021-03-01T19:10:24.831Z] #55 48.00 + '[' '' = dynamic ']'
19:10:24 [2021-03-01T19:10:24.831Z] #55 48.01 + make
19:10:24 [2021-03-01T19:10:24.991Z] #26 ...
19:10:24 [2021-03-01T19:10:24.991Z] 
19:10:24 [2021-03-01T19:10:24.991Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:24 [2021-03-01T19:10:24.991Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
19:10:24 [2021-03-01T19:10:24.991Z] #9 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.3s done
19:10:24 [2021-03-01T19:10:24.991Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 1.6s
19:10:24 [2021-03-01T19:10:24.997Z] #42 DONE 0.2s
19:10:24 [2021-03-01T19:10:24.997Z] 
19:10:24 [2021-03-01T19:10:24.997Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
19:10:24 [2021-03-01T19:10:24.997Z] #44 DONE 0.2s
19:10:24 [2021-03-01T19:10:24.997Z] 
19:10:24 [2021-03-01T19:10:24.997Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:10:25 [2021-03-01T19:10:25.152Z] #29 11.77 
19:10:25 [2021-03-01T19:10:25.287Z] #51 ...
19:10:25 [2021-03-01T19:10:25.287Z] 
19:10:25 [2021-03-01T19:10:25.287Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
19:10:25 [2021-03-01T19:10:25.287Z] #46 DONE 0.2s
19:10:25 [2021-03-01T19:10:25.287Z] 
19:10:25 [2021-03-01T19:10:25.287Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
19:10:25 [2021-03-01T19:10:25.577Z] #48 DONE 0.2s
19:10:25 [2021-03-01T19:10:25.577Z] 
19:10:25 [2021-03-01T19:10:25.577Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:10:25 [2021-03-01T19:10:25.577Z] #51 ...
19:10:25 [2021-03-01T19:10:25.577Z] 
19:10:25 [2021-03-01T19:10:25.577Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
19:10:25 [2021-03-01T19:10:25.577Z] #50 DONE 0.1s
19:10:25 [2021-03-01T19:10:25.768Z] #9 ...
19:10:25 [2021-03-01T19:10:25.768Z] 
19:10:25 [2021-03-01T19:10:25.768Z] #26 [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
19:10:25 [2021-03-01T19:10:25.768Z] #26 sha256:970f361e3ea7f20d04a6f3995fae56cd5b2a459815bc3ffe554cf224547c4266
19:10:25 [2021-03-01T19:10:25.768Z] #26 DONE 11.9s
19:10:25 [2021-03-01T19:10:25.768Z] 
19:10:25 [2021-03-01T19:10:25.768Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:25 [2021-03-01T19:10:25.768Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:25 [2021-03-01T19:10:25.769Z] #55 48.99 + bin/ctr
19:10:25 [2021-03-01T19:10:25.867Z] 
19:10:25 [2021-03-01T19:10:25.867Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:10:26 [2021-03-01T19:10:26.727Z] #9 DONE 44.5s
19:10:26 [2021-03-01T19:10:26.727Z] 
19:10:26 [2021-03-01T19:10:26.727Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:10:26 [2021-03-01T19:10:26.727Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
19:10:26 [2021-03-01T19:10:26.908Z] #10 DONE 6.0s
19:10:26 [2021-03-01T19:10:26.908Z] 
19:10:26 [2021-03-01T19:10:26.908Z] #28 [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
19:10:26 [2021-03-01T19:10:26.908Z] #28 sha256:edb75e3a61a65687d442acfc4a036c3034f6b4b2fed9096bd0c56a9c5b8a8bc9
19:10:26 [2021-03-01T19:10:26.908Z] #28 10.11 
######################################################################## 100.0%
19:10:26 [2021-03-01T19:10:26.908Z] #28 10.16 
19:10:26 [2021-03-01T19:10:26.908Z] #28 10.19 Download of images into '/build' complete.
19:10:26 [2021-03-01T19:10:26.908Z] #28 10.19 Use something like the following to load the result into a Docker daemon:
19:10:26 [2021-03-01T19:10:26.908Z] #28 10.19   tar -cC '/build' . | docker load
19:10:26 [2021-03-01T19:10:26.908Z] #28 DONE 16.0s
19:10:26 [2021-03-01T19:10:26.908Z] 
19:10:26 [2021-03-01T19:10:26.908Z] #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
19:10:26 [2021-03-01T19:10:26.908Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
19:10:26 [2021-03-01T19:10:26.932Z] #9 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 3.7s done
19:10:26 [2021-03-01T19:10:26.932Z] #9 ...
19:10:26 [2021-03-01T19:10:26.932Z] 
19:10:26 [2021-03-01T19:10:26.932Z] #26 [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
19:10:26 [2021-03-01T19:10:26.932Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4
19:10:26 [2021-03-01T19:10:26.932Z] #26 7.352 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:26 [2021-03-01T19:10:26.932Z] #26 7.356 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
19:10:26 [2021-03-01T19:10:26.932Z] #26 7.368 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:26 [2021-03-01T19:10:26.932Z] #26 7.541 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [263 kB]
19:10:26 [2021-03-01T19:10:26.989Z] #10 ...
19:10:26 [2021-03-01T19:10:26.989Z] 
19:10:26 [2021-03-01T19:10:26.989Z] #28 [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
19:10:26 [2021-03-01T19:10:26.989Z] #28 sha256:54f8e8e3df58bba634d0699573f77eaad6f92f36a05a17833510c4456f9ff46b
19:10:26 [2021-03-01T19:10:26.989Z] #28 DONE 15.8s
19:10:27 [2021-03-01T19:10:27.178Z] #9 ...
19:10:27 [2021-03-01T19:10:27.178Z] 
19:10:27 [2021-03-01T19:10:27.178Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:10:27 [2021-03-01T19:10:27.178Z] #27 sha256:13c9295f09cc321b7bb83fb02675681fc24a401faf29d0d9312c6de50b31b65f
19:10:27 [2021-03-01T19:10:27.178Z] #27 DONE 1.2s
19:10:27 [2021-03-01T19:10:27.178Z] 
19:10:27 [2021-03-01T19:10:27.178Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:27 [2021-03-01T19:10:27.178Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
19:10:27 [2021-03-01T19:10:27.199Z] #26 7.729 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7736 kB]
19:10:27 [2021-03-01T19:10:27.251Z] 
19:10:27 [2021-03-01T19:10:27.251Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:10:27 [2021-03-01T19:10:27.251Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
19:10:27 [2021-03-01T19:10:27.464Z] #26 8.072 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
19:10:27 [2021-03-01T19:10:27.733Z] #26 ...
19:10:27 [2021-03-01T19:10:27.733Z] 
19:10:27 [2021-03-01T19:10:27.733Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
19:10:27 [2021-03-01T19:10:27.733Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91
19:10:27 [2021-03-01T19:10:27.733Z] #9 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done
19:10:27 [2021-03-01T19:10:27.733Z] #9 DONE 22.2s
19:10:27 [2021-03-01T19:10:27.733Z] 
19:10:27 [2021-03-01T19:10:27.733Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:10:27 [2021-03-01T19:10:27.733Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6
19:10:28 [2021-03-01T19:10:28.205Z] #10 DONE 1.3s
19:10:28 [2021-03-01T19:10:28.205Z] 
19:10:28 [2021-03-01T19:10:28.205Z] #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
19:10:28 [2021-03-01T19:10:28.205Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
19:10:28 [2021-03-01T19:10:28.252Z] #29 12.00 
                                                                           0.2%
#                                                                          1.5%
#                                                                          2.6%
##                                                                         3.1%
###                                                                        5.3%
####                                                                       6.4%
####                                                                       6.9%
#####                                                                      7.4%
#####                                                                      8.0%
#######                                                                   10.1%
#######                                                                   11.1%
########                                                                  12.2%
#########                                                                 13.8%
###########                                                               15.4%
############                                                              17.0%
#############                                                             19.2%
##############                                                            20.8%
###############                                                           21.9%
################                                                          23.0%
#################                                                         23.6%
#################                                                         24.4%
#################                                                         24.8%
##################                                                        25.6%
###################                                                       26.7%
###################                                                       27.3%
####################                                                      28.3%
19:10:28 [2021-03-01T19:10:28.252Z] #29 ...
19:10:28 [2021-03-01T19:10:28.252Z] 
19:10:28 [2021-03-01T19:10:28.252Z] #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
19:10:28 [2021-03-01T19:10:28.252Z] #47 sha256:6da6e6e3d39fedd127fa268e524394a1cf24fc619922b53bd3dd48ff4086e80e
19:10:28 [2021-03-01T19:10:28.252Z] #47 5.769 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:28 [2021-03-01T19:10:28.252Z] #47 5.974 go: extracting github.com/jonboulle/clockwork v0.1.0
19:10:28 [2021-03-01T19:10:28.252Z] #47 6.008 go: extracting github.com/pkg/errors v0.9.1
19:10:28 [2021-03-01T19:10:28.252Z] #47 6.046 go: downloading github.com/mattn/go-colorable v0.1.6
19:10:28 [2021-03-01T19:10:28.252Z] #47 6.083 go: downloading github.com/mattn/go-isatty v0.0.12
19:10:28 [2021-03-01T19:10:28.252Z] #47 6.175 go: extracting github.com/spf13/pflag v1.0.3
19:10:28 [2021-03-01T19:10:28.252Z] #47 6.873 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:28 [2021-03-01T19:10:28.252Z] #47 7.338 go: extracting github.com/mattn/go-isatty v0.0.12
19:10:28 [2021-03-01T19:10:28.252Z] #47 7.702 go: extracting github.com/mattn/go-colorable v0.1.6
19:10:28 [2021-03-01T19:10:28.252Z] #47 9.449 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:28 [2021-03-01T19:10:28.252Z] #47 9.709 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:28 [2021-03-01T19:10:28.252Z] #47 12.01 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:28 [2021-03-01T19:10:28.252Z] #47 ...
19:10:28 [2021-03-01T19:10:28.252Z] 
19:10:28 [2021-03-01T19:10:28.253Z] #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
19:10:28 [2021-03-01T19:10:28.253Z] #29 sha256:f36edc5c77a950d72a72098dff20e494b41aa4bc14a51b9576387099926fcd1d
19:10:28 [2021-03-01T19:10:28.277Z] #11 DONE 1.6s
19:10:28 [2021-03-01T19:10:28.277Z] 
19:10:28 [2021-03-01T19:10:28.277Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:10:28 [2021-03-01T19:10:28.277Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
19:10:28 [2021-03-01T19:10:28.277Z] #30 ...
19:10:28 [2021-03-01T19:10:28.277Z] 
19:10:28 [2021-03-01T19:10:28.277Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:10:28 [2021-03-01T19:10:28.277Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
19:10:28 [2021-03-01T19:10:28.277Z] #38 DONE 0.2s
19:10:28 [2021-03-01T19:10:28.277Z] 
19:10:28 [2021-03-01T19:10:28.277Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:10:28 [2021-03-01T19:10:28.277Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
19:10:28 [2021-03-01T19:10:28.277Z] #30 DONE 0.2s
19:10:28 [2021-03-01T19:10:28.277Z] 
19:10:28 [2021-03-01T19:10:28.277Z] #31 [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
19:10:28 [2021-03-01T19:10:28.277Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:10:28 [2021-03-01T19:10:28.544Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.3s done
19:10:28 [2021-03-01T19:10:28.544Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
19:10:28 [2021-03-01T19:10:28.544Z] #9 DONE 22.8s
19:10:28 [2021-03-01T19:10:28.544Z] 
19:10:28 [2021-03-01T19:10:28.544Z] #28 [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
19:10:28 [2021-03-01T19:10:28.544Z] #28 sha256:e43ed954aec725ae4dd70c2df6e0712f01e825e16d390446a40cc676a965d7bf
19:10:28 [2021-03-01T19:10:28.544Z] #28 1.457 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
19:10:28 [2021-03-01T19:10:28.544Z] #28 1.523 
19:10:29 [2021-03-01T19:10:29.061Z] #55 ...
19:10:29 [2021-03-01T19:10:29.061Z] 
19:10:29 [2021-03-01T19:10:29.061Z] #44 [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
19:10:29 [2021-03-01T19:10:29.061Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:10:29 [2021-03-01T19:10:29.061Z] #44 93.31 go/parser
19:10:29 [2021-03-01T19:10:29.061Z] #44 93.96 text/template
19:10:29 [2021-03-01T19:10:29.061Z] #44 96.66 encoding/xml
19:10:29 [2021-03-01T19:10:29.061Z] #44 98.72 go/doc
19:10:29 [2021-03-01T19:10:29.061Z] #44 101.7 github.com/LK4D4/vndr/versioned
19:10:29 [2021-03-01T19:10:29.061Z] #44 101.8 compress/flate
19:10:29 [2021-03-01T19:10:29.061Z] #44 102.2 github.com/LK4D4/vndr/build
19:10:29 [2021-03-01T19:10:29.061Z] #44 ...
19:10:29 [2021-03-01T19:10:29.061Z] 
19:10:29 [2021-03-01T19:10:29.061Z] #42 [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
19:10:29 [2021-03-01T19:10:29.061Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:10:29 [2021-03-01T19:10:29.061Z] #42 17.57   CC       images/core.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 18.25   CC       images/core-x86.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 18.87   CC       images/core-arm.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 19.21   CC       images/core-aarch64.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 19.62   CC       images/core-ppc64.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 20.16   CC       images/core-s390.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 20.86   CC       images/cpuinfo.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 21.42   CC       images/inventory.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 21.69   CC       images/fdinfo.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 22.11   CC       images/fown.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 22.31   CC       images/ns.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 22.59   CC       images/regfile.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 22.83   CC       images/ghost-file.o
19:10:29 [2021-03-01T19:10:29.061Z] #42 23.09   CC       images/fifo.o
19:10:29 [2021-03-01T19:10:29.065Z] #28 1.636 
#############                                                             18.3%
###########################                                               38.1%
###################################                                       49.8%
###########################################                               60.0%
####################################################################      94.6%
######################################################################## 100.0%
19:10:29 [2021-03-01T19:10:29.065Z] #28 2.158 
19:10:29 [2021-03-01T19:10:29.148Z] #11 DONE 1.3s
19:10:29 [2021-03-01T19:10:29.320Z] #42 23.29   CC       images/remap-file-path.o
19:10:29 [2021-03-01T19:10:29.321Z] #28 2.262 
######################################################################## 100.0%
19:10:29 [2021-03-01T19:10:29.321Z] #28 2.333 
19:10:29 [2021-03-01T19:10:29.410Z] 
19:10:29 [2021-03-01T19:10:29.410Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:10:29 [2021-03-01T19:10:29.410Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
19:10:29 [2021-03-01T19:10:29.410Z] #30 DONE 0.1s
19:10:29 [2021-03-01T19:10:29.410Z] 
19:10:29 [2021-03-01T19:10:29.410Z] #31 [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
19:10:29 [2021-03-01T19:10:29.410Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:10:29 [2021-03-01T19:10:29.577Z] #28 2.447 
###################################################################       93.3%
######################################################################## 100.0%
19:10:29 [2021-03-01T19:10:29.577Z] #28 2.507 
19:10:29 [2021-03-01T19:10:29.580Z] #42 23.49   CC       images/eventfd.o
19:10:29 [2021-03-01T19:10:29.676Z] #31 ...
19:10:29 [2021-03-01T19:10:29.676Z] 
19:10:29 [2021-03-01T19:10:29.676Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:10:29 [2021-03-01T19:10:29.676Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
19:10:29 [2021-03-01T19:10:29.676Z] #38 DONE 0.4s
19:10:29 [2021-03-01T19:10:29.676Z] 
19:10:29 [2021-03-01T19:10:29.676Z] #39 [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
19:10:29 [2021-03-01T19:10:29.676Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:10:29 [2021-03-01T19:10:29.839Z] #42 23.75   CC       images/eventpoll.o
19:10:30 [2021-03-01T19:10:30.092Z] #28 2.619 
############                                                              18.0%
######################                                                    30.7%
######################                                                    30.7%
######################################                                    52.8%
######################################################                    75.7%
#################################################################         90.7%
######################################################################## 100.0%
19:10:30 [2021-03-01T19:10:30.092Z] #28 3.319 
19:10:30 [2021-03-01T19:10:30.098Z] #42 24.06   CC       images/fh.o
19:10:30 [2021-03-01T19:10:30.357Z] #42 ...
19:10:30 [2021-03-01T19:10:30.357Z] 
19:10:30 [2021-03-01T19:10:30.357Z] #44 [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
19:10:30 [2021-03-01T19:10:30.358Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:10:30 [2021-03-01T19:10:30.358Z] #44 104.9 hash/crc32
19:10:30 [2021-03-01T19:10:30.605Z] #28 3.433 
                                                                           0.4%
#######                                                                    9.8%
19:10:30 [2021-03-01T19:10:30.605Z] #28 ...
19:10:30 [2021-03-01T19:10:30.605Z] 
19:10:30 [2021-03-01T19:10:30.605Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
19:10:30 [2021-03-01T19:10:30.605Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f
19:10:30 [2021-03-01T19:10:30.605Z] #10 DONE 2.0s
19:10:30 [2021-03-01T19:10:30.605Z] 
19:10:30 [2021-03-01T19:10:30.605Z] #28 [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
19:10:30 [2021-03-01T19:10:30.605Z] #28 sha256:e43ed954aec725ae4dd70c2df6e0712f01e825e16d390446a40cc676a965d7bf
19:10:30 [2021-03-01T19:10:30.926Z] #44 105.4 compress/gzip
19:10:30 [2021-03-01T19:10:30.926Z] #44 105.5 vendor/golang.org/x/crypto/cryptobyte
19:10:31 [2021-03-01T19:10:31.495Z] #44 106.1 net
19:10:31 [2021-03-01T19:10:31.754Z] #44 ...
19:10:31 [2021-03-01T19:10:31.754Z] 
19:10:31 [2021-03-01T19:10:31.754Z] #50 [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
19:10:31 [2021-03-01T19:10:31.754Z] #50 sha256:199a441f313b0e5029f48fab26df328cfd0a1fb12a629305a4957e1f9ef26b4c
19:10:31 [2021-03-01T19:10:31.754Z] #50 99.63 mvdan.cc/sh/v3/cmd/shfmt
19:10:31 [2021-03-01T19:10:31.754Z] #50 DONE 106.2s
19:10:31 [2021-03-01T19:10:31.754Z] 
19:10:31 [2021-03-01T19:10:31.754Z] #42 [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
19:10:31 [2021-03-01T19:10:31.754Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:10:31 [2021-03-01T19:10:31.754Z] #42 24.45   CC       images/fsnotify.o
19:10:31 [2021-03-01T19:10:31.754Z] #42 25.00   CC       images/signalfd.o
19:10:31 [2021-03-01T19:10:31.754Z] #42 25.27   CC       images/fs.o
19:10:31 [2021-03-01T19:10:31.754Z] #42 25.50   CC       images/pstree.o
19:10:31 [2021-03-01T19:10:31.754Z] #42 25.83   CC       images/pipe.o
19:10:31 [2021-03-01T19:10:31.998Z] #10 DONE 4.4s
19:10:31 [2021-03-01T19:10:31.998Z] 
19:10:31 [2021-03-01T19:10:31.998Z] #26 [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
19:10:31 [2021-03-01T19:10:31.998Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4
19:10:31 [2021-03-01T19:10:31.998Z] #26 9.622 Fetched 8247 kB in 3s (3271 kB/s)
19:10:31 [2021-03-01T19:10:31.998Z] #26 9.622 Reading package lists...
19:10:31 [2021-03-01T19:10:31.998Z] #26 10.84 Reading package lists...
19:10:31 [2021-03-01T19:10:31.998Z] #26 12.01 Building dependency tree...
19:10:31 [2021-03-01T19:10:31.998Z] #26 12.60 The following additional packages will be installed:
19:10:31 [2021-03-01T19:10:31.998Z] #26 12.60   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
19:10:31 [2021-03-01T19:10:31.998Z] #26 12.60   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
19:10:31 [2021-03-01T19:10:31.998Z] #26 12.60   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
19:10:31 [2021-03-01T19:10:31.998Z] #26 12.61 Suggested packages:
19:10:31 [2021-03-01T19:10:31.998Z] #26 12.61   krb5-doc krb5-user
19:10:31 [2021-03-01T19:10:31.998Z] #26 12.61 Recommended packages:
19:10:31 [2021-03-01T19:10:31.998Z] #26 12.61   krb5-locales publicsuffix libsasl2-modules
19:10:32 [2021-03-01T19:10:32.145Z] #28 3.433 
                                                                           0.4%
#######                                                                    9.8%
##########                                                                15.0%
############                                                              17.5%
############                                                              17.5%
###################                                                       26.6%
##########################                                                36.3%
################################                                          44.6%
###################################                                       49.8%
#######################################                                   54.7%
###########################################                               60.2%
###############################################                           65.4%
##################################################                        70.6%
######################################################                    75.9%
##########################################################                81.1%
##############################################################            86.3%
#################################################################         91.4%
#####################################################################     96.7%
######################################################################## 100.0%
19:10:32 [2021-03-01T19:10:32.145Z] #28 5.288 
19:10:32 [2021-03-01T19:10:32.275Z] #26 12.85 The following NEW packages will be installed:
19:10:32 [2021-03-01T19:10:32.275Z] #26 12.85   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
19:10:32 [2021-03-01T19:10:32.275Z] #26 12.85   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
19:10:32 [2021-03-01T19:10:32.275Z] #26 12.85   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
19:10:32 [2021-03-01T19:10:32.275Z] #26 12.85   libssh2-1 libssl1.1 openssl
19:10:32 [2021-03-01T19:10:32.323Z] #42 26.19   CC       images/tcp-stream.o
19:10:32 [2021-03-01T19:10:32.541Z] #26 13.16 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.16 Need to get 4777 kB of archives.
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.16 After this operation, 11.5 MB of additional disk space will be used.
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.16 Get:1 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.16 Get:2 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.17 Get:3 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.17 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u5 [1382 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.17 Get:5 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.18 Get:6 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.18 Get:7 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.19 Get:8 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.19 Get:9 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.20 Get:10 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.20 Get:11 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.20 Get:12 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.20 Get:13 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.21 Get:14 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.21 Get:15 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB]
19:10:32 [2021-03-01T19:10:32.542Z] #26 13.25 Get:16 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
19:10:32 [2021-03-01T19:10:32.582Z] #42 26.63   CC       images/sk-packet.o
19:10:32 [2021-03-01T19:10:32.745Z] #51 ...
19:10:32 [2021-03-01T19:10:32.745Z] 
19:10:32 [2021-03-01T19:10:32.745Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
19:10:32 [2021-03-01T19:10:32.745Z] #54 122.0 + bin/containerd
19:10:32 [2021-03-01T19:10:32.842Z] #42 26.83   CC       images/mnt.o
19:10:32 [2021-03-01T19:10:32.945Z] #26 13.28 Get:17 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
19:10:32 [2021-03-01T19:10:32.945Z] #26 13.30 Get:18 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
19:10:32 [2021-03-01T19:10:32.945Z] #26 13.31 Get:19 http://security.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
19:10:32 [2021-03-01T19:10:32.945Z] #26 13.31 Get:20 http://security.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB]
19:10:32 [2021-03-01T19:10:32.945Z] #26 13.31 Get:21 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u5 [823 kB]
19:10:33 [2021-03-01T19:10:33.101Z] #42 27.11   CC       images/pipe-data.o
19:10:33 [2021-03-01T19:10:33.243Z] #26 13.96 debconf: delaying package configuration, since apt-utils is not installed
19:10:33 [2021-03-01T19:10:33.482Z] #29 12.00 
                                                                           0.2%
#                                                                          1.5%
#                                                                          2.6%
##                                                                         3.1%
###                                                                        5.3%
####                                                                       6.4%
####                                                                       6.9%
#####                                                                      7.4%
#####                                                                      8.0%
#######                                                                   10.1%
#######                                                                   11.1%
########                                                                  12.2%
#########                                                                 13.8%
###########                                                               15.4%
############                                                              17.0%
#############                                                             19.2%
##############                                                            20.8%
###############                                                           21.9%
################                                                          23.0%
#################                                                         23.6%
#################                                                         24.4%
#################                                                         24.8%
##################                                                        25.6%
###################                                                       26.7%
###################                                                       27.3%
####################                                                      28.3%
#####################                                                     30.5%
#######################                                                   32.1%
########################                                                  33.5%
#########################                                                 34.8%
##########################                                                36.5%
###########################                                               38.6%
############################                                              40.2%
#############################                                             41.3%
##############################                                            41.9%
###############################                                           43.5%
###############################                                           44.2%
################################                                          44.9%
################################                                          45.7%
#################################                                         47.0%
##################################                                        48.6%
####################################                                      50.2%
####################################                                      51.1%
####################################                                      51.2%
####################################                                      51.2%
#####################################                                     51.4%
#####################################                                     51.8%
#####################################                                     52.6%
######################################                                    53.7%
#######################################                                   55.0%
########################################                                  56.6%
#########################################                                 58.2%
##########################################                                59.5%
###########################################                               60.8%
############################################                              62.2%
#############################################                             63.8%
###############################################                           65.4%
################################################                          67.6%
#################################################                         68.9%
##################################################                        69.9%
###################################################                       71.0%
####################################################                      72.8%
####################################################                      73.3%
#####################################################                     74.9%
########################################################                  78.2%
##########################################################                81.1%
############################################################              84.3%
##############################################################            86.3%
##############################################################            87.3%
################################################################          89.1%
################################################################          89.7%
#################################################################         90.7%
#########
19:10:33 [2021-03-01T19:10:33.482Z] #29 ...
19:10:33 [2021-03-01T19:10:33.482Z] 
19:10:33 [2021-03-01T19:10:33.482Z] #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
19:10:33 [2021-03-01T19:10:33.482Z] #58 sha256:f6ef52bb326ed0be3edaffbcd9d857a90c9aa3376ca4e7627945a29fcbe9fce4
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.18 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.21 go: downloading github.com/google/uuid v1.2.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.21 go: downloading github.com/moby/sys/mountinfo v0.4.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.21 go: downloading github.com/sirupsen/logrus v1.8.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.22 go: downloading github.com/gofrs/flock v0.8.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.27 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.29 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.32 go: downloading github.com/moby/vpnkit v0.5.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.39 go: downloading github.com/gorilla/mux v1.8.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.43 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.44 go: extracting github.com/google/uuid v1.2.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.51 go: downloading github.com/pkg/errors v0.9.1
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.57 go: extracting github.com/moby/sys/mountinfo v0.4.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.57 go: extracting github.com/gofrs/flock v0.8.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 11.77 go: downloading github.com/urfave/cli/v2 v2.3.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 12.20 go: extracting github.com/sirupsen/logrus v1.8.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 12.83 go: extracting github.com/pkg/errors v0.9.1
19:10:33 [2021-03-01T19:10:33.482Z] #58 12.93 go: extracting github.com/gorilla/mux v1.8.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 13.49 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:10:33 [2021-03-01T19:10:33.482Z] #58 15.19 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:10:33 [2021-03-01T19:10:33.482Z] #58 15.21 go: downloading github.com/u-root/u-root v7.0.0+incompatible
19:10:33 [2021-03-01T19:10:33.482Z] #58 15.94 go: extracting github.com/moby/vpnkit v0.5.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 17.48 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:10:33 [2021-03-01T19:10:33.482Z] #58 17.83 go: extracting github.com/urfave/cli/v2 v2.3.0
19:10:33 [2021-03-01T19:10:33.482Z] #58 20.68 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:10:33 [2021-03-01T19:10:33.507Z] #26 14.01 Fetched 4777 kB in 0s (11.4 MB/s)
19:10:33 [2021-03-01T19:10:33.514Z] #28 ...
19:10:33 [2021-03-01T19:10:33.514Z] 
19:10:33 [2021-03-01T19:10:33.514Z] #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
19:10:33 [2021-03-01T19:10:33.514Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42
19:10:33 [2021-03-01T19:10:33.514Z] #11 DONE 2.8s
19:10:33 [2021-03-01T19:10:33.514Z] 
19:10:33 [2021-03-01T19:10:33.514Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:10:33 [2021-03-01T19:10:33.514Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415
19:10:33 [2021-03-01T19:10:33.514Z] #30 DONE 0.1s
19:10:33 [2021-03-01T19:10:33.514Z] 
19:10:33 [2021-03-01T19:10:33.514Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:10:33 [2021-03-01T19:10:33.514Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2
19:10:33 [2021-03-01T19:10:33.514Z] #38 DONE 0.2s
19:10:33 [2021-03-01T19:10:33.514Z] 
19:10:33 [2021-03-01T19:10:33.514Z] #39 [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
19:10:33 [2021-03-01T19:10:33.514Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:10:33 [2021-03-01T19:10:33.670Z] #42 27.39   CC       images/sa.o
19:10:33 [2021-03-01T19:10:33.670Z] #42 27.61   CC       images/timer.o
19:10:33 [2021-03-01T19:10:33.797Z] #58 ...
19:10:33 [2021-03-01T19:10:33.797Z] 
19:10:33 [2021-03-01T19:10:33.797Z] #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
19:10:33 [2021-03-01T19:10:33.797Z] #29 sha256:f36edc5c77a950d72a72098dff20e494b41aa4bc14a51b9576387099926fcd1d
19:10:33 [2021-03-01T19:10:33.930Z] #42 27.93   CC       images/timerfd.o
19:10:34 [2021-03-01T19:10:34.092Z] #26 14.67 Selecting previously unselected package libssl1.1:arm64.
19:10:34 [2021-03-01T19:10:34.092Z] #26 14.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%
#26 ...
19:10:34 [2021-03-01T19:10:34.092Z] 
19:10:34 [2021-03-01T19:10:34.092Z] #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
19:10:34 [2021-03-01T19:10:34.092Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5
19:10:34 [2021-03-01T19:10:34.092Z] #11 DONE 2.0s
19:10:34 [2021-03-01T19:10:34.092Z] 
19:10:34 [2021-03-01T19:10:34.092Z] #26 [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
19:10:34 [2021-03-01T19:10:34.092Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4
19:10:34 [2021-03-01T19:10:34.092Z] #26 14.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 ... 6670 files and directories currently installed.)
19:10:34 [2021-03-01T19:10:34.092Z] #26 14.68 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u5_arm64.deb ...
19:10:34 [2021-03-01T19:10:34.092Z] #26 14.68 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u5) ...
19:10:34 [2021-03-01T19:10:34.092Z] #26 ...
19:10:34 [2021-03-01T19:10:34.092Z] 
19:10:34 [2021-03-01T19:10:34.092Z] #57 [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
19:10:34 [2021-03-01T19:10:34.092Z] #57 sha256:262beed359b27934d5d1e2260bb19a1c691fef3a46a7864a0193a363e8310e8c
19:10:34 [2021-03-01T19:10:34.189Z] #42 28.21   CC       images/mm.o
19:10:34 [2021-03-01T19:10:34.356Z] #57 ...
19:10:34 [2021-03-01T19:10:34.356Z] 
19:10:34 [2021-03-01T19:10:34.356Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
19:10:34 [2021-03-01T19:10:34.356Z] #30 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58
19:10:34 [2021-03-01T19:10:34.356Z] #30 DONE 0.4s
19:10:34 [2021-03-01T19:10:34.356Z] 
19:10:34 [2021-03-01T19:10:34.356Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
19:10:34 [2021-03-01T19:10:34.356Z] #38 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58
19:10:34 [2021-03-01T19:10:34.356Z] #38 DONE 0.4s
19:10:34 [2021-03-01T19:10:34.433Z] #29 12.00 
                                                                           0.2%
#                                                                          1.5%
#                                                                          2.6%
##                                                                         3.1%
###                                                                        5.3%
####                                                                       6.4%
####                                                                       6.9%
#####                                                                      7.4%
#####                                                                      8.0%
#######                                                                   10.1%
#######                                                                   11.1%
########                                                                  12.2%
#########                                                                 13.8%
###########                                                               15.4%
############                                                              17.0%
#############                                                             19.2%
##############                                                            20.8%
###############                                                           21.9%
################                                                          23.0%
#################                                                         23.6%
#################                                                         24.4%
#################                                                         24.8%
##################                                                        25.6%
###################                                                       26.7%
###################                                                       27.3%
####################                                                      28.3%
#####################                                                     30.5%
#######################                                                   32.1%
########################                                                  33.5%
#########################                                                 34.8%
##########################                                                36.5%
###########################                                               38.6%
############################                                              40.2%
#############################                                             41.3%
##############################                                            41.9%
###############################                                           43.5%
###############################                                           44.2%
################################                                          44.9%
################################                                          45.7%
#################################                                         47.0%
##################################                                        48.6%
####################################                                      50.2%
####################################                                      51.1%
####################################                                      51.2%
####################################                                      51.2%
#####################################                                     51.4%
#####################################                                     51.8%
#####################################                                     52.6%
######################################                                    53.7%
#######################################                                   55.0%
########################################                                  56.6%
#########################################                                 58.2%
##########################################                                59.5%
###########################################                               60.8%
############################################                              62.2%
#############################################                             63.8%
###############################################                           65.4%
################################################                          67.6%
#################################################                         68.9%
##################################################                        69.9%
###################################################                       71.0%
####################################################                      72.8%
####################################################                      73.3%
#####################################################                     74.9%
########################################################                  78.2%
##########################################################                81.1%
############################################################              84.3%
##############################################################            86.3%
##############################################################            87.3%
################################################################          89.1%
################################################################          89.7%
#################################################################         90.7%
#################################################################         91.6%
##################################################################        92.7%
###################################################################       94.3%
#####################################################################     95.9%
######################################################################    98.1%
######################################################################## 100.0%
19:10:34 [2021-03-01T19:10:34.433Z] #29 21.26 
19:10:34 [2021-03-01T19:10:34.433Z] #29 ...
19:10:34 [2021-03-01T19:10:34.433Z] 
19:10:34 [2021-03-01T19:10:34.433Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
19:10:34 [2021-03-01T19:10:34.433Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:10:34 [2021-03-01T19:10:34.433Z] #45 12.07 runtime/cgo
19:10:34 [2021-03-01T19:10:34.433Z] #45 15.34 vendor/golang.org/x/crypto/internal/subtle
19:10:34 [2021-03-01T19:10:34.433Z] #45 ...
19:10:34 [2021-03-01T19:10:34.433Z] 
19:10:34 [2021-03-01T19:10:34.433Z] #64 [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
19:10:34 [2021-03-01T19:10:34.433Z] #64 sha256:32f403172f726922e4666e169f022b9e283c0159d41e1a3579d1223207a3e48c
19:10:34 [2021-03-01T19:10:34.449Z] #42 28.51   CC       images/sk-opts.o
19:10:34 [2021-03-01T19:10:34.621Z] 
19:10:34 [2021-03-01T19:10:34.621Z] #26 [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
19:10:34 [2021-03-01T19:10:34.621Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4
19:10:34 [2021-03-01T19:10:34.621Z] #26 15.06 Selecting previously unselected package libsasl2-modules-db:arm64.
19:10:34 [2021-03-01T19:10:34.621Z] #26 15.06 Preparing to unpack .../01-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ...
19:10:34 [2021-03-01T19:10:34.621Z] #26 15.19 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
19:10:34 [2021-03-01T19:10:34.621Z] #26 15.24 Selecting previously unselected package libsasl2-2:arm64.
19:10:34 [2021-03-01T19:10:34.621Z] #26 15.25 Preparing to unpack .../02-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ...
19:10:34 [2021-03-01T19:10:34.621Z] #26 15.25 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
19:10:34 [2021-03-01T19:10:34.708Z] #42 28.71   CC       images/sk-unix.o
19:10:34 [2021-03-01T19:10:34.814Z] #54 ...
19:10:34 [2021-03-01T19:10:34.814Z] 
19:10:34 [2021-03-01T19:10:34.814Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
19:10:34 [2021-03-01T19:10:34.814Z] #51 76.95 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
19:10:34 [2021-03-01T19:10:34.814Z] #51 77.51 + mkdir -p /build
19:10:34 [2021-03-01T19:10:34.814Z] #51 77.51 + cp runc /build/runc
19:10:34 [2021-03-01T19:10:34.814Z] #51 DONE 77.8s
19:10:34 [2021-03-01T19:10:34.814Z] 
19:10:34 [2021-03-01T19:10:34.814Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
19:10:34 [2021-03-01T19:10:34.834Z] #31 ...
19:10:34 [2021-03-01T19:10:34.834Z] 
19:10:34 [2021-03-01T19:10:34.834Z] #63 [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
19:10:34 [2021-03-01T19:10:34.834Z] #63 sha256:07d81a148f1a95514b2bb4e8bf3620970a050c2650fd4e3fbadc64733613e026
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.983 + RM_GOPATH=0
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.983 + TMP_GOPATH=
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.983 + : /build
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.983 + '[' -z '' ']'
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.983 ++ mktemp -d
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.984 + export GOPATH=/tmp/tmp.TdxPB5HC80
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.984 + GOPATH=/tmp/tmp.TdxPB5HC80
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.984 + RM_GOPATH=1
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.984 + case "$(go env GOARCH)" in
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.985 ++ go env GOARCH
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.992 + export GO_BUILDMODE=-buildmode=pie
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.992 + GO_BUILDMODE=-buildmode=pie
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.992 ++ dirname /tmp/install/install.sh
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + dir=/tmp/install
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + bin=proxy
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + shift
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + '[' '!' -f /tmp/install/proxy.installer ']'
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + . /tmp/install/proxy.installer
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + install_proxy
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + case "$1" in
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + export CGO_ENABLED=0
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + CGO_ENABLED=0
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + _install_proxy
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7'
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.994 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.TdxPB5HC80/src/github.com/docker/libnetwork
19:10:34 [2021-03-01T19:10:34.834Z] #63 5.998 Cloning into '/tmp/tmp.TdxPB5HC80/src/github.com/docker/libnetwork'...
19:10:34 [2021-03-01T19:10:34.834Z] #63 6.004 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:34 [2021-03-01T19:10:34.885Z] #26 15.42 Selecting previously unselected package libldap-common.
19:10:34 [2021-03-01T19:10:34.885Z] #26 15.42 Preparing to unpack .../03-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
19:10:34 [2021-03-01T19:10:34.885Z] #26 15.42 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:10:34 [2021-03-01T19:10:34.885Z] #26 15.47 Selecting previously unselected package libldap-2.4-2:arm64.
19:10:34 [2021-03-01T19:10:34.885Z] #26 15.47 Preparing to unpack .../04-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ...
19:10:34 [2021-03-01T19:10:34.885Z] #26 15.47 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
19:10:34 [2021-03-01T19:10:34.967Z] #42 28.97   CC       images/sk-inet.o
19:10:35 [2021-03-01T19:10:35.033Z] #64 22.10 Checking out files:  41% (789/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.
19:10:35 [2021-03-01T19:10:35.206Z] #26 15.64 Selecting previously unselected package openssl.
19:10:35 [2021-03-01T19:10:35.206Z] #26 15.64 Preparing to unpack .../05-openssl_1.1.1d-0+deb10u5_arm64.deb ...
19:10:35 [2021-03-01T19:10:35.206Z] #26 15.65 Unpacking openssl (1.1.1d-0+deb10u5) ...
19:10:35 [2021-03-01T19:10:35.227Z] #42 29.36   CC       images/tun.o
19:10:35 [2021-03-01T19:10:35.333Z] #64 22.75 + cd /tmp/tmp.p2Bmf5pNdA/src/github.com/docker/libnetwork
19:10:35 [2021-03-01T19:10:35.333Z] #64 22.75 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:35 [2021-03-01T19:10:35.402Z] #63 ...
19:10:35 [2021-03-01T19:10:35.402Z] 
19:10:35 [2021-03-01T19:10:35.402Z] #46 [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
19:10:35 [2021-03-01T19:10:35.402Z] #46 sha256:fa505a89f68d30e627d5491a061324b9d46774c887bac6070e4523c10481e0d5
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.205 + RM_GOPATH=0
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.205 + TMP_GOPATH=
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.205 + : /build
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.205 + '[' -z '' ']'
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.205 ++ mktemp -d
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.205 + export GOPATH=/tmp/tmp.1Y6p98ROiL
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.205 + GOPATH=/tmp/tmp.1Y6p98ROiL
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.205 + RM_GOPATH=1
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.205 + case "$(go env GOARCH)" in
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.212 ++ go env GOARCH
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.216 + export GO_BUILDMODE=-buildmode=pie
19:10:35 [2021-03-01T19:10:35.402Z] #46 6.216 + GO_BUILDMODE=-buildmode=pie
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.217 ++ dirname /tmp/install/install.sh
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 + dir=/tmp/install
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 + bin=gotestsum
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 + shift
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 + '[' '!' -f /tmp/install/gotestsum.installer ']'
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 + . /tmp/install/gotestsum.installer
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 ++ : v0.5.3
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 + install_gotestsum
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 + set -e
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 + export GO111MODULE=on
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 + GO111MODULE=on
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 + GOBIN=/build
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.218 + go get gotest.tools/gotestsum@v0.5.3
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.259 go: finding gotest.tools v0.5.3
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.259 go: finding gotest.tools/gotestsum v0.5.3
19:10:35 [2021-03-01T19:10:35.403Z] #46 6.890 go: downloading gotest.tools/gotestsum v0.5.3
19:10:35 [2021-03-01T19:10:35.403Z] #46 7.273 go: extracting gotest.tools/gotestsum v0.5.3
19:10:35 [2021-03-01T19:10:35.475Z] #26 16.10 Selecting previously unselected package ca-certificates.
19:10:35 [2021-03-01T19:10:35.475Z] #26 16.10 Preparing to unpack .../06-ca-certificates_20200601~deb10u2_all.deb ...
19:10:35 [2021-03-01T19:10:35.475Z] #26 16.10 Unpacking ca-certificates (20200601~deb10u2) ...
19:10:35 [2021-03-01T19:10:35.635Z] #64 ...
19:10:35 [2021-03-01T19:10:35.635Z] 
19:10:35 [2021-03-01T19:10:35.635Z] #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
19:10:35 [2021-03-01T19:10:35.635Z] #51 sha256:06c0178ee9aaa7e090fb3e16602a05ce9eebb2317066e19b2b4f4d047158b41a
19:10:35 [2021-03-01T19:10:35.636Z] #51 13.30 + cd /tmp/tmp.9LLXcBHUCI/src/github.com/mvdan/sh
19:10:35 [2021-03-01T19:10:35.636Z] #51 13.30 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:35 [2021-03-01T19:10:35.636Z] #51 13.54 + GO111MODULE=on
19:10:35 [2021-03-01T19:10:35.636Z] #51 13.54 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
19:10:35 [2021-03-01T19:10:35.636Z] #51 15.65 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:10:35 [2021-03-01T19:10:35.636Z] #51 15.79 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:10:35 [2021-03-01T19:10:35.636Z] #51 15.94 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:10:35 [2021-03-01T19:10:35.636Z] #51 16.32 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:10:35 [2021-03-01T19:10:35.636Z] #51 16.66 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:10:35 [2021-03-01T19:10:35.636Z] #51 17.87 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:10:35 [2021-03-01T19:10:35.636Z] #51 19.04 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:10:35 [2021-03-01T19:10:35.636Z] #51 21.93 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:10:35 [2021-03-01T19:10:35.659Z] #46 7.655 go: downloading github.com/pkg/errors v0.9.1
19:10:35 [2021-03-01T19:10:35.659Z] #46 7.667 go: downloading github.com/fatih/color v1.9.0
19:10:35 [2021-03-01T19:10:35.659Z] #46 7.683 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:35 [2021-03-01T19:10:35.659Z] #46 7.683 go: downloading github.com/jonboulle/clockwork v0.1.0
19:10:35 [2021-03-01T19:10:35.659Z] #46 7.691 go: extracting github.com/pkg/errors v0.9.1
19:10:35 [2021-03-01T19:10:35.659Z] #46 7.725 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:35 [2021-03-01T19:10:35.796Z] #42 29.61   CC       images/sk-netlink.o
19:10:35 [2021-03-01T19:10:35.796Z] #42 29.87   CC       images/packet-sock.o
19:10:35 [2021-03-01T19:10:35.883Z] #54 ...
19:10:35 [2021-03-01T19:10:35.883Z] 
19:10:35 [2021-03-01T19:10:35.883Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
19:10:35 [2021-03-01T19:10:35.883Z] #52 DONE 0.2s
19:10:35 [2021-03-01T19:10:35.917Z] #46 7.831 go: downloading github.com/spf13/pflag v1.0.3
19:10:35 [2021-03-01T19:10:35.917Z] #46 7.850 go: extracting github.com/fatih/color v1.9.0
19:10:35 [2021-03-01T19:10:35.917Z] #46 7.875 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:35 [2021-03-01T19:10:35.917Z] #46 7.915 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:35 [2021-03-01T19:10:35.917Z] #46 7.930 go: extracting github.com/jonboulle/clockwork v0.1.0
19:10:35 [2021-03-01T19:10:35.917Z] #46 8.024 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:35 [2021-03-01T19:10:35.938Z] #51 ...
19:10:35 [2021-03-01T19:10:35.938Z] 
19:10:35 [2021-03-01T19:10:35.938Z] #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
19:10:35 [2021-03-01T19:10:35.938Z] #49 sha256:12670911db11c9ca882e491f8ff1409f52a4d40dbf3b25739c463e906b89f8fd
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.14 go: downloading github.com/spf13/viper v1.6.1
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.18 go: downloading github.com/spf13/cobra v0.0.5
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.25 go: downloading github.com/fatih/color v1.7.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.33 go: downloading github.com/pkg/errors v0.8.1
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.33 go: downloading github.com/spf13/pflag v1.0.5
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.50 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.57 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.68 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.86 go: extracting github.com/spf13/viper v1.6.1
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.86 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.91 go: extracting github.com/pkg/errors v0.8.1
19:10:35 [2021-03-01T19:10:35.938Z] #49 14.99 go: extracting github.com/fatih/color v1.7.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 15.14 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:10:35 [2021-03-01T19:10:35.938Z] #49 15.29 go: downloading github.com/stretchr/testify v1.4.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 15.33 go: extracting github.com/spf13/pflag v1.0.5
19:10:35 [2021-03-01T19:10:35.938Z] #49 15.37 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:10:35 [2021-03-01T19:10:35.938Z] #49 15.40 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:10:35 [2021-03-01T19:10:35.938Z] #49 15.54 go: extracting github.com/spf13/cobra v0.0.5
19:10:35 [2021-03-01T19:10:35.938Z] #49 15.72 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:10:35 [2021-03-01T19:10:35.938Z] #49 16.07 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
19:10:35 [2021-03-01T19:10:35.938Z] #49 16.11 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:10:35 [2021-03-01T19:10:35.938Z] #49 16.38 go: extracting github.com/stretchr/testify v1.4.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 16.40 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
19:10:35 [2021-03-01T19:10:35.938Z] #49 16.52 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
19:10:35 [2021-03-01T19:10:35.938Z] #49 16.52 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:10:35 [2021-03-01T19:10:35.938Z] #49 16.60 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:10:35 [2021-03-01T19:10:35.938Z] #49 16.74 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
19:10:35 [2021-03-01T19:10:35.938Z] #49 16.80 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 16.93 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
19:10:35 [2021-03-01T19:10:35.938Z] #49 17.23 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 17.27 go: downloading github.com/ultraware/funlen v0.0.2
19:10:35 [2021-03-01T19:10:35.938Z] #49 17.39 go: downloading github.com/mitchellh/go-homedir v1.1.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 17.58 go: extracting github.com/ultraware/funlen v0.0.2
19:10:35 [2021-03-01T19:10:35.938Z] #49 17.60 go: extracting github.com/mitchellh/go-homedir v1.1.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 17.66 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:10:35 [2021-03-01T19:10:35.938Z] #49 17.79 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:10:35 [2021-03-01T19:10:35.938Z] #49 17.80 go: downloading github.com/spf13/afero v1.1.2
19:10:35 [2021-03-01T19:10:35.938Z] #49 18.09 go: extracting github.com/spf13/afero v1.1.2
19:10:35 [2021-03-01T19:10:35.938Z] #49 18.10 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
19:10:35 [2021-03-01T19:10:35.938Z] #49 18.21 go: downloading github.com/spf13/jwalterweatherman v1.0.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 18.41 go: extracting github.com/spf13/jwalterweatherman v1.0.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 18.42 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:10:35 [2021-03-01T19:10:35.938Z] #49 18.98 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:10:35 [2021-03-01T19:10:35.938Z] #49 19.49 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:10:35 [2021-03-01T19:10:35.938Z] #49 19.66 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:10:35 [2021-03-01T19:10:35.938Z] #49 19.69 go: downloading github.com/sirupsen/logrus v1.4.2
19:10:35 [2021-03-01T19:10:35.938Z] #49 19.90 go: downloading github.com/kisielk/gotool v1.0.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 20.07 go: extracting github.com/kisielk/gotool v1.0.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 20.08 go: extracting github.com/sirupsen/logrus v1.4.2
19:10:35 [2021-03-01T19:10:35.938Z] #49 21.15 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:10:35 [2021-03-01T19:10:35.938Z] #49 23.33 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:10:35 [2021-03-01T19:10:35.938Z] #49 23.37 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:10:35 [2021-03-01T19:10:35.938Z] #49 23.38 go: downloading github.com/hashicorp/hcl v1.0.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 23.39 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:10:35 [2021-03-01T19:10:35.938Z] #49 23.40 go: downloading github.com/mattn/go-colorable v0.1.4
19:10:35 [2021-03-01T19:10:35.938Z] #49 23.41 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:10:35 [2021-03-01T19:10:35.938Z] #49 23.41 go: downloading golang.org/x/text v0.3.2
19:10:35 [2021-03-01T19:10:35.938Z] #49 23.41 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:10:35 [2021-03-01T19:10:35.938Z] #49 23.46 go: downloading github.com/subosito/gotenv v1.2.0
19:10:35 [2021-03-01T19:10:35.938Z] #49 23.50 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:10:35 [2021-03-01T19:10:35.938Z] #49 23.61 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:10:35 [2021-03-01T19:10:35.938Z] #49 ...
19:10:35 [2021-03-01T19:10:35.938Z] 
19:10:35 [2021-03-01T19:10:35.938Z] #64 [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
19:10:35 [2021-03-01T19:10:35.938Z] #64 sha256:32f403172f726922e4666e169f022b9e283c0159d41e1a3579d1223207a3e48c
19:10:35 [2021-03-01T19:10:35.938Z] #64 23.55 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
19:10:36 [2021-03-01T19:10:36.055Z] #26 16.58 Selecting previously unselected package libkeyutils1:arm64.
19:10:36 [2021-03-01T19:10:36.055Z] #26 16.58 Preparing to unpack .../07-libkeyutils1_1.6-6_arm64.deb ...
19:10:36 [2021-03-01T19:10:36.055Z] #26 16.59 Unpacking libkeyutils1:arm64 (1.6-6) ...
19:10:36 [2021-03-01T19:10:36.055Z] #26 16.68 Selecting previously unselected package libkrb5support0:arm64.
19:10:36 [2021-03-01T19:10:36.055Z] #26 16.68 Preparing to unpack .../08-libkrb5support0_1.17-3+deb10u1_arm64.deb ...
19:10:36 [2021-03-01T19:10:36.055Z] #26 16.68 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ...
19:10:36 [2021-03-01T19:10:36.055Z] #26 16.76 Selecting previously unselected package libk5crypto3:arm64.
19:10:36 [2021-03-01T19:10:36.055Z] #26 16.76 Preparing to unpack .../09-libk5crypto3_1.17-3+deb10u1_arm64.deb ...
19:10:36 [2021-03-01T19:10:36.055Z] #26 16.78 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ...
19:10:36 [2021-03-01T19:10:36.174Z] #46 8.043 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:36 [2021-03-01T19:10:36.174Z] #46 8.236 go: downloading github.com/mattn/go-isatty v0.0.12
19:10:36 [2021-03-01T19:10:36.174Z] #46 8.236 go: downloading github.com/mattn/go-colorable v0.1.6
19:10:36 [2021-03-01T19:10:36.175Z] 
19:10:36 [2021-03-01T19:10:36.175Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
19:10:36 [2021-03-01T19:10:36.269Z] #39 ...
19:10:36 [2021-03-01T19:10:36.269Z] 
19:10:36 [2021-03-01T19:10:36.269Z] #57 [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
19:10:36 [2021-03-01T19:10:36.269Z] #57 sha256:320419eebab3c13dcf63334ce157080a6e1c8b2a70e0ca7038ee79c342d31b10
19:10:36 [2021-03-01T19:10:36.269Z] #57 5.649 + RM_GOPATH=0
19:10:36 [2021-03-01T19:10:36.269Z] #57 5.649 + TMP_GOPATH=
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.649 + : /build
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.649 + '[' -z '' ']'
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.649 ++ mktemp -d
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.649 + export GOPATH=/tmp/tmp.eRPXRYYjBK
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.649 + GOPATH=/tmp/tmp.eRPXRYYjBK
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.649 + RM_GOPATH=1
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.649 + case "$(go env GOARCH)" in
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.649 ++ go env GOARCH
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.656 + export GO_BUILDMODE=-buildmode=pie
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.656 + GO_BUILDMODE=-buildmode=pie
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.658 ++ dirname /tmp/install/install.sh
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + dir=/tmp/install
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + bin=rootlesskit
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + shift
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + . /tmp/install/rootlesskit.installer
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 ++ : f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + install_rootlesskit
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + case "$1" in
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + export CGO_ENABLED=0
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + CGO_ENABLED=0
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + _install_rootlesskit
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + echo 'Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee'
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.659 + git clone https://github.com/AkihiroSuda/rootlesskit.git /tmp/tmp.eRPXRYYjBK/src/github.com/rootless-containers/rootlesskit
19:10:36 [2021-03-01T19:10:36.270Z] #57 5.667 Cloning into '/tmp/tmp.eRPXRYYjBK/src/github.com/rootless-containers/rootlesskit'...
19:10:36 [2021-03-01T19:10:36.270Z] #57 6.876 + cd /tmp/tmp.eRPXRYYjBK/src/github.com/rootless-containers/rootlesskit
19:10:36 [2021-03-01T19:10:36.270Z] #57 6.876 + git checkout -q f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:36 [2021-03-01T19:10:36.270Z] #57 7.034 + export GO111MODULE=on
19:10:36 [2021-03-01T19:10:36.270Z] #57 7.034 + GO111MODULE=on
19:10:36 [2021-03-01T19:10:36.270Z] #57 7.034 + for f in rootlesskit rootlesskit-docker-proxy
19:10:36 [2021-03-01T19:10:36.270Z] #57 7.034 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
19:10:36 [2021-03-01T19:10:36.319Z] #26 16.86 Selecting previously unselected package libkrb5-3:arm64.
19:10:36 [2021-03-01T19:10:36.319Z] #26 16.86 Preparing to unpack .../10-libkrb5-3_1.17-3+deb10u1_arm64.deb ...
19:10:36 [2021-03-01T19:10:36.319Z] #26 16.87 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ...
19:10:36 [2021-03-01T19:10:36.364Z] #42 30.25   CC       images/ipc-var.o
19:10:36 [2021-03-01T19:10:36.431Z] #46 ...
19:10:36 [2021-03-01T19:10:36.431Z] 
19:10:36 [2021-03-01T19:10:36.431Z] #31 [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
19:10:36 [2021-03-01T19:10:36.431Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:10:36 [2021-03-01T19:10:36.431Z] #31 8.117 + git clone https://github.com/kolyshkin/go-swagger.git .
19:10:36 [2021-03-01T19:10:36.431Z] #31 8.118 Cloning into '.'...
19:10:36 [2021-03-01T19:10:36.586Z] #26 17.14 Selecting previously unselected package libgssapi-krb5-2:arm64.
19:10:36 [2021-03-01T19:10:36.586Z] #26 17.14 Preparing to unpack .../11-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ...
19:10:36 [2021-03-01T19:10:36.586Z] #26 17.14 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
19:10:36 [2021-03-01T19:10:36.586Z] #26 17.34 Selecting previously unselected package libnghttp2-14:arm64.
19:10:36 [2021-03-01T19:10:36.586Z] #26 17.34 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
19:10:36 [2021-03-01T19:10:36.624Z] #42 30.45   CC       images/ipc-desc.o
19:10:36 [2021-03-01T19:10:36.624Z] #42 30.63   CC       images/ipc-shm.o
19:10:36 [2021-03-01T19:10:36.843Z] #57 ...
19:10:36 [2021-03-01T19:10:36.843Z] 
19:10:36 [2021-03-01T19:10:36.843Z] #50 [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
19:10:36 [2021-03-01T19:10:36.843Z] #50 sha256:294555622e31ee78008389cbc354c69bce8f3c1d7c1babd3c384255a54c9965a
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.398 + RM_GOPATH=0
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.398 + TMP_GOPATH=
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.398 + : /build
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.398 + '[' -z '' ']'
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.399 ++ mktemp -d
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.402 + export GOPATH=/tmp/tmp.nuFcayyBzq
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.402 + GOPATH=/tmp/tmp.nuFcayyBzq
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.402 + RM_GOPATH=1
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.402 + case "$(go env GOARCH)" in
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.402 ++ go env GOARCH
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.415 + export GO_BUILDMODE=-buildmode=pie
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.415 + GO_BUILDMODE=-buildmode=pie
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.415 ++ dirname /tmp/install/install.sh
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.423 + dir=/tmp/install
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.423 + bin=shfmt
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.423 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.423 + shift
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.423 + '[' '!' -f /tmp/install/shfmt.installer ']'
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.423 + . /tmp/install/shfmt.installer
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.423 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.423 + install_shfmt
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.423 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.424 + git clone https://github.com/mvdan/sh.git /tmp/tmp.nuFcayyBzq/src/github.com/mvdan/sh
19:10:36 [2021-03-01T19:10:36.843Z] #50 7.425 Cloning into '/tmp/tmp.nuFcayyBzq/src/github.com/mvdan/sh'...
19:10:36 [2021-03-01T19:10:36.853Z] #26 17.35 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
19:10:36 [2021-03-01T19:10:36.853Z] #26 17.48 Selecting previously unselected package libpsl5:arm64.
19:10:36 [2021-03-01T19:10:36.853Z] #26 17.48 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ...
19:10:36 [2021-03-01T19:10:36.853Z] #26 17.48 Unpacking libpsl5:arm64 (0.20.2-2) ...
19:10:36 [2021-03-01T19:10:36.853Z] #26 17.56 Selecting previously unselected package librtmp1:arm64.
19:10:36 [2021-03-01T19:10:36.854Z] #26 17.56 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
19:10:36 [2021-03-01T19:10:36.854Z] #26 17.57 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
19:10:36 [2021-03-01T19:10:36.885Z] #42 30.87   CC       images/ipc-msg.o
19:10:37 [2021-03-01T19:10:37.104Z] #50 ...
19:10:37 [2021-03-01T19:10:37.104Z] 
19:10:37 [2021-03-01T19:10:37.104Z] #39 [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
19:10:37 [2021-03-01T19:10:37.104Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:10:37 [2021-03-01T19:10:37.104Z] #39 7.297 + git clone https://github.com/docker/distribution.git .
19:10:37 [2021-03-01T19:10:37.104Z] #39 7.312 Cloning into '.'...
19:10:37 [2021-03-01T19:10:37.118Z] #26 17.75 Selecting previously unselected package libssh2-1:arm64.
19:10:37 [2021-03-01T19:10:37.118Z] #26 17.75 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ...
19:10:37 [2021-03-01T19:10:37.118Z] #26 17.75 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
19:10:37 [2021-03-01T19:10:37.147Z] #42 31.20   CC       images/ipc-sem.o
19:10:37 [2021-03-01T19:10:37.147Z] #42 ...
19:10:37 [2021-03-01T19:10:37.147Z] 
19:10:37 [2021-03-01T19:10:37.147Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:37 [2021-03-01T19:10:37.147Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:37 [2021-03-01T19:10:37.147Z] #12 111.8 Selecting previously unselected package g++-mingw-w64-x86-64.
19:10:37 [2021-03-01T19:10:37.147Z] #12 111.8 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:10:37 [2021-03-01T19:10:37.147Z] #12 111.8 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:10:37 [2021-03-01T19:10:37.391Z] #26 17.98 Selecting previously unselected package libcurl4:arm64.
19:10:37 [2021-03-01T19:10:37.391Z] #26 17.98 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ...
19:10:37 [2021-03-01T19:10:37.391Z] #26 17.98 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ...
19:10:37 [2021-03-01T19:10:37.391Z] #26 18.15 Selecting previously unselected package curl.
19:10:37 [2021-03-01T19:10:37.391Z] #26 18.15 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ...
19:10:37 [2021-03-01T19:10:37.660Z] #26 18.16 Unpacking curl (7.64.0-4+deb10u1) ...
19:10:37 [2021-03-01T19:10:37.660Z] #26 18.37 Selecting previously unselected package libonig5:arm64.
19:10:37 [2021-03-01T19:10:37.660Z] #26 18.37 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ...
19:10:37 [2021-03-01T19:10:37.660Z] #26 18.38 Unpacking libonig5:arm64 (6.9.1-1) ...
19:10:38 [2021-03-01T19:10:38.337Z] #31 ...
19:10:38 [2021-03-01T19:10:38.337Z] 
19:10:38 [2021-03-01T19:10:38.337Z] #50 [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
19:10:38 [2021-03-01T19:10:38.337Z] #50 sha256:a83e322da063f75b63ccdfc973d8faf0332a033c94ac4fb33a38d1329b286683
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.851 + RM_GOPATH=0
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.851 + TMP_GOPATH=
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.851 + : /build
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.851 + '[' -z '' ']'
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.851 ++ mktemp -d
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.851 + export GOPATH=/tmp/tmp.dwhpAOwQXo
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.851 + GOPATH=/tmp/tmp.dwhpAOwQXo
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.851 + RM_GOPATH=1
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.851 + case "$(go env GOARCH)" in
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.851 ++ go env GOARCH
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.863 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 + export GO_BUILDMODE=-buildmode=pie
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 + GO_BUILDMODE=-buildmode=pie
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 ++ dirname /tmp/install/install.sh
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 + dir=/tmp/install
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 + bin=shfmt
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 + shift
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 + '[' '!' -f /tmp/install/shfmt.installer ']'
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 + . /tmp/install/shfmt.installer
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 + install_shfmt
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.866 + git clone https://github.com/mvdan/sh.git /tmp/tmp.dwhpAOwQXo/src/github.com/mvdan/sh
19:10:38 [2021-03-01T19:10:38.337Z] #50 7.889 Cloning into '/tmp/tmp.dwhpAOwQXo/src/github.com/mvdan/sh'...
19:10:38 [2021-03-01T19:10:38.337Z] #50 ...
19:10:38 [2021-03-01T19:10:38.337Z] 
19:10:38 [2021-03-01T19:10:38.337Z] #57 [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
19:10:38 [2021-03-01T19:10:38.337Z] #57 sha256:6ecc4ccffb41b469303474e255f0790690e483917f01d2561a63edc4e5257a72
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.163 + RM_GOPATH=0
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.163 + TMP_GOPATH=
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.163 + : /build
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.163 + '[' -z '' ']'
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.163 ++ mktemp -d
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.163 + export GOPATH=/tmp/tmp.pZWy90mpzw
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.163 + GOPATH=/tmp/tmp.pZWy90mpzw
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.163 + RM_GOPATH=1
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.163 + case "$(go env GOARCH)" in
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.163 ++ go env GOARCH
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.187 + export GO_BUILDMODE=-buildmode=pie
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.193 + GO_BUILDMODE=-buildmode=pie
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.225 ++ dirname /tmp/install/install.sh
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.227 Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + dir=/tmp/install
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + bin=rootlesskit
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + shift
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + . /tmp/install/rootlesskit.installer
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 ++ : f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + install_rootlesskit
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + case "$1" in
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + export CGO_ENABLED=0
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + CGO_ENABLED=0
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + _install_rootlesskit
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + echo 'Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee'
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 + git clone https://github.com/AkihiroSuda/rootlesskit.git /tmp/tmp.pZWy90mpzw/src/github.com/rootless-containers/rootlesskit
19:10:38 [2021-03-01T19:10:38.337Z] #57 8.236 Cloning into '/tmp/tmp.pZWy90mpzw/src/github.com/rootless-containers/rootlesskit'...
19:10:38 [2021-03-01T19:10:38.337Z] #57 ...
19:10:38 [2021-03-01T19:10:38.337Z] 
19:10:38 [2021-03-01T19:10:38.337Z] #48 [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
19:10:38 [2021-03-01T19:10:38.337Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.688 + RM_GOPATH=0
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.688 + TMP_GOPATH=
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.688 + : /build
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.688 + '[' -z '' ']'
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.688 ++ mktemp -d
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.688 + export GOPATH=/tmp/tmp.A1pFLmcS8N
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.688 + GOPATH=/tmp/tmp.A1pFLmcS8N
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.688 + RM_GOPATH=1
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.688 + case "$(go env GOARCH)" in
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.688 ++ go env GOARCH
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.719 + export GO_BUILDMODE=-buildmode=pie
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.719 + GO_BUILDMODE=-buildmode=pie
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.719 ++ dirname /tmp/install/install.sh
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 + dir=/tmp/install
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 + bin=golangci_lint
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 + shift
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 + . /tmp/install/golangci_lint.installer
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 ++ : v1.23.8
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 + install_golangci_lint
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 + set -e
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 + export GO111MODULE=on
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 + GO111MODULE=on
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 + GOBIN=/build
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.725 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.770 go: finding github.com v1.23.8
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.777 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.779 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.779 go: finding github.com/golangci/golangci-lint v1.23.8
19:10:38 [2021-03-01T19:10:38.337Z] #48 8.779 go: finding github.com/golangci v1.23.8
19:10:38 [2021-03-01T19:10:38.337Z] #48 10.05 go: downloading github.com/golangci/golangci-lint v1.23.8
19:10:38 [2021-03-01T19:10:38.337Z] #48 ...
19:10:38 [2021-03-01T19:10:38.337Z] 
19:10:38 [2021-03-01T19:10:38.337Z] #35 [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
19:10:38 [2021-03-01T19:10:38.337Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:10:38 [2021-03-01T19:10:38.337Z] #35 9.771 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:38 [2021-03-01T19:10:38.337Z] #35 9.908 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:38 [2021-03-01T19:10:38.337Z] #35 9.908 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:38 [2021-03-01T19:10:38.596Z] #35 ...
19:10:38 [2021-03-01T19:10:38.596Z] 
19:10:38 [2021-03-01T19:10:38.596Z] #54 [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
19:10:38 [2021-03-01T19:10:38.596Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:10:38 [2021-03-01T19:10:38.596Z] #54 7.987 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:38 [2021-03-01T19:10:38.596Z] #54 8.100 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:38 [2021-03-01T19:10:38.596Z] #54 8.101 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:38 [2021-03-01T19:10:38.596Z] #54 9.855 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:38 [2021-03-01T19:10:38.810Z] #26 18.70 Selecting previously unselected package libjq1:arm64.
19:10:38 [2021-03-01T19:10:38.810Z] #26 18.70 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ...
19:10:38 [2021-03-01T19:10:38.810Z] #26 18.70 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
19:10:38 [2021-03-01T19:10:38.811Z] #39 ...
19:10:38 [2021-03-01T19:10:38.811Z] 
19:10:38 [2021-03-01T19:10:38.811Z] #28 [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
19:10:38 [2021-03-01T19:10:38.811Z] #28 sha256:e43ed954aec725ae4dd70c2df6e0712f01e825e16d390446a40cc676a965d7bf
19:10:38 [2021-03-01T19:10:38.811Z] #28 6.995 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
19:10:38 [2021-03-01T19:10:38.811Z] #28 7.140 
19:10:38 [2021-03-01T19:10:38.811Z] #28 7.291 
######################################################################## 100.0%
19:10:38 [2021-03-01T19:10:38.811Z] #28 7.353 
19:10:38 [2021-03-01T19:10:38.811Z] #28 7.926 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
19:10:38 [2021-03-01T19:10:38.811Z] #28 8.127 
19:10:38 [2021-03-01T19:10:38.811Z] #28 8.303 
########                                                                  12.3%
######################################################################## 100.0%
19:10:38 [2021-03-01T19:10:38.811Z] #28 8.426 
19:10:38 [2021-03-01T19:10:38.811Z] #28 8.794 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
19:10:38 [2021-03-01T19:10:38.811Z] #28 8.892 
19:10:38 [2021-03-01T19:10:38.811Z] #28 9.013 
#########                                                                 12.6%
########################                                                  33.4%
####################################                                      51.3%
#################################################                         68.9%
##############################################################            87.3%
######################################################################## 100.0%
19:10:38 [2021-03-01T19:10:38.811Z] #28 9.520 
19:10:38 [2021-03-01T19:10:38.811Z] #28 9.856 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
19:10:38 [2021-03-01T19:10:38.811Z] #28 9.977 
19:10:38 [2021-03-01T19:10:38.811Z] #28 10.02 
######################################################################## 100.0%
19:10:38 [2021-03-01T19:10:38.811Z] #28 10.05 
19:10:38 [2021-03-01T19:10:38.811Z] #28 10.32 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
19:10:38 [2021-03-01T19:10:38.811Z] #28 10.42 
19:10:38 [2021-03-01T19:10:38.811Z] #28 10.48 
######################################################################## 100.0%
19:10:38 [2021-03-01T19:10:38.811Z] #28 10.50 
19:10:38 [2021-03-01T19:10:38.811Z] #28 10.52 Download of images into '/build' complete.
19:10:38 [2021-03-01T19:10:38.811Z] #28 10.52 Use something like the following to load the result into a Docker daemon:
19:10:38 [2021-03-01T19:10:38.811Z] #28 10.52   tar -cC '/build' . | docker load
19:10:38 [2021-03-01T19:10:38.854Z] #54 ...
19:10:38 [2021-03-01T19:10:38.854Z] 
19:10:38 [2021-03-01T19:10:38.854Z] #23 [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
19:10:38 [2021-03-01T19:10:38.854Z] #23 sha256:153f8334a91322f5956e71ea39ec617694b7d53f6871e71f2b518e42065f6e25
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.169 + RM_GOPATH=0
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.169 + TMP_GOPATH=
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.169 + : /build
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.169 + '[' -z '' ']'
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.172 ++ mktemp -d
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.172 + export GOPATH=/tmp/tmp.OsAO0rUOA6
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.172 + GOPATH=/tmp/tmp.OsAO0rUOA6
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.172 + RM_GOPATH=1
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.172 + case "$(go env GOARCH)" in
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.177 ++ go env GOARCH
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.178 + export GO_BUILDMODE=-buildmode=pie
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.178 + GO_BUILDMODE=-buildmode=pie
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.179 ++ dirname /tmp/install/install.sh
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.186 + dir=/tmp/install
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.186 + bin=dockercli
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.186 + shift
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.186 + '[' '!' -f /tmp/install/dockercli.installer ']'
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.186 + . /tmp/install/dockercli.installer
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.186 ++ : stable
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.186 ++ : 17.06.2-ce
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.186 + install_dockercli
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.186 + echo 'Install docker/cli version 17.06.2-ce from stable'
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.186 ++ uname -m
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.187 Install docker/cli version 17.06.2-ce from stable
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.187 + arch=x86_64
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.187 + '[' x86_64 '!=' x86_64 ']'
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.187 + url=https://download.docker.com/linux/static
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.188 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
19:10:38 [2021-03-01T19:10:38.854Z] #23 7.188 + tar -xz docker/docker
19:10:38 [2021-03-01T19:10:38.854Z] #23 ...
19:10:38 [2021-03-01T19:10:38.854Z] 
19:10:38 [2021-03-01T19:10:38.854Z] #39 [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
19:10:38 [2021-03-01T19:10:38.854Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:10:38 [2021-03-01T19:10:38.854Z] #39 8.297 + git clone https://github.com/docker/distribution.git .
19:10:38 [2021-03-01T19:10:38.854Z] #39 8.297 Cloning into '.'...
19:10:39 [2021-03-01T19:10:39.112Z] #39 ...
19:10:39 [2021-03-01T19:10:39.112Z] 
19:10:39 [2021-03-01T19:10:39.112Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:10:39 [2021-03-01T19:10:39.112Z] #33 sha256:4cbf38afe26bf2d04adb1f3838640864909e13d1d0b073ff295eb03bd5c629a9
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.125 + RM_GOPATH=0
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.125 + TMP_GOPATH=
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.125 + : /build
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.125 + '[' -z '' ']'
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.125 ++ mktemp -d
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.125 + export GOPATH=/tmp/tmp.3m9qS8bOAG
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.125 + GOPATH=/tmp/tmp.3m9qS8bOAG
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.125 + RM_GOPATH=1
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.125 + case "$(go env GOARCH)" in
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.125 ++ go env GOARCH
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 + export GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 + GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 ++ dirname /tmp/install/install.sh
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 + dir=/tmp/install
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 + bin=tomlv
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 + shift
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 + '[' '!' -f /tmp/install/tomlv.installer ']'
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 + . /tmp/install/tomlv.installer
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 + install_tomlv
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.138 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.162 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.3m9qS8bOAG/src/github.com/BurntSushi/toml
19:10:39 [2021-03-01T19:10:39.112Z] #33 8.162 Cloning into '/tmp/tmp.3m9qS8bOAG/src/github.com/BurntSushi/toml'...
19:10:39 [2021-03-01T19:10:39.112Z] #33 9.262 + cd /tmp/tmp.3m9qS8bOAG/src/github.com/BurntSushi/toml
19:10:39 [2021-03-01T19:10:39.112Z] #33 9.262 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:39 [2021-03-01T19:10:39.112Z] #33 9.304 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
19:10:39 [2021-03-01T19:10:39.112Z] #33 10.60 runtime/internal/atomic
19:10:39 [2021-03-01T19:10:39.112Z] #33 10.60 internal/cpu
19:10:39 [2021-03-01T19:10:39.112Z] #33 10.78 runtime/internal/sys
19:10:39 [2021-03-01T19:10:39.112Z] #33 11.11 runtime/internal/math
19:10:39 [2021-03-01T19:10:39.112Z] #33 11.16 math/bits
19:10:39 [2021-03-01T19:10:39.112Z] #33 ...
19:10:39 [2021-03-01T19:10:39.112Z] 
19:10:39 [2021-03-01T19:10:39.112Z] #41 [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
19:10:39 [2021-03-01T19:10:39.112Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:10:39 [2021-03-01T19:10:39.112Z] #41 8.975 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:39 [2021-03-01T19:10:39.112Z] #41 9.022 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:39 [2021-03-01T19:10:39.112Z] #41 9.022 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:39 [2021-03-01T19:10:39.112Z] #41 10.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:39 [2021-03-01T19:10:39.372Z] #28 ...
19:10:39 [2021-03-01T19:10:39.372Z] 
19:10:39 [2021-03-01T19:10:39.372Z] #39 [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
19:10:39 [2021-03-01T19:10:39.372Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:10:39 [2021-03-01T19:10:39.372Z] #39 6.015 + git clone https://github.com/docker/distribution.git .
19:10:39 [2021-03-01T19:10:39.385Z] #41 ...
19:10:39 [2021-03-01T19:10:39.385Z] 
19:10:39 [2021-03-01T19:10:39.385Z] #44 [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
19:10:39 [2021-03-01T19:10:39.385Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.741 + RM_GOPATH=0
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.741 + TMP_GOPATH=
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.741 + : /build
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.741 + '[' -z '' ']'
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.741 ++ mktemp -d
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.741 + export GOPATH=/tmp/tmp.UvcwnEA9LS
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.741 + GOPATH=/tmp/tmp.UvcwnEA9LS
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.741 + RM_GOPATH=1
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.741 + case "$(go env GOARCH)" in
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.741 ++ go env GOARCH
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 + export GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 + GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 ++ dirname /tmp/install/install.sh
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 + dir=/tmp/install
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 + bin=vndr
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 + shift
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 + '[' '!' -f /tmp/install/vndr.installer ']'
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 + . /tmp/install/vndr.installer
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 + install_vndr
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.UvcwnEA9LS/src/github.com/LK4D4/vndr
19:10:39 [2021-03-01T19:10:39.385Z] #44 7.776 Cloning into '/tmp/tmp.UvcwnEA9LS/src/github.com/LK4D4/vndr'...
19:10:39 [2021-03-01T19:10:39.385Z] #44 8.882 + cd /tmp/tmp.UvcwnEA9LS/src/github.com/LK4D4/vndr
19:10:39 [2021-03-01T19:10:39.385Z] #44 8.882 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
19:10:39 [2021-03-01T19:10:39.385Z] #44 8.885 + go build -buildmode=pie -v -o /build/vndr .
19:10:39 [2021-03-01T19:10:39.385Z] #44 10.81 internal/cpu
19:10:39 [2021-03-01T19:10:39.385Z] #44 10.84 runtime/internal/sys
19:10:39 [2021-03-01T19:10:39.385Z] #44 11.18 internal/race
19:10:39 [2021-03-01T19:10:39.385Z] #44 11.35 sync/atomic
19:10:39 [2021-03-01T19:10:39.385Z] #44 ...
19:10:39 [2021-03-01T19:10:39.385Z] 
19:10:39 [2021-03-01T19:10:39.385Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:39 [2021-03-01T19:10:39.385Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:39 [2021-03-01T19:10:39.385Z] #12 9.277 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:39 [2021-03-01T19:10:39.385Z] #12 9.352 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:39 [2021-03-01T19:10:39.385Z] #12 9.359 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:39 [2021-03-01T19:10:39.385Z] #12 10.70 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:39 [2021-03-01T19:10:39.537Z] #64 ...
19:10:39 [2021-03-01T19:10:39.537Z] 
19:10:39 [2021-03-01T19:10:39.537Z] #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
19:10:39 [2021-03-01T19:10:39.537Z] #47 sha256:6da6e6e3d39fedd127fa268e524394a1cf24fc619922b53bd3dd48ff4086e80e
19:10:39 [2021-03-01T19:10:39.537Z] #47 16.92 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:39 [2021-03-01T19:10:39.537Z] #47 16.93 go: finding github.com/fatih/color v1.9.0
19:10:39 [2021-03-01T19:10:39.537Z] #47 16.98 go: finding github.com/pkg/errors v0.9.1
19:10:39 [2021-03-01T19:10:39.537Z] #47 17.00 go: finding github.com/spf13/pflag v1.0.3
19:10:39 [2021-03-01T19:10:39.537Z] #47 17.23 go: finding github.com/mattn/go-colorable v0.1.6
19:10:39 [2021-03-01T19:10:39.537Z] #47 17.51 go: finding github.com/mattn/go-isatty v0.0.12
19:10:39 [2021-03-01T19:10:39.537Z] #47 18.05 go: finding github.com/jonboulle/clockwork v0.1.0
19:10:39 [2021-03-01T19:10:39.537Z] #47 18.05 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:39 [2021-03-01T19:10:39.537Z] #47 18.11 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:39 [2021-03-01T19:10:39.537Z] #47 18.23 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:39 [2021-03-01T19:10:39.537Z] #47 18.30 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:39 [2021-03-01T19:10:39.537Z] #47 ...
19:10:39 [2021-03-01T19:10:39.537Z] 
19:10:39 [2021-03-01T19:10:39.537Z] #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
19:10:39 [2021-03-01T19:10:39.537Z] #29 sha256:f36edc5c77a950d72a72098dff20e494b41aa4bc14a51b9576387099926fcd1d
19:10:39 [2021-03-01T19:10:39.537Z] #29 22.99 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
19:10:39 [2021-03-01T19:10:39.537Z] #29 23.53 #=#=#                                                                         
19:10:39 [2021-03-01T19:10:39.537Z] #29 23.82 
#                                                                          1.9%
######################################################################## 100.0%
19:10:39 [2021-03-01T19:10:39.537Z] #29 23.98 
19:10:39 [2021-03-01T19:10:39.537Z] #29 25.42 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
19:10:39 [2021-03-01T19:10:39.537Z] #29 25.59 skipping existing 5cb8031fd95d
19:10:39 [2021-03-01T19:10:39.537Z] #29 25.83 
19:10:39 [2021-03-01T19:10:39.537Z] #29 ...
19:10:39 [2021-03-01T19:10:39.537Z] 
19:10:39 [2021-03-01T19:10:39.537Z] #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
19:10:39 [2021-03-01T19:10:39.537Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9
19:10:39 [2021-03-01T19:10:39.537Z] #40 17.08 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
19:10:39 [2021-03-01T19:10:39.537Z] #40 19.09 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
19:10:39 [2021-03-01T19:10:39.629Z] #39 6.017 Cloning into '.'...
19:10:39 [2021-03-01T19:10:39.644Z] #12 ...
19:10:39 [2021-03-01T19:10:39.644Z] 
19:10:39 [2021-03-01T19:10:39.644Z] #44 [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
19:10:39 [2021-03-01T19:10:39.644Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:10:39 [2021-03-01T19:10:39.644Z] #44 11.59 unicode
19:10:39 [2021-03-01T19:10:39.644Z] #44 11.65 internal/bytealg
19:10:39 [2021-03-01T19:10:39.657Z] #39 ...
19:10:39 [2021-03-01T19:10:39.657Z] 
19:10:39 [2021-03-01T19:10:39.657Z] #23 [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
19:10:39 [2021-03-01T19:10:39.657Z] #23 sha256:ab887bc2edb4a22203b8eee62708f36091af8dbec8e17c56e25efa2af23c55c2
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.386 + RM_GOPATH=0
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.387 + TMP_GOPATH=
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.387 + : /build
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.387 + '[' -z '' ']'
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.401 ++ mktemp -d
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.407 + export GOPATH=/tmp/tmp.zsydJHn5xN
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.407 + GOPATH=/tmp/tmp.zsydJHn5xN
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.407 + RM_GOPATH=1
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.408 + case "$(go env GOARCH)" in
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.408 ++ go env GOARCH
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.417 + export GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.417 + GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.418 ++ dirname /tmp/install/install.sh
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.419 + dir=/tmp/install
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.421 + bin=dockercli
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.422 + shift
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.422 + '[' '!' -f /tmp/install/dockercli.installer ']'
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.422 + . /tmp/install/dockercli.installer
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.422 ++ : stable
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.422 ++ : 17.06.2-ce
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.423 + install_dockercli
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.423 + echo 'Install docker/cli version 17.06.2-ce from stable'
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.423 Install docker/cli version 17.06.2-ce from stable
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.423 ++ uname -m
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.424 + arch=x86_64
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.436 + '[' x86_64 '!=' x86_64 ']'
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.436 + url=https://download.docker.com/linux/static
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.437 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
19:10:39 [2021-03-01T19:10:39.657Z] #23 8.451 + tar -xz docker/docker
19:10:39 [2021-03-01T19:10:39.657Z] #23 ...
19:10:39 [2021-03-01T19:10:39.657Z] 
19:10:39 [2021-03-01T19:10:39.657Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:10:39 [2021-03-01T19:10:39.657Z] #33 sha256:4280ad22617e2acc851c5edf0e08d7eb3d642fb8e4299301193729e631274d41
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.222 + RM_GOPATH=0
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.222 + TMP_GOPATH=
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.222 + : /build
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.222 + '[' -z '' ']'
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.222 ++ mktemp -d
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.222 + export GOPATH=/tmp/tmp.ZbNXvaf3Xu
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.222 + GOPATH=/tmp/tmp.ZbNXvaf3Xu
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.222 + RM_GOPATH=1
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.222 + case "$(go env GOARCH)" in
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.222 ++ go env GOARCH
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 + export GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 + GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 ++ dirname /tmp/install/install.sh
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 + dir=/tmp/install
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 + bin=tomlv
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 + shift
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 + '[' '!' -f /tmp/install/tomlv.installer ']'
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 + . /tmp/install/tomlv.installer
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 + install_tomlv
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.232 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ZbNXvaf3Xu/src/github.com/BurntSushi/toml
19:10:39 [2021-03-01T19:10:39.657Z] #33 7.242 Cloning into '/tmp/tmp.ZbNXvaf3Xu/src/github.com/BurntSushi/toml'...
19:10:39 [2021-03-01T19:10:39.657Z] #33 8.407 + cd /tmp/tmp.ZbNXvaf3Xu/src/github.com/BurntSushi/toml
19:10:39 [2021-03-01T19:10:39.657Z] #33 8.407 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:39 [2021-03-01T19:10:39.657Z] #33 8.426 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
19:10:39 [2021-03-01T19:10:39.657Z] #33 9.242 internal/cpu
19:10:39 [2021-03-01T19:10:39.657Z] #33 9.544 runtime/internal/atomic
19:10:39 [2021-03-01T19:10:39.657Z] #33 9.878 internal/bytealg
19:10:39 [2021-03-01T19:10:39.657Z] #33 10.16 runtime/internal/sys
19:10:39 [2021-03-01T19:10:39.657Z] #33 ...
19:10:39 [2021-03-01T19:10:39.657Z] 
19:10:39 [2021-03-01T19:10:39.657Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:39 [2021-03-01T19:10:39.657Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:39 [2021-03-01T19:10:39.657Z] #12 8.437 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:39 [2021-03-01T19:10:39.657Z] #12 8.536 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:39 [2021-03-01T19:10:39.657Z] #12 8.541 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:39 [2021-03-01T19:10:39.657Z] #12 9.705 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:39 [2021-03-01T19:10:39.657Z] #12 ...
19:10:39 [2021-03-01T19:10:39.657Z] 
19:10:39 [2021-03-01T19:10:39.657Z] #46 [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
19:10:39 [2021-03-01T19:10:39.657Z] #46 sha256:727230df6fc54553e65731a674a16c2d26dcc7cc6af325ab506f61190a9de925
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.117 + RM_GOPATH=0
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.117 + TMP_GOPATH=
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.117 + : /build
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.117 + '[' -z '' ']'
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.117 ++ mktemp -d
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.122 + export GOPATH=/tmp/tmp.cHvHC0EqkL
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.122 + GOPATH=/tmp/tmp.cHvHC0EqkL
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.122 + RM_GOPATH=1
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.122 + case "$(go env GOARCH)" in
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.122 ++ go env GOARCH
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + export GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 ++ dirname /tmp/install/install.sh
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + dir=/tmp/install
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + bin=gotestsum
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + shift
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + '[' '!' -f /tmp/install/gotestsum.installer ']'
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + . /tmp/install/gotestsum.installer
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 ++ : v0.5.3
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + install_gotestsum
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + set -e
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + export GO111MODULE=on
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + GO111MODULE=on
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + GOBIN=/build
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.126 + go get gotest.tools/gotestsum@v0.5.3
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.137 go: finding gotest.tools v0.5.3
19:10:39 [2021-03-01T19:10:39.657Z] #46 7.137 go: finding gotest.tools/gotestsum v0.5.3
19:10:39 [2021-03-01T19:10:39.657Z] #46 8.517 go: downloading gotest.tools/gotestsum v0.5.3
19:10:39 [2021-03-01T19:10:39.657Z] #46 9.127 go: extracting gotest.tools/gotestsum v0.5.3
19:10:39 [2021-03-01T19:10:39.838Z] #40 ...
19:10:39 [2021-03-01T19:10:39.838Z] 
19:10:39 [2021-03-01T19:10:39.838Z] #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
19:10:39 [2021-03-01T19:10:39.838Z] #49 sha256:12670911db11c9ca882e491f8ff1409f52a4d40dbf3b25739c463e906b89f8fd
19:10:39 [2021-03-01T19:10:39.838Z] #49 23.62 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:10:39 [2021-03-01T19:10:39.838Z] #49 23.63 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:10:39 [2021-03-01T19:10:39.838Z] #49 23.65 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:10:39 [2021-03-01T19:10:39.838Z] #49 23.66 go: extracting github.com/mattn/go-colorable v0.1.4
19:10:39 [2021-03-01T19:10:39.838Z] #49 23.67 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:10:39 [2021-03-01T19:10:39.838Z] #49 23.83 go: downloading github.com/magiconair/properties v1.8.1
19:10:39 [2021-03-01T19:10:39.838Z] #49 23.86 go: extracting github.com/hashicorp/hcl v1.0.0
19:10:39 [2021-03-01T19:10:39.838Z] #49 23.88 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:10:39 [2021-03-01T19:10:39.838Z] #49 23.89 go: downloading github.com/davecgh/go-spew v1.1.1
19:10:39 [2021-03-01T19:10:39.838Z] #49 23.99 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:10:39 [2021-03-01T19:10:39.838Z] #49 24.25 go: extracting github.com/subosito/gotenv v1.2.0
19:10:39 [2021-03-01T19:10:39.838Z] #49 24.41 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:10:39 [2021-03-01T19:10:39.838Z] #49 24.47 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:10:39 [2021-03-01T19:10:39.838Z] #49 24.49 go: extracting github.com/magiconair/properties v1.8.1
19:10:39 [2021-03-01T19:10:39.838Z] #49 24.51 go: downloading github.com/gobwas/glob v0.2.3
19:10:39 [2021-03-01T19:10:39.838Z] #49 24.54 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:10:39 [2021-03-01T19:10:39.838Z] #49 24.63 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:10:39 [2021-03-01T19:10:39.838Z] #49 24.63 go: downloading github.com/inconshreveable/mousetrap v1.0.0
19:10:39 [2021-03-01T19:10:39.838Z] #49 24.81 go: extracting github.com/davecgh/go-spew v1.1.1
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.20 go: downloading github.com/pmezard/go-difflib v1.0.0
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.24 go: downloading github.com/ultraware/whitespace v0.0.4
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.29 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.37 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.42 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.55 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.55 go: extracting github.com/ultraware/whitespace v0.0.4
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.57 go: extracting github.com/pmezard/go-difflib v1.0.0
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.58 go: extracting github.com/inconshreveable/mousetrap v1.0.0
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.59 go: downloading gopkg.in/yaml.v2 v2.2.7
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.64 go: extracting github.com/gobwas/glob v0.2.3
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.64 go: downloading github.com/sourcegraph/go-diff v0.5.1
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.66 go: downloading github.com/mattn/go-isatty v0.0.8
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.75 go: downloading github.com/go-lintpack/lintpack v0.5.2
19:10:39 [2021-03-01T19:10:39.838Z] #49 25.85 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:10:39 [2021-03-01T19:10:39.838Z] #49 26.04 go: downloading gopkg.in/ini.v1 v1.51.0
19:10:39 [2021-03-01T19:10:39.838Z] #49 26.15 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:10:39 [2021-03-01T19:10:39.838Z] #49 26.17 go: extracting github.com/mattn/go-isatty v0.0.8
19:10:39 [2021-03-01T19:10:39.838Z] #49 26.25 go: downloading github.com/BurntSushi/toml v0.3.1
19:10:39 [2021-03-01T19:10:39.838Z] #49 26.55 go: extracting github.com/go-lintpack/lintpack v0.5.2
19:10:39 [2021-03-01T19:10:39.838Z] #49 26.61 go: extracting github.com/sourcegraph/go-diff v0.5.1
19:10:39 [2021-03-01T19:10:39.838Z] #49 26.70 go: extracting gopkg.in/yaml.v2 v2.2.7
19:10:39 [2021-03-01T19:10:39.838Z] #49 26.72 go: extracting gopkg.in/ini.v1 v1.51.0
19:10:39 [2021-03-01T19:10:39.838Z] #49 27.01 go: extracting github.com/BurntSushi/toml v0.3.1
19:10:39 [2021-03-01T19:10:39.838Z] #49 27.33 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:10:39 [2021-03-01T19:10:39.838Z] #49 27.37 go: downloading github.com/go-toolsmith/astfmt v1.0.0
19:10:39 [2021-03-01T19:10:39.838Z] #49 27.45 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:10:39 [2021-03-01T19:10:39.955Z] #46 ...
19:10:39 [2021-03-01T19:10:39.956Z] 
19:10:39 [2021-03-01T19:10:39.956Z] #44 [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
19:10:39 [2021-03-01T19:10:39.956Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.504 + RM_GOPATH=0
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.504 + TMP_GOPATH=
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.504 + : /build
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.504 + '[' -z '' ']'
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.504 ++ mktemp -d
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.504 + export GOPATH=/tmp/tmp.SjqgvUfCfa
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.504 + GOPATH=/tmp/tmp.SjqgvUfCfa
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.504 + RM_GOPATH=1
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.504 + case "$(go env GOARCH)" in
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.504 ++ go env GOARCH
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.532 + export GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.532 + GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.533 ++ dirname /tmp/install/install.sh
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.546 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.546 + dir=/tmp/install
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.546 + bin=vndr
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.546 + shift
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.546 + '[' '!' -f /tmp/install/vndr.installer ']'
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.546 + . /tmp/install/vndr.installer
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.546 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.546 + install_vndr
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.546 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.546 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.SjqgvUfCfa/src/github.com/LK4D4/vndr
19:10:39 [2021-03-01T19:10:39.956Z] #44 7.562 Cloning into '/tmp/tmp.SjqgvUfCfa/src/github.com/LK4D4/vndr'...
19:10:39 [2021-03-01T19:10:39.956Z] #44 8.495 + cd /tmp/tmp.SjqgvUfCfa/src/github.com/LK4D4/vndr
19:10:39 [2021-03-01T19:10:39.956Z] #44 8.495 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
19:10:39 [2021-03-01T19:10:39.956Z] #44 8.515 + go build -buildmode=pie -v -o /build/vndr .
19:10:39 [2021-03-01T19:10:39.956Z] #44 10.11 runtime/internal/atomic
19:10:39 [2021-03-01T19:10:39.956Z] #44 10.11 internal/bytealg
19:10:39 [2021-03-01T19:10:39.956Z] #44 10.52 runtime/internal/sys
19:10:39 [2021-03-01T19:10:39.956Z] #44 ...
19:10:39 [2021-03-01T19:10:39.956Z] 
19:10:39 [2021-03-01T19:10:39.956Z] #63 [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
19:10:39 [2021-03-01T19:10:39.956Z] #63 sha256:becfaa961d5996599a6a75bb75eb1b12feda9bcf26f7b89fa9643ffe002f4213
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.899 + RM_GOPATH=0
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.899 + TMP_GOPATH=
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.899 + : /build
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.899 + '[' -z '' ']'
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.899 ++ mktemp -d
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.904 + export GOPATH=/tmp/tmp.DxumzEXsBm
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.904 + GOPATH=/tmp/tmp.DxumzEXsBm
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.904 + RM_GOPATH=1
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.904 + case "$(go env GOARCH)" in
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.904 ++ go env GOARCH
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.917 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + export GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + GO_BUILDMODE=-buildmode=pie
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 ++ dirname /tmp/install/install.sh
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + dir=/tmp/install
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + bin=proxy
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + shift
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + '[' '!' -f /tmp/install/proxy.installer ']'
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + . /tmp/install/proxy.installer
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + install_proxy
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + case "$1" in
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + export CGO_ENABLED=0
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + CGO_ENABLED=0
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + _install_proxy
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7'
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.DxumzEXsBm/src/github.com/docker/libnetwork
19:10:39 [2021-03-01T19:10:39.956Z] #63 6.918 Cloning into '/tmp/tmp.DxumzEXsBm/src/github.com/docker/libnetwork'...
19:10:39 [2021-03-01T19:10:39.970Z] #26 20.11 Selecting previously unselected package jq.
19:10:39 [2021-03-01T19:10:39.970Z] #26 20.11 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ...
19:10:39 [2021-03-01T19:10:39.971Z] #26 20.11 Unpacking jq (1.5+dfsg-2+b1) ...
19:10:40 [2021-03-01T19:10:40.138Z] #49 27.61 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:10:40 [2021-03-01T19:10:40.138Z] #49 27.67 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:10:40 [2021-03-01T19:10:40.138Z] #49 27.72 go: extracting github.com/go-toolsmith/astfmt v1.0.0
19:10:40 [2021-03-01T19:10:40.138Z] #49 27.74 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:10:40 [2021-03-01T19:10:40.138Z] #49 27.76 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:10:40 [2021-03-01T19:10:40.222Z] #63 ...
19:10:40 [2021-03-01T19:10:40.222Z] 
19:10:40 [2021-03-01T19:10:40.222Z] #41 [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
19:10:40 [2021-03-01T19:10:40.222Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:10:40 [2021-03-01T19:10:40.222Z] #41 8.642 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:40 [2021-03-01T19:10:40.222Z] #41 8.722 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:40 [2021-03-01T19:10:40.222Z] #41 8.724 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:40 [2021-03-01T19:10:40.222Z] #41 10.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:40 [2021-03-01T19:10:40.222Z] #41 ...
19:10:40 [2021-03-01T19:10:40.222Z] 
19:10:40 [2021-03-01T19:10:40.222Z] #54 [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
19:10:40 [2021-03-01T19:10:40.222Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:10:40 [2021-03-01T19:10:40.222Z] #54 7.675 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:40 [2021-03-01T19:10:40.222Z] #54 7.775 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:40 [2021-03-01T19:10:40.222Z] #54 7.775 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:40 [2021-03-01T19:10:40.222Z] #54 9.112 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:40 [2021-03-01T19:10:40.418Z] #26 21.11 Setting up libkeyutils1:arm64 (1.6-6) ...
19:10:40 [2021-03-01T19:10:40.418Z] #26 21.11 Setting up libpsl5:arm64 (0.20.2-2) ...
19:10:40 [2021-03-01T19:10:40.418Z] #26 21.11 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u5) ...
19:10:40 [2021-03-01T19:10:40.438Z] #49 27.81 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:10:40 [2021-03-01T19:10:40.438Z] #49 27.85 go: downloading github.com/go-critic/go-critic v0.4.1
19:10:40 [2021-03-01T19:10:40.438Z] #49 27.90 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:10:40 [2021-03-01T19:10:40.438Z] #49 28.17 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:10:40 [2021-03-01T19:10:40.491Z] #54 ...
19:10:40 [2021-03-01T19:10:40.491Z] 
19:10:40 [2021-03-01T19:10:40.491Z] #48 [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
19:10:40 [2021-03-01T19:10:40.491Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.675 + RM_GOPATH=0
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.675 + TMP_GOPATH=
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.675 + : /build
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.675 + '[' -z '' ']'
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.675 ++ mktemp -d
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.678 + export GOPATH=/tmp/tmp.4DEycEaGsH
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.678 + GOPATH=/tmp/tmp.4DEycEaGsH
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.678 + RM_GOPATH=1
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.678 + case "$(go env GOARCH)" in
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.678 ++ go env GOARCH
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + export GO_BUILDMODE=-buildmode=pie
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + GO_BUILDMODE=-buildmode=pie
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 ++ dirname /tmp/install/install.sh
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + dir=/tmp/install
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + bin=golangci_lint
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + shift
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + . /tmp/install/golangci_lint.installer
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 ++ : v1.23.8
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + install_golangci_lint
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + set -e
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + export GO111MODULE=on
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + GO111MODULE=on
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + GOBIN=/build
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.688 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.748 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.751 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.757 go: finding github.com/golangci/golangci-lint v1.23.8
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.757 go: finding github.com/golangci v1.23.8
19:10:40 [2021-03-01T19:10:40.491Z] #48 6.757 go: finding github.com v1.23.8
19:10:40 [2021-03-01T19:10:40.491Z] #48 7.639 go: downloading github.com/golangci/golangci-lint v1.23.8
19:10:40 [2021-03-01T19:10:40.491Z] #48 8.680 go: extracting github.com/golangci/golangci-lint v1.23.8
19:10:40 [2021-03-01T19:10:40.491Z] #48 ...
19:10:40 [2021-03-01T19:10:40.491Z] 
19:10:40 [2021-03-01T19:10:40.491Z] #35 [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
19:10:40 [2021-03-01T19:10:40.491Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:10:40 [2021-03-01T19:10:40.491Z] #35 8.613 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:40 [2021-03-01T19:10:40.491Z] #35 8.714 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:40 [2021-03-01T19:10:40.491Z] #35 8.721 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:40 [2021-03-01T19:10:40.491Z] #35 10.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:40 [2021-03-01T19:10:40.738Z] #49 28.29 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:10:40 [2021-03-01T19:10:40.738Z] #49 28.37 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:10:40 [2021-03-01T19:10:40.738Z] #49 28.39 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:10:40 [2021-03-01T19:10:40.738Z] #49 ...
19:10:40 [2021-03-01T19:10:40.738Z] 
19:10:40 [2021-03-01T19:10:40.738Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
19:10:40 [2021-03-01T19:10:40.738Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c
19:10:40 [2021-03-01T19:10:40.738Z] #36 18.44 Fetched 8198 kB in 17s (471 kB/s)
19:10:40 [2021-03-01T19:10:40.738Z] #36 18.44 Reading package lists...
19:10:40 [2021-03-01T19:10:40.836Z] #35 ...
19:10:40 [2021-03-01T19:10:40.836Z] 
19:10:40 [2021-03-01T19:10:40.836Z] #46 [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
19:10:40 [2021-03-01T19:10:40.836Z] #46 sha256:727230df6fc54553e65731a674a16c2d26dcc7cc6af325ab506f61190a9de925
19:10:40 [2021-03-01T19:10:40.836Z] #46 10.80 go: downloading github.com/fatih/color v1.9.0
19:10:40 [2021-03-01T19:10:40.836Z] #46 10.84 go: downloading github.com/jonboulle/clockwork v0.1.0
19:10:40 [2021-03-01T19:10:40.836Z] #46 10.86 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:40 [2021-03-01T19:10:40.836Z] #46 10.88 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:40 [2021-03-01T19:10:40.836Z] #46 10.89 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:40 [2021-03-01T19:10:40.836Z] #46 11.32 go: downloading github.com/spf13/pflag v1.0.3
19:10:40 [2021-03-01T19:10:40.836Z] #46 11.33 go: downloading github.com/pkg/errors v0.9.1
19:10:40 [2021-03-01T19:10:40.836Z] #46 11.33 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:40 [2021-03-01T19:10:40.998Z] #26 21.54 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
19:10:40 [2021-03-01T19:10:40.998Z] #26 21.56 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
19:10:40 [2021-03-01T19:10:40.998Z] #26 21.59 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ...
19:10:40 [2021-03-01T19:10:40.998Z] #26 21.61 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
19:10:40 [2021-03-01T19:10:40.998Z] #26 21.63 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
19:10:40 [2021-03-01T19:10:40.998Z] #26 21.65 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ...
19:10:40 [2021-03-01T19:10:40.998Z] #26 21.67 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
19:10:40 [2021-03-01T19:10:40.998Z] #26 21.68 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
19:10:40 [2021-03-01T19:10:40.998Z] #26 21.69 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ...
19:10:40 [2021-03-01T19:10:40.998Z] #26 21.71 Setting up openssl (1.1.1d-0+deb10u5) ...
19:10:41 [2021-03-01T19:10:41.016Z] #44 12.98 runtime
19:10:41 [2021-03-01T19:10:41.037Z] #36 27.15 Reading package lists...
19:10:41 [2021-03-01T19:10:41.037Z] #36 ...
19:10:41 [2021-03-01T19:10:41.037Z] 
19:10:41 [2021-03-01T19:10:41.037Z] #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
19:10:41 [2021-03-01T19:10:41.037Z] #58 sha256:f6ef52bb326ed0be3edaffbcd9d857a90c9aa3376ca4e7627945a29fcbe9fce4
19:10:41 [2021-03-01T19:10:41.037Z] #58 24.50 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
19:10:41 [2021-03-01T19:10:41.037Z] #58 24.81 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
19:10:41 [2021-03-01T19:10:41.037Z] #58 24.88 go: downloading github.com/russross/blackfriday/v2 v2.1.0
19:10:41 [2021-03-01T19:10:41.037Z] #58 25.27 go: extracting github.com/russross/blackfriday/v2 v2.1.0
19:10:41 [2021-03-01T19:10:41.037Z] #58 25.71 go: extracting github.com/u-root/u-root v7.0.0+incompatible
19:10:41 [2021-03-01T19:10:41.099Z] #46 11.75 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:41 [2021-03-01T19:10:41.099Z] #46 11.77 go: extracting github.com/pkg/errors v0.9.1
19:10:41 [2021-03-01T19:10:41.263Z] #26 21.74 Setting up libonig5:arm64 (6.9.1-1) ...
19:10:41 [2021-03-01T19:10:41.263Z] #26 21.77 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
19:10:41 [2021-03-01T19:10:41.263Z] #26 21.79 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
19:10:41 [2021-03-01T19:10:41.263Z] #26 21.80 Setting up ca-certificates (20200601~deb10u2) ...
19:10:41 [2021-03-01T19:10:41.263Z] #26 ...
19:10:41 [2021-03-01T19:10:41.263Z] 
19:10:41 [2021-03-01T19:10:41.263Z] #57 [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
19:10:41 [2021-03-01T19:10:41.263Z] #57 sha256:262beed359b27934d5d1e2260bb19a1c691fef3a46a7864a0193a363e8310e8c
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.253 + RM_GOPATH=0
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.253 + TMP_GOPATH=
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.253 + : /build
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.253 + '[' -z '' ']'
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.255 ++ mktemp -d
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.263 + export GOPATH=/tmp/tmp.ZRECdf2Ksr
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.263 + GOPATH=/tmp/tmp.ZRECdf2Ksr
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.263 + RM_GOPATH=1
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.263 + case "$(go env GOARCH)" in
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.263 ++ go env GOARCH
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + export GO_BUILDMODE=-buildmode=pie
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + GO_BUILDMODE=-buildmode=pie
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 ++ dirname /tmp/install/install.sh
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + dir=/tmp/install
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + bin=rootlesskit
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + shift
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + . /tmp/install/rootlesskit.installer
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 ++ : f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + install_rootlesskit
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + case "$1" in
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + export CGO_ENABLED=0
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + CGO_ENABLED=0
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + _install_rootlesskit
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + echo 'Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee'
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.294 + git clone https://github.com/AkihiroSuda/rootlesskit.git /tmp/tmp.ZRECdf2Ksr/src/github.com/rootless-containers/rootlesskit
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.310 Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:41 [2021-03-01T19:10:41.263Z] #57 7.311 Cloning into '/tmp/tmp.ZRECdf2Ksr/src/github.com/rootless-containers/rootlesskit'...
19:10:41 [2021-03-01T19:10:41.338Z] #58 ...
19:10:41 [2021-03-01T19:10:41.338Z] 
19:10:41 [2021-03-01T19:10:41.338Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
19:10:41 [2021-03-01T19:10:41.338Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f
19:10:41 [2021-03-01T19:10:41.338Z] #42 18.82 Fetched 8198 kB in 18s (449 kB/s)
19:10:41 [2021-03-01T19:10:41.338Z] #42 18.82 Reading package lists...
19:10:41 [2021-03-01T19:10:41.338Z] #42 27.78 Reading package lists...
19:10:41 [2021-03-01T19:10:41.338Z] #42 ...
19:10:41 [2021-03-01T19:10:41.338Z] 
19:10:41 [2021-03-01T19:10:41.338Z] #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
19:10:41 [2021-03-01T19:10:41.338Z] #49 sha256:12670911db11c9ca882e491f8ff1409f52a4d40dbf3b25739c463e906b89f8fd
19:10:41 [2021-03-01T19:10:41.338Z] #49 28.80 go: downloading github.com/gogo/protobuf v1.2.1
19:10:41 [2021-03-01T19:10:41.338Z] #49 28.89 go: downloading github.com/uudashr/gocognit v1.0.1
19:10:41 [2021-03-01T19:10:41.338Z] #49 28.95 go: downloading github.com/stretchr/objx v0.2.0
19:10:41 [2021-03-01T19:10:41.360Z] #46 12.04 go: extracting github.com/jonboulle/clockwork v0.1.0
19:10:41 [2021-03-01T19:10:41.360Z] #46 12.05 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:41 [2021-03-01T19:10:41.531Z] #39 ...
19:10:41 [2021-03-01T19:10:41.531Z] 
19:10:41 [2021-03-01T19:10:41.531Z] #28 [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
19:10:41 [2021-03-01T19:10:41.531Z] #28 sha256:e43ed954aec725ae4dd70c2df6e0712f01e825e16d390446a40cc676a965d7bf
19:10:41 [2021-03-01T19:10:41.531Z] #28 DONE 14.3s
19:10:41 [2021-03-01T19:10:41.531Z] 
19:10:41 [2021-03-01T19:10:41.531Z] #23 [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
19:10:41 [2021-03-01T19:10:41.531Z] #23 sha256:ab801b9b3e273b4a78ae0cfa5d616d5c924e97b15400a18b5182f6d852c21909
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.000 + RM_GOPATH=0
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.000 + TMP_GOPATH=
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.001 + : /build
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.001 + '[' -z '' ']'
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.002 ++ mktemp -d
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.004 + export GOPATH=/tmp/tmp.bsT1Uch0uT
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.004 + GOPATH=/tmp/tmp.bsT1Uch0uT
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.004 + RM_GOPATH=1
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.004 + case "$(go env GOARCH)" in
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.005 ++ go env GOARCH
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.009 + export GO_BUILDMODE=-buildmode=pie
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.009 + GO_BUILDMODE=-buildmode=pie
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.010 ++ dirname /tmp/install/install.sh
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.011 + dir=/tmp/install
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.011 + bin=dockercli
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.011 + shift
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.011 + '[' '!' -f /tmp/install/dockercli.installer ']'
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.011 + . /tmp/install/dockercli.installer
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.011 ++ : stable
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.012 ++ : 17.06.2-ce
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.012 + install_dockercli
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.012 + echo 'Install docker/cli version 17.06.2-ce from stable'
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.012 Install docker/cli version 17.06.2-ce from stable
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.013 ++ uname -m
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.014 + arch=x86_64
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.014 + '[' x86_64 '!=' x86_64 ']'
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.014 + url=https://download.docker.com/linux/static
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.015 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
19:10:41 [2021-03-01T19:10:41.531Z] #23 6.015 + tar -xz docker/docker
19:10:41 [2021-03-01T19:10:41.632Z] #46 12.28 go: extracting github.com/fatih/color v1.9.0
19:10:41 [2021-03-01T19:10:41.632Z] #46 12.28 go: downloading github.com/mattn/go-colorable v0.1.6
19:10:41 [2021-03-01T19:10:41.632Z] #46 12.30 go: downloading github.com/mattn/go-isatty v0.0.12
19:10:41 [2021-03-01T19:10:41.632Z] #46 12.40 go: extracting github.com/spf13/pflag v1.0.3
19:10:41 [2021-03-01T19:10:41.638Z] #49 29.08 go: downloading github.com/pelletier/go-toml v1.2.0
19:10:41 [2021-03-01T19:10:41.638Z] #49 29.24 go: extracting github.com/uudashr/gocognit v1.0.1
19:10:41 [2021-03-01T19:10:41.638Z] #49 29.28 go: extracting github.com/go-critic/go-critic v0.4.1
19:10:41 [2021-03-01T19:10:41.896Z] #46 12.46 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:41 [2021-03-01T19:10:41.962Z] #49 29.52 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:10:42 [2021-03-01T19:10:42.161Z] #46 12.84 go: extracting github.com/mattn/go-isatty v0.0.12
19:10:42 [2021-03-01T19:10:42.161Z] #46 12.93 go: extracting github.com/mattn/go-colorable v0.1.6
19:10:42 [2021-03-01T19:10:42.262Z] #49 29.66 go: extracting github.com/pelletier/go-toml v1.2.0
19:10:42 [2021-03-01T19:10:42.262Z] #49 ...
19:10:42 [2021-03-01T19:10:42.262Z] 
19:10:42 [2021-03-01T19:10:42.262Z] #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
19:10:42 [2021-03-01T19:10:42.262Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea
19:10:42 [2021-03-01T19:10:42.262Z] #55 19.87 Fetched 8198 kB in 19s (429 kB/s)
19:10:42 [2021-03-01T19:10:42.262Z] #55 19.87 Reading package lists...
19:10:42 [2021-03-01T19:10:42.459Z] #23 ...
19:10:42 [2021-03-01T19:10:42.459Z] 
19:10:42 [2021-03-01T19:10:42.459Z] #46 [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
19:10:42 [2021-03-01T19:10:42.459Z] #46 sha256:c6be4ba31375be4adbdddc9f1d942722c7e8d1c1376b2d3d0488226145afdfd2
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.925 + RM_GOPATH=0
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.925 + TMP_GOPATH=
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.925 + : /build
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.925 + '[' -z '' ']'
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.928 ++ mktemp -d
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.930 + export GOPATH=/tmp/tmp.owOjOniauI
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.930 + GOPATH=/tmp/tmp.owOjOniauI
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.930 + RM_GOPATH=1
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.930 + case "$(go env GOARCH)" in
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.931 ++ go env GOARCH
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.938 + export GO_BUILDMODE=-buildmode=pie
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.938 + GO_BUILDMODE=-buildmode=pie
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.940 ++ dirname /tmp/install/install.sh
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.941 + dir=/tmp/install
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.941 + bin=gotestsum
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.942 + shift
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.942 + '[' '!' -f /tmp/install/gotestsum.installer ']'
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.942 + . /tmp/install/gotestsum.installer
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.942 ++ : v0.5.3
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.942 + install_gotestsum
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.943 + set -e
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.943 + export GO111MODULE=on
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.943 + GO111MODULE=on
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.943 + GOBIN=/build
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.944 + go get gotest.tools/gotestsum@v0.5.3
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.951 go: finding gotest.tools v0.5.3
19:10:42 [2021-03-01T19:10:42.459Z] #46 5.952 go: finding gotest.tools/gotestsum v0.5.3
19:10:42 [2021-03-01T19:10:42.459Z] #46 6.695 go: downloading gotest.tools/gotestsum v0.5.3
19:10:42 [2021-03-01T19:10:42.459Z] #46 7.798 go: extracting gotest.tools/gotestsum v0.5.3
19:10:42 [2021-03-01T19:10:42.459Z] #46 8.845 go: downloading github.com/spf13/pflag v1.0.3
19:10:42 [2021-03-01T19:10:42.459Z] #46 8.874 go: downloading github.com/fatih/color v1.9.0
19:10:42 [2021-03-01T19:10:42.459Z] #46 8.889 go: downloading github.com/pkg/errors v0.9.1
19:10:42 [2021-03-01T19:10:42.459Z] #46 8.948 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:42 [2021-03-01T19:10:42.459Z] #46 8.986 go: downloading github.com/jonboulle/clockwork v0.1.0
19:10:42 [2021-03-01T19:10:42.459Z] #46 8.986 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:42 [2021-03-01T19:10:42.459Z] #46 9.130 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:42 [2021-03-01T19:10:42.459Z] #46 9.242 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:42 [2021-03-01T19:10:42.562Z] #55 27.67 Reading package lists...
19:10:42 [2021-03-01T19:10:42.562Z] #55 ...
19:10:42 [2021-03-01T19:10:42.562Z] 
19:10:42 [2021-03-01T19:10:42.562Z] #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
19:10:42 [2021-03-01T19:10:42.562Z] #58 sha256:f6ef52bb326ed0be3edaffbcd9d857a90c9aa3376ca4e7627945a29fcbe9fce4
19:10:42 [2021-03-01T19:10:42.562Z] #58 29.24 go: finding github.com/pkg/errors v0.9.1
19:10:42 [2021-03-01T19:10:42.562Z] #58 29.34 go: finding github.com/sirupsen/logrus v1.8.0
19:10:42 [2021-03-01T19:10:42.562Z] #58 29.37 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:10:42 [2021-03-01T19:10:42.562Z] #58 29.44 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:10:42 [2021-03-01T19:10:42.562Z] #58 29.80 go: finding github.com/google/uuid v1.2.0
19:10:42 [2021-03-01T19:10:42.562Z] #58 29.89 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:10:42 [2021-03-01T19:10:42.562Z] #58 29.93 go: finding github.com/gofrs/flock v0.8.0
19:10:42 [2021-03-01T19:10:42.562Z] #58 29.95 go: finding github.com/moby/vpnkit v0.5.0
19:10:42 [2021-03-01T19:10:42.562Z] #58 30.08 go: finding github.com/gorilla/mux v1.8.0
19:10:42 [2021-03-01T19:10:42.562Z] #58 30.17 go: finding github.com/moby/sys/mountinfo v0.4.0
19:10:42 [2021-03-01T19:10:42.715Z] #46 9.304 go: extracting github.com/pkg/errors v0.9.1
19:10:42 [2021-03-01T19:10:42.715Z] #46 9.304 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:42 [2021-03-01T19:10:42.715Z] #46 9.320 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:42 [2021-03-01T19:10:42.715Z] #46 9.320 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:42 [2021-03-01T19:10:42.862Z] #58 30.36 go: finding github.com/urfave/cli/v2 v2.3.0
19:10:42 [2021-03-01T19:10:42.862Z] #58 30.42 go: finding github.com/u-root/u-root v7.0.0+incompatible
19:10:42 [2021-03-01T19:10:42.862Z] #58 30.52 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:10:42 [2021-03-01T19:10:42.862Z] #58 ...
19:10:42 [2021-03-01T19:10:42.862Z] 
19:10:42 [2021-03-01T19:10:42.862Z] #13 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:42 [2021-03-01T19:10:42.862Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a
19:10:42 [2021-03-01T19:10:42.862Z] #13 20.43 Fetched 8198 kB in 19s (424 kB/s)
19:10:42 [2021-03-01T19:10:42.862Z] #13 20.43 Reading package lists...
19:10:43 [2021-03-01T19:10:43.170Z] #13 28.62 Reading package lists...
19:10:43 [2021-03-01T19:10:43.170Z] #13 ...
19:10:43 [2021-03-01T19:10:43.170Z] 
19:10:43 [2021-03-01T19:10:43.170Z] #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
19:10:43 [2021-03-01T19:10:43.170Z] #29 sha256:f36edc5c77a950d72a72098dff20e494b41aa4bc14a51b9576387099926fcd1d
19:10:43 [2021-03-01T19:10:43.170Z] #29 28.66 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
19:10:43 [2021-03-01T19:10:43.170Z] #29 29.15 
19:10:43 [2021-03-01T19:10:43.374Z] #46 9.769 go: extracting github.com/jonboulle/clockwork v0.1.0
19:10:43 [2021-03-01T19:10:43.374Z] #46 9.925 go: extracting github.com/fatih/color v1.9.0
19:10:43 [2021-03-01T19:10:43.374Z] #46 9.925 go: downloading github.com/mattn/go-isatty v0.0.12
19:10:43 [2021-03-01T19:10:43.374Z] #46 9.925 go: downloading github.com/mattn/go-colorable v0.1.6
19:10:43 [2021-03-01T19:10:43.632Z] #46 ...
19:10:43 [2021-03-01T19:10:43.632Z] 
19:10:43 [2021-03-01T19:10:43.632Z] #35 [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
19:10:43 [2021-03-01T19:10:43.632Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:10:43 [2021-03-01T19:10:43.632Z] #35 7.558 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:43 [2021-03-01T19:10:43.632Z] #35 7.614 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:43 [2021-03-01T19:10:43.632Z] #35 7.676 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:43 [2021-03-01T19:10:43.632Z] #35 8.869 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:43 [2021-03-01T19:10:43.632Z] #35 ...
19:10:43 [2021-03-01T19:10:43.632Z] 
19:10:43 [2021-03-01T19:10:43.632Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:43 [2021-03-01T19:10:43.632Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:43 [2021-03-01T19:10:43.632Z] #12 7.275 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:43 [2021-03-01T19:10:43.632Z] #12 7.348 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:43 [2021-03-01T19:10:43.632Z] #12 7.366 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:43 [2021-03-01T19:10:43.632Z] #12 8.267 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:43 [2021-03-01T19:10:43.721Z] #12 ...
19:10:43 [2021-03-01T19:10:43.721Z] 
19:10:43 [2021-03-01T19:10:43.721Z] #42 [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
19:10:43 [2021-03-01T19:10:43.721Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:10:43 [2021-03-01T19:10:43.721Z] #42 31.42   CC       images/utsns.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 31.62   CC       images/creds.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 31.77   CC       images/vma.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 31.95   CC       images/netdev.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 32.26   CC       images/tty.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 32.88   CC       images/file-lock.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 33.07   CC       images/rlimit.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 33.26   CC       images/pagemap.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 33.61   CC       images/siginfo.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 33.87   CC       images/rpc.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 35.00   CC       images/ext-file.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 35.18   CC       images/cgroup.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 35.85   CC       images/userns.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 36.07   CC       images/google/protobuf/descriptor.o
19:10:43 [2021-03-01T19:10:43.721Z] #42 ...
19:10:43 [2021-03-01T19:10:43.721Z] 
19:10:43 [2021-03-01T19:10:43.721Z] #44 [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
19:10:43 [2021-03-01T19:10:43.721Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:10:43 [2021-03-01T19:10:43.721Z] #44 107.8 vendor/golang.org/x/crypto/poly1305
19:10:43 [2021-03-01T19:10:43.721Z] #44 108.2 vendor/golang.org/x/sys/cpu
19:10:43 [2021-03-01T19:10:43.721Z] #44 108.4 vendor/golang.org/x/crypto/chacha20poly1305
19:10:43 [2021-03-01T19:10:43.721Z] #44 109.6 vendor/golang.org/x/crypto/hkdf
19:10:43 [2021-03-01T19:10:43.721Z] #44 109.7 vendor/golang.org/x/text/transform
19:10:43 [2021-03-01T19:10:43.721Z] #44 110.3 vendor/golang.org/x/text/unicode/bidi
19:10:43 [2021-03-01T19:10:43.721Z] #44 111.9 vendor/golang.org/x/text/secure/bidirule
19:10:43 [2021-03-01T19:10:43.721Z] #44 112.3 vendor/golang.org/x/text/unicode/norm
19:10:43 [2021-03-01T19:10:43.721Z] #44 116.2 vendor/golang.org/x/net/idna
19:10:43 [2021-03-01T19:10:43.721Z] #44 117.9 vendor/golang.org/x/net/http2/hpack
19:10:43 [2021-03-01T19:10:43.888Z] #12 ...
19:10:43 [2021-03-01T19:10:43.888Z] 
19:10:43 [2021-03-01T19:10:43.888Z] #57 [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
19:10:43 [2021-03-01T19:10:43.888Z] #57 sha256:e4eaa9cf9dfbf0eeb3b60a08f8f8c15ad42595599ff2e9407fe055385388538e
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.231 + RM_GOPATH=0
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.231 + TMP_GOPATH=
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.231 + : /build
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.231 + '[' -z '' ']'
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.232 ++ mktemp -d
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.312 + export GOPATH=/tmp/tmp.ylaIBZqiMv
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.312 + GOPATH=/tmp/tmp.ylaIBZqiMv
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.312 + RM_GOPATH=1
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.312 + case "$(go env GOARCH)" in
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.312 ++ go env GOARCH
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.327 + export GO_BUILDMODE=-buildmode=pie
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.327 + GO_BUILDMODE=-buildmode=pie
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.328 ++ dirname /tmp/install/install.sh
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.336 + dir=/tmp/install
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.336 + bin=rootlesskit
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.336 + shift
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.340 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.341 + . /tmp/install/rootlesskit.installer
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.343 ++ : f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.345 + install_rootlesskit
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.364 + case "$1" in
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.364 + export CGO_ENABLED=0
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.365 + CGO_ENABLED=0
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.365 + _install_rootlesskit
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.366 + echo 'Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee'
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.366 + git clone https://github.com/AkihiroSuda/rootlesskit.git /tmp/tmp.ylaIBZqiMv/src/github.com/rootless-containers/rootlesskit
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.366 Install rootlesskit version f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:43 [2021-03-01T19:10:43.888Z] #57 6.368 Cloning into '/tmp/tmp.ylaIBZqiMv/src/github.com/rootless-containers/rootlesskit'...
19:10:43 [2021-03-01T19:10:43.888Z] #57 ...
19:10:43 [2021-03-01T19:10:43.888Z] 
19:10:43 [2021-03-01T19:10:43.888Z] #48 [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
19:10:43 [2021-03-01T19:10:43.888Z] #48 sha256:168c0f5ada61fdd642bec32caecf8e9e7a2de628a7b62518278431f1b75c3186
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.794 + RM_GOPATH=0
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.794 + TMP_GOPATH=
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.795 + : /build
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.795 + '[' -z '' ']'
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.795 ++ mktemp -d
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.796 + export GOPATH=/tmp/tmp.faP3kTPXDu
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.796 + GOPATH=/tmp/tmp.faP3kTPXDu
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.797 + RM_GOPATH=1
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.797 + case "$(go env GOARCH)" in
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.797 ++ go env GOARCH
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.800 + export GO_BUILDMODE=-buildmode=pie
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.800 + GO_BUILDMODE=-buildmode=pie
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.801 ++ dirname /tmp/install/install.sh
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.801 + dir=/tmp/install
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.801 + bin=golangci_lint
19:10:43 [2021-03-01T19:10:43.888Z] #48 5.801 + shift
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.801 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.801 + . /tmp/install/golangci_lint.installer
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.801 ++ : v1.23.8
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.802 + install_golangci_lint
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.802 + set -e
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.802 + export GO111MODULE=on
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.802 + GO111MODULE=on
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.802 + GOBIN=/build
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.802 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.917 go: finding github.com v1.23.8
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.922 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.933 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.934 go: finding github.com/golangci/golangci-lint v1.23.8
19:10:43 [2021-03-01T19:10:43.889Z] #48 5.934 go: finding github.com/golangci v1.23.8
19:10:43 [2021-03-01T19:10:43.889Z] #48 6.694 go: downloading github.com/golangci/golangci-lint v1.23.8
19:10:43 [2021-03-01T19:10:43.889Z] #48 7.798 go: extracting github.com/golangci/golangci-lint v1.23.8
19:10:43 [2021-03-01T19:10:43.980Z] #44 ...
19:10:43 [2021-03-01T19:10:43.980Z] 
19:10:43 [2021-03-01T19:10:43.980Z] #42 [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
19:10:43 [2021-03-01T19:10:43.980Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:10:43 [2021-03-01T19:10:43.980Z] #42 37.85   CC       images/opts.o
19:10:44 [2021-03-01T19:10:44.145Z] #48 ...
19:10:44 [2021-03-01T19:10:44.145Z] 
19:10:44 [2021-03-01T19:10:44.145Z] #41 [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
19:10:44 [2021-03-01T19:10:44.145Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:10:44 [2021-03-01T19:10:44.145Z] #41 7.558 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:44 [2021-03-01T19:10:44.145Z] #41 7.620 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:44 [2021-03-01T19:10:44.145Z] #41 7.652 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:44 [2021-03-01T19:10:44.145Z] #41 8.917 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:44 [2021-03-01T19:10:44.240Z] #42 38.14   CC       images/seccomp.o
19:10:44 [2021-03-01T19:10:44.459Z] #41 ...
19:10:44 [2021-03-01T19:10:44.459Z] 
19:10:44 [2021-03-01T19:10:44.459Z] #44 [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
19:10:44 [2021-03-01T19:10:44.459Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:10:44 [2021-03-01T19:10:44.459Z] #44 5.680 + RM_GOPATH=0
19:10:44 [2021-03-01T19:10:44.459Z] #44 5.680 + TMP_GOPATH=
19:10:44 [2021-03-01T19:10:44.459Z] #44 5.680 + : /build
19:10:44 [2021-03-01T19:10:44.459Z] #44 5.680 + '[' -z '' ']'
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.682 ++ mktemp -d
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.683 + export GOPATH=/tmp/tmp.SOQFLC9JiG
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.683 + GOPATH=/tmp/tmp.SOQFLC9JiG
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.683 + RM_GOPATH=1
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.683 + case "$(go env GOARCH)" in
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.683 ++ go env GOARCH
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.691 + export GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.691 + GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.691 ++ dirname /tmp/install/install.sh
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.692 + dir=/tmp/install
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.692 + bin=vndr
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.692 + shift
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.692 + '[' '!' -f /tmp/install/vndr.installer ']'
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.692 + . /tmp/install/vndr.installer
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.692 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.692 + install_vndr
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.692 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.692 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.SOQFLC9JiG/src/github.com/LK4D4/vndr
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.692 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
19:10:44 [2021-03-01T19:10:44.460Z] #44 5.694 Cloning into '/tmp/tmp.SOQFLC9JiG/src/github.com/LK4D4/vndr'...
19:10:44 [2021-03-01T19:10:44.460Z] #44 6.876 + cd /tmp/tmp.SOQFLC9JiG/src/github.com/LK4D4/vndr
19:10:44 [2021-03-01T19:10:44.460Z] #44 6.876 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
19:10:44 [2021-03-01T19:10:44.460Z] #44 6.892 + go build -buildmode=pie -v -o /build/vndr .
19:10:44 [2021-03-01T19:10:44.460Z] #44 7.720 runtime/internal/atomic
19:10:44 [2021-03-01T19:10:44.460Z] #44 7.741 internal/cpu
19:10:44 [2021-03-01T19:10:44.460Z] #44 8.192 runtime/internal/sys
19:10:44 [2021-03-01T19:10:44.460Z] #44 8.440 runtime/internal/math
19:10:44 [2021-03-01T19:10:44.460Z] #44 8.479 internal/bytealg
19:10:44 [2021-03-01T19:10:44.460Z] #44 8.500 internal/race
19:10:44 [2021-03-01T19:10:44.460Z] #44 8.612 sync/atomic
19:10:44 [2021-03-01T19:10:44.460Z] #44 8.951 unicode
19:10:44 [2021-03-01T19:10:44.460Z] #44 9.534 runtime
19:10:44 [2021-03-01T19:10:44.460Z] #44 ...
19:10:44 [2021-03-01T19:10:44.460Z] 
19:10:44 [2021-03-01T19:10:44.460Z] #31 [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
19:10:44 [2021-03-01T19:10:44.460Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:10:44 [2021-03-01T19:10:44.460Z] #31 6.014 + git clone https://github.com/kolyshkin/go-swagger.git .
19:10:44 [2021-03-01T19:10:44.460Z] #31 6.016 Cloning into '.'...
19:10:44 [2021-03-01T19:10:44.499Z] #42 38.47   CC       images/binfmt-misc.o
19:10:44 [2021-03-01T19:10:44.605Z] #57 ...
19:10:44 [2021-03-01T19:10:44.605Z] 
19:10:44 [2021-03-01T19:10:44.605Z] #41 [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
19:10:44 [2021-03-01T19:10:44.605Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
19:10:44 [2021-03-01T19:10:44.605Z] #41 8.300 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:44 [2021-03-01T19:10:44.605Z] #41 8.335 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:44 [2021-03-01T19:10:44.605Z] #41 8.336 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:44 [2021-03-01T19:10:44.605Z] #41 9.208 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
19:10:44 [2021-03-01T19:10:44.605Z] #41 ...
19:10:44 [2021-03-01T19:10:44.605Z] 
19:10:44 [2021-03-01T19:10:44.605Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:10:44 [2021-03-01T19:10:44.605Z] #33 sha256:a64741ee29412eedbce073cd4e6efaa9512f80156f8d958566099bb0fab3a338
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.617 + RM_GOPATH=0
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.617 + TMP_GOPATH=
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.617 + : /build
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.617 + '[' -z '' ']'
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.618 ++ mktemp -d
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.620 + export GOPATH=/tmp/tmp.nFyAvMVhQ3
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.620 + GOPATH=/tmp/tmp.nFyAvMVhQ3
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.620 + RM_GOPATH=1
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.620 + case "$(go env GOARCH)" in
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.624 ++ go env GOARCH
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.640 + export GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.640 + GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.640 ++ dirname /tmp/install/install.sh
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.642 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.642 + dir=/tmp/install
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.642 + bin=tomlv
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.642 + shift
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.642 + '[' '!' -f /tmp/install/tomlv.installer ']'
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.642 + . /tmp/install/tomlv.installer
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.642 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.642 + install_tomlv
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.642 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.642 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.nFyAvMVhQ3/src/github.com/BurntSushi/toml
19:10:44 [2021-03-01T19:10:44.605Z] #33 6.668 Cloning into '/tmp/tmp.nFyAvMVhQ3/src/github.com/BurntSushi/toml'...
19:10:44 [2021-03-01T19:10:44.605Z] #33 7.558 + cd /tmp/tmp.nFyAvMVhQ3/src/github.com/BurntSushi/toml
19:10:44 [2021-03-01T19:10:44.605Z] #33 7.568 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:44 [2021-03-01T19:10:44.605Z] #33 7.592 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
19:10:44 [2021-03-01T19:10:44.605Z] #33 8.283 math/bits
19:10:44 [2021-03-01T19:10:44.605Z] #33 8.284 internal/cpu
19:10:44 [2021-03-01T19:10:44.605Z] #33 8.368 runtime/internal/atomic
19:10:44 [2021-03-01T19:10:44.605Z] #33 8.417 runtime/internal/sys
19:10:44 [2021-03-01T19:10:44.605Z] #33 8.702 runtime/internal/math
19:10:44 [2021-03-01T19:10:44.605Z] #33 8.831 unicode/utf8
19:10:44 [2021-03-01T19:10:44.605Z] #33 8.936 internal/race
19:10:44 [2021-03-01T19:10:44.605Z] #33 8.974 math
19:10:44 [2021-03-01T19:10:44.605Z] #33 9.090 internal/bytealg
19:10:44 [2021-03-01T19:10:44.605Z] #33 9.167 sync/atomic
19:10:44 [2021-03-01T19:10:44.605Z] #33 9.594 unicode
19:10:44 [2021-03-01T19:10:44.605Z] #33 9.698 internal/testlog
19:10:44 [2021-03-01T19:10:44.605Z] #33 ...
19:10:44 [2021-03-01T19:10:44.605Z] 
19:10:44 [2021-03-01T19:10:44.605Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:44 [2021-03-01T19:10:44.605Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:10:44 [2021-03-01T19:10:44.606Z] #12 6.761 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:44 [2021-03-01T19:10:44.606Z] #12 6.800 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:44 [2021-03-01T19:10:44.606Z] #12 6.800 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:44 [2021-03-01T19:10:44.606Z] #12 7.912 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
19:10:44 [2021-03-01T19:10:44.606Z] #12 9.972 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [263 kB]
19:10:44 [2021-03-01T19:10:44.606Z] #12 ...
19:10:44 [2021-03-01T19:10:44.606Z] 
19:10:44 [2021-03-01T19:10:44.606Z] #50 [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
19:10:44 [2021-03-01T19:10:44.606Z] #50 sha256:61ffb682b08da8166431e3071096480556c305352f9565518b626d76daae301c
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.589 + RM_GOPATH=0
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.589 + TMP_GOPATH=
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.589 + : /build
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.589 + '[' -z '' ']'
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.589 ++ mktemp -d
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.590 + export GOPATH=/tmp/tmp.QnDGuhl0rb
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.590 + GOPATH=/tmp/tmp.QnDGuhl0rb
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.590 + RM_GOPATH=1
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.590 + case "$(go env GOARCH)" in
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.599 ++ go env GOARCH
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.647 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 + export GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 + GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 ++ dirname /tmp/install/install.sh
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 + dir=/tmp/install
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 + bin=shfmt
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 + shift
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 + '[' '!' -f /tmp/install/shfmt.installer ']'
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 + . /tmp/install/shfmt.installer
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 + install_shfmt
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 + git clone https://github.com/mvdan/sh.git /tmp/tmp.QnDGuhl0rb/src/github.com/mvdan/sh
19:10:44 [2021-03-01T19:10:44.606Z] #50 6.667 Cloning into '/tmp/tmp.QnDGuhl0rb/src/github.com/mvdan/sh'...
19:10:44 [2021-03-01T19:10:44.606Z] #50 ...
19:10:44 [2021-03-01T19:10:44.606Z] 
19:10:44 [2021-03-01T19:10:44.606Z] #23 [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
19:10:44 [2021-03-01T19:10:44.606Z] #23 sha256:1d7cb6c6cea8a66b605c9c5373841fa8694d873f8c1e3194b527847f0c358544
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.324 + RM_GOPATH=0
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.324 + TMP_GOPATH=
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.324 + : /build
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.324 + '[' -z '' ']'
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.324 ++ mktemp -d
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.324 + export GOPATH=/tmp/tmp.0V3dbNhDEj
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.324 + GOPATH=/tmp/tmp.0V3dbNhDEj
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.324 + RM_GOPATH=1
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.324 + case "$(go env GOARCH)" in
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.324 ++ go env GOARCH
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.379 + export GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.379 + GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.379 ++ dirname /tmp/install/install.sh
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 Install docker/cli version 17.06.2-ce from stable
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + dir=/tmp/install
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + bin=dockercli
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + shift
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + '[' '!' -f /tmp/install/dockercli.installer ']'
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + . /tmp/install/dockercli.installer
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 ++ : stable
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 ++ : 17.06.2-ce
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + install_dockercli
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + echo 'Install docker/cli version 17.06.2-ce from stable'
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 ++ uname -m
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + arch=aarch64
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + '[' aarch64 '!=' x86_64 ']'
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + '[' aarch64 '!=' s390x ']'
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + '[' aarch64 '!=' armhf ']'
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + build_dockercli
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.404 + git clone https://github.com/docker/docker-ce /tmp/tmp.0V3dbNhDEj/tmp/docker-ce
19:10:44 [2021-03-01T19:10:44.606Z] #23 7.406 Cloning into '/tmp/tmp.0V3dbNhDEj/tmp/docker-ce'...
19:10:44 [2021-03-01T19:10:44.714Z] #46 15.01 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:44 [2021-03-01T19:10:44.716Z] #31 ...
19:10:44 [2021-03-01T19:10:44.716Z] 
19:10:44 [2021-03-01T19:10:44.716Z] #54 [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
19:10:44 [2021-03-01T19:10:44.716Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:10:44 [2021-03-01T19:10:44.716Z] #54 7.246 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:44 [2021-03-01T19:10:44.716Z] #54 7.341 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:44 [2021-03-01T19:10:44.716Z] #54 7.341 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:44 [2021-03-01T19:10:44.716Z] #54 8.388 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:44 [2021-03-01T19:10:44.716Z] #54 10.92 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:44 [2021-03-01T19:10:44.716Z] #54 ...
19:10:44 [2021-03-01T19:10:44.716Z] 
19:10:44 [2021-03-01T19:10:44.716Z] #50 [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
19:10:44 [2021-03-01T19:10:44.716Z] #50 sha256:e9bdd1a129d6aed7dcd607237f43050b68baace8d452244d757a054f28c9f36b
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.568 + RM_GOPATH=0
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.568 + TMP_GOPATH=
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.568 + : /build
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.568 + '[' -z '' ']'
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.568 ++ mktemp -d
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.568 + export GOPATH=/tmp/tmp.KLm9K9Lteq
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.569 + GOPATH=/tmp/tmp.KLm9K9Lteq
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.569 + RM_GOPATH=1
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.569 + case "$(go env GOARCH)" in
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.570 ++ go env GOARCH
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.572 + export GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.572 + GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.573 ++ dirname /tmp/install/install.sh
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.573 + dir=/tmp/install
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.574 + bin=shfmt
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.574 + shift
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.574 + '[' '!' -f /tmp/install/shfmt.installer ']'
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.574 + . /tmp/install/shfmt.installer
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.574 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.574 + install_shfmt
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.574 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.574 + git clone https://github.com/mvdan/sh.git /tmp/tmp.KLm9K9Lteq/src/github.com/mvdan/sh
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.574 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:44 [2021-03-01T19:10:44.716Z] #50 5.575 Cloning into '/tmp/tmp.KLm9K9Lteq/src/github.com/mvdan/sh'...
19:10:44 [2021-03-01T19:10:44.759Z] #42 38.64   CC       images/time.o
19:10:44 [2021-03-01T19:10:44.759Z] #42 38.81   CC       images/sysctl.o
19:10:44 [2021-03-01T19:10:44.872Z] #23 ...
19:10:44 [2021-03-01T19:10:44.872Z] 
19:10:44 [2021-03-01T19:10:44.872Z] #46 [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
19:10:44 [2021-03-01T19:10:44.872Z] #46 sha256:a9c8cbe5db0dbf1da2bdf859abf542f8216a88664925f33a72ae6f49e7c87e60
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.765 + RM_GOPATH=0
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.765 + TMP_GOPATH=
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.765 + : /build
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.765 + '[' -z '' ']'
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.773 ++ mktemp -d
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.773 + export GOPATH=/tmp/tmp.5iL3CEE1Ih
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.773 + GOPATH=/tmp/tmp.5iL3CEE1Ih
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.773 + RM_GOPATH=1
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.773 + case "$(go env GOARCH)" in
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.773 ++ go env GOARCH
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.803 + export GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.803 + GO_BUILDMODE=-buildmode=pie
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.803 ++ dirname /tmp/install/install.sh
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 + dir=/tmp/install
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 + bin=gotestsum
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 + shift
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 + '[' '!' -f /tmp/install/gotestsum.installer ']'
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 + . /tmp/install/gotestsum.installer
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 ++ : v0.5.3
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 + install_gotestsum
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 + set -e
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 + export GO111MODULE=on
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 + GO111MODULE=on
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 + GOBIN=/build
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.815 + go get gotest.tools/gotestsum@v0.5.3
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.855 go: finding gotest.tools v0.5.3
19:10:44 [2021-03-01T19:10:44.872Z] #46 6.855 go: finding gotest.tools/gotestsum v0.5.3
19:10:44 [2021-03-01T19:10:44.872Z] #46 7.543 go: downloading gotest.tools/gotestsum v0.5.3
19:10:44 [2021-03-01T19:10:44.872Z] #46 8.219 go: extracting gotest.tools/gotestsum v0.5.3
19:10:44 [2021-03-01T19:10:44.872Z] #46 9.893 go: downloading github.com/fatih/color v1.9.0
19:10:44 [2021-03-01T19:10:44.872Z] #46 9.920 go: downloading github.com/pkg/errors v0.9.1
19:10:44 [2021-03-01T19:10:44.872Z] #46 9.926 go: downloading github.com/spf13/pflag v1.0.3
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.03 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.04 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.04 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.24 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.24 go: extracting github.com/pkg/errors v0.9.1
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.37 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.46 go: downloading github.com/jonboulle/clockwork v0.1.0
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.58 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.80 go: extracting github.com/fatih/color v1.9.0
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.80 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.93 go: downloading github.com/mattn/go-isatty v0.0.12
19:10:44 [2021-03-01T19:10:44.872Z] #46 10.94 go: downloading github.com/mattn/go-colorable v0.1.6
19:10:44 [2021-03-01T19:10:44.872Z] #46 ...
19:10:44 [2021-03-01T19:10:44.872Z] 
19:10:44 [2021-03-01T19:10:44.872Z] #35 [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
19:10:44 [2021-03-01T19:10:44.872Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
19:10:44 [2021-03-01T19:10:44.872Z] #35 7.213 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:44 [2021-03-01T19:10:44.872Z] #35 7.276 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:44 [2021-03-01T19:10:44.872Z] #35 7.276 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:44 [2021-03-01T19:10:44.872Z] #35 8.185 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
19:10:44 [2021-03-01T19:10:44.872Z] #35 9.689 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [263 kB]
19:10:45 [2021-03-01T19:10:45.017Z] #50 ...
19:10:45 [2021-03-01T19:10:45.017Z] 
19:10:45 [2021-03-01T19:10:45.017Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:10:45 [2021-03-01T19:10:45.017Z] #33 sha256:30dce4818d29da2a0400ca75dde0bacdfb3f5976c3d66207a4e4abae519708cb
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.479 + RM_GOPATH=0
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.479 + TMP_GOPATH=
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.479 + : /build
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.479 + '[' -z '' ']'
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.480 ++ mktemp -d
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.481 + export GOPATH=/tmp/tmp.9GTiK80ybX
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.481 + GOPATH=/tmp/tmp.9GTiK80ybX
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.481 + RM_GOPATH=1
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.482 + case "$(go env GOARCH)" in
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.484 ++ go env GOARCH
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.498 + export GO_BUILDMODE=-buildmode=pie
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.498 + GO_BUILDMODE=-buildmode=pie
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.498 ++ dirname /tmp/install/install.sh
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.500 + dir=/tmp/install
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.500 + bin=tomlv
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.500 + shift
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.500 + '[' '!' -f /tmp/install/tomlv.installer ']'
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.500 + . /tmp/install/tomlv.installer
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.500 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.501 + install_tomlv
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.501 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.501 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.501 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.9GTiK80ybX/src/github.com/BurntSushi/toml
19:10:45 [2021-03-01T19:10:45.017Z] #33 6.504 Cloning into '/tmp/tmp.9GTiK80ybX/src/github.com/BurntSushi/toml'...
19:10:45 [2021-03-01T19:10:45.017Z] #33 7.899 + cd /tmp/tmp.9GTiK80ybX/src/github.com/BurntSushi/toml
19:10:45 [2021-03-01T19:10:45.017Z] #33 7.899 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
19:10:45 [2021-03-01T19:10:45.017Z] #33 7.913 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
19:10:45 [2021-03-01T19:10:45.017Z] #33 8.887 internal/bytealg
19:10:45 [2021-03-01T19:10:45.017Z] #33 8.972 math/bits
19:10:45 [2021-03-01T19:10:45.017Z] #33 9.572 math
19:10:45 [2021-03-01T19:10:45.017Z] #33 10.00 runtime
19:10:45 [2021-03-01T19:10:45.017Z] #33 ...
19:10:45 [2021-03-01T19:10:45.017Z] 
19:10:45 [2021-03-01T19:10:45.017Z] #63 [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
19:10:45 [2021-03-01T19:10:45.017Z] #63 sha256:ae5a906888c10269a90eccae49e99316d923b730f07466cecd771ee23f2acbf6
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.478 + RM_GOPATH=0
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.478 + TMP_GOPATH=
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.478 + : /build
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.478 + '[' -z '' ']'
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.479 ++ mktemp -d
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.480 + export GOPATH=/tmp/tmp.wj1yQZvcRV
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.480 + GOPATH=/tmp/tmp.wj1yQZvcRV
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.480 + RM_GOPATH=1
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.480 + case "$(go env GOARCH)" in
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.480 ++ go env GOARCH
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.483 + export GO_BUILDMODE=-buildmode=pie
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.483 + GO_BUILDMODE=-buildmode=pie
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.484 ++ dirname /tmp/install/install.sh
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.484 + dir=/tmp/install
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.484 + bin=proxy
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.484 + shift
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.484 + '[' '!' -f /tmp/install/proxy.installer ']'
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.485 + . /tmp/install/proxy.installer
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.485 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.485 + install_proxy
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.485 + case "$1" in
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.485 + export CGO_ENABLED=0
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.485 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.485 + CGO_ENABLED=0
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.485 + _install_proxy
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.485 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7'
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.485 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.wj1yQZvcRV/src/github.com/docker/libnetwork
19:10:45 [2021-03-01T19:10:45.017Z] #63 5.487 Cloning into '/tmp/tmp.wj1yQZvcRV/src/github.com/docker/libnetwork'...
19:10:45 [2021-03-01T19:10:45.019Z] #42 39.03   CC       images/autofs.o
19:10:45 [2021-03-01T19:10:45.139Z] #35 ...
19:10:45 [2021-03-01T19:10:45.139Z] 
19:10:45 [2021-03-01T19:10:45.139Z] #54 [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
19:10:45 [2021-03-01T19:10:45.139Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
19:10:45 [2021-03-01T19:10:45.139Z] #54 8.211 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:10:45 [2021-03-01T19:10:45.139Z] #54 8.238 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:10:45 [2021-03-01T19:10:45.139Z] #54 8.239 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:10:45 [2021-03-01T19:10:45.139Z] #54 9.450 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
19:10:45 [2021-03-01T19:10:45.139Z] #54 11.12 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [263 kB]
19:10:45 [2021-03-01T19:10:45.139Z] #54 ...
19:10:45 [2021-03-01T19:10:45.139Z] 
19:10:45 [2021-03-01T19:10:45.139Z] #39 [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
19:10:45 [2021-03-01T19:10:45.139Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
19:10:45 [2021-03-01T19:10:45.139Z] #39 7.463 + git clone https://github.com/docker/distribution.git .
19:10:45 [2021-03-01T19:10:45.139Z] #39 7.482 Cloning into '.'...
19:10:45 [2021-03-01T19:10:45.201Z] #44 17.19 unicode/utf8
19:10:45 [2021-03-01T19:10:45.273Z] #63 ...
19:10:45 [2021-03-01T19:10:45.273Z] 
19:10:45 [2021-03-01T19:10:45.273Z] #41 [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
19:10:45 [2021-03-01T19:10:45.273Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:10:45 [2021-03-01T19:10:45.273Z] #41 11.39 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:45 [2021-03-01T19:10:45.278Z] #42 39.21   CC       images/macvlan.o
19:10:45 [2021-03-01T19:10:45.311Z] #29 29.40 
                                                                           0.0%
                                                                           0.7%
##                                                                         3.5%
####                                                                       6.6%
########                                                                  12.1%
############                                                              17.7%
###############                                                           21.4%
####################                                                      28.7%
#######################                                                   32.4%
##########################                                                37.1%
#############################                                             41.1%
##################################                                        48.4%
####################################                                      50.3%
########################################                                  55.8%
##########################################                                59.4%
############################################                              61.2%
##############################################                            64.9%
##################################################                        70.4%
######################################################                    75.9%
###########################################################               83.2%
#################################################################         90.6%
#####################################################################     96.1%
######################################################################## 100.0%
19:10:45 [2021-03-01T19:10:45.311Z] #29 32.28 
19:10:45 [2021-03-01T19:10:45.406Z] #39 ...
19:10:45 [2021-03-01T19:10:45.406Z] 
19:10:45 [2021-03-01T19:10:45.406Z] #44 [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
19:10:45 [2021-03-01T19:10:45.406Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.769 + RM_GOPATH=0
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.769 + TMP_GOPATH=
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.769 + : /build
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.769 + '[' -z '' ']'
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.775 ++ mktemp -d
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.775 + export GOPATH=/tmp/tmp.OCmBU0JGuw
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.775 + GOPATH=/tmp/tmp.OCmBU0JGuw
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.775 + RM_GOPATH=1
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.775 + case "$(go env GOARCH)" in
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.787 ++ go env GOARCH
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.816 + export GO_BUILDMODE=-buildmode=pie
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.816 + GO_BUILDMODE=-buildmode=pie
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.816 ++ dirname /tmp/install/install.sh
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.820 + dir=/tmp/install
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.821 + bin=vndr
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.822 + shift
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.822 + '[' '!' -f /tmp/install/vndr.installer ']'
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.822 + . /tmp/install/vndr.installer
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.822 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.822 + install_vndr
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.822 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.822 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.823 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.OCmBU0JGuw/src/github.com/LK4D4/vndr
19:10:45 [2021-03-01T19:10:45.406Z] #44 6.827 Cloning into '/tmp/tmp.OCmBU0JGuw/src/github.com/LK4D4/vndr'...
19:10:45 [2021-03-01T19:10:45.406Z] #44 7.448 + cd /tmp/tmp.OCmBU0JGuw/src/github.com/LK4D4/vndr
19:10:45 [2021-03-01T19:10:45.406Z] #44 7.449 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
19:10:45 [2021-03-01T19:10:45.406Z] #44 7.486 + go build -buildmode=pie -v -o /build/vndr .
19:10:45 [2021-03-01T19:10:45.406Z] #44 9.120 internal/race
19:10:45 [2021-03-01T19:10:45.406Z] #44 9.240 sync/atomic
19:10:45 [2021-03-01T19:10:45.406Z] #44 9.246 internal/bytealg
19:10:45 [2021-03-01T19:10:45.406Z] #44 9.460 unicode
19:10:45 [2021-03-01T19:10:45.406Z] #44 9.468 unicode/utf8
19:10:45 [2021-03-01T19:10:45.406Z] #44 10.02 math
19:10:45 [2021-03-01T19:10:45.406Z] #44 10.40 internal/testlog
19:10:45 [2021-03-01T19:10:45.406Z] #44 10.49 runtime
19:10:45 [2021-03-01T19:10:45.407Z] #44 10.95 unicode/utf16
19:10:45 [2021-03-01T19:10:45.407Z] #44 11.31 container/list
19:10:45 [2021-03-01T19:10:45.407Z] #44 ...
19:10:45 [2021-03-01T19:10:45.407Z] 
19:10:45 [2021-03-01T19:10:45.407Z] #63 [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
19:10:45 [2021-03-01T19:10:45.407Z] #63 sha256:7fa823921a82c6bfc4267045f8f61ecfb3769e9a328372da03abbea23ebdd1df
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.264 + RM_GOPATH=0
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.264 + TMP_GOPATH=
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.264 + : /build
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.264 + '[' -z '' ']'
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.268 ++ mktemp -d
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.268 + export GOPATH=/tmp/tmp.boXHuQz8Tz
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.268 + GOPATH=/tmp/tmp.boXHuQz8Tz
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.268 + RM_GOPATH=1
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.268 + case "$(go env GOARCH)" in
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.268 ++ go env GOARCH
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + export GO_BUILDMODE=-buildmode=pie
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + GO_BUILDMODE=-buildmode=pie
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 ++ dirname /tmp/install/install.sh
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + dir=/tmp/install
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + bin=proxy
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + shift
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + '[' '!' -f /tmp/install/proxy.installer ']'
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + . /tmp/install/proxy.installer
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + install_proxy
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + case "$1" in
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + export CGO_ENABLED=0
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + CGO_ENABLED=0
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + _install_proxy
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7'
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.boXHuQz8Tz/src/github.com/docker/libnetwork
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.293 Cloning into '/tmp/tmp.boXHuQz8Tz/src/github.com/docker/libnetwork'...
19:10:45 [2021-03-01T19:10:45.407Z] #63 7.294 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:45 [2021-03-01T19:10:45.461Z] #44 ...
19:10:45 [2021-03-01T19:10:45.461Z] 
19:10:45 [2021-03-01T19:10:45.461Z] #57 [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
19:10:45 [2021-03-01T19:10:45.461Z] #57 sha256:6ecc4ccffb41b469303474e255f0790690e483917f01d2561a63edc4e5257a72
19:10:45 [2021-03-01T19:10:45.461Z] #57 15.78 + cd /tmp/tmp.pZWy90mpzw/src/github.com/rootless-containers/rootlesskit
19:10:45 [2021-03-01T19:10:45.461Z] #57 15.80 + git checkout -q f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:45 [2021-03-01T19:10:45.461Z] #57 17.37 + export GO111MODULE=on
19:10:45 [2021-03-01T19:10:45.461Z] #57 17.37 + GO111MODULE=on
19:10:45 [2021-03-01T19:10:45.461Z] #57 17.37 + for f in rootlesskit rootlesskit-docker-proxy
19:10:45 [2021-03-01T19:10:45.461Z] #57 17.37 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
19:10:45 [2021-03-01T19:10:45.538Z] #42 39.43   CC       images/sit.o
19:10:45 [2021-03-01T19:10:45.538Z] #42 39.65   CC       images/memfd.o
19:10:45 [2021-03-01T19:10:45.671Z] #63 ...
19:10:45 [2021-03-01T19:10:45.672Z] 
19:10:45 [2021-03-01T19:10:45.672Z] #48 [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
19:10:45 [2021-03-01T19:10:45.672Z] #48 sha256:cfaf15b268936d8153020f50236023b313c41bdd6d51534f3599c62533626ca3
19:10:45 [2021-03-01T19:10:45.672Z] #48 3.979 + RM_GOPATH=0
19:10:45 [2021-03-01T19:10:45.672Z] #48 3.979 + TMP_GOPATH=
19:10:45 [2021-03-01T19:10:45.672Z] #48 3.979 + : /build
19:10:45 [2021-03-01T19:10:45.672Z] #48 3.979 + '[' -z '' ']'
19:10:45 [2021-03-01T19:10:45.672Z] #48 4.470 ++ mktemp -d
19:10:45 [2021-03-01T19:10:45.672Z] #48 4.470 + export GOPATH=/tmp/tmp.q3E1nllEA2
19:10:45 [2021-03-01T19:10:45.672Z] #48 4.470 + GOPATH=/tmp/tmp.q3E1nllEA2
19:10:45 [2021-03-01T19:10:45.672Z] #48 4.470 + RM_GOPATH=1
19:10:45 [2021-03-01T19:10:45.672Z] #48 4.470 + case "$(go env GOARCH)" in
19:10:45 [2021-03-01T19:10:45.672Z] #48 4.471 ++ go env GOARCH
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.435 + export GO_BUILDMODE=-buildmode=pie
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.435 + GO_BUILDMODE=-buildmode=pie
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.435 ++ dirname /tmp/install/install.sh
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.721 + dir=/tmp/install
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.721 + bin=golangci_lint
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.721 + shift
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.721 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.721 + . /tmp/install/golangci_lint.installer
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.721 ++ : v1.23.8
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.721 + install_golangci_lint
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.721 + set -e
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.721 + export GO111MODULE=on
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.722 + GO111MODULE=on
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.722 + GOBIN=/build
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.722 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.958 go: finding github.com v1.23.8
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.958 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.959 go: finding github.com/golangci v1.23.8
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.962 go: finding github.com/golangci/golangci-lint v1.23.8
19:10:45 [2021-03-01T19:10:45.672Z] #48 5.962 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
19:10:45 [2021-03-01T19:10:45.672Z] #48 6.909 go: downloading github.com/golangci/golangci-lint v1.23.8
19:10:45 [2021-03-01T19:10:45.672Z] #48 7.522 go: extracting github.com/golangci/golangci-lint v1.23.8
19:10:45 [2021-03-01T19:10:45.672Z] #48 ...
19:10:45 [2021-03-01T19:10:45.672Z] 
19:10:45 [2021-03-01T19:10:45.672Z] #31 [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
19:10:45 [2021-03-01T19:10:45.672Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
19:10:45 [2021-03-01T19:10:45.672Z] #31 7.069 + git clone https://github.com/kolyshkin/go-swagger.git .
19:10:45 [2021-03-01T19:10:45.672Z] #31 7.076 Cloning into '.'...
19:10:45 [2021-03-01T19:10:45.797Z] #42 39.91   CC       images/timens.o
19:10:45 [2021-03-01T19:10:45.937Z] #31 ...
19:10:45 [2021-03-01T19:10:45.937Z] 
19:10:45 [2021-03-01T19:10:45.937Z] #46 [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
19:10:45 [2021-03-01T19:10:45.937Z] #46 sha256:a9c8cbe5db0dbf1da2bdf859abf542f8216a88664925f33a72ae6f49e7c87e60
19:10:45 [2021-03-01T19:10:45.937Z] #46 11.12 go: extracting github.com/spf13/pflag v1.0.3
19:10:45 [2021-03-01T19:10:45.937Z] #46 11.21 go: extracting github.com/jonboulle/clockwork v0.1.0
19:10:45 [2021-03-01T19:10:45.937Z] #46 11.23 go: extracting github.com/mattn/go-colorable v0.1.6
19:10:45 [2021-03-01T19:10:45.937Z] #46 11.28 go: extracting github.com/mattn/go-isatty v0.0.12
19:10:45 [2021-03-01T19:10:45.937Z] #46 12.03 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:45 [2021-03-01T19:10:45.981Z] #29 ...
19:10:45 [2021-03-01T19:10:45.981Z] 
19:10:45 [2021-03-01T19:10:45.981Z] #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
19:10:45 [2021-03-01T19:10:45.981Z] #51 sha256:06c0178ee9aaa7e090fb3e16602a05ce9eebb2317066e19b2b4f4d047158b41a
19:10:45 [2021-03-01T19:10:45.981Z] #51 23.64 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:10:45 [2021-03-01T19:10:45.981Z] #51 23.64 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:10:45 [2021-03-01T19:10:45.981Z] #51 23.87 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:10:45 [2021-03-01T19:10:45.981Z] #51 24.21 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:10:45 [2021-03-01T19:10:45.981Z] #51 25.57 runtime
19:10:46 [2021-03-01T19:10:46.057Z] #42 40.15   LINK     images/built-in.o
19:10:46 [2021-03-01T19:10:46.282Z] #51 ...
19:10:46 [2021-03-01T19:10:46.283Z] 
19:10:46 [2021-03-01T19:10:46.283Z] #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
19:10:46 [2021-03-01T19:10:46.283Z] #49 sha256:12670911db11c9ca882e491f8ff1409f52a4d40dbf3b25739c463e906b89f8fd
19:10:46 [2021-03-01T19:10:46.283Z] #49 29.95 go: extracting github.com/stretchr/objx v0.2.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 30.10 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:10:46 [2021-03-01T19:10:46.283Z] #49 30.26 go: downloading github.com/mitchellh/mapstructure v1.1.2
19:10:46 [2021-03-01T19:10:46.283Z] #49 30.50 go: downloading github.com/fsnotify/fsnotify v1.4.7
19:10:46 [2021-03-01T19:10:46.283Z] #49 30.97 go: extracting github.com/mitchellh/mapstructure v1.1.2
19:10:46 [2021-03-01T19:10:46.283Z] #49 31.20 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:10:46 [2021-03-01T19:10:46.283Z] #49 31.68 go: extracting github.com/fsnotify/fsnotify v1.4.7
19:10:46 [2021-03-01T19:10:46.283Z] #49 31.76 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:10:46 [2021-03-01T19:10:46.283Z] #49 31.77 go: downloading github.com/spf13/cast v1.3.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 32.14 go: extracting github.com/spf13/cast v1.3.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 32.77 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.22 go: downloading github.com/go-toolsmith/astequal v1.0.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.23 go: downloading github.com/go-toolsmith/astp v1.0.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.23 go: downloading github.com/go-toolsmith/typep v1.0.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.30 go: downloading github.com/go-toolsmith/astcast v1.0.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.33 go: downloading github.com/go-toolsmith/strparse v1.0.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.47 go: extracting github.com/go-toolsmith/typep v1.0.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.51 go: extracting github.com/go-toolsmith/strparse v1.0.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.51 go: extracting github.com/go-toolsmith/astequal v1.0.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.51 go: downloading github.com/go-toolsmith/astcopy v1.0.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.61 go: extracting github.com/go-toolsmith/astcast v1.0.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.72 go: extracting github.com/go-toolsmith/astcopy v1.0.0
19:10:46 [2021-03-01T19:10:46.283Z] #49 33.75 go: extracting github.com/go-toolsmith/astp v1.0.0
19:10:46 [2021-03-01T19:10:46.316Z] #42 40.30   GEN      compel/include/asm
19:10:46 [2021-03-01T19:10:46.316Z] #42 40.33   GEN      compel/include/version.h
19:10:46 [2021-03-01T19:10:46.575Z] #42 40.34 touch .config
19:10:46 [2021-03-01T19:10:46.575Z] #42 40.40   GEN      include/common/config.h
19:10:46 [2021-03-01T19:10:46.576Z] #42 40.51   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
19:10:46 [2021-03-01T19:10:46.576Z] #42 40.52   GEN      compel/plugins/include/uapi/std/syscall-64.h
19:10:46 [2021-03-01T19:10:46.576Z] #42 40.55   GEN      compel/arch/x86/plugins/std/syscalls-64.S
19:10:46 [2021-03-01T19:10:46.576Z] #42 40.57   DEP      compel/arch/x86/plugins/std/syscalls-64.d
19:10:46 [2021-03-01T19:10:46.576Z] #42 40.62   DEP      compel/arch/x86/plugins/std/memcpy.d
19:10:46 [2021-03-01T19:10:46.576Z] #42 40.63   DEP      compel/arch/x86/plugins/std/parasite-head.d
19:10:46 [2021-03-01T19:10:46.576Z] #42 40.66   GEN      compel/plugins/include/uapi/std/syscall.h
19:10:46 [2021-03-01T19:10:46.576Z] #42 40.70   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
19:10:46 [2021-03-01T19:10:46.576Z] #42 40.71   GEN      compel/plugins/include/uapi/std/syscall-codes.h
19:10:46 [2021-03-01T19:10:46.576Z] #42 40.73   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
19:10:46 [2021-03-01T19:10:46.631Z] #46 17.01 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:46 [2021-03-01T19:10:46.642Z] #41 13.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:46 [2021-03-01T19:10:46.835Z] #42 40.74   DEP      compel/plugins/std/infect.d
19:10:46 [2021-03-01T19:10:46.856Z] #57 ...
19:10:46 [2021-03-01T19:10:46.856Z] 
19:10:46 [2021-03-01T19:10:46.856Z] #46 [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
19:10:46 [2021-03-01T19:10:46.856Z] #46 sha256:fa505a89f68d30e627d5491a061324b9d46774c887bac6070e4523c10481e0d5
19:10:46 [2021-03-01T19:10:46.856Z] #46 8.776 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:46 [2021-03-01T19:10:46.856Z] #46 8.863 go: extracting github.com/mattn/go-isatty v0.0.12
19:10:46 [2021-03-01T19:10:46.856Z] #46 8.906 go: extracting github.com/spf13/pflag v1.0.3
19:10:46 [2021-03-01T19:10:46.856Z] #46 9.024 go: extracting github.com/mattn/go-colorable v0.1.6
19:10:46 [2021-03-01T19:10:46.856Z] #46 12.07 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:46 [2021-03-01T19:10:46.856Z] #46 12.41 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:46 [2021-03-01T19:10:46.856Z] #46 15.19 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:47 [2021-03-01T19:10:47.094Z] #46 12.69 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:47 [2021-03-01T19:10:47.095Z] #42 40.92   DEP      compel/plugins/std/string.d
19:10:47 [2021-03-01T19:10:47.095Z] #42 41.03   DEP      compel/plugins/std/log.d
19:10:47 [2021-03-01T19:10:47.095Z] #42 41.12   DEP      compel/plugins/std/fds.d
19:10:47 [2021-03-01T19:10:47.113Z] #46 ...
19:10:47 [2021-03-01T19:10:47.113Z] 
19:10:47 [2021-03-01T19:10:47.113Z] #44 [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
19:10:47 [2021-03-01T19:10:47.113Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:10:47 [2021-03-01T19:10:47.113Z] #44 18.42 math
19:10:47 [2021-03-01T19:10:47.354Z] #42 41.22   DEP      compel/plugins/std/std.d
19:10:47 [2021-03-01T19:10:47.354Z] #42 41.29   DEP      compel/plugins/shmem/shmem.d
19:10:47 [2021-03-01T19:10:47.355Z] #42 41.37   DEP      compel/plugins/fds/fds.d
19:10:47 [2021-03-01T19:10:47.366Z] #46 13.28 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:47 [2021-03-01T19:10:47.575Z] #46 ...
19:10:47 [2021-03-01T19:10:47.575Z] 
19:10:47 [2021-03-01T19:10:47.575Z] #31 [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
19:10:47 [2021-03-01T19:10:47.575Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:10:47 [2021-03-01T19:10:47.575Z] #31 7.968 + git clone https://github.com/kolyshkin/go-swagger.git .
19:10:47 [2021-03-01T19:10:47.575Z] #31 7.968 Cloning into '.'...
19:10:47 [2021-03-01T19:10:47.575Z] #31 ...
19:10:47 [2021-03-01T19:10:47.575Z] 
19:10:47 [2021-03-01T19:10:47.575Z] #57 [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
19:10:47 [2021-03-01T19:10:47.575Z] #57 sha256:320419eebab3c13dcf63334ce157080a6e1c8b2a70e0ca7038ee79c342d31b10
19:10:47 [2021-03-01T19:10:47.575Z] #57 9.259 go: downloading github.com/pkg/errors v0.9.1
19:10:47 [2021-03-01T19:10:47.575Z] #57 9.314 go: downloading github.com/urfave/cli/v2 v2.3.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 9.396 go: downloading github.com/moby/vpnkit v0.5.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 9.396 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:10:47 [2021-03-01T19:10:47.575Z] #57 9.396 go: downloading github.com/google/uuid v1.2.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 9.476 go: downloading github.com/sirupsen/logrus v1.8.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 9.524 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:10:47 [2021-03-01T19:10:47.575Z] #57 9.572 go: downloading github.com/gorilla/mux v1.8.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 9.806 go: extracting github.com/pkg/errors v0.9.1
19:10:47 [2021-03-01T19:10:47.575Z] #57 9.923 go: downloading github.com/moby/sys/mountinfo v0.4.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 10.01 go: extracting github.com/google/uuid v1.2.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 10.12 go: extracting github.com/moby/sys/mountinfo v0.4.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 10.24 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:10:47 [2021-03-01T19:10:47.575Z] #57 10.36 go: extracting github.com/sirupsen/logrus v1.8.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 10.44 go: downloading github.com/gofrs/flock v0.8.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 10.72 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:10:47 [2021-03-01T19:10:47.575Z] #57 10.81 go: extracting github.com/gorilla/mux v1.8.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 12.01 go: extracting github.com/gofrs/flock v0.8.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 12.80 go: extracting github.com/moby/vpnkit v0.5.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 13.22 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:10:47 [2021-03-01T19:10:47.575Z] #57 15.50 go: extracting github.com/urfave/cli/v2 v2.3.0
19:10:47 [2021-03-01T19:10:47.575Z] #57 16.45 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:10:47 [2021-03-01T19:10:47.575Z] #57 16.89 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:10:47 [2021-03-01T19:10:47.575Z] #57 17.04 go: downloading github.com/u-root/u-root v7.0.0+incompatible
19:10:47 [2021-03-01T19:10:47.614Z] #42 41.48   CC       compel/plugins/std/std.o
19:10:47 [2021-03-01T19:10:47.873Z] #42 41.75   CC       compel/plugins/std/fds.o
19:10:48 [2021-03-01T19:10:48.133Z] #42 42.14   CC       compel/plugins/std/log.o
19:10:48 [2021-03-01T19:10:48.388Z] #49 ...
19:10:48 [2021-03-01T19:10:48.388Z] 
19:10:48 [2021-03-01T19:10:48.388Z] #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
19:10:48 [2021-03-01T19:10:48.388Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea
19:10:48 [2021-03-01T19:10:48.388Z] #55 27.67 Reading package lists...
19:10:48 [2021-03-01T19:10:48.518Z] #57 ...
19:10:48 [2021-03-01T19:10:48.518Z] 
19:10:48 [2021-03-01T19:10:48.518Z] #48 [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
19:10:48 [2021-03-01T19:10:48.518Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:10:48 [2021-03-01T19:10:48.518Z] #48 19.18 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:10:48 [2021-03-01T19:10:48.518Z] #48 19.26 go: downloading github.com/spf13/viper v1.6.1
19:10:48 [2021-03-01T19:10:48.612Z] #41 ...
19:10:48 [2021-03-01T19:10:48.612Z] 
19:10:48 [2021-03-01T19:10:48.612Z] #23 [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
19:10:48 [2021-03-01T19:10:48.612Z] #23 sha256:ab801b9b3e273b4a78ae0cfa5d616d5c924e97b15400a18b5182f6d852c21909
19:10:48 [2021-03-01T19:10:48.612Z] #23 14.29 + mkdir -p /build
19:10:48 [2021-03-01T19:10:48.612Z] #23 14.33 + mv docker/docker /build/
19:10:48 [2021-03-01T19:10:48.612Z] #23 14.34 + rmdir docker
19:10:48 [2021-03-01T19:10:48.612Z] #23 DONE 15.2s
19:10:48 [2021-03-01T19:10:48.779Z] #48 19.42 go: downloading github.com/spf13/pflag v1.0.5
19:10:48 [2021-03-01T19:10:48.779Z] #48 19.44 go: downloading github.com/fatih/color v1.7.0
19:10:48 [2021-03-01T19:10:48.779Z] #48 19.47 go: downloading github.com/mitchellh/go-homedir v1.1.0
19:10:48 [2021-03-01T19:10:48.868Z] 
19:10:48 [2021-03-01T19:10:48.868Z] #57 [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
19:10:48 [2021-03-01T19:10:48.868Z] #57 sha256:e4eaa9cf9dfbf0eeb3b60a08f8f8c15ad42595599ff2e9407fe055385388538e
19:10:48 [2021-03-01T19:10:48.868Z] #57 12.05 + cd /tmp/tmp.ylaIBZqiMv/src/github.com/rootless-containers/rootlesskit
19:10:48 [2021-03-01T19:10:48.868Z] #57 12.05 + git checkout -q f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:48 [2021-03-01T19:10:48.868Z] #57 12.56 + export GO111MODULE=on
19:10:48 [2021-03-01T19:10:48.868Z] #57 12.56 + GO111MODULE=on
19:10:48 [2021-03-01T19:10:48.868Z] #57 12.56 + for f in rootlesskit rootlesskit-docker-proxy
19:10:48 [2021-03-01T19:10:48.869Z] #57 12.56 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
19:10:48 [2021-03-01T19:10:48.869Z] #57 14.50 go: downloading github.com/sirupsen/logrus v1.8.0
19:10:48 [2021-03-01T19:10:48.869Z] #57 14.50 go: downloading github.com/urfave/cli/v2 v2.3.0
19:10:48 [2021-03-01T19:10:48.869Z] #57 14.53 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:10:48 [2021-03-01T19:10:48.869Z] #57 14.68 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:10:48 [2021-03-01T19:10:48.869Z] #57 14.75 go: downloading github.com/moby/vpnkit v0.5.0
19:10:48 [2021-03-01T19:10:48.869Z] #57 14.97 go: downloading github.com/pkg/errors v0.9.1
19:10:48 [2021-03-01T19:10:48.869Z] #57 14.97 go: downloading github.com/google/uuid v1.2.0
19:10:48 [2021-03-01T19:10:48.869Z] #57 14.98 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:10:48 [2021-03-01T19:10:48.869Z] #57 15.31 go: downloading github.com/moby/sys/mountinfo v0.4.0
19:10:48 [2021-03-01T19:10:48.869Z] #57 15.39 go: extracting github.com/google/uuid v1.2.0
19:10:48 [2021-03-01T19:10:48.869Z] #57 15.41 go: extracting github.com/sirupsen/logrus v1.8.0
19:10:48 [2021-03-01T19:10:48.869Z] #57 15.53 go: downloading github.com/gofrs/flock v0.8.0
19:10:49 [2021-03-01T19:10:49.018Z] #44 ...
19:10:49 [2021-03-01T19:10:49.019Z] 
19:10:49 [2021-03-01T19:10:49.019Z] #23 [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
19:10:49 [2021-03-01T19:10:49.019Z] #23 sha256:153f8334a91322f5956e71ea39ec617694b7d53f6871e71f2b518e42065f6e25
19:10:49 [2021-03-01T19:10:49.019Z] #23 20.11 + mkdir -p /build
19:10:49 [2021-03-01T19:10:49.019Z] #23 20.12 + mv docker/docker /build/
19:10:49 [2021-03-01T19:10:49.019Z] #23 20.15 + rmdir docker
19:10:49 [2021-03-01T19:10:49.019Z] #23 DONE 20.9s
19:10:49 [2021-03-01T19:10:49.019Z] 
19:10:49 [2021-03-01T19:10:49.019Z] #48 [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
19:10:49 [2021-03-01T19:10:49.019Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:10:49 [2021-03-01T19:10:49.019Z] #48 10.92 go: extracting github.com/golangci/golangci-lint v1.23.8
19:10:49 [2021-03-01T19:10:49.019Z] #48 ...
19:10:49 [2021-03-01T19:10:49.019Z] 
19:10:49 [2021-03-01T19:10:49.019Z] #35 [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
19:10:49 [2021-03-01T19:10:49.019Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:10:49 [2021-03-01T19:10:49.019Z] #35 11.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:10:49 [2021-03-01T19:10:49.019Z] #35 14.51 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:49 [2021-03-01T19:10:49.019Z] #35 18.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:49 [2021-03-01T19:10:49.040Z] #48 19.67 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:10:49 [2021-03-01T19:10:49.040Z] #48 19.72 go: downloading github.com/go-critic/go-critic v0.4.1
19:10:49 [2021-03-01T19:10:49.071Z] #42 42.94   CC       compel/plugins/std/string.o
19:10:49 [2021-03-01T19:10:49.133Z] #57 15.64 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:10:49 [2021-03-01T19:10:49.133Z] #57 15.64 go: downloading github.com/gorilla/mux v1.8.0
19:10:49 [2021-03-01T19:10:49.133Z] #57 15.86 go: extracting github.com/pkg/errors v0.9.1
19:10:49 [2021-03-01T19:10:49.301Z] #48 19.81 go: downloading github.com/mattn/go-colorable v0.1.4
19:10:49 [2021-03-01T19:10:49.301Z] #48 19.84 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:10:49 [2021-03-01T19:10:49.301Z] #48 19.91 go: downloading github.com/pkg/errors v0.8.1
19:10:49 [2021-03-01T19:10:49.301Z] #48 19.99 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:10:49 [2021-03-01T19:10:49.301Z] #48 20.00 go: extracting github.com/fatih/color v1.7.0
19:10:49 [2021-03-01T19:10:49.301Z] #48 20.13 go: extracting github.com/mitchellh/go-homedir v1.1.0
19:10:49 [2021-03-01T19:10:49.311Z] #35 ...
19:10:49 [2021-03-01T19:10:49.311Z] 
19:10:49 [2021-03-01T19:10:49.311Z] #46 [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
19:10:49 [2021-03-01T19:10:49.311Z] #46 sha256:fa505a89f68d30e627d5491a061324b9d46774c887bac6070e4523c10481e0d5
19:10:49 [2021-03-01T19:10:49.311Z] #46 20.60 go: finding github.com/fatih/color v1.9.0
19:10:49 [2021-03-01T19:10:49.311Z] #46 20.72 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:49 [2021-03-01T19:10:49.311Z] #46 20.80 go: finding github.com/pkg/errors v0.9.1
19:10:49 [2021-03-01T19:10:49.311Z] #46 20.86 go: finding github.com/mattn/go-colorable v0.1.6
19:10:49 [2021-03-01T19:10:49.311Z] #46 20.93 go: finding github.com/spf13/pflag v1.0.3
19:10:49 [2021-03-01T19:10:49.311Z] #46 21.05 go: finding github.com/mattn/go-isatty v0.0.12
19:10:49 [2021-03-01T19:10:49.390Z] #57 15.95 go: extracting github.com/gofrs/flock v0.8.0
19:10:49 [2021-03-01T19:10:49.562Z] #48 20.26 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:10:49 [2021-03-01T19:10:49.562Z] #48 20.26 go: extracting github.com/pkg/errors v0.8.1
19:10:49 [2021-03-01T19:10:49.562Z] #48 20.26 go: extracting github.com/spf13/pflag v1.0.5
19:10:49 [2021-03-01T19:10:49.562Z] #48 20.34 go: extracting github.com/spf13/viper v1.6.1
19:10:49 [2021-03-01T19:10:49.562Z] #48 20.34 go: extracting github.com/mattn/go-colorable v0.1.4
19:10:49 [2021-03-01T19:10:49.562Z] #48 20.35 go: downloading github.com/sirupsen/logrus v1.4.2
19:10:49 [2021-03-01T19:10:49.562Z] #48 20.38 go: downloading github.com/spf13/cobra v0.0.5
19:10:49 [2021-03-01T19:10:49.568Z] #46 ...
19:10:49 [2021-03-01T19:10:49.568Z] 
19:10:49 [2021-03-01T19:10:49.568Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:10:49 [2021-03-01T19:10:49.568Z] #33 sha256:4cbf38afe26bf2d04adb1f3838640864909e13d1d0b073ff295eb03bd5c629a9
19:10:49 [2021-03-01T19:10:49.568Z] #33 11.37 internal/bytealg
19:10:49 [2021-03-01T19:10:49.568Z] #33 11.96 math
19:10:49 [2021-03-01T19:10:49.568Z] #33 12.31 runtime
19:10:49 [2021-03-01T19:10:49.568Z] #33 19.61 internal/testlog
19:10:49 [2021-03-01T19:10:49.568Z] #33 20.28 encoding
19:10:49 [2021-03-01T19:10:49.568Z] #33 20.52 runtime/cgo
19:10:49 [2021-03-01T19:10:49.568Z] #33 ...
19:10:49 [2021-03-01T19:10:49.568Z] 
19:10:49 [2021-03-01T19:10:49.568Z] #46 [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
19:10:49 [2021-03-01T19:10:49.568Z] #46 sha256:fa505a89f68d30e627d5491a061324b9d46774c887bac6070e4523c10481e0d5
19:10:49 [2021-03-01T19:10:49.568Z] #46 21.65 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:49 [2021-03-01T19:10:49.640Z] #42 43.66   CC       compel/plugins/std/infect.o
19:10:49 [2021-03-01T19:10:49.662Z] #57 16.02 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:10:49 [2021-03-01T19:10:49.662Z] #57 16.25 go: extracting github.com/moby/sys/mountinfo v0.4.0
19:10:49 [2021-03-01T19:10:49.750Z] #55 36.10 Building dependency tree...
19:10:49 [2021-03-01T19:10:49.824Z] #48 20.49 go: downloading github.com/go-lintpack/lintpack v0.5.2
19:10:49 [2021-03-01T19:10:49.824Z] #48 20.63 go: downloading github.com/mattn/go-isatty v0.0.8
19:10:49 [2021-03-01T19:10:49.824Z] #48 ...
19:10:49 [2021-03-01T19:10:49.824Z] 
19:10:49 [2021-03-01T19:10:49.824Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:10:49 [2021-03-01T19:10:49.824Z] #33 sha256:4280ad22617e2acc851c5edf0e08d7eb3d642fb8e4299301193729e631274d41
19:10:49 [2021-03-01T19:10:49.824Z] #33 10.59 runtime/internal/math
19:10:49 [2021-03-01T19:10:49.824Z] #33 10.89 math/bits
19:10:49 [2021-03-01T19:10:49.824Z] #33 11.41 runtime
19:10:49 [2021-03-01T19:10:49.824Z] #33 11.97 math
19:10:49 [2021-03-01T19:10:49.824Z] #33 18.67 unicode/utf8
19:10:49 [2021-03-01T19:10:49.824Z] #33 19.59 internal/testlog
19:10:49 [2021-03-01T19:10:49.824Z] #33 20.02 encoding
19:10:49 [2021-03-01T19:10:49.824Z] #33 20.15 runtime/cgo
19:10:49 [2021-03-01T19:10:49.825Z] #46 21.72 go: finding github.com/jonboulle/clockwork v0.1.0
19:10:49 [2021-03-01T19:10:49.917Z] #57 16.67 go: extracting github.com/gorilla/mux v1.8.0
19:10:50 [2021-03-01T19:10:50.051Z] #55 ...
19:10:50 [2021-03-01T19:10:50.051Z] 
19:10:50 [2021-03-01T19:10:50.051Z] #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
19:10:50 [2021-03-01T19:10:50.051Z] #29 sha256:f36edc5c77a950d72a72098dff20e494b41aa4bc14a51b9576387099926fcd1d
19:10:50 [2021-03-01T19:10:50.051Z] #29 33.86 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
19:10:50 [2021-03-01T19:10:50.051Z] #29 34.36 
19:10:50 [2021-03-01T19:10:50.051Z] #29 34.56 
######################################################################## 100.0%
19:10:50 [2021-03-01T19:10:50.051Z] #29 34.80 
19:10:50 [2021-03-01T19:10:50.051Z] #29 35.85 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
19:10:50 [2021-03-01T19:10:50.051Z] #29 36.26 
19:10:50 [2021-03-01T19:10:50.051Z] #29 36.45 
######################################################################## 100.0%
19:10:50 [2021-03-01T19:10:50.051Z] #29 36.71 
19:10:50 [2021-03-01T19:10:50.051Z] #29 36.84 Download of images into '/build' complete.
19:10:50 [2021-03-01T19:10:50.051Z] #29 36.85 Use something like the following to load the result into a Docker daemon:
19:10:50 [2021-03-01T19:10:50.051Z] #29 36.85   tar -cC '/build' . | docker load
19:10:50 [2021-03-01T19:10:50.051Z] #29 DONE 37.0s
19:10:50 [2021-03-01T19:10:50.085Z] #33 ...
19:10:50 [2021-03-01T19:10:50.085Z] 
19:10:50 [2021-03-01T19:10:50.085Z] #44 [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
19:10:50 [2021-03-01T19:10:50.085Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:10:50 [2021-03-01T19:10:50.085Z] #44 10.87 runtime/internal/math
19:10:50 [2021-03-01T19:10:50.085Z] #44 11.21 internal/race
19:10:50 [2021-03-01T19:10:50.085Z] #44 11.46 sync/atomic
19:10:50 [2021-03-01T19:10:50.085Z] #44 11.50 runtime
19:10:50 [2021-03-01T19:10:50.085Z] #44 11.96 unicode
19:10:50 [2021-03-01T19:10:50.085Z] #44 18.66 unicode/utf8
19:10:50 [2021-03-01T19:10:50.085Z] #44 19.99 internal/testlog
19:10:50 [2021-03-01T19:10:50.085Z] #44 20.34 unicode/utf16
19:10:50 [2021-03-01T19:10:50.085Z] #44 20.74 container/list
19:10:50 [2021-03-01T19:10:50.085Z] #44 ...
19:10:50 [2021-03-01T19:10:50.085Z] 
19:10:50 [2021-03-01T19:10:50.085Z] #48 [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
19:10:50 [2021-03-01T19:10:50.085Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:10:50 [2021-03-01T19:10:50.085Z] #48 20.93 go: downloading github.com/magiconair/properties v1.8.1
19:10:50 [2021-03-01T19:10:50.085Z] #48 20.95 go: downloading github.com/hashicorp/hcl v1.0.0
19:10:50 [2021-03-01T19:10:50.085Z] #48 20.99 go: extracting github.com/go-lintpack/lintpack v0.5.2
19:10:50 [2021-03-01T19:10:50.091Z] #46 22.02 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:50 [2021-03-01T19:10:50.091Z] #46 22.05 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:50 [2021-03-01T19:10:50.091Z] #46 22.13 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:50 [2021-03-01T19:10:50.208Z] #42 44.01   CC       compel/arch/x86/plugins/std/parasite-head.o
19:10:50 [2021-03-01T19:10:50.208Z] #42 44.07   CC       compel/arch/x86/plugins/std/memcpy.o
19:10:50 [2021-03-01T19:10:50.208Z] #42 44.12   CC       compel/arch/x86/plugins/std/syscalls-64.o
19:10:50 [2021-03-01T19:10:50.208Z] #42 44.23   AR       compel/plugins/std.lib.a
19:10:50 [2021-03-01T19:10:50.208Z] #42 44.33   CC       compel/plugins/fds/fds.o
19:10:50 [2021-03-01T19:10:50.354Z] 
19:10:50 [2021-03-01T19:10:50.354Z] #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
19:10:50 [2021-03-01T19:10:50.354Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c
19:10:50 [2021-03-01T19:10:50.354Z] #36 27.15 Reading package lists...
19:10:50 [2021-03-01T19:10:50.354Z] #36 34.48 Building dependency tree...
19:10:50 [2021-03-01T19:10:50.354Z] #36 36.96 The following additional packages will be installed:
19:10:50 [2021-03-01T19:10:50.354Z] #36 36.97   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
19:10:50 [2021-03-01T19:10:50.354Z] #36 36.97 Suggested packages:
19:10:50 [2021-03-01T19:10:50.354Z] #36 36.97   cmake-doc ninja-build lrzip
19:10:50 [2021-03-01T19:10:50.354Z] #36 36.97 Recommended packages:
19:10:50 [2021-03-01T19:10:50.354Z] #36 36.97   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
19:10:50 [2021-03-01T19:10:50.364Z] #48 21.04 go: extracting github.com/mattn/go-isatty v0.0.8
19:10:50 [2021-03-01T19:10:50.364Z] #48 21.05 go: extracting github.com/sirupsen/logrus v1.4.2
19:10:50 [2021-03-01T19:10:50.364Z] #48 21.06 go: extracting github.com/go-critic/go-critic v0.4.1
19:10:50 [2021-03-01T19:10:50.468Z] #42 44.57   AR       compel/plugins/fds.lib.a
19:10:50 [2021-03-01T19:10:50.468Z] #42 44.62   HOSTDEP  compel/src/lib/log-host.d
19:10:50 [2021-03-01T19:10:50.651Z] #36 38.12 The following NEW packages will be installed:
19:10:50 [2021-03-01T19:10:50.651Z] #36 38.12   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
19:10:50 [2021-03-01T19:10:50.651Z] #36 38.13   vim-common xxd
19:10:50 [2021-03-01T19:10:50.651Z] #36 38.39 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded.
19:10:50 [2021-03-01T19:10:50.651Z] #36 38.39 Need to get 14.9 MB of archives.
19:10:50 [2021-03-01T19:10:50.651Z] #36 38.39 After this operation, 67.2 MB of additional disk space will be used.
19:10:50 [2021-03-01T19:10:50.651Z] #36 38.39 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
19:10:50 [2021-03-01T19:10:50.692Z] #46 ...
19:10:50 [2021-03-01T19:10:50.692Z] 
19:10:50 [2021-03-01T19:10:50.692Z] #54 [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
19:10:50 [2021-03-01T19:10:50.692Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:10:50 [2021-03-01T19:10:50.692Z] #54 12.46 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:50 [2021-03-01T19:10:50.692Z] #54 16.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:50 [2021-03-01T19:10:50.692Z] #54 ...
19:10:50 [2021-03-01T19:10:50.692Z] 
19:10:50 [2021-03-01T19:10:50.692Z] #63 [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
19:10:50 [2021-03-01T19:10:50.692Z] #63 sha256:07d81a148f1a95514b2bb4e8bf3620970a050c2650fd4e3fbadc64733613e026
19:10:50 [2021-03-01T19:10:50.714Z] #46 ...
19:10:50 [2021-03-01T19:10:50.714Z] 
19:10:50 [2021-03-01T19:10:50.714Z] #48 [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
19:10:50 [2021-03-01T19:10:50.714Z] #48 sha256:cfaf15b268936d8153020f50236023b313c41bdd6d51534f3599c62533626ca3
19:10:50 [2021-03-01T19:10:50.714Z] #48 15.06 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:10:50 [2021-03-01T19:10:50.714Z] #48 15.08 go: downloading github.com/fatih/color v1.7.0
19:10:50 [2021-03-01T19:10:50.714Z] #48 15.08 go: downloading github.com/pkg/errors v0.8.1
19:10:50 [2021-03-01T19:10:50.714Z] #48 15.27 go: downloading github.com/spf13/pflag v1.0.5
19:10:50 [2021-03-01T19:10:50.714Z] #48 15.55 go: extracting github.com/fatih/color v1.7.0
19:10:50 [2021-03-01T19:10:50.714Z] #48 15.64 go: downloading github.com/go-lintpack/lintpack v0.5.2
19:10:50 [2021-03-01T19:10:50.714Z] #48 15.65 go: downloading github.com/go-critic/go-critic v0.4.1
19:10:50 [2021-03-01T19:10:50.714Z] #48 15.69 go: downloading github.com/mattn/go-colorable v0.1.4
19:10:50 [2021-03-01T19:10:50.714Z] #48 15.71 go: extracting github.com/spf13/pflag v1.0.5
19:10:50 [2021-03-01T19:10:50.714Z] #48 15.72 go: extracting github.com/pkg/errors v0.8.1
19:10:50 [2021-03-01T19:10:50.714Z] #48 15.94 go: extracting github.com/go-lintpack/lintpack v0.5.2
19:10:50 [2021-03-01T19:10:50.714Z] #48 16.12 go: extracting github.com/mattn/go-colorable v0.1.4
19:10:50 [2021-03-01T19:10:50.714Z] #48 16.38 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:10:50 [2021-03-01T19:10:50.714Z] #48 16.55 go: extracting github.com/go-critic/go-critic v0.4.1
19:10:50 [2021-03-01T19:10:50.714Z] #48 16.70 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:10:50 [2021-03-01T19:10:50.951Z] #36 38.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
19:10:50 [2021-03-01T19:10:50.951Z] #36 38.49 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB]
19:10:50 [2021-03-01T19:10:50.973Z] #48 21.46 go: downloading github.com/fsnotify/fsnotify v1.4.7
19:10:50 [2021-03-01T19:10:50.978Z] #48 16.83 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:10:50 [2021-03-01T19:10:50.978Z] #48 16.90 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:10:50 [2021-03-01T19:10:50.978Z] #48 17.02 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:10:51 [2021-03-01T19:10:51.041Z] #42 44.78   HOSTDEP  compel/src/lib/handle-elf-host.d
19:10:51 [2021-03-01T19:10:51.041Z] #42 44.93   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
19:10:51 [2021-03-01T19:10:51.041Z] #42 45.00   HOSTDEP  compel/src/main-host.d
19:10:51 [2021-03-01T19:10:51.206Z] #63 22.64 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:  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)   
19:10:51 [2021-03-01T19:10:51.206Z] #63 ...
19:10:51 [2021-03-01T19:10:51.206Z] 
19:10:51 [2021-03-01T19:10:51.206Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:51 [2021-03-01T19:10:51.206Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:51 [2021-03-01T19:10:51.206Z] #12 13.33 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:51 [2021-03-01T19:10:51.206Z] #12 16.91 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:51 [2021-03-01T19:10:51.234Z] #48 22.01 go: extracting github.com/magiconair/properties v1.8.1
19:10:51 [2021-03-01T19:10:51.235Z] #48 22.02 go: extracting github.com/spf13/cobra v0.0.5
19:10:51 [2021-03-01T19:10:51.243Z] #48 17.08 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:10:51 [2021-03-01T19:10:51.283Z] #57 17.49 go: extracting github.com/moby/vpnkit v0.5.0
19:10:51 [2021-03-01T19:10:51.283Z] #57 17.82 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:10:51 [2021-03-01T19:10:51.283Z] #57 17.82 go: downloading github.com/u-root/u-root v7.0.0+incompatible
19:10:51 [2021-03-01T19:10:51.348Z] #42 45.13   DEP      compel/src/lib/ptrace.d
19:10:51 [2021-03-01T19:10:51.348Z] #42 45.31   DEP      compel/src/lib/infect.d
19:10:51 [2021-03-01T19:10:51.474Z] #12 ...
19:10:51 [2021-03-01T19:10:51.474Z] 
19:10:51 [2021-03-01T19:10:51.474Z] #41 [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
19:10:51 [2021-03-01T19:10:51.474Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:10:51 [2021-03-01T19:10:51.474Z] #41 13.31 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:51 [2021-03-01T19:10:51.474Z] #41 17.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:51 [2021-03-01T19:10:51.474Z] #41 ...
19:10:51 [2021-03-01T19:10:51.474Z] 
19:10:51 [2021-03-01T19:10:51.474Z] #63 [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
19:10:51 [2021-03-01T19:10:51.474Z] #63 sha256:07d81a148f1a95514b2bb4e8bf3620970a050c2650fd4e3fbadc64733613e026
19:10:51 [2021-03-01T19:10:51.476Z] #36 38.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
19:10:51 [2021-03-01T19:10:51.496Z] #48 22.24 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:10:51 [2021-03-01T19:10:51.496Z] #48 ...
19:10:51 [2021-03-01T19:10:51.496Z] 
19:10:51 [2021-03-01T19:10:51.496Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:51 [2021-03-01T19:10:51.496Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:51 [2021-03-01T19:10:51.496Z] #12 12.35 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:51 [2021-03-01T19:10:51.496Z] #12 16.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:51 [2021-03-01T19:10:51.535Z] #54 141.5 + bin/containerd-stress
19:10:51 [2021-03-01T19:10:51.539Z] #57 ...
19:10:51 [2021-03-01T19:10:51.539Z] 
19:10:51 [2021-03-01T19:10:51.539Z] #48 [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
19:10:51 [2021-03-01T19:10:51.539Z] #48 sha256:168c0f5ada61fdd642bec32caecf8e9e7a2de628a7b62518278431f1b75c3186
19:10:51 [2021-03-01T19:10:51.539Z] #48 16.34 go: downloading github.com/fatih/color v1.7.0
19:10:51 [2021-03-01T19:10:51.539Z] #48 16.34 go: downloading github.com/stretchr/testify v1.4.0
19:10:51 [2021-03-01T19:10:51.539Z] #48 16.34 go: downloading github.com/sirupsen/logrus v1.4.2
19:10:51 [2021-03-01T19:10:51.540Z] #48 16.34 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:10:51 [2021-03-01T19:10:51.540Z] #48 16.34 go: downloading github.com/mattn/go-colorable v0.1.4
19:10:51 [2021-03-01T19:10:51.540Z] #48 16.44 go: downloading github.com/pkg/errors v0.8.1
19:10:51 [2021-03-01T19:10:51.540Z] #48 16.44 go: downloading github.com/spf13/viper v1.6.1
19:10:51 [2021-03-01T19:10:51.540Z] #48 16.55 go: extracting github.com/mattn/go-colorable v0.1.4
19:10:51 [2021-03-01T19:10:51.540Z] #48 16.73 go: extracting github.com/sirupsen/logrus v1.4.2
19:10:51 [2021-03-01T19:10:51.540Z] #48 16.76 go: extracting github.com/fatih/color v1.7.0
19:10:51 [2021-03-01T19:10:51.540Z] #48 16.78 go: downloading github.com/mattn/go-isatty v0.0.8
19:10:51 [2021-03-01T19:10:51.540Z] #48 16.97 go: downloading github.com/go-critic/go-critic v0.4.1
19:10:51 [2021-03-01T19:10:51.540Z] #48 16.98 go: downloading github.com/spf13/pflag v1.0.5
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.18 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.18 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.18 go: downloading github.com/mitchellh/go-homedir v1.1.0
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.26 go: extracting github.com/stretchr/testify v1.4.0
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.48 go: extracting github.com/pkg/errors v0.8.1
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.48 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.48 go: downloading github.com/go-lintpack/lintpack v0.5.2
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.49 go: extracting github.com/spf13/viper v1.6.1
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.53 go: extracting github.com/mattn/go-isatty v0.0.8
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.61 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.63 go: extracting github.com/mitchellh/go-homedir v1.1.0
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.76 go: downloading github.com/spf13/cobra v0.0.5
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.86 go: extracting github.com/go-critic/go-critic v0.4.1
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.88 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.98 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:10:51 [2021-03-01T19:10:51.540Z] #48 17.98 go: extracting github.com/go-lintpack/lintpack v0.5.2
19:10:51 [2021-03-01T19:10:51.540Z] #48 18.05 go: downloading github.com/spf13/jwalterweatherman v1.0.0
19:10:51 [2021-03-01T19:10:51.540Z] #48 18.06 go: extracting github.com/spf13/pflag v1.0.5
19:10:51 [2021-03-01T19:10:51.540Z] #48 18.14 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:10:51 [2021-03-01T19:10:51.540Z] #48 18.14 go: downloading github.com/hashicorp/hcl v1.0.0
19:10:51 [2021-03-01T19:10:51.540Z] #48 18.19 go: downloading gopkg.in/yaml.v2 v2.2.7
19:10:51 [2021-03-01T19:10:51.615Z] #42 45.44   DEP      compel/src/lib/infect-util.d
19:10:51 [2021-03-01T19:10:51.615Z] #42 45.56   DEP      compel/src/lib/infect-rpc.d
19:10:51 [2021-03-01T19:10:51.760Z] #12 ...
19:10:51 [2021-03-01T19:10:51.760Z] 
19:10:51 [2021-03-01T19:10:51.760Z] #54 [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
19:10:51 [2021-03-01T19:10:51.760Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:10:51 [2021-03-01T19:10:51.760Z] #54 12.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:51 [2021-03-01T19:10:51.760Z] #54 16.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:51 [2021-03-01T19:10:51.760Z] #54 ...
19:10:51 [2021-03-01T19:10:51.760Z] 
19:10:51 [2021-03-01T19:10:51.760Z] #48 [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
19:10:51 [2021-03-01T19:10:51.760Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:10:51 [2021-03-01T19:10:51.760Z] #48 22.51 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:10:51 [2021-03-01T19:10:51.760Z] #48 22.57 go: extracting github.com/hashicorp/hcl v1.0.0
19:10:51 [2021-03-01T19:10:51.760Z] #48 22.65 go: extracting github.com/fsnotify/fsnotify v1.4.7
19:10:51 [2021-03-01T19:10:51.822Z] #48 17.58 go: downloading github.com/sourcegraph/go-diff v0.5.1
19:10:51 [2021-03-01T19:10:51.822Z] #48 17.78 go: extracting github.com/sourcegraph/go-diff v0.5.1
19:10:51 [2021-03-01T19:10:51.877Z] #42 45.73   DEP      compel/arch/x86/src/lib/infect.d
19:10:51 [2021-03-01T19:10:51.877Z] #42 45.87   DEP      compel/arch/x86/src/lib/cpu.d
19:10:51 [2021-03-01T19:10:51.877Z] #42 45.91   DEP      compel/src/lib/log.d
19:10:52 [2021-03-01T19:10:52.022Z] #48 22.68 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:10:52 [2021-03-01T19:10:52.100Z] #48 18.14 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:10:52 [2021-03-01T19:10:52.102Z] #48 18.46 go: extracting github.com/spf13/cobra v0.0.5
19:10:52 [2021-03-01T19:10:52.102Z] #48 18.68 go: downloading github.com/spf13/afero v1.1.2
19:10:52 [2021-03-01T19:10:52.140Z] #42 46.01   DEP      compel/src/main.d
19:10:52 [2021-03-01T19:10:52.140Z] #42 46.14   DEP      compel/src/lib/handle-elf.d
19:10:52 [2021-03-01T19:10:52.140Z] #42 46.24   DEP      compel/arch/x86/src/lib/handle-elf.d
19:10:52 [2021-03-01T19:10:52.140Z] #42 ...
19:10:52 [2021-03-01T19:10:52.140Z] 
19:10:52 [2021-03-01T19:10:52.140Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:52 [2021-03-01T19:10:52.140Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:52 [2021-03-01T19:10:52.140Z] #12 126.7 Selecting previously unselected package libapparmor1:amd64.
19:10:52 [2021-03-01T19:10:52.140Z] #12 126.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
19:10:52 [2021-03-01T19:10:52.140Z] #12 126.8 Unpacking libapparmor1:amd64 (2.13.2-10) ...
19:10:52 [2021-03-01T19:10:52.346Z] #48 ...
19:10:52 [2021-03-01T19:10:52.346Z] 
19:10:52 [2021-03-01T19:10:52.346Z] #41 [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
19:10:52 [2021-03-01T19:10:52.346Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:10:52 [2021-03-01T19:10:52.346Z] #41 12.87 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:52 [2021-03-01T19:10:52.346Z] #41 17.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:52 [2021-03-01T19:10:52.346Z] #41 ...
19:10:52 [2021-03-01T19:10:52.346Z] 
19:10:52 [2021-03-01T19:10:52.346Z] #48 [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
19:10:52 [2021-03-01T19:10:52.346Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:10:52 [2021-03-01T19:10:52.346Z] #48 23.02 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:10:52 [2021-03-01T19:10:52.346Z] #48 23.02 go: downloading github.com/ultraware/funlen v0.0.2
19:10:52 [2021-03-01T19:10:52.358Z] #48 18.99 go: extracting github.com/spf13/jwalterweatherman v1.0.0
19:10:52 [2021-03-01T19:10:52.358Z] #48 18.99 go: downloading github.com/go-toolsmith/astfmt v1.0.0
19:10:52 [2021-03-01T19:10:52.369Z] #48 18.32 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:10:52 [2021-03-01T19:10:52.415Z] #12 126.9 Selecting previously unselected package libapparmor-dev:amd64.
19:10:52 [2021-03-01T19:10:52.415Z] #12 126.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
19:10:52 [2021-03-01T19:10:52.415Z] #12 127.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
19:10:52 [2021-03-01T19:10:52.415Z] #12 127.1 Selecting previously unselected package libbtrfs0.
19:10:52 [2021-03-01T19:10:52.507Z] #63 22.64 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:  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:  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.
19:10:52 [2021-03-01T19:10:52.507Z] #63 24.50 + cd /tmp/tmp.TdxPB5HC80/src/github.com/docker/libnetwork
19:10:52 [2021-03-01T19:10:52.507Z] #63 24.50 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:52 [2021-03-01T19:10:52.634Z] #48 18.48 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:10:52 [2021-03-01T19:10:52.679Z] #12 127.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
19:10:52 [2021-03-01T19:10:52.679Z] #12 127.1 Unpacking libbtrfs0 (4.20.1-2) ...
19:10:52 [2021-03-01T19:10:52.679Z] #12 127.2 Selecting previously unselected package libbtrfs-dev.
19:10:52 [2021-03-01T19:10:52.679Z] #12 127.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
19:10:52 [2021-03-01T19:10:52.679Z] #12 127.2 Unpacking libbtrfs-dev (4.20.1-2) ...
19:10:52 [2021-03-01T19:10:52.679Z] #12 127.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
19:10:52 [2021-03-01T19:10:52.920Z] #48 19.30 go: downloading github.com/mitchellh/mapstructure v1.1.2
19:10:52 [2021-03-01T19:10:52.920Z] #48 19.30 go: downloading github.com/pmezard/go-difflib v1.0.0
19:10:52 [2021-03-01T19:10:52.920Z] #48 19.38 go: extracting github.com/go-toolsmith/astfmt v1.0.0
19:10:52 [2021-03-01T19:10:52.938Z] #48 23.55 go: extracting github.com/ultraware/funlen v0.0.2
19:10:52 [2021-03-01T19:10:52.938Z] #48 ...
19:10:52 [2021-03-01T19:10:52.938Z] 
19:10:52 [2021-03-01T19:10:52.938Z] #35 [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
19:10:52 [2021-03-01T19:10:52.938Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:10:52 [2021-03-01T19:10:52.938Z] #35 13.60 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:52 [2021-03-01T19:10:52.938Z] #35 17.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:52 [2021-03-01T19:10:52.938Z] #35 ...
19:10:52 [2021-03-01T19:10:52.938Z] 
19:10:52 [2021-03-01T19:10:52.938Z] #23 [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
19:10:52 [2021-03-01T19:10:52.938Z] #23 sha256:ab887bc2edb4a22203b8eee62708f36091af8dbec8e17c56e25efa2af23c55c2
19:10:52 [2021-03-01T19:10:52.938Z] #23 21.44 + mkdir -p /build
19:10:52 [2021-03-01T19:10:52.938Z] #23 21.45 + mv docker/docker /build/
19:10:52 [2021-03-01T19:10:52.938Z] #23 21.45 + rmdir docker
19:10:52 [2021-03-01T19:10:52.938Z] #23 DONE 23.8s
19:10:52 [2021-03-01T19:10:52.938Z] 
19:10:52 [2021-03-01T19:10:52.938Z] #48 [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
19:10:52 [2021-03-01T19:10:52.938Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:10:52 [2021-03-01T19:10:52.938Z] #48 23.66 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:10:52 [2021-03-01T19:10:52.938Z] #48 23.69 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:10:52 [2021-03-01T19:10:52.938Z] #48 23.71 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
19:10:52 [2021-03-01T19:10:52.941Z] #12 127.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
19:10:52 [2021-03-01T19:10:52.941Z] #12 127.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
19:10:52 [2021-03-01T19:10:52.941Z] #12 127.4 Selecting previously unselected package libudev-dev:amd64.
19:10:52 [2021-03-01T19:10:52.941Z] #12 127.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ...
19:10:52 [2021-03-01T19:10:52.941Z] #12 127.5 Unpacking libudev-dev:amd64 (241-7~deb10u6) ...
19:10:53 [2021-03-01T19:10:53.038Z] #54 142.8 + bin/containerd-shim
19:10:53 [2021-03-01T19:10:53.077Z] #63 24.93 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
19:10:53 [2021-03-01T19:10:53.176Z] #48 19.76 go: extracting gopkg.in/yaml.v2 v2.2.7
19:10:53 [2021-03-01T19:10:53.176Z] #48 19.76 go: extracting github.com/hashicorp/hcl v1.0.0
19:10:53 [2021-03-01T19:10:53.176Z] #48 19.76 go: extracting github.com/spf13/afero v1.1.2
19:10:53 [2021-03-01T19:10:53.176Z] #48 19.76 go: extracting github.com/pmezard/go-difflib v1.0.0
19:10:53 [2021-03-01T19:10:53.200Z] #12 127.6 Selecting previously unselected package libsepol1-dev:amd64.
19:10:53 [2021-03-01T19:10:53.200Z] #12 127.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
19:10:53 [2021-03-01T19:10:53.200Z] #12 127.7 Unpacking libsepol1-dev:amd64 (2.8-1) ...
19:10:53 [2021-03-01T19:10:53.433Z] #48 20.01 go: downloading gopkg.in/ini.v1 v1.51.0
19:10:53 [2021-03-01T19:10:53.458Z] #12 128.0 Selecting previously unselected package libpcre16-3:amd64.
19:10:53 [2021-03-01T19:10:53.458Z] #12 128.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
19:10:53 [2021-03-01T19:10:53.458Z] #12 128.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
19:10:53 [2021-03-01T19:10:53.458Z] #12 128.1 Selecting previously unselected package libpcre32-3:amd64.
19:10:53 [2021-03-01T19:10:53.512Z] #48 24.00 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
19:10:53 [2021-03-01T19:10:53.512Z] #48 24.11 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:10:53 [2021-03-01T19:10:53.512Z] #48 24.37 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:10:53 [2021-03-01T19:10:53.591Z] #36 ...
19:10:53 [2021-03-01T19:10:53.591Z] 
19:10:53 [2021-03-01T19:10:53.591Z] #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
19:10:53 [2021-03-01T19:10:53.591Z] #58 sha256:f6ef52bb326ed0be3edaffbcd9d857a90c9aa3376ca4e7627945a29fcbe9fce4
19:10:53 [2021-03-01T19:10:53.591Z] #58 30.80 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
19:10:53 [2021-03-01T19:10:53.591Z] #58 31.10 go: finding github.com/russross/blackfriday/v2 v2.1.0
19:10:53 [2021-03-01T19:10:53.591Z] #58 ...
19:10:53 [2021-03-01T19:10:53.591Z] 
19:10:53 [2021-03-01T19:10:53.591Z] #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
19:10:53 [2021-03-01T19:10:53.591Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c
19:10:53 [2021-03-01T19:10:53.591Z] #36 41.00 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB]
19:10:53 [2021-03-01T19:10:53.591Z] #36 41.11 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB]
19:10:53 [2021-03-01T19:10:53.591Z] #36 41.17 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB]
19:10:53 [2021-03-01T19:10:53.591Z] #36 41.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB]
19:10:53 [2021-03-01T19:10:53.591Z] #36 41.21 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB]
19:10:53 [2021-03-01T19:10:53.591Z] #36 41.23 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB]
19:10:53 [2021-03-01T19:10:53.689Z] #48 20.18 go: downloading github.com/spf13/cast v1.3.0
19:10:53 [2021-03-01T19:10:53.689Z] #48 ...
19:10:53 [2021-03-01T19:10:53.689Z] 
19:10:53 [2021-03-01T19:10:53.689Z] #46 [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
19:10:53 [2021-03-01T19:10:53.689Z] #46 sha256:c6be4ba31375be4adbdddc9f1d942722c7e8d1c1376b2d3d0488226145afdfd2
19:10:53 [2021-03-01T19:10:53.689Z] #46 10.14 go: extracting github.com/spf13/pflag v1.0.3
19:10:53 [2021-03-01T19:10:53.689Z] #46 10.55 go: extracting github.com/mattn/go-colorable v0.1.6
19:10:53 [2021-03-01T19:10:53.689Z] #46 10.83 go: extracting github.com/mattn/go-isatty v0.0.12
19:10:53 [2021-03-01T19:10:53.689Z] #46 12.63 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:53 [2021-03-01T19:10:53.689Z] #46 14.14 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:53 [2021-03-01T19:10:53.689Z] #46 14.40 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:53 [2021-03-01T19:10:53.689Z] #46 19.26 go: finding github.com/fatih/color v1.9.0
19:10:53 [2021-03-01T19:10:53.689Z] #46 19.39 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:53 [2021-03-01T19:10:53.689Z] #46 19.45 go: finding github.com/pkg/errors v0.9.1
19:10:53 [2021-03-01T19:10:53.689Z] #46 19.64 go: finding github.com/spf13/pflag v1.0.3
19:10:53 [2021-03-01T19:10:53.689Z] #46 19.64 go: finding github.com/mattn/go-colorable v0.1.6
19:10:53 [2021-03-01T19:10:53.689Z] #46 19.69 go: finding github.com/mattn/go-isatty v0.0.12
19:10:53 [2021-03-01T19:10:53.689Z] #46 19.84 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:53 [2021-03-01T19:10:53.689Z] #46 19.94 go: finding github.com/jonboulle/clockwork v0.1.0
19:10:53 [2021-03-01T19:10:53.689Z] #46 20.03 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:53 [2021-03-01T19:10:53.689Z] #46 20.15 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:53 [2021-03-01T19:10:53.689Z] #46 20.15 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:53 [2021-03-01T19:10:53.689Z] #46 ...
19:10:53 [2021-03-01T19:10:53.689Z] 
19:10:53 [2021-03-01T19:10:53.689Z] #48 [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
19:10:53 [2021-03-01T19:10:53.689Z] #48 sha256:168c0f5ada61fdd642bec32caecf8e9e7a2de628a7b62518278431f1b75c3186
19:10:53 [2021-03-01T19:10:53.689Z] #48 20.38 go: extracting github.com/mitchellh/mapstructure v1.1.2
19:10:53 [2021-03-01T19:10:53.718Z] #12 128.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
19:10:53 [2021-03-01T19:10:53.718Z] #12 128.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
19:10:53 [2021-03-01T19:10:53.718Z] #12 128.3 Selecting previously unselected package libpcrecpp0v5:amd64.
19:10:53 [2021-03-01T19:10:53.718Z] #12 128.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
19:10:53 [2021-03-01T19:10:53.718Z] #12 128.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
19:10:53 [2021-03-01T19:10:53.774Z] #48 24.48 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:10:53 [2021-03-01T19:10:53.774Z] #48 24.49 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:10:53 [2021-03-01T19:10:53.774Z] #48 24.49 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:10:53 [2021-03-01T19:10:53.774Z] #48 24.56 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:10:53 [2021-03-01T19:10:53.774Z] #48 24.61 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:10:53 [2021-03-01T19:10:53.950Z] #48 20.50 go: downloading github.com/davecgh/go-spew v1.1.1
19:10:53 [2021-03-01T19:10:53.950Z] #48 20.50 go: downloading golang.org/x/text v0.3.2
19:10:53 [2021-03-01T19:10:53.950Z] #48 ...
19:10:53 [2021-03-01T19:10:53.950Z] 
19:10:53 [2021-03-01T19:10:53.950Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:53 [2021-03-01T19:10:53.950Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:53 [2021-03-01T19:10:53.950Z] #12 10.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:53 [2021-03-01T19:10:53.950Z] #12 12.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:53 [2021-03-01T19:10:53.950Z] #12 ...
19:10:53 [2021-03-01T19:10:53.950Z] 
19:10:53 [2021-03-01T19:10:53.950Z] #48 [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
19:10:53 [2021-03-01T19:10:53.950Z] #48 sha256:168c0f5ada61fdd642bec32caecf8e9e7a2de628a7b62518278431f1b75c3186
19:10:53 [2021-03-01T19:10:53.950Z] #48 20.72 go: extracting github.com/spf13/cast v1.3.0
19:10:53 [2021-03-01T19:10:53.950Z] #48 20.72 go: downloading github.com/go-toolsmith/astcast v1.0.0
19:10:53 [2021-03-01T19:10:53.977Z] #12 128.5 Selecting previously unselected package libpcre3-dev:amd64.
19:10:53 [2021-03-01T19:10:53.977Z] #12 128.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
19:10:53 [2021-03-01T19:10:53.977Z] #12 128.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
19:10:54 [2021-03-01T19:10:54.054Z] #48 24.69 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:10:54 [2021-03-01T19:10:54.054Z] #48 24.78 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:10:54 [2021-03-01T19:10:54.207Z] #48 20.88 go: extracting github.com/davecgh/go-spew v1.1.1
19:10:54 [2021-03-01T19:10:54.207Z] #48 20.99 go: extracting gopkg.in/ini.v1 v1.51.0
19:10:54 [2021-03-01T19:10:54.207Z] #48 20.99 go: downloading github.com/pelletier/go-toml v1.2.0
19:10:54 [2021-03-01T19:10:54.235Z] #12 128.9 Selecting previously unselected package libselinux1-dev:amd64.
19:10:54 [2021-03-01T19:10:54.236Z] #12 128.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
19:10:54 [2021-03-01T19:10:54.316Z] #48 25.08 go: downloading github.com/stretchr/testify v1.4.0
19:10:54 [2021-03-01T19:10:54.464Z] #48 21.08 go: downloading github.com/go-toolsmith/astequal v1.0.0
19:10:54 [2021-03-01T19:10:54.464Z] #48 21.14 go: extracting github.com/go-toolsmith/astcast v1.0.0
19:10:54 [2021-03-01T19:10:54.464Z] #48 21.22 go: downloading github.com/subosito/gotenv v1.2.0
19:10:54 [2021-03-01T19:10:54.464Z] #48 ...
19:10:54 [2021-03-01T19:10:54.464Z] 
19:10:54 [2021-03-01T19:10:54.464Z] #35 [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
19:10:54 [2021-03-01T19:10:54.464Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:10:54 [2021-03-01T19:10:54.464Z] #35 11.22 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:10:54 [2021-03-01T19:10:54.464Z] #35 13.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:54 [2021-03-01T19:10:54.497Z] #12 129.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
19:10:54 [2021-03-01T19:10:54.497Z] #12 129.2 Selecting previously unselected package libdevmapper-dev:amd64.
19:10:54 [2021-03-01T19:10:54.574Z] #48 ...
19:10:54 [2021-03-01T19:10:54.574Z] 
19:10:54 [2021-03-01T19:10:54.574Z] #26 [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
19:10:54 [2021-03-01T19:10:54.574Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4
19:10:54 [2021-03-01T19:10:54.574Z] #26 25.01 Updating certificates in /etc/ssl/certs...
19:10:54 [2021-03-01T19:10:54.574Z] #26 31.14 137 added, 0 removed; done.
19:10:54 [2021-03-01T19:10:54.574Z] #26 31.47 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
19:10:54 [2021-03-01T19:10:54.574Z] #26 31.56 Setting up jq (1.5+dfsg-2+b1) ...
19:10:54 [2021-03-01T19:10:54.574Z] #26 31.59 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ...
19:10:54 [2021-03-01T19:10:54.574Z] #26 31.77 Setting up curl (7.64.0-4+deb10u1) ...
19:10:54 [2021-03-01T19:10:54.574Z] #26 31.83 Processing triggers for libc-bin (2.28-10) ...
19:10:54 [2021-03-01T19:10:54.574Z] #26 31.95 Processing triggers for ca-certificates (20200601~deb10u2) ...
19:10:54 [2021-03-01T19:10:54.574Z] #26 32.00 Updating certificates in /etc/ssl/certs...
19:10:54 [2021-03-01T19:10:54.574Z] #26 ...
19:10:54 [2021-03-01T19:10:54.574Z] 
19:10:54 [2021-03-01T19:10:54.574Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:10:54 [2021-03-01T19:10:54.574Z] #33 sha256:a64741ee29412eedbce073cd4e6efaa9512f80156f8d958566099bb0fab3a338
19:10:54 [2021-03-01T19:10:54.574Z] #33 10.39 runtime
19:10:54 [2021-03-01T19:10:54.574Z] #33 10.43 encoding
19:10:54 [2021-03-01T19:10:54.574Z] #33 10.84 runtime/cgo
19:10:54 [2021-03-01T19:10:54.578Z] #48 25.29 go: extracting github.com/stretchr/testify v1.4.0
19:10:54 [2021-03-01T19:10:54.730Z] #35 ...
19:10:54 [2021-03-01T19:10:54.730Z] 
19:10:54 [2021-03-01T19:10:54.730Z] #48 [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
19:10:54 [2021-03-01T19:10:54.730Z] #48 sha256:168c0f5ada61fdd642bec32caecf8e9e7a2de628a7b62518278431f1b75c3186
19:10:54 [2021-03-01T19:10:54.730Z] #48 21.27 go: extracting github.com/go-toolsmith/astequal v1.0.0
19:10:54 [2021-03-01T19:10:54.761Z] #12 129.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
19:10:54 [2021-03-01T19:10:54.761Z] #12 129.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
19:10:54 [2021-03-01T19:10:54.761Z] #12 129.3 Selecting previously unselected package libseccomp-dev:amd64.
19:10:54 [2021-03-01T19:10:54.761Z] #12 ...
19:10:54 [2021-03-01T19:10:54.761Z] 
19:10:54 [2021-03-01T19:10:54.761Z] #44 [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
19:10:54 [2021-03-01T19:10:54.761Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:10:54 [2021-03-01T19:10:54.761Z] #44 119.3 mime
19:10:54 [2021-03-01T19:10:54.761Z] #44 121.0 mime/quotedprintable
19:10:54 [2021-03-01T19:10:54.761Z] #44 121.3 net/http/internal
19:10:54 [2021-03-01T19:10:54.761Z] #44 123.8 crypto/tls
19:10:54 [2021-03-01T19:10:54.761Z] #44 ...
19:10:54 [2021-03-01T19:10:54.761Z] 
19:10:54 [2021-03-01T19:10:54.761Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:54 [2021-03-01T19:10:54.761Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:54 [2021-03-01T19:10:54.761Z] #12 129.3 Selecting previously unselected package libseccomp-dev:amd64.
19:10:54 [2021-03-01T19:10:54.761Z] #12 129.3 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
19:10:54 [2021-03-01T19:10:54.761Z] #12 129.4 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
19:10:54 [2021-03-01T19:10:54.840Z] #33 ...
19:10:54 [2021-03-01T19:10:54.840Z] 
19:10:54 [2021-03-01T19:10:54.840Z] #46 [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
19:10:54 [2021-03-01T19:10:54.840Z] #46 sha256:a9c8cbe5db0dbf1da2bdf859abf542f8216a88664925f33a72ae6f49e7c87e60
19:10:54 [2021-03-01T19:10:54.840Z] #46 19.21 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:54 [2021-03-01T19:10:54.840Z] #46 19.25 go: finding github.com/fatih/color v1.9.0
19:10:54 [2021-03-01T19:10:54.840Z] #46 19.26 go: finding github.com/pkg/errors v0.9.1
19:10:54 [2021-03-01T19:10:54.840Z] #46 19.26 go: finding github.com/spf13/pflag v1.0.3
19:10:54 [2021-03-01T19:10:54.840Z] #46 19.45 go: finding github.com/mattn/go-colorable v0.1.6
19:10:54 [2021-03-01T19:10:54.840Z] #46 19.59 go: finding github.com/mattn/go-isatty v0.0.12
19:10:54 [2021-03-01T19:10:54.840Z] #46 19.93 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:54 [2021-03-01T19:10:54.840Z] #46 19.94 go: finding github.com/jonboulle/clockwork v0.1.0
19:10:54 [2021-03-01T19:10:54.840Z] #46 20.04 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:54 [2021-03-01T19:10:54.840Z] #46 20.12 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:54 [2021-03-01T19:10:54.840Z] #46 20.13 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:54 [2021-03-01T19:10:54.840Z] #46 ...
19:10:54 [2021-03-01T19:10:54.840Z] 
19:10:54 [2021-03-01T19:10:54.840Z] #41 [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
19:10:54 [2021-03-01T19:10:54.840Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
19:10:54 [2021-03-01T19:10:54.840Z] #41 10.90 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [263 kB]
19:10:54 [2021-03-01T19:10:54.840Z] #41 12.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
19:10:54 [2021-03-01T19:10:54.840Z] #41 20.85 Fetched 8247 kB in 13s (643 kB/s)
19:10:55 [2021-03-01T19:10:55.004Z] #48 21.41 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
19:10:55 [2021-03-01T19:10:55.004Z] #48 21.41 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:10:55 [2021-03-01T19:10:55.004Z] #48 21.60 go: extracting github.com/pelletier/go-toml v1.2.0
19:10:55 [2021-03-01T19:10:55.004Z] #48 21.61 go: extracting github.com/subosito/gotenv v1.2.0
19:10:55 [2021-03-01T19:10:55.004Z] #48 21.63 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:10:55 [2021-03-01T19:10:55.004Z] #48 21.78 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:10:55 [2021-03-01T19:10:55.021Z] #12 129.5 Selecting previously unselected package libsystemd-dev:amd64.
19:10:55 [2021-03-01T19:10:55.022Z] #12 129.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ...
19:10:55 [2021-03-01T19:10:55.022Z] #12 129.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ...
19:10:55 [2021-03-01T19:10:55.106Z] #41 20.85 Reading package lists...
19:10:55 [2021-03-01T19:10:55.106Z] #41 ...
19:10:55 [2021-03-01T19:10:55.106Z] 
19:10:55 [2021-03-01T19:10:55.106Z] #57 [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
19:10:55 [2021-03-01T19:10:55.106Z] #57 sha256:262beed359b27934d5d1e2260bb19a1c691fef3a46a7864a0193a363e8310e8c
19:10:55 [2021-03-01T19:10:55.106Z] #57 12.21 + cd /tmp/tmp.ZRECdf2Ksr/src/github.com/rootless-containers/rootlesskit
19:10:55 [2021-03-01T19:10:55.106Z] #57 12.21 + git checkout -q f17d87b7c553c32272442d7ca5e9cacbe716b2ee
19:10:55 [2021-03-01T19:10:55.106Z] #57 12.52 + export GO111MODULE=on
19:10:55 [2021-03-01T19:10:55.106Z] #57 12.52 + GO111MODULE=on
19:10:55 [2021-03-01T19:10:55.106Z] #57 12.52 + for f in rootlesskit rootlesskit-docker-proxy
19:10:55 [2021-03-01T19:10:55.106Z] #57 12.52 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
19:10:55 [2021-03-01T19:10:55.106Z] #57 14.54 go: downloading github.com/google/uuid v1.2.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 14.59 go: downloading github.com/pkg/errors v0.9.1
19:10:55 [2021-03-01T19:10:55.106Z] #57 14.61 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:10:55 [2021-03-01T19:10:55.106Z] #57 14.62 go: downloading github.com/urfave/cli/v2 v2.3.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 14.66 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:10:55 [2021-03-01T19:10:55.106Z] #57 14.72 go: extracting github.com/pkg/errors v0.9.1
19:10:55 [2021-03-01T19:10:55.106Z] #57 14.86 go: downloading github.com/moby/vpnkit v0.5.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 14.90 go: downloading github.com/sirupsen/logrus v1.8.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 15.04 go: downloading github.com/moby/sys/mountinfo v0.4.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 15.08 go: downloading github.com/gorilla/mux v1.8.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 15.10 go: downloading github.com/gofrs/flock v0.8.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 15.12 go: extracting github.com/google/uuid v1.2.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 15.31 go: extracting github.com/moby/sys/mountinfo v0.4.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 15.54 go: extracting github.com/sirupsen/logrus v1.8.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 15.76 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:10:55 [2021-03-01T19:10:55.106Z] #57 15.93 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:10:55 [2021-03-01T19:10:55.106Z] #57 16.17 go: extracting github.com/gofrs/flock v0.8.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 16.17 go: extracting github.com/gorilla/mux v1.8.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 16.23 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:10:55 [2021-03-01T19:10:55.106Z] #57 17.38 go: extracting github.com/moby/vpnkit v0.5.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 18.11 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:10:55 [2021-03-01T19:10:55.106Z] #57 18.13 go: downloading github.com/u-root/u-root v7.0.0+incompatible
19:10:55 [2021-03-01T19:10:55.106Z] #57 18.15 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:10:55 [2021-03-01T19:10:55.106Z] #57 18.57 go: extracting github.com/urfave/cli/v2 v2.3.0
19:10:55 [2021-03-01T19:10:55.106Z] #57 20.75 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:10:55 [2021-03-01T19:10:55.106Z] #57 ...
19:10:55 [2021-03-01T19:10:55.106Z] 
19:10:55 [2021-03-01T19:10:55.106Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:55 [2021-03-01T19:10:55.106Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:10:55 [2021-03-01T19:10:55.106Z] #12 11.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
19:10:55 [2021-03-01T19:10:55.106Z] #12 19.77 Fetched 8247 kB in 13s (622 kB/s)
19:10:55 [2021-03-01T19:10:55.372Z] #12 19.77 Reading package lists...
19:10:55 [2021-03-01T19:10:55.372Z] #12 ...
19:10:55 [2021-03-01T19:10:55.372Z] 
19:10:55 [2021-03-01T19:10:55.372Z] #35 [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
19:10:55 [2021-03-01T19:10:55.372Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
19:10:55 [2021-03-01T19:10:55.372Z] #35 11.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
19:10:55 [2021-03-01T19:10:55.372Z] #35 19.68 Fetched 8247 kB in 13s (648 kB/s)
19:10:55 [2021-03-01T19:10:55.372Z] #35 19.68 Reading package lists...
19:10:55 [2021-03-01T19:10:55.372Z] #35 ...
19:10:55 [2021-03-01T19:10:55.372Z] 
19:10:55 [2021-03-01T19:10:55.372Z] #48 [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
19:10:55 [2021-03-01T19:10:55.372Z] #48 sha256:cfaf15b268936d8153020f50236023b313c41bdd6d51534f3599c62533626ca3
19:10:55 [2021-03-01T19:10:55.372Z] #48 21.40 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:10:55 [2021-03-01T19:10:55.372Z] #48 21.43 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:10:55 [2021-03-01T19:10:55.372Z] #48 21.46 go: downloading github.com/spf13/cobra v0.0.5
19:10:55 [2021-03-01T19:10:55.570Z] #48 22.18 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:10:55 [2021-03-01T19:10:55.570Z] #48 22.30 go: downloading github.com/go-toolsmith/astcopy v1.0.0
19:10:55 [2021-03-01T19:10:55.589Z] #12 130.1 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
19:10:55 [2021-03-01T19:10:55.589Z] #12 130.1 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
19:10:55 [2021-03-01T19:10:55.589Z] #12 130.2 Setting up libapparmor1:amd64 (2.13.2-10) ...
19:10:55 [2021-03-01T19:10:55.589Z] #12 130.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:10:55 [2021-03-01T19:10:55.589Z] #12 130.2 Setting up libpcre16-3:amd64 (2:8.39-12) ...
19:10:55 [2021-03-01T19:10:55.589Z] #12 130.2 Setting up libsepol1-dev:amd64 (2.8-1) ...
19:10:55 [2021-03-01T19:10:55.589Z] #12 130.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:10:55 [2021-03-01T19:10:55.640Z] #48 21.46 go: downloading github.com/ultraware/funlen v0.0.2
19:10:55 [2021-03-01T19:10:55.640Z] #48 21.46 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:10:55 [2021-03-01T19:10:55.640Z] #48 21.59 go: downloading github.com/spf13/viper v1.6.1
19:10:55 [2021-03-01T19:10:55.640Z] #48 21.59 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:10:55 [2021-03-01T19:10:55.640Z] #48 21.60 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:10:55 [2021-03-01T19:10:55.640Z] #48 21.61 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
19:10:55 [2021-03-01T19:10:55.640Z] #48 21.64 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:10:55 [2021-03-01T19:10:55.640Z] #48 21.67 go: downloading github.com/uudashr/gocognit v1.0.1
19:10:55 [2021-03-01T19:10:55.640Z] #48 21.72 go: extracting github.com/ultraware/funlen v0.0.2
19:10:55 [2021-03-01T19:10:55.720Z] #36 ...
19:10:55 [2021-03-01T19:10:55.720Z] 
19:10:55 [2021-03-01T19:10:55.720Z] #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
19:10:55 [2021-03-01T19:10:55.720Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea
19:10:55 [2021-03-01T19:10:55.720Z] #55 39.19 The following additional packages will be installed:
19:10:55 [2021-03-01T19:10:55.720Z] #55 39.20   libbtrfs0
19:10:55 [2021-03-01T19:10:55.720Z] #55 39.36 The following NEW packages will be installed:
19:10:55 [2021-03-01T19:10:55.720Z] #55 39.37   libbtrfs-dev libbtrfs0
19:10:55 [2021-03-01T19:10:55.720Z] #55 39.50 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded.
19:10:55 [2021-03-01T19:10:55.720Z] #55 39.50 Need to get 120 kB of archives.
19:10:55 [2021-03-01T19:10:55.720Z] #55 39.50 After this operation, 423 kB of additional disk space will be used.
19:10:55 [2021-03-01T19:10:55.720Z] #55 39.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
19:10:55 [2021-03-01T19:10:55.720Z] #55 39.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
19:10:55 [2021-03-01T19:10:55.720Z] #55 41.50 debconf: delaying package configuration, since apt-utils is not installed
19:10:55 [2021-03-01T19:10:55.720Z] #55 41.93 Fetched 120 kB in 0s (1476 kB/s)
19:10:55 [2021-03-01T19:10:55.720Z] #55 42.02 Selecting previously unselected package libbtrfs0.
19:10:55 [2021-03-01T19:10:55.720Z] #55 42.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 ... 15339 files and directories currently installed.)
19:10:55 [2021-03-01T19:10:55.720Z] #55 42.26 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ...
19:10:55 [2021-03-01T19:10:55.720Z] #55 42.29 Unpacking libbtrfs0 (4.20.1-2) ...
19:10:55 [2021-03-01T19:10:55.720Z] #55 42.47 Selecting previously unselected package libbtrfs-dev.
19:10:55 [2021-03-01T19:10:55.720Z] #55 42.47 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ...
19:10:55 [2021-03-01T19:10:55.720Z] #55 42.48 Unpacking libbtrfs-dev (4.20.1-2) ...
19:10:55 [2021-03-01T19:10:55.720Z] #55 42.75 Setting up libbtrfs0 (4.20.1-2) ...
19:10:55 [2021-03-01T19:10:55.720Z] #55 42.78 Setting up libbtrfs-dev (4.20.1-2) ...
19:10:55 [2021-03-01T19:10:55.720Z] #55 42.78 Processing triggers for libc-bin (2.28-10) ...
19:10:55 [2021-03-01T19:10:55.720Z] #55 DONE 43.1s
19:10:55 [2021-03-01T19:10:55.720Z] 
19:10:55 [2021-03-01T19:10:55.720Z] #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
19:10:55 [2021-03-01T19:10:55.720Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c
19:10:55 [2021-03-01T19:10:55.720Z] #36 43.14 debconf: delaying package configuration, since apt-utils is not installed
19:10:55 [2021-03-01T19:10:55.826Z] #48 22.59 go: extracting github.com/go-toolsmith/astcopy v1.0.0
19:10:55 [2021-03-01T19:10:55.826Z] #48 22.59 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.2 Setting up libbtrfs0 (4.20.1-2) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.3 Setting up libpcre32-3:amd64 (2:8.39-12) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.3 Setting up libudev-dev:amd64 (241-7~deb10u6) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.3 Setting up libbtrfs-dev (4.20.1-2) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.3 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.4 Setting up mingw-w64-common (6.0.0-3) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.4 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.4 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.5 Setting up dmsetup (2:1.02.155-3) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
19:10:55 [2021-03-01T19:10:55.848Z] #12 130.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
19:10:55 [2021-03-01T19:10:55.904Z] #48 21.72 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:10:55 [2021-03-01T19:10:55.904Z] #48 21.72 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:10:55 [2021-03-01T19:10:55.904Z] #48 21.80 go: extracting github.com/uudashr/gocognit v1.0.1
19:10:55 [2021-03-01T19:10:55.904Z] #48 21.81 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:10:55 [2021-03-01T19:10:55.904Z] #48 21.86 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:10:55 [2021-03-01T19:10:55.904Z] #48 22.00 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
19:10:56 [2021-03-01T19:10:56.021Z] #36 43.47 Fetched 14.9 MB in 3s (4493 kB/s)
19:10:56 [2021-03-01T19:10:56.021Z] #36 43.62 Selecting previously unselected package xxd.
19:10:56 [2021-03-01T19:10:56.021Z] #36 43.62 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
19:10:56 [2021-03-01T19:10:56.021Z] #36 43.71 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ...
19:10:56 [2021-03-01T19:10:56.021Z] #36 43.72 Unpacking xxd (2:8.1.0875-5) ...
19:10:56 [2021-03-01T19:10:56.113Z] #12 130.6 Processing triggers for libc-bin (2.28-10) ...
19:10:56 [2021-03-01T19:10:56.169Z] #48 22.00 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:10:56 [2021-03-01T19:10:56.169Z] #48 22.00 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
19:10:56 [2021-03-01T19:10:56.169Z] #48 22.01 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:10:56 [2021-03-01T19:10:56.169Z] #48 ...
19:10:56 [2021-03-01T19:10:56.169Z] 
19:10:56 [2021-03-01T19:10:56.169Z] #44 [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
19:10:56 [2021-03-01T19:10:56.169Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:10:56 [2021-03-01T19:10:56.169Z] #44 12.08 crypto/internal/subtle
19:10:56 [2021-03-01T19:10:56.169Z] #44 12.32 crypto/subtle
19:10:56 [2021-03-01T19:10:56.169Z] #44 12.59 vendor/golang.org/x/crypto/cryptobyte/asn1
19:10:56 [2021-03-01T19:10:56.169Z] #44 12.87 internal/nettrace
19:10:56 [2021-03-01T19:10:56.169Z] #44 13.50 runtime/cgo
19:10:56 [2021-03-01T19:10:56.169Z] #44 13.79 vendor/golang.org/x/crypto/internal/subtle
19:10:56 [2021-03-01T19:10:56.169Z] #44 ...
19:10:56 [2021-03-01T19:10:56.169Z] 
19:10:56 [2021-03-01T19:10:56.169Z] #48 [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
19:10:56 [2021-03-01T19:10:56.169Z] #48 sha256:cfaf15b268936d8153020f50236023b313c41bdd6d51534f3599c62533626ca3
19:10:56 [2021-03-01T19:10:56.169Z] #48 22.17 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:10:56 [2021-03-01T19:10:56.389Z] #48 22.89 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:10:56 [2021-03-01T19:10:56.434Z] #48 22.17 go: downloading github.com/gogo/protobuf v1.2.1
19:10:56 [2021-03-01T19:10:56.434Z] #48 22.22 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:10:56 [2021-03-01T19:10:56.434Z] #48 22.31 go: extracting github.com/spf13/cobra v0.0.5
19:10:56 [2021-03-01T19:10:56.434Z] #48 22.31 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
19:10:56 [2021-03-01T19:10:56.434Z] #48 22.31 go: downloading github.com/gobwas/glob v0.2.3
19:10:56 [2021-03-01T19:10:56.434Z] #48 22.34 go: extracting github.com/spf13/viper v1.6.1
19:10:56 [2021-03-01T19:10:56.434Z] #48 22.35 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:10:56 [2021-03-01T19:10:56.434Z] #48 22.37 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:10:56 [2021-03-01T19:10:56.645Z] #48 ...
19:10:56 [2021-03-01T19:10:56.645Z] 
19:10:56 [2021-03-01T19:10:56.645Z] #44 [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
19:10:56 [2021-03-01T19:10:56.645Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:10:56 [2021-03-01T19:10:56.645Z] #44 13.34 unicode/utf8
19:10:56 [2021-03-01T19:10:56.645Z] #44 14.13 math
19:10:56 [2021-03-01T19:10:56.645Z] #44 18.57 unicode/utf16
19:10:56 [2021-03-01T19:10:56.645Z] #44 18.86 container/list
19:10:56 [2021-03-01T19:10:56.645Z] #44 19.30 crypto/internal/subtle
19:10:56 [2021-03-01T19:10:56.645Z] #44 19.48 crypto/subtle
19:10:56 [2021-03-01T19:10:56.645Z] #44 19.63 vendor/golang.org/x/crypto/cryptobyte/asn1
19:10:56 [2021-03-01T19:10:56.645Z] #44 19.84 internal/nettrace
19:10:56 [2021-03-01T19:10:56.645Z] #44 20.13 runtime/cgo
19:10:56 [2021-03-01T19:10:56.676Z] #36 44.09 Selecting previously unselected package vim-common.
19:10:56 [2021-03-01T19:10:56.677Z] #36 44.09 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
19:10:56 [2021-03-01T19:10:56.677Z] #36 44.21 Unpacking vim-common (2:8.1.0875-5) ...
19:10:56 [2021-03-01T19:10:56.923Z] #44 ...
19:10:56 [2021-03-01T19:10:56.923Z] 
19:10:56 [2021-03-01T19:10:56.923Z] #54 [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
19:10:56 [2021-03-01T19:10:56.923Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:10:56 [2021-03-01T19:10:56.923Z] #54 13.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:10:56 [2021-03-01T19:10:56.923Z] #54 ...
19:10:56 [2021-03-01T19:10:56.923Z] 
19:10:56 [2021-03-01T19:10:56.923Z] #63 [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
19:10:56 [2021-03-01T19:10:56.923Z] #63 sha256:ae5a906888c10269a90eccae49e99316d923b730f07466cecd771ee23f2acbf6
19:10:56 [2021-03-01T19:10:56.923Z] #63 22.29 Checking out files:  44% (853/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:  99% (1888/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
19:10:56 [2021-03-01T19:10:56.923Z] #63 23.37 + cd /tmp/tmp.wj1yQZvcRV/src/github.com/docker/libnetwork
19:10:56 [2021-03-01T19:10:56.923Z] #63 23.37 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:10:56 [2021-03-01T19:10:56.979Z] #36 44.59 Selecting previously unselected package cmake-data.
19:10:56 [2021-03-01T19:10:56.980Z] #36 44.60 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
19:10:56 [2021-03-01T19:10:56.980Z] #36 44.61 Unpacking cmake-data (3.13.4-1) ...
19:10:57 [2021-03-01T19:10:57.117Z] #48 ...
19:10:57 [2021-03-01T19:10:57.117Z] 
19:10:57 [2021-03-01T19:10:57.117Z] #54 [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
19:10:57 [2021-03-01T19:10:57.117Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
19:10:57 [2021-03-01T19:10:57.117Z] #54 12.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
19:10:57 [2021-03-01T19:10:57.117Z] #54 21.43 Fetched 8247 kB in 13s (613 kB/s)
19:10:57 [2021-03-01T19:10:57.117Z] #54 21.43 Reading package lists...
19:10:57 [2021-03-01T19:10:57.117Z] #54 ...
19:10:57 [2021-03-01T19:10:57.117Z] 
19:10:57 [2021-03-01T19:10:57.117Z] #48 [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
19:10:57 [2021-03-01T19:10:57.118Z] #48 sha256:cfaf15b268936d8153020f50236023b313c41bdd6d51534f3599c62533626ca3
19:10:57 [2021-03-01T19:10:57.118Z] #48 22.76 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:10:57 [2021-03-01T19:10:57.478Z] #54 147.1 + bin/containerd-shim-runc-v1
19:10:57 [2021-03-01T19:10:57.500Z] #63 24.11 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
19:10:57 [2021-03-01T19:10:57.520Z] #48 22.96 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:10:57 [2021-03-01T19:10:57.520Z] #48 23.36 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:10:57 [2021-03-01T19:10:57.520Z] #48 23.45 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:10:57 [2021-03-01T19:10:57.520Z] #48 23.49 go: downloading github.com/go-toolsmith/astcast v1.0.0
19:10:57 [2021-03-01T19:10:57.520Z] #48 23.53 go: downloading github.com/ultraware/whitespace v0.0.4
19:10:57 [2021-03-01T19:10:57.966Z] #48 23.55 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:10:58 [2021-03-01T19:10:58.231Z] #48 23.72 go: downloading github.com/magiconair/properties v1.8.1
19:10:58 [2021-03-01T19:10:58.231Z] #48 23.77 go: extracting github.com/gobwas/glob v0.2.3
19:10:58 [2021-03-01T19:10:58.231Z] #48 23.80 go: downloading github.com/pelletier/go-toml v1.2.0
19:10:58 [2021-03-01T19:10:58.231Z] #48 ...
19:10:58 [2021-03-01T19:10:58.231Z] 
19:10:58 [2021-03-01T19:10:58.231Z] #50 [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
19:10:58 [2021-03-01T19:10:58.231Z] #50 sha256:61ffb682b08da8166431e3071096480556c305352f9565518b626d76daae301c
19:10:58 [2021-03-01T19:10:58.231Z] #50 13.93 + cd /tmp/tmp.QnDGuhl0rb/src/github.com/mvdan/sh
19:10:58 [2021-03-01T19:10:58.231Z] #50 13.93 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:58 [2021-03-01T19:10:58.231Z] #50 14.05 + GO111MODULE=on
19:10:58 [2021-03-01T19:10:58.231Z] #50 14.05 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
19:10:58 [2021-03-01T19:10:58.231Z] #50 15.27 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:10:58 [2021-03-01T19:10:58.231Z] #50 15.35 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:10:58 [2021-03-01T19:10:58.231Z] #50 15.53 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:10:58 [2021-03-01T19:10:58.231Z] #50 15.65 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:10:58 [2021-03-01T19:10:58.231Z] #50 15.83 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:10:58 [2021-03-01T19:10:58.231Z] #50 16.63 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:10:58 [2021-03-01T19:10:58.231Z] #50 17.79 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:10:58 [2021-03-01T19:10:58.231Z] #50 18.73 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:10:58 [2021-03-01T19:10:58.231Z] #50 20.27 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:10:58 [2021-03-01T19:10:58.231Z] #50 20.32 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:10:58 [2021-03-01T19:10:58.231Z] #50 20.61 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:10:58 [2021-03-01T19:10:58.231Z] #50 21.04 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:10:58 [2021-03-01T19:10:58.231Z] #50 22.37 runtime
19:10:58 [2021-03-01T19:10:58.231Z] #50 ...
19:10:58 [2021-03-01T19:10:58.231Z] 
19:10:58 [2021-03-01T19:10:58.231Z] #57 [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
19:10:58 [2021-03-01T19:10:58.231Z] #57 sha256:262beed359b27934d5d1e2260bb19a1c691fef3a46a7864a0193a363e8310e8c
19:10:58 [2021-03-01T19:10:58.231Z] #57 22.88 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
19:10:58 [2021-03-01T19:10:58.231Z] #57 23.22 go: extracting github.com/u-root/u-root v7.0.0+incompatible
19:10:58 [2021-03-01T19:10:58.231Z] #57 23.75 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
19:10:58 [2021-03-01T19:10:58.231Z] #57 23.77 go: downloading github.com/russross/blackfriday/v2 v2.1.0
19:10:58 [2021-03-01T19:10:58.337Z] #63 ...
19:10:58 [2021-03-01T19:10:58.337Z] 
19:10:58 [2021-03-01T19:10:58.337Z] #57 [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
19:10:58 [2021-03-01T19:10:58.337Z] #57 sha256:6ecc4ccffb41b469303474e255f0790690e483917f01d2561a63edc4e5257a72
19:10:58 [2021-03-01T19:10:58.337Z] #57 19.98 go: downloading github.com/sirupsen/logrus v1.8.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.05 go: downloading github.com/gofrs/flock v0.8.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.09 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.24 go: downloading github.com/moby/sys/mountinfo v0.4.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.24 go: downloading github.com/gorilla/mux v1.8.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.24 go: downloading github.com/urfave/cli/v2 v2.3.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.28 go: downloading github.com/moby/vpnkit v0.5.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.43 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.45 go: extracting github.com/gofrs/flock v0.8.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.51 go: extracting github.com/sirupsen/logrus v1.8.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.56 go: extracting github.com/moby/sys/mountinfo v0.4.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.74 go: downloading github.com/google/uuid v1.2.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.75 go: extracting github.com/gorilla/mux v1.8.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 20.93 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:10:58 [2021-03-01T19:10:58.337Z] #57 21.43 go: downloading github.com/pkg/errors v0.9.1
19:10:58 [2021-03-01T19:10:58.337Z] #57 21.72 go: extracting github.com/google/uuid v1.2.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 22.89 go: extracting github.com/pkg/errors v0.9.1
19:10:58 [2021-03-01T19:10:58.337Z] #57 24.53 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:10:58 [2021-03-01T19:10:58.337Z] #57 24.74 go: extracting github.com/moby/vpnkit v0.5.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 26.79 go: downloading github.com/u-root/u-root v7.0.0+incompatible
19:10:58 [2021-03-01T19:10:58.337Z] #57 26.89 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:10:58 [2021-03-01T19:10:58.337Z] #57 26.91 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:10:58 [2021-03-01T19:10:58.337Z] #57 28.69 go: extracting github.com/urfave/cli/v2 v2.3.0
19:10:58 [2021-03-01T19:10:58.337Z] #57 ...
19:10:58 [2021-03-01T19:10:58.337Z] 
19:10:58 [2021-03-01T19:10:58.337Z] #48 [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
19:10:58 [2021-03-01T19:10:58.337Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:10:58 [2021-03-01T19:10:58.337Z] #48 21.72 go: downloading github.com/pkg/errors v0.8.1
19:10:58 [2021-03-01T19:10:58.337Z] #48 21.74 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:10:58 [2021-03-01T19:10:58.337Z] #48 21.78 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:10:58 [2021-03-01T19:10:58.337Z] #48 21.83 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:10:58 [2021-03-01T19:10:58.337Z] #48 21.83 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:10:58 [2021-03-01T19:10:58.337Z] #48 21.84 go: downloading github.com/fatih/color v1.7.0
19:10:58 [2021-03-01T19:10:58.337Z] #48 21.84 go: downloading github.com/go-lintpack/lintpack v0.5.2
19:10:58 [2021-03-01T19:10:58.337Z] #48 22.33 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:10:58 [2021-03-01T19:10:58.337Z] #48 22.37 go: extracting github.com/pkg/errors v0.8.1
19:10:58 [2021-03-01T19:10:58.337Z] #48 22.45 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:10:58 [2021-03-01T19:10:58.337Z] #48 22.45 go: extracting github.com/fatih/color v1.7.0
19:10:58 [2021-03-01T19:10:58.337Z] #48 22.48 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
19:10:58 [2021-03-01T19:10:58.337Z] #48 22.48 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:10:58 [2021-03-01T19:10:58.337Z] #48 22.68 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:10:58 [2021-03-01T19:10:58.337Z] #48 22.79 go: extracting github.com/go-lintpack/lintpack v0.5.2
19:10:58 [2021-03-01T19:10:58.337Z] #48 22.89 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:10:58 [2021-03-01T19:10:58.337Z] #48 22.89 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:10:58 [2021-03-01T19:10:58.337Z] #48 22.97 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.07 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.09 go: downloading github.com/mattn/go-isatty v0.0.8
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.18 go: downloading github.com/spf13/viper v1.6.1
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.44 go: extracting github.com/mattn/go-isatty v0.0.8
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.45 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.58 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.70 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.79 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.81 go: extracting github.com/spf13/viper v1.6.1
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.93 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.97 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:10:58 [2021-03-01T19:10:58.337Z] #48 23.97 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:10:58 [2021-03-01T19:10:58.337Z] #48 24.28 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:10:58 [2021-03-01T19:10:58.337Z] #48 24.29 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:10:58 [2021-03-01T19:10:58.337Z] #48 24.33 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:10:58 [2021-03-01T19:10:58.337Z] #48 26.32 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:10:58 [2021-03-01T19:10:58.337Z] #48 29.87 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:10:58 [2021-03-01T19:10:58.337Z] #48 29.88 go: downloading github.com/magiconair/properties v1.8.1
19:10:58 [2021-03-01T19:10:58.337Z] #48 29.88 go: downloading github.com/ultraware/funlen v0.0.2
19:10:58 [2021-03-01T19:10:58.337Z] #48 30.02 go: downloading gopkg.in/ini.v1 v1.51.0
19:10:58 [2021-03-01T19:10:58.337Z] #48 30.02 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:10:58 [2021-03-01T19:10:58.337Z] #48 30.02 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
19:10:58 [2021-03-01T19:10:58.337Z] #48 30.02 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:10:58 [2021-03-01T19:10:58.337Z] #48 30.02 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:10:58 [2021-03-01T19:10:58.337Z] #48 30.05 go: downloading github.com/spf13/pflag v1.0.5
19:10:58 [2021-03-01T19:10:58.337Z] #48 30.06 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
19:10:58 [2021-03-01T19:10:58.337Z] #48 30.26 go: extracting gopkg.in/ini.v1 v1.51.0
19:10:58 [2021-03-01T19:10:58.337Z] #48 30.29 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:10:58 [2021-03-01T19:10:58.337Z] #48 30.29 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:10:58 [2021-03-01T19:10:58.337Z] #48 30.32 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:10:58 [2021-03-01T19:10:58.466Z] #63 ...
19:10:58 [2021-03-01T19:10:58.466Z] 
19:10:58 [2021-03-01T19:10:58.466Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:10:58 [2021-03-01T19:10:58.466Z] #33 sha256:30dce4818d29da2a0400ca75dde0bacdfb3f5976c3d66207a4e4abae519708cb
19:10:58 [2021-03-01T19:10:58.466Z] #33 15.06 internal/testlog
19:10:58 [2021-03-01T19:10:58.466Z] #33 15.51 encoding
19:10:58 [2021-03-01T19:10:58.466Z] #33 15.64 runtime/cgo
19:10:58 [2021-03-01T19:10:58.466Z] #33 ...
19:10:58 [2021-03-01T19:10:58.466Z] 
19:10:58 [2021-03-01T19:10:58.466Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:58 [2021-03-01T19:10:58.466Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:10:58 [2021-03-01T19:10:58.466Z] #12 25.23 Fetched 8423 kB in 18s (460 kB/s)
19:10:58 [2021-03-01T19:10:58.531Z] #36 ...
19:10:58 [2021-03-01T19:10:58.531Z] 
19:10:58 [2021-03-01T19:10:58.531Z] #64 [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
19:10:58 [2021-03-01T19:10:58.531Z] #64 sha256:32f403172f726922e4666e169f022b9e283c0159d41e1a3579d1223207a3e48c
19:10:58 [2021-03-01T19:10:58.531Z] #64 DONE 45.9s
19:10:58 [2021-03-01T19:10:58.531Z] 
19:10:58 [2021-03-01T19:10:58.531Z] #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
19:10:58 [2021-03-01T19:10:58.531Z] #56 sha256:20766441eddb3c9a1cd6da1e5c9e3eeeb8ebd5e7939287365b6ab48e3108db42
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.303 + RM_GOPATH=0
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.304 + TMP_GOPATH=
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.305 + : /build
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.306 + '[' -z '' ']'
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.311 ++ mktemp -d
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.314 + export GOPATH=/tmp/tmp.EPmdAqqeLG
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.315 + GOPATH=/tmp/tmp.EPmdAqqeLG
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.315 + RM_GOPATH=1
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.319 + case "$(go env GOARCH)" in
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.322 ++ go env GOARCH
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.379 + export GO_BUILDMODE=-buildmode=pie
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.380 + GO_BUILDMODE=-buildmode=pie
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.387 ++ dirname /tmp/install/install.sh
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.404 + dir=/tmp/install
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.406 + bin=containerd
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.407 + shift
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.409 + '[' '!' -f /tmp/install/containerd.installer ']'
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.411 + . /tmp/install/containerd.installer
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.413 ++ set -e
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.415 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.417 + install_containerd
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.420 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.421 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.421 + git clone https://github.com/containerd/containerd.git /tmp/tmp.EPmdAqqeLG/src/github.com/containerd/containerd
19:10:58 [2021-03-01T19:10:58.531Z] #56 0.431 Cloning into '/tmp/tmp.EPmdAqqeLG/src/github.com/containerd/containerd'...
19:10:58 [2021-03-01T19:10:58.598Z] #48 30.53 go: downloading github.com/spf13/afero v1.1.2
19:10:58 [2021-03-01T19:10:58.598Z] #48 30.62 go: downloading github.com/go-critic/go-critic v0.4.1
19:10:58 [2021-03-01T19:10:58.598Z] #48 ...
19:10:58 [2021-03-01T19:10:58.598Z] 
19:10:58 [2021-03-01T19:10:58.598Z] #39 [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
19:10:58 [2021-03-01T19:10:58.598Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:10:58 [2021-03-01T19:10:58.647Z] #12 DONE 133.2s
19:10:58 [2021-03-01T19:10:58.647Z] 
19:10:58 [2021-03-01T19:10:58.647Z] #52 [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
19:10:58 [2021-03-01T19:10:58.647Z] #52 sha256:b894789c6bed0fa24c34a0de6fb0c39928ed72e62d49b7a2019f810e55c0335c
19:10:58 [2021-03-01T19:10:58.799Z] #48 29.04 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.04 go: downloading gopkg.in/yaml.v2 v2.2.7
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.04 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.04 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.04 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.09 go: downloading github.com/go-toolsmith/strparse v1.0.0
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.09 go: downloading github.com/stretchr/objx v0.2.0
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.11 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
19:10:58 [2021-03-01T19:10:58.800Z] #48 ...
19:10:58 [2021-03-01T19:10:58.800Z] 
19:10:58 [2021-03-01T19:10:58.800Z] #39 [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
19:10:58 [2021-03-01T19:10:58.800Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:10:58 [2021-03-01T19:10:58.800Z] #39 27.45 Checking out files:  70% (1187/1682)   
Checking out files:  71% (1195/1682)   
Checking out files:  72% (1212/1682)   
Checking out files:  73% (1228/1682)   
Checking out files:  74% (1245/1682)   
Checking out files:  75% (1262/1682)   
Checking out files:  76% (1279/1682)   
Checking out files:  77% (1296/1682)   
Checking out files:  78% (1312/1682)   
Checking out files:  79% (1329/1682)   
Checking out files:  80% (1346/1682)   
Checking out files:  81% (1363/1682)   
Checking out files:  82% (1380/1682)   
Checking out files:  83% (1397/1682)   
Checking out files:  84% (1413/1682)   
Checking out files:  85% (1430/1682)   
Checking out files:  86% (1447/1682)   
Checking out files:  87% (1464/1682)   
Checking out files:  88% (1481/1682)   
Checking out files:  89% (1497/1682)   
Checking out files:  90% (1514/1682)   
Checking out files:  91% (1531/1682)   
Checking out files:  92% (1548/1682)   
Checking out files:  93% (1565/1682)   
Checking out files:  94% (1582/1682)   
Checking out files:  95% (1598/1682)   
Checking out files:  96% (1615/1682)   
Checking out files:  97% (1632/1682)   
Checking out files:  98% (1649/1682)   
Checking out files:  99% (1666/1682)   
Checking out files: 100% (1682/1682)   
Checking out files: 100% (1682/1682), done.
19:10:58 [2021-03-01T19:10:58.800Z] #39 28.20 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
19:10:58 [2021-03-01T19:10:58.800Z] #39 ...
19:10:58 [2021-03-01T19:10:58.800Z] 
19:10:58 [2021-03-01T19:10:58.800Z] #46 [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
19:10:58 [2021-03-01T19:10:58.800Z] #46 sha256:727230df6fc54553e65731a674a16c2d26dcc7cc6af325ab506f61190a9de925
19:10:58 [2021-03-01T19:10:58.800Z] #46 19.46 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:58 [2021-03-01T19:10:58.800Z] #46 25.26 go: finding github.com/fatih/color v1.9.0
19:10:58 [2021-03-01T19:10:58.800Z] #46 25.32 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:10:58 [2021-03-01T19:10:58.800Z] #46 25.38 go: finding github.com/pkg/errors v0.9.1
19:10:58 [2021-03-01T19:10:58.800Z] #46 25.59 go: finding github.com/spf13/pflag v1.0.3
19:10:58 [2021-03-01T19:10:58.800Z] #46 25.68 go: finding github.com/mattn/go-colorable v0.1.6
19:10:58 [2021-03-01T19:10:58.800Z] #46 25.93 go: finding github.com/mattn/go-isatty v0.0.12
19:10:58 [2021-03-01T19:10:58.800Z] #46 26.10 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:10:58 [2021-03-01T19:10:58.800Z] #46 26.33 go: finding github.com/jonboulle/clockwork v0.1.0
19:10:58 [2021-03-01T19:10:58.800Z] #46 26.47 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:10:58 [2021-03-01T19:10:58.800Z] #46 26.63 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:10:58 [2021-03-01T19:10:58.800Z] #46 26.66 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:10:58 [2021-03-01T19:10:58.800Z] #46 ...
19:10:58 [2021-03-01T19:10:58.800Z] 
19:10:58 [2021-03-01T19:10:58.800Z] #48 [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
19:10:58 [2021-03-01T19:10:58.800Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.35 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.35 go: extracting github.com/go-toolsmith/strparse v1.0.0
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.38 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.38 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.41 go: extracting gopkg.in/yaml.v2 v2.2.7
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.42 go: downloading github.com/gobwas/glob v0.2.3
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.43 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:10:58 [2021-03-01T19:10:58.800Z] #48 29.51 go: downloading github.com/inconshreveable/mousetrap v1.0.0
19:10:58 [2021-03-01T19:10:58.839Z] #56 ...
19:10:58 [2021-03-01T19:10:58.839Z] 
19:10:58 [2021-03-01T19:10:58.839Z] #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
19:10:58 [2021-03-01T19:10:58.839Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f
19:10:58 [2021-03-01T19:10:58.839Z] #42 27.78 Reading package lists...
19:10:58 [2021-03-01T19:10:58.839Z] #42 36.66 Building dependency tree...
19:10:58 [2021-03-01T19:10:58.839Z] #42 40.79 The following additional packages will be installed:
19:10:58 [2021-03-01T19:10:58.839Z] #42 40.81   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
19:10:58 [2021-03-01T19:10:58.839Z] #42 40.81   libprotoc17 python-pkg-resources python-six zlib1g-dev
19:10:58 [2021-03-01T19:10:58.839Z] #42 40.82 Suggested packages:
19:10:58 [2021-03-01T19:10:58.839Z] #42 40.82   manpages-dev python-setuptools
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.10 The following NEW packages will be installed:
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.10   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.10   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.10   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.11   python-six zlib1g-dev
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.23 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded.
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.23 Need to get 4075 kB of archives.
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.23 After this operation, 24.5 MB of additional disk space will be used.
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.23 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.26 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.28 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.33 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.35 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.40 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.53 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.67 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.76 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.77 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.79 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.84 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 42.85 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #42 44.42 debconf: delaying package configuration, since apt-utils is not installed
19:10:58 [2021-03-01T19:10:58.839Z] #42 44.64 Fetched 4075 kB in 1s (5749 kB/s)
19:10:58 [2021-03-01T19:10:58.839Z] #42 44.77 Selecting previously unselected package libcap-dev:ppc64el.
19:10:58 [2021-03-01T19:10:58.839Z] #42 44.77 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
19:10:58 [2021-03-01T19:10:58.839Z] #42 44.87 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 44.88 Unpacking libcap-dev:ppc64el (1:2.25-2) ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.07 Selecting previously unselected package libnet1:ppc64el.
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.09 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.10 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.30 Selecting previously unselected package libnet1-dev.
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.30 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.33 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.64 Selecting previously unselected package libnl-3-200:ppc64el.
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.64 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.64 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.77 Selecting previously unselected package libnl-3-dev:ppc64el.
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.78 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 45.80 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 46.23 Selecting previously unselected package libprotobuf-c1:ppc64el.
19:10:58 [2021-03-01T19:10:58.839Z] #42 46.24 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 46.25 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 46.43 Selecting previously unselected package libprotobuf-c-dev:ppc64el.
19:10:58 [2021-03-01T19:10:58.839Z] #42 46.43 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 46.44 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
19:10:58 [2021-03-01T19:10:58.839Z] #42 ...
19:10:58 [2021-03-01T19:10:58.839Z] 
19:10:58 [2021-03-01T19:10:58.839Z] #13 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:10:58 [2021-03-01T19:10:58.839Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a
19:10:58 [2021-03-01T19:10:58.839Z] #13 28.62 Reading package lists...
19:10:58 [2021-03-01T19:10:58.839Z] #13 36.75 Building dependency tree...
19:10:58 [2021-03-01T19:10:58.839Z] #13 40.26 The following additional packages will be installed:
19:10:58 [2021-03-01T19:10:58.839Z] #13 40.26   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
19:10:58 [2021-03-01T19:10:58.839Z] #13 40.26   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
19:10:58 [2021-03-01T19:10:58.839Z] #13 40.26   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
19:10:58 [2021-03-01T19:10:58.839Z] #13 40.27   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
19:10:58 [2021-03-01T19:10:58.839Z] #13 40.27   mingw-w64-x86-64-dev
19:10:58 [2021-03-01T19:10:58.839Z] #13 40.28 Suggested packages:
19:10:58 [2021-03-01T19:10:58.839Z] #13 40.28   gcc-8-locales seccomp wine64
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.22 The following NEW packages will be installed:
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.22   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.22   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.22   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.22   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.23   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.24   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.25 The following packages will be upgraded:
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.26   libsystemd0 libudev1
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.39 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded.
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.39 Need to get 79.4 MB of archives.
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.39 After this operation, 532 MB of additional disk space will be used.
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.39 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u6 [358 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u6 [158 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #13 42.78 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #13 43.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #13 43.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #13 43.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #13 43.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #13 43.75 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #13 44.08 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB]
19:10:58 [2021-03-01T19:10:58.839Z] #13 44.11 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB]
19:10:59 [2021-03-01T19:10:59.094Z] #48 29.70 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:10:59 [2021-03-01T19:10:59.094Z] #48 29.92 go: extracting github.com/inconshreveable/mousetrap v1.0.0
19:10:59 [2021-03-01T19:10:59.150Z] #13 ...
19:10:59 [2021-03-01T19:10:59.150Z] 
19:10:59 [2021-03-01T19:10:59.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
19:10:59 [2021-03-01T19:10:59.150Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f
19:10:59 [2021-03-01T19:10:59.150Z] #42 46.63 Selecting previously unselected package zlib1g-dev:ppc64el.
19:10:59 [2021-03-01T19:10:59.150Z] #42 46.65 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ...
19:10:59 [2021-03-01T19:10:59.150Z] #42 46.69 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
19:10:59 [2021-03-01T19:10:59.356Z] #48 29.93 go: extracting github.com/stretchr/objx v0.2.0
19:10:59 [2021-03-01T19:10:59.356Z] #48 29.94 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:10:59 [2021-03-01T19:10:59.356Z] #48 30.08 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:10:59 [2021-03-01T19:10:59.369Z] #39 30.40 Checking out files:  70% (1187/1682)   
Checking out files:  71% (1195/1682)   
Checking out files:  72% (1212/1682)   
Checking out files:  73% (1228/1682)   
Checking out files:  74% (1245/1682)   
Checking out files:  75% (1262/1682)   
Checking out files:  76% (1279/1682)   
Checking out files:  77% (1296/1682)   
Checking out files:  78% (1312/1682)   
Checking out files:  79% (1329/1682)   
Checking out files:  80% (1346/1682)   
Checking out files:  81% (1363/1682)   
Checking out files:  82% (1380/1682)   
Checking out files:  83% (1397/1682)   
Checking out files:  84% (1413/1682)   
Checking out files:  85% (1430/1682)   
Checking out files:  86% (1447/1682)   
Checking out files:  87% (1464/1682)   
Checking out files:  88% (1481/1682)   
Checking out files:  89% (1497/1682)   
Checking out files:  90% (1514/1682)   
Checking out files:  91% (1531/1682)   
Checking out files:  92% (1548/1682)   
Checking out files:  93% (1565/1682)   
Checking out files:  94% (1582/1682)   
Checking out files:  95% (1598/1682)   
Checking out files:  96% (1615/1682)   
Checking out files:  97% (1632/1682)   
Checking out files:  98% (1649/1682)   
Checking out files:  99% (1666/1682)   
Checking out files: 100% (1682/1682)   
Checking out files: 100% (1682/1682), done.
19:10:59 [2021-03-01T19:10:59.369Z] #39 31.15 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
19:10:59 [2021-03-01T19:10:59.398Z] #12 25.23 Reading package lists...
19:10:59 [2021-03-01T19:10:59.399Z] #12 ...
19:10:59 [2021-03-01T19:10:59.399Z] 
19:10:59 [2021-03-01T19:10:59.399Z] #50 [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
19:10:59 [2021-03-01T19:10:59.399Z] #50 sha256:e9bdd1a129d6aed7dcd607237f43050b68baace8d452244d757a054f28c9f36b
19:10:59 [2021-03-01T19:10:59.399Z] #50 15.80 + cd /tmp/tmp.KLm9K9Lteq/src/github.com/mvdan/sh
19:10:59 [2021-03-01T19:10:59.399Z] #50 15.80 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
19:10:59 [2021-03-01T19:10:59.399Z] #50 15.88 + GO111MODULE=on
19:10:59 [2021-03-01T19:10:59.399Z] #50 15.88 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
19:10:59 [2021-03-01T19:10:59.399Z] #50 17.38 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:10:59 [2021-03-01T19:10:59.399Z] #50 17.38 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:10:59 [2021-03-01T19:10:59.399Z] #50 17.38 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:10:59 [2021-03-01T19:10:59.399Z] #50 17.63 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:10:59 [2021-03-01T19:10:59.399Z] #50 17.82 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:10:59 [2021-03-01T19:10:59.399Z] #50 18.86 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:10:59 [2021-03-01T19:10:59.399Z] #50 19.63 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:10:59 [2021-03-01T19:10:59.399Z] #50 20.99 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:10:59 [2021-03-01T19:10:59.399Z] #50 22.57 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:10:59 [2021-03-01T19:10:59.399Z] #50 22.63 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:10:59 [2021-03-01T19:10:59.399Z] #50 22.96 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:10:59 [2021-03-01T19:10:59.399Z] #50 22.96 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:10:59 [2021-03-01T19:10:59.399Z] #50 24.22 runtime
19:10:59 [2021-03-01T19:10:59.399Z] #50 24.22 runtime/cgo
19:10:59 [2021-03-01T19:10:59.399Z] #50 ...
19:10:59 [2021-03-01T19:10:59.399Z] 
19:10:59 [2021-03-01T19:10:59.399Z] #39 [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
19:10:59 [2021-03-01T19:10:59.399Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:10:59 [2021-03-01T19:10:59.399Z] #39 22.62 Checking out files:  85% (1440/1682)   
Checking out files:  86% (1447/1682)   
Checking out files:  87% (1464/1682)   
Checking out files:  88% (1481/1682)   
Checking out files:  89% (1497/1682)   
Checking out files:  90% (1514/1682)   
Checking out files:  91% (1531/1682)   
Checking out files:  92% (1548/1682)   
Checking out files:  93% (1565/1682)   
Checking out files:  94% (1582/1682)   
Checking out files:  95% (1598/1682)   
Checking out files:  96% (1615/1682)   
Checking out files:  97% (1632/1682)   
Checking out files:  98% (1649/1682)   
Checking out files:  99% (1666/1682)   
Checking out files: 100% (1682/1682)   
Checking out files: 100% (1682/1682), done.
19:10:59 [2021-03-01T19:10:59.399Z] #39 22.79 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
19:10:59 [2021-03-01T19:10:59.399Z] #39 25.06 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
19:10:59 [2021-03-01T19:10:59.451Z] #42 47.09 Selecting previously unselected package libprotobuf17:ppc64el.
19:10:59 [2021-03-01T19:10:59.451Z] #42 47.09 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ...
19:10:59 [2021-03-01T19:10:59.451Z] #42 47.10 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ...
19:10:59 [2021-03-01T19:10:59.618Z] #48 30.24 go: downloading github.com/go-toolsmith/astcast v1.0.0
19:10:59 [2021-03-01T19:10:59.618Z] #48 30.25 go: extracting github.com/gobwas/glob v0.2.3
19:10:59 [2021-03-01T19:10:59.618Z] #48 30.31 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:10:59 [2021-03-01T19:10:59.618Z] #48 30.50 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:10:59 [2021-03-01T19:10:59.880Z] #48 30.50 go: downloading github.com/uudashr/gocognit v1.0.1
19:10:59 [2021-03-01T19:10:59.880Z] #48 30.62 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
19:10:59 [2021-03-01T19:10:59.880Z] #48 30.65 go: extracting github.com/go-toolsmith/astcast v1.0.0
19:10:59 [2021-03-01T19:10:59.880Z] #48 30.65 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:11:00 [2021-03-01T19:11:00.143Z] #48 30.73 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:11:00 [2021-03-01T19:11:00.143Z] #48 30.78 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:11:00 [2021-03-01T19:11:00.143Z] #48 30.80 go: downloading github.com/spf13/afero v1.1.2
19:11:00 [2021-03-01T19:11:00.170Z] #57 25.87 go: extracting github.com/russross/blackfriday/v2 v2.1.0
19:11:00 [2021-03-01T19:11:00.199Z] #54 150.0 + bin/containerd-shim-runc-v2
19:11:00 [2021-03-01T19:11:00.407Z] #48 30.88 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:11:00 [2021-03-01T19:11:00.407Z] #48 31.06 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:00 [2021-03-01T19:11:00.407Z] #48 31.21 go: extracting github.com/uudashr/gocognit v1.0.1
19:11:00 [2021-03-01T19:11:00.526Z] #42 47.93 Selecting previously unselected package libprotobuf-lite17:ppc64el.
19:11:00 [2021-03-01T19:11:00.526Z] #42 47.93 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ...
19:11:00 [2021-03-01T19:11:00.526Z] #42 47.94 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
19:11:00 [2021-03-01T19:11:00.526Z] #42 48.07 Selecting previously unselected package libprotobuf-dev:ppc64el.
19:11:00 [2021-03-01T19:11:00.526Z] #42 48.08 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ...
19:11:00 [2021-03-01T19:11:00.526Z] #42 48.08 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ...
19:11:00 [2021-03-01T19:11:00.554Z] #52 ...
19:11:00 [2021-03-01T19:11:00.554Z] 
19:11:00 [2021-03-01T19:11:00.554Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
19:11:00 [2021-03-01T19:11:00.554Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25
19:11:00 [2021-03-01T19:11:00.554Z] #13 DONE 1.7s
19:11:00 [2021-03-01T19:11:00.554Z] 
19:11:00 [2021-03-01T19:11:00.554Z] #52 [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
19:11:00 [2021-03-01T19:11:00.554Z] #52 sha256:b894789c6bed0fa24c34a0de6fb0c39928ed72e62d49b7a2019f810e55c0335c
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.660 + RM_GOPATH=0
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.660 + TMP_GOPATH=
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.660 + : /build
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.660 + '[' -z '' ']'
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.660 ++ mktemp -d
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.660 + export GOPATH=/tmp/tmp.2p9s1NYbuF
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.660 + GOPATH=/tmp/tmp.2p9s1NYbuF
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.660 + RM_GOPATH=1
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.660 + case "$(go env GOARCH)" in
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.664 ++ go env GOARCH
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.700 + export GO_BUILDMODE=-buildmode=pie
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.700 + GO_BUILDMODE=-buildmode=pie
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.700 ++ dirname /tmp/install/install.sh
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.704 + dir=/tmp/install
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.704 + bin=runc
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.704 + shift
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.704 + '[' '!' -f /tmp/install/runc.installer ']'
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.705 + . /tmp/install/runc.installer
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.708 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.710 + install_runc
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.711 + grep -q '^3\.10\.0.*\.el7\.'
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.712 + uname -r
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.713 + RUNC_BUILDTAGS='seccomp '
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.714 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.714 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.714 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.2p9s1NYbuF/src/github.com/opencontainers/runc
19:11:00 [2021-03-01T19:11:00.554Z] #52 1.721 Cloning into '/tmp/tmp.2p9s1NYbuF/src/github.com/opencontainers/runc'...
19:11:00 [2021-03-01T19:11:00.829Z] #54 150.7 + binaries
19:11:00 [2021-03-01T19:11:00.829Z] #54 150.7 + install -D bin/containerd /build/containerd
19:11:00 [2021-03-01T19:11:00.829Z] #54 150.8 + install -D bin/containerd-shim /build/containerd-shim
19:11:00 [2021-03-01T19:11:00.859Z] #57 ...
19:11:00 [2021-03-01T19:11:00.859Z] 
19:11:00 [2021-03-01T19:11:00.859Z] #39 [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
19:11:00 [2021-03-01T19:11:00.859Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
19:11:00 [2021-03-01T19:11:00.859Z] #39 16.34 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
19:11:00 [2021-03-01T19:11:00.859Z] #39 18.52 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
19:11:00 [2021-03-01T19:11:00.934Z] #48 31.30 go: downloading github.com/go-toolsmith/astcopy v1.0.0
19:11:00 [2021-03-01T19:11:00.934Z] #48 ...
19:11:00 [2021-03-01T19:11:00.934Z] 
19:11:00 [2021-03-01T19:11:00.934Z] #57 [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
19:11:00 [2021-03-01T19:11:00.934Z] #57 sha256:320419eebab3c13dcf63334ce157080a6e1c8b2a70e0ca7038ee79c342d31b10
19:11:00 [2021-03-01T19:11:00.934Z] #57 21.32 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:11:00 [2021-03-01T19:11:00.934Z] #57 22.51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
19:11:00 [2021-03-01T19:11:00.934Z] #57 22.81 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
19:11:00 [2021-03-01T19:11:00.934Z] #57 22.81 go: downloading github.com/russross/blackfriday/v2 v2.1.0
19:11:00 [2021-03-01T19:11:00.934Z] #57 23.14 go: extracting github.com/u-root/u-root v7.0.0+incompatible
19:11:00 [2021-03-01T19:11:00.934Z] #57 23.45 go: extracting github.com/russross/blackfriday/v2 v2.1.0
19:11:00 [2021-03-01T19:11:00.934Z] #57 29.94 go: finding github.com/pkg/errors v0.9.1
19:11:00 [2021-03-01T19:11:00.934Z] #57 30.07 go: finding github.com/sirupsen/logrus v1.8.0
19:11:00 [2021-03-01T19:11:00.934Z] #57 30.36 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:11:00 [2021-03-01T19:11:00.934Z] #57 30.55 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:11:00 [2021-03-01T19:11:00.934Z] #57 30.72 go: finding github.com/google/uuid v1.2.0
19:11:00 [2021-03-01T19:11:00.934Z] #57 30.76 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:11:00 [2021-03-01T19:11:00.934Z] #57 31.05 go: finding github.com/moby/vpnkit v0.5.0
19:11:00 [2021-03-01T19:11:00.934Z] #57 31.05 go: finding github.com/gofrs/flock v0.8.0
19:11:00 [2021-03-01T19:11:00.934Z] #57 31.09 go: finding github.com/moby/sys/mountinfo v0.4.0
19:11:00 [2021-03-01T19:11:00.934Z] #57 31.10 go: finding github.com/gorilla/mux v1.8.0
19:11:00 [2021-03-01T19:11:00.934Z] #57 31.22 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:11:00 [2021-03-01T19:11:00.934Z] #57 31.33 go: finding github.com/urfave/cli/v2 v2.3.0
19:11:00 [2021-03-01T19:11:00.934Z] #57 31.40 go: finding github.com/u-root/u-root v7.0.0+incompatible
19:11:00 [2021-03-01T19:11:00.934Z] #57 ...
19:11:00 [2021-03-01T19:11:00.934Z] 
19:11:00 [2021-03-01T19:11:00.934Z] #48 [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
19:11:00 [2021-03-01T19:11:00.934Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:11:00 [2021-03-01T19:11:00.934Z] #48 31.46 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:11:00 [2021-03-01T19:11:00.934Z] #48 31.47 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:11:01 [2021-03-01T19:11:01.119Z] #54 150.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
19:11:01 [2021-03-01T19:11:01.119Z] #54 150.8 + install -D bin/ctr /build/ctr
19:11:01 [2021-03-01T19:11:01.179Z] #42 ...
19:11:01 [2021-03-01T19:11:01.179Z] 
19:11:01 [2021-03-01T19:11:01.179Z] #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
19:11:01 [2021-03-01T19:11:01.179Z] #49 sha256:12670911db11c9ca882e491f8ff1409f52a4d40dbf3b25739c463e906b89f8fd
19:11:01 [2021-03-01T19:11:01.179Z] #49 38.61 go: extracting github.com/gogo/protobuf v1.2.1
19:11:01 [2021-03-01T19:11:01.179Z] #49 40.66 go: extracting golang.org/x/text v0.3.2
19:11:01 [2021-03-01T19:11:01.179Z] #49 ...
19:11:01 [2021-03-01T19:11:01.179Z] 
19:11:01 [2021-03-01T19:11:01.179Z] #13 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:01 [2021-03-01T19:11:01.179Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a
19:11:01 [2021-03-01T19:11:01.179Z] #13 48.12 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB]
19:11:01 [2021-03-01T19:11:01.197Z] #48 31.85 go: extracting github.com/spf13/afero v1.1.2
19:11:01 [2021-03-01T19:11:01.197Z] #48 31.98 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:01 [2021-03-01T19:11:01.197Z] #48 32.04 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:11:01 [2021-03-01T19:11:01.197Z] #48 ...
19:11:01 [2021-03-01T19:11:01.197Z] 
19:11:01 [2021-03-01T19:11:01.197Z] #44 [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
19:11:01 [2021-03-01T19:11:01.197Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:11:01 [2021-03-01T19:11:01.197Z] #44 21.98 crypto/internal/subtle
19:11:01 [2021-03-01T19:11:01.197Z] #44 22.13 crypto/subtle
19:11:01 [2021-03-01T19:11:01.197Z] #44 22.44 vendor/golang.org/x/crypto/cryptobyte/asn1
19:11:01 [2021-03-01T19:11:01.197Z] #44 22.55 internal/nettrace
19:11:01 [2021-03-01T19:11:01.197Z] #44 22.82 runtime/cgo
19:11:01 [2021-03-01T19:11:01.270Z] #39 ...
19:11:01 [2021-03-01T19:11:01.270Z] 
19:11:01 [2021-03-01T19:11:01.270Z] #50 [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
19:11:01 [2021-03-01T19:11:01.270Z] #50 sha256:a83e322da063f75b63ccdfc973d8faf0332a033c94ac4fb33a38d1329b286683
19:11:01 [2021-03-01T19:11:01.270Z] #50 22.87 + cd /tmp/tmp.dwhpAOwQXo/src/github.com/mvdan/sh
19:11:01 [2021-03-01T19:11:01.270Z] #50 22.87 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
19:11:01 [2021-03-01T19:11:01.270Z] #50 23.05 + GO111MODULE=on
19:11:01 [2021-03-01T19:11:01.270Z] #50 23.05 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
19:11:01 [2021-03-01T19:11:01.270Z] #50 25.17 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:11:01 [2021-03-01T19:11:01.270Z] #50 25.30 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:11:01 [2021-03-01T19:11:01.270Z] #50 25.37 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:11:01 [2021-03-01T19:11:01.270Z] #50 26.11 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:11:01 [2021-03-01T19:11:01.270Z] #50 26.11 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:11:01 [2021-03-01T19:11:01.270Z] #50 27.04 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:11:01 [2021-03-01T19:11:01.270Z] #50 28.28 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:11:01 [2021-03-01T19:11:01.270Z] #50 30.45 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:11:01 [2021-03-01T19:11:01.270Z] #50 32.70 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:11:01 [2021-03-01T19:11:01.270Z] #50 33.01 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:11:01 [2021-03-01T19:11:01.270Z] #50 33.04 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:11:01 [2021-03-01T19:11:01.270Z] #50 ...
19:11:01 [2021-03-01T19:11:01.270Z] 
19:11:01 [2021-03-01T19:11:01.270Z] #48 [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
19:11:01 [2021-03-01T19:11:01.270Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:11:01 [2021-03-01T19:11:01.270Z] #48 30.79 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
19:11:01 [2021-03-01T19:11:01.270Z] #48 30.84 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:11:01 [2021-03-01T19:11:01.270Z] #48 30.85 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:11:01 [2021-03-01T19:11:01.270Z] #48 30.87 go: extracting github.com/ultraware/funlen v0.0.2
19:11:01 [2021-03-01T19:11:01.270Z] #48 30.87 go: downloading github.com/subosito/gotenv v1.2.0
19:11:01 [2021-03-01T19:11:01.270Z] #48 30.89 go: extracting github.com/magiconair/properties v1.8.1
19:11:01 [2021-03-01T19:11:01.270Z] #48 30.95 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:11:01 [2021-03-01T19:11:01.270Z] #48 31.08 go: downloading github.com/ultraware/whitespace v0.0.4
19:11:01 [2021-03-01T19:11:01.270Z] #48 31.08 go: extracting github.com/spf13/pflag v1.0.5
19:11:01 [2021-03-01T19:11:01.270Z] #48 31.50 go: downloading github.com/mitchellh/go-homedir v1.1.0
19:11:01 [2021-03-01T19:11:01.270Z] #48 31.50 go: extracting github.com/ultraware/whitespace v0.0.4
19:11:01 [2021-03-01T19:11:01.270Z] #48 31.80 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:11:01 [2021-03-01T19:11:01.270Z] #48 31.91 go: extracting github.com/go-critic/go-critic v0.4.1
19:11:01 [2021-03-01T19:11:01.270Z] #48 31.91 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:01 [2021-03-01T19:11:01.270Z] #48 31.94 go: downloading github.com/stretchr/testify v1.4.0
19:11:01 [2021-03-01T19:11:01.270Z] #48 32.18 go: extracting github.com/mitchellh/go-homedir v1.1.0
19:11:01 [2021-03-01T19:11:01.270Z] #48 32.20 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:01 [2021-03-01T19:11:01.270Z] #48 32.56 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:01 [2021-03-01T19:11:01.270Z] #48 32.60 go: extracting github.com/subosito/gotenv v1.2.0
19:11:01 [2021-03-01T19:11:01.270Z] #48 32.65 go: extracting github.com/spf13/afero v1.1.2
19:11:01 [2021-03-01T19:11:01.270Z] #48 32.65 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:01 [2021-03-01T19:11:01.270Z] #48 32.68 go: extracting github.com/stretchr/testify v1.4.0
19:11:01 [2021-03-01T19:11:01.270Z] #48 32.71 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:01 [2021-03-01T19:11:01.270Z] #48 32.79 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:11:01 [2021-03-01T19:11:01.270Z] #48 33.21 go: downloading github.com/pelletier/go-toml v1.2.0
19:11:01 [2021-03-01T19:11:01.378Z] #39 ...
19:11:01 [2021-03-01T19:11:01.378Z] 
19:11:01 [2021-03-01T19:11:01.378Z] #63 [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
19:11:01 [2021-03-01T19:11:01.378Z] #63 sha256:7fa823921a82c6bfc4267045f8f61ecfb3769e9a328372da03abbea23ebdd1df
19:11:01 [2021-03-01T19:11:01.459Z] #44 ...
19:11:01 [2021-03-01T19:11:01.459Z] 
19:11:01 [2021-03-01T19:11:01.459Z] #48 [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
19:11:01 [2021-03-01T19:11:01.459Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:11:01 [2021-03-01T19:11:01.459Z] #48 32.04 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:11:01 [2021-03-01T19:11:01.459Z] #48 32.05 go: extracting github.com/go-toolsmith/astcopy v1.0.0
19:11:01 [2021-03-01T19:11:01.459Z] #48 32.12 go: downloading github.com/pmezard/go-difflib v1.0.0
19:11:01 [2021-03-01T19:11:01.459Z] #48 32.12 go: downloading github.com/mitchellh/mapstructure v1.1.2
19:11:01 [2021-03-01T19:11:01.459Z] #48 32.14 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:11:01 [2021-03-01T19:11:01.720Z] #48 32.30 go: extracting github.com/mitchellh/mapstructure v1.1.2
19:11:01 [2021-03-01T19:11:01.720Z] #48 32.30 go: extracting github.com/pmezard/go-difflib v1.0.0
19:11:01 [2021-03-01T19:11:01.720Z] #48 32.46 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
19:11:01 [2021-03-01T19:11:01.749Z] #54 DONE 151.5s
19:11:01 [2021-03-01T19:11:01.836Z] #48 33.65 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:11:01 [2021-03-01T19:11:01.836Z] #48 33.73 go: downloading github.com/pmezard/go-difflib v1.0.0
19:11:01 [2021-03-01T19:11:01.836Z] #48 33.76 go: extracting github.com/pelletier/go-toml v1.2.0
19:11:01 [2021-03-01T19:11:01.836Z] #48 33.84 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
19:11:01 [2021-03-01T19:11:01.932Z] #52 ...
19:11:01 [2021-03-01T19:11:01.932Z] 
19:11:01 [2021-03-01T19:11:01.932Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:11:01 [2021-03-01T19:11:01.932Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075
19:11:01 [2021-03-01T19:11:01.932Z] #14 DONE 1.3s
19:11:01 [2021-03-01T19:11:01.932Z] 
19:11:01 [2021-03-01T19:11:01.932Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:11:01 [2021-03-01T19:11:01.932Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7
19:11:01 [2021-03-01T19:11:01.982Z] #48 32.60 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
19:11:01 [2021-03-01T19:11:01.982Z] #48 32.74 go: downloading github.com/spf13/cast v1.3.0
19:11:01 [2021-03-01T19:11:01.982Z] #48 32.75 go: downloading gopkg.in/ini.v1 v1.51.0
19:11:01 [2021-03-01T19:11:01.982Z] #48 ...
19:11:01 [2021-03-01T19:11:01.982Z] 
19:11:01 [2021-03-01T19:11:01.982Z] #50 [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
19:11:01 [2021-03-01T19:11:01.982Z] #50 sha256:294555622e31ee78008389cbc354c69bce8f3c1d7c1babd3c384255a54c9965a
19:11:01 [2021-03-01T19:11:01.982Z] #50 22.83 + cd /tmp/tmp.nuFcayyBzq/src/github.com/mvdan/sh
19:11:01 [2021-03-01T19:11:01.982Z] #50 22.83 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
19:11:01 [2021-03-01T19:11:01.982Z] #50 23.06 + GO111MODULE=on
19:11:01 [2021-03-01T19:11:01.982Z] #50 23.06 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
19:11:01 [2021-03-01T19:11:01.982Z] #50 25.19 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:11:01 [2021-03-01T19:11:01.982Z] #50 25.19 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:11:01 [2021-03-01T19:11:01.982Z] #50 25.26 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:11:01 [2021-03-01T19:11:01.982Z] #50 25.84 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:11:01 [2021-03-01T19:11:01.982Z] #50 25.84 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:11:01 [2021-03-01T19:11:01.982Z] #50 26.73 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:11:01 [2021-03-01T19:11:01.982Z] #50 28.29 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:11:01 [2021-03-01T19:11:01.982Z] #50 30.57 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:11:02 [2021-03-01T19:11:02.093Z] #48 34.10 go: downloading github.com/go-toolsmith/typep v1.0.0
19:11:02 [2021-03-01T19:11:02.093Z] #48 34.10 go: extracting github.com/pmezard/go-difflib v1.0.0
19:11:02 [2021-03-01T19:11:02.093Z] #48 34.11 go: downloading github.com/mattn/go-colorable v0.1.4
19:11:02 [2021-03-01T19:11:02.093Z] #48 34.11 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:11:02 [2021-03-01T19:11:02.093Z] #48 ...
19:11:02 [2021-03-01T19:11:02.093Z] 
19:11:02 [2021-03-01T19:11:02.093Z] #44 [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
19:11:02 [2021-03-01T19:11:02.093Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:11:02 [2021-03-01T19:11:02.093Z] #44 24.20 unicode/utf16
19:11:02 [2021-03-01T19:11:02.093Z] #44 24.48 container/list
19:11:02 [2021-03-01T19:11:02.093Z] #44 25.56 crypto/internal/subtle
19:11:02 [2021-03-01T19:11:02.093Z] #44 25.81 crypto/subtle
19:11:02 [2021-03-01T19:11:02.093Z] #44 25.92 vendor/golang.org/x/crypto/cryptobyte/asn1
19:11:02 [2021-03-01T19:11:02.093Z] #44 25.98 internal/nettrace
19:11:02 [2021-03-01T19:11:02.093Z] #44 26.07 runtime/cgo
19:11:02 [2021-03-01T19:11:02.244Z] #50 ...
19:11:02 [2021-03-01T19:11:02.244Z] 
19:11:02 [2021-03-01T19:11:02.244Z] #63 [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
19:11:02 [2021-03-01T19:11:02.244Z] #63 sha256:becfaa961d5996599a6a75bb75eb1b12feda9bcf26f7b89fa9643ffe002f4213
19:11:02 [2021-03-01T19:11:02.244Z] #63 29.96 Checking out files:  39% (745/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:  68% (1309/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:  90% (1726/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.
19:11:02 [2021-03-01T19:11:02.244Z] #63 32.41 + cd /tmp/tmp.DxumzEXsBm/src/github.com/docker/libnetwork
19:11:02 [2021-03-01T19:11:02.244Z] #63 32.41 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:11:02 [2021-03-01T19:11:02.244Z] #63 32.83 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
19:11:02 [2021-03-01T19:11:02.353Z] #44 ...
19:11:02 [2021-03-01T19:11:02.353Z] 
19:11:02 [2021-03-01T19:11:02.353Z] #39 [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
19:11:02 [2021-03-01T19:11:02.353Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:11:02 [2021-03-01T19:11:02.353Z] #39 33.67 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
19:11:02 [2021-03-01T19:11:02.381Z] 
19:11:02 [2021-03-01T19:11:02.381Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
19:11:02 [2021-03-01T19:11:02.472Z] #63 24.42 Checking out files:  22% (438/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% (708/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:  55% (1064/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.
19:11:02 [2021-03-01T19:11:02.472Z] #63 28.40 + cd /tmp/tmp.boXHuQz8Tz/src/github.com/docker/libnetwork
19:11:02 [2021-03-01T19:11:02.472Z] #63 28.41 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7
19:11:02 [2021-03-01T19:11:02.472Z] #63 ...
19:11:02 [2021-03-01T19:11:02.472Z] 
19:11:02 [2021-03-01T19:11:02.472Z] #26 [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
19:11:02 [2021-03-01T19:11:02.472Z] #26 sha256:10abf5784de461e98c049d47d557266679085a6c2bdf810e5025bacce3cd75b4
19:11:02 [2021-03-01T19:11:02.472Z] #26 36.76 0 added, 0 removed; done.
19:11:02 [2021-03-01T19:11:02.472Z] #26 36.76 Running hooks in /etc/ca-certificates/update.d...
19:11:02 [2021-03-01T19:11:02.472Z] #26 36.77 done.
19:11:02 [2021-03-01T19:11:02.472Z] #26 DONE 43.2s
19:11:02 [2021-03-01T19:11:02.499Z] #15 ...
19:11:02 [2021-03-01T19:11:02.499Z] 
19:11:02 [2021-03-01T19:11:02.499Z] #42 [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
19:11:02 [2021-03-01T19:11:02.499Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:02 [2021-03-01T19:11:02.499Z] #42 46.41   CC       compel/src/lib/log.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 46.64   CC       compel/arch/x86/src/lib/cpu.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 47.46   CC       compel/arch/x86/src/lib/infect.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 48.28   CC       compel/src/lib/infect-rpc.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 48.60   CC       compel/src/lib/infect-util.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 48.86   CC       compel/src/lib/infect.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 50.88   CC       compel/src/lib/ptrace.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 51.17   AR       compel/libcompel.a
19:11:02 [2021-03-01T19:11:02.499Z] #42 51.28   HOSTCC   compel/src/main-host.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 51.61   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 51.77   HOSTCC   compel/src/lib/handle-elf-host.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 52.11   HOSTCC   compel/src/lib/log-host.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 52.28   HOSTLINK compel/compel-host-bin
19:11:02 [2021-03-01T19:11:02.499Z] #42 52.42   DEP      soccr/soccr.d
19:11:02 [2021-03-01T19:11:02.499Z] #42 52.66   CC       soccr/soccr.o
19:11:02 [2021-03-01T19:11:02.499Z] #42 54.75   AR       soccr/libsoccr.a
19:11:02 [2021-03-01T19:11:02.499Z] #42 54.92 make[1]: 'soccr/libsoccr.a' is up to date.
19:11:02 [2021-03-01T19:11:02.499Z] #42 55.50   DEP      criu/arch/x86/sigframe.d
19:11:02 [2021-03-01T19:11:02.499Z] #42 55.66   DEP      criu/arch/x86/sigaction_compat.d
19:11:02 [2021-03-01T19:11:02.499Z] #42 55.93   DEP      criu/arch/x86/kerndat.d
19:11:02 [2021-03-01T19:11:02.499Z] #42 56.20   DEP      criu/arch/x86/crtools.d
19:11:02 [2021-03-01T19:11:02.499Z] #42 56.54   DEP      criu/arch/x86/cpu.d
19:11:02 [2021-03-01T19:11:02.671Z] #55 DONE 0.3s
19:11:02 [2021-03-01T19:11:02.671Z] 
19:11:02 [2021-03-01T19:11:02.671Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
19:11:02 [2021-03-01T19:11:02.671Z] #59 DONE 0.2s
19:11:02 [2021-03-01T19:11:02.738Z] 
19:11:02 [2021-03-01T19:11:02.738Z] #63 [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
19:11:02 [2021-03-01T19:11:02.738Z] #63 sha256:7fa823921a82c6bfc4267045f8f61ecfb3769e9a328372da03abbea23ebdd1df
19:11:02 [2021-03-01T19:11:02.738Z] #63 28.69 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
19:11:02 [2021-03-01T19:11:02.758Z] #42 56.76   CC       criu/arch/x86/cpu.o
19:11:02 [2021-03-01T19:11:02.758Z] #42 ...
19:11:02 [2021-03-01T19:11:02.758Z] 
19:11:02 [2021-03-01T19:11:02.758Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:11:02 [2021-03-01T19:11:02.758Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7
19:11:02 [2021-03-01T19:11:02.758Z] #15 1.068 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
19:11:02 [2021-03-01T19:11:02.758Z] #15 DONE 1.2s
19:11:02 [2021-03-01T19:11:02.758Z] 
19:11:02 [2021-03-01T19:11:02.758Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:11:02 [2021-03-01T19:11:02.758Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788
19:11:02 [2021-03-01T19:11:02.961Z] 
19:11:02 [2021-03-01T19:11:02.961Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
19:11:02 [2021-03-01T19:11:02.961Z] #61 DONE 0.1s
19:11:02 [2021-03-01T19:11:02.961Z] 
19:11:02 [2021-03-01T19:11:02.961Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
19:11:02 [2021-03-01T19:11:02.961Z] #63 DONE 0.1s
19:11:03 [2021-03-01T19:11:03.252Z] 
19:11:03 [2021-03-01T19:11:03.252Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:11:03 [2021-03-01T19:11:03.252Z] #64 DONE 0.0s
19:11:03 [2021-03-01T19:11:03.252Z] 
19:11:03 [2021-03-01T19:11:03.252Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
19:11:03 [2021-03-01T19:11:03.291Z] #13 50.75 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.77 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.77 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.78 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.79 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u6 [110 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.79 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.81 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.82 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.84 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.85 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.90 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.91 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.92 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB]
19:11:03 [2021-03-01T19:11:03.292Z] #13 50.93 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u6 [322 kB]
19:11:03 [2021-03-01T19:11:03.320Z] #63 ...
19:11:03 [2021-03-01T19:11:03.320Z] 
19:11:03 [2021-03-01T19:11:03.320Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
19:11:03 [2021-03-01T19:11:03.320Z] #27 sha256:87b877c681a0440b67ec5c24a35877fa9e928d414dea01356eaa7b40fab36d8a
19:11:03 [2021-03-01T19:11:03.320Z] #27 DONE 0.6s
19:11:03 [2021-03-01T19:11:03.320Z] 
19:11:03 [2021-03-01T19:11:03.320Z] #48 [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
19:11:03 [2021-03-01T19:11:03.320Z] #48 sha256:cfaf15b268936d8153020f50236023b313c41bdd6d51534f3599c62533626ca3
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.37 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.38 go: downloading github.com/go-toolsmith/astequal v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.40 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.47 go: extracting github.com/gogo/protobuf v1.2.1
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.75 go: downloading github.com/go-toolsmith/astp v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.79 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.80 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.80 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.80 go: extracting github.com/go-toolsmith/astcast v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.82 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.88 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:11:03 [2021-03-01T19:11:03.320Z] #48 24.89 go: downloading github.com/sirupsen/logrus v1.4.2
19:11:03 [2021-03-01T19:11:03.320Z] #48 25.04 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
19:11:03 [2021-03-01T19:11:03.320Z] #48 25.58 go: extracting github.com/ultraware/whitespace v0.0.4
19:11:03 [2021-03-01T19:11:03.320Z] #48 25.64 go: extracting github.com/magiconair/properties v1.8.1
19:11:03 [2021-03-01T19:11:03.320Z] #48 25.64 go: extracting github.com/go-toolsmith/astp v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 25.64 go: extracting github.com/go-toolsmith/astequal v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 25.64 go: extracting github.com/pelletier/go-toml v1.2.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 25.85 go: downloading gopkg.in/ini.v1 v1.51.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 25.88 go: extracting github.com/sirupsen/logrus v1.4.2
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.02 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.03 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.06 go: downloading github.com/go-toolsmith/strparse v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.13 go: downloading github.com/subosito/gotenv v1.2.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.15 go: downloading github.com/hashicorp/hcl v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.22 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.26 go: extracting github.com/go-toolsmith/strparse v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.27 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.38 go: downloading github.com/go-toolsmith/typep v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.41 go: extracting gopkg.in/ini.v1 v1.51.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.44 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.49 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.70 go: downloading github.com/spf13/afero v1.1.2
19:11:03 [2021-03-01T19:11:03.320Z] #48 26.81 go: downloading github.com/inconshreveable/mousetrap v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 27.05 go: extracting github.com/subosito/gotenv v1.2.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 27.06 go: downloading github.com/spf13/jwalterweatherman v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 27.49 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:11:03 [2021-03-01T19:11:03.320Z] #48 27.52 go: downloading gopkg.in/yaml.v2 v2.2.7
19:11:03 [2021-03-01T19:11:03.320Z] #48 27.74 go: extracting github.com/go-toolsmith/typep v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 27.75 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:11:03 [2021-03-01T19:11:03.320Z] #48 27.75 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:03 [2021-03-01T19:11:03.320Z] #48 27.78 go: extracting github.com/hashicorp/hcl v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 27.86 go: extracting github.com/spf13/afero v1.1.2
19:11:03 [2021-03-01T19:11:03.320Z] #48 27.99 go: extracting github.com/spf13/jwalterweatherman v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 27.99 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
19:11:03 [2021-03-01T19:11:03.320Z] #48 28.00 go: downloading golang.org/x/text v0.3.2
19:11:03 [2021-03-01T19:11:03.320Z] #48 28.09 go: extracting github.com/inconshreveable/mousetrap v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 28.10 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:11:03 [2021-03-01T19:11:03.320Z] #48 28.23 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:11:03 [2021-03-01T19:11:03.320Z] #48 28.29 go: downloading github.com/mattn/go-isatty v0.0.8
19:11:03 [2021-03-01T19:11:03.320Z] #48 28.40 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:03 [2021-03-01T19:11:03.320Z] #48 28.46 go: extracting gopkg.in/yaml.v2 v2.2.7
19:11:03 [2021-03-01T19:11:03.320Z] #48 28.46 go: downloading github.com/go-toolsmith/astfmt v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 28.75 go: downloading github.com/mitchellh/go-homedir v1.1.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 29.15 go: extracting github.com/mattn/go-isatty v0.0.8
19:11:03 [2021-03-01T19:11:03.320Z] #48 29.16 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:03 [2021-03-01T19:11:03.320Z] #48 29.25 go: extracting github.com/mitchellh/go-homedir v1.1.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 29.27 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:03 [2021-03-01T19:11:03.320Z] #48 29.31 go: downloading github.com/kisielk/gotool v1.0.0
19:11:03 [2021-03-01T19:11:03.320Z] #48 29.35 go: extracting github.com/go-toolsmith/astfmt v1.0.0
19:11:03 [2021-03-01T19:11:03.566Z] #39 ...
19:11:03 [2021-03-01T19:11:03.566Z] 
19:11:03 [2021-03-01T19:11:03.566Z] #57 [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
19:11:03 [2021-03-01T19:11:03.566Z] #57 sha256:e4eaa9cf9dfbf0eeb3b60a08f8f8c15ad42595599ff2e9407fe055385388538e
19:11:03 [2021-03-01T19:11:03.566Z] #57 20.89 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:11:03 [2021-03-01T19:11:03.566Z] #57 21.41 go: extracting github.com/urfave/cli/v2 v2.3.0
19:11:03 [2021-03-01T19:11:03.566Z] #57 22.16 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:11:03 [2021-03-01T19:11:03.566Z] #57 26.41 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
19:11:03 [2021-03-01T19:11:03.566Z] #57 26.63 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
19:11:03 [2021-03-01T19:11:03.566Z] #57 26.64 go: extracting github.com/u-root/u-root v7.0.0+incompatible
19:11:03 [2021-03-01T19:11:03.566Z] #57 26.65 go: downloading github.com/russross/blackfriday/v2 v2.1.0
19:11:03 [2021-03-01T19:11:03.566Z] #57 27.03 go: extracting github.com/russross/blackfriday/v2 v2.1.0
19:11:03 [2021-03-01T19:11:03.566Z] #57 30.03 go: finding github.com/pkg/errors v0.9.1
19:11:03 [2021-03-01T19:11:03.586Z] #48 29.44 go: downloading github.com/fsnotify/fsnotify v1.4.7
19:11:03 [2021-03-01T19:11:03.586Z] #48 29.48 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:11:03 [2021-03-01T19:11:03.586Z] #48 29.62 go: extracting github.com/kisielk/gotool v1.0.0
19:11:03 [2021-03-01T19:11:03.822Z] #57 30.37 go: finding github.com/sirupsen/logrus v1.8.0
19:11:03 [2021-03-01T19:11:03.822Z] #57 30.52 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:11:03 [2021-03-01T19:11:03.822Z] #57 30.58 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:11:03 [2021-03-01T19:11:03.851Z] #48 29.85 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:11:03 [2021-03-01T19:11:03.851Z] #48 29.85 go: extracting github.com/fsnotify/fsnotify v1.4.7
19:11:03 [2021-03-01T19:11:03.851Z] #48 29.92 go: downloading github.com/stretchr/testify v1.4.0
19:11:03 [2021-03-01T19:11:03.883Z] #65 DONE 0.6s
19:11:03 [2021-03-01T19:11:03.883Z] 
19:11:03 [2021-03-01T19:11:03.883Z] #66 exporting to image
19:11:03 [2021-03-01T19:11:03.883Z] #66 exporting layers
19:11:04 [2021-03-01T19:11:04.078Z] #57 30.73 go: finding github.com/google/uuid v1.2.0
19:11:04 [2021-03-01T19:11:04.078Z] #57 30.73 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:11:04 [2021-03-01T19:11:04.078Z] #57 30.83 go: finding github.com/gofrs/flock v0.8.0
19:11:04 [2021-03-01T19:11:04.078Z] #57 30.85 go: finding github.com/moby/vpnkit v0.5.0
19:11:04 [2021-03-01T19:11:04.119Z] #48 29.94 go: downloading github.com/go-toolsmith/astcopy v1.0.0
19:11:04 [2021-03-01T19:11:04.136Z] #16 DONE 1.2s
19:11:04 [2021-03-01T19:11:04.136Z] 
19:11:04 [2021-03-01T19:11:04.136Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:11:04 [2021-03-01T19:11:04.136Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5
19:11:04 [2021-03-01T19:11:04.333Z] #57 30.93 go: finding github.com/gorilla/mux v1.8.0
19:11:04 [2021-03-01T19:11:04.333Z] #57 30.98 go: finding github.com/moby/sys/mountinfo v0.4.0
19:11:04 [2021-03-01T19:11:04.333Z] #57 31.04 go: finding github.com/urfave/cli/v2 v2.3.0
19:11:04 [2021-03-01T19:11:04.333Z] #57 31.07 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:11:04 [2021-03-01T19:11:04.333Z] #57 31.13 go: finding github.com/u-root/u-root v7.0.0+incompatible
19:11:04 [2021-03-01T19:11:04.357Z] #13 52.02 debconf: delaying package configuration, since apt-utils is not installed
19:11:04 [2021-03-01T19:11:04.407Z] #48 30.30 go: extracting github.com/stretchr/testify v1.4.0
19:11:04 [2021-03-01T19:11:04.407Z] #48 30.35 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:11:04 [2021-03-01T19:11:04.590Z] #57 31.39 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
19:11:04 [2021-03-01T19:11:04.657Z] #13 52.31 Fetched 79.4 MB in 9s (9247 kB/s)
19:11:04 [2021-03-01T19:11:04.688Z] #48 30.62 go: extracting github.com/go-toolsmith/astcopy v1.0.0
19:11:04 [2021-03-01T19:11:04.688Z] #48 30.63 go: downloading github.com/stretchr/objx v0.2.0
19:11:04 [2021-03-01T19:11:04.688Z] #48 30.71 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:11:04 [2021-03-01T19:11:04.688Z] #48 ...
19:11:04 [2021-03-01T19:11:04.688Z] 
19:11:04 [2021-03-01T19:11:04.688Z] #57 [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
19:11:04 [2021-03-01T19:11:04.688Z] #57 sha256:262beed359b27934d5d1e2260bb19a1c691fef3a46a7864a0193a363e8310e8c
19:11:04 [2021-03-01T19:11:04.688Z] #57 30.76 go: finding github.com/pkg/errors v0.9.1
19:11:04 [2021-03-01T19:11:04.953Z] #57 30.85 go: finding github.com/sirupsen/logrus v1.8.0
19:11:04 [2021-03-01T19:11:04.956Z] #13 52.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 ... 15339 files and directories currently installed.)
19:11:04 [2021-03-01T19:11:04.956Z] #13 52.53 Preparing to unpack .../libsystemd0_241-7~deb10u6_ppc64el.deb ...
19:11:04 [2021-03-01T19:11:04.956Z] #13 52.55 Unpacking libsystemd0:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ...
19:11:05 [2021-03-01T19:11:05.151Z] #57 31.60 go: finding github.com/russross/blackfriday/v2 v2.1.0
19:11:05 [2021-03-01T19:11:05.218Z] #57 31.17 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:11:05 [2021-03-01T19:11:05.218Z] #57 31.30 go: finding github.com/google/uuid v1.2.0
19:11:05 [2021-03-01T19:11:05.218Z] #57 31.33 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:11:05 [2021-03-01T19:11:05.218Z] #57 31.36 go: finding github.com/moby/vpnkit v0.5.0
19:11:05 [2021-03-01T19:11:05.254Z] #13 52.91 Setting up libsystemd0:ppc64el (241-7~deb10u6) ...
19:11:05 [2021-03-01T19:11:05.494Z] #57 31.38 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:11:05 [2021-03-01T19:11:05.494Z] #57 31.38 go: finding github.com/gofrs/flock v0.8.0
19:11:05 [2021-03-01T19:11:05.494Z] #57 31.47 go: finding github.com/gorilla/mux v1.8.0
19:11:05 [2021-03-01T19:11:05.494Z] #57 31.52 go: finding github.com/moby/sys/mountinfo v0.4.0
19:11:05 [2021-03-01T19:11:05.514Z] #17 DONE 1.3s
19:11:05 [2021-03-01T19:11:05.514Z] 
19:11:05 [2021-03-01T19:11:05.514Z] #18 [dev-systemd-false  6/26] RUN ldconfig
19:11:05 [2021-03-01T19:11:05.514Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3
19:11:05 [2021-03-01T19:11:05.554Z] #13 53.04 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
19:11:05 [2021-03-01T19:11:05.554Z] #13 53.12 Preparing to unpack .../libudev1_241-7~deb10u6_ppc64el.deb ...
19:11:05 [2021-03-01T19:11:05.554Z] #13 53.14 Unpacking libudev1:ppc64el (241-7~deb10u6) over (241-7~deb10u4) ...
19:11:05 [2021-03-01T19:11:05.713Z] #57 ...
19:11:05 [2021-03-01T19:11:05.713Z] 
19:11:05 [2021-03-01T19:11:05.713Z] #44 [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
19:11:05 [2021-03-01T19:11:05.713Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:11:05 [2021-03-01T19:11:05.713Z] #44 32.25 vendor/golang.org/x/crypto/internal/subtle
19:11:05 [2021-03-01T19:11:05.763Z] #57 31.59 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:11:05 [2021-03-01T19:11:05.763Z] #57 31.68 go: finding github.com/u-root/u-root v7.0.0+incompatible
19:11:05 [2021-03-01T19:11:05.763Z] #57 31.68 go: finding github.com/urfave/cli/v2 v2.3.0
19:11:05 [2021-03-01T19:11:05.773Z] #18 ...
19:11:05 [2021-03-01T19:11:05.773Z] 
19:11:05 [2021-03-01T19:11:05.773Z] #44 [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
19:11:05 [2021-03-01T19:11:05.773Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:11:05 [2021-03-01T19:11:05.773Z] #44 130.3 net/http/httptrace
19:11:05 [2021-03-01T19:11:05.773Z] #44 130.6 net/http
19:11:05 [2021-03-01T19:11:05.773Z] #44 ...
19:11:05 [2021-03-01T19:11:05.773Z] 
19:11:05 [2021-03-01T19:11:05.773Z] #42 [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
19:11:05 [2021-03-01T19:11:05.773Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:05 [2021-03-01T19:11:05.773Z] #42 57.83   CC       criu/arch/x86/crtools.o
19:11:05 [2021-03-01T19:11:05.773Z] #42 59.81   CC       criu/arch/x86/kerndat.o
19:11:05 [2021-03-01T19:11:05.851Z] #13 53.41 Setting up libudev1:ppc64el (241-7~deb10u6) ...
19:11:05 [2021-03-01T19:11:05.989Z] #44 32.41 vendor/golang.org/x/crypto/curve25519
19:11:06 [2021-03-01T19:11:06.029Z] #57 31.90 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
19:11:06 [2021-03-01T19:11:06.029Z] #57 32.06 go: finding github.com/russross/blackfriday/v2 v2.1.0
19:11:06 [2021-03-01T19:11:06.036Z] #42 ...
19:11:06 [2021-03-01T19:11:06.036Z] 
19:11:06 [2021-03-01T19:11:06.036Z] #57 [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
19:11:06 [2021-03-01T19:11:06.036Z] #57 sha256:1fcf43524c02248adc9b23b757a16e2b6db06dc65bf9f9c26c331699d4611f3f
19:11:06 [2021-03-01T19:11:06.036Z] #57 130.7 + for f in rootlesskit rootlesskit-docker-proxy
19:11:06 [2021-03-01T19:11:06.036Z] #57 130.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
19:11:06 [2021-03-01T19:11:06.036Z] #57 DONE 140.5s
19:11:06 [2021-03-01T19:11:06.036Z] 
19:11:06 [2021-03-01T19:11:06.036Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:11:06 [2021-03-01T19:11:06.036Z] #58 sha256:f07ed5b0e6b6618f4e87c2f88ec6174fb42ac5de86e6e0a24c73c971f2249cf8
19:11:06 [2021-03-01T19:11:06.036Z] #58 DONE 0.1s
19:11:06 [2021-03-01T19:11:06.150Z] #13 53.56 Selecting previously unselected package binutils-mingw-w64-i686.
19:11:06 [2021-03-01T19:11:06.150Z] #13 53.56 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
19:11:06 [2021-03-01T19:11:06.150Z] #13 53.67 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ...
19:11:06 [2021-03-01T19:11:06.150Z] #13 53.69 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:11:06 [2021-03-01T19:11:06.295Z] 
19:11:06 [2021-03-01T19:11:06.295Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:11:06 [2021-03-01T19:11:06.295Z] #59 sha256:e826f3e52d7bd277357430059efea7e4255b212231f72053c1a1c97a65deb33b
19:11:06 [2021-03-01T19:11:06.295Z] #59 DONE 0.1s
19:11:06 [2021-03-01T19:11:06.295Z] 
19:11:06 [2021-03-01T19:11:06.295Z] #48 [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
19:11:06 [2021-03-01T19:11:06.295Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:11:06 [2021-03-01T19:11:06.553Z] #48 ...
19:11:06 [2021-03-01T19:11:06.553Z] 
19:11:06 [2021-03-01T19:11:06.553Z] #42 [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
19:11:06 [2021-03-01T19:11:06.553Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:06 [2021-03-01T19:11:06.553Z] #42 60.50   CC       criu/arch/x86/sigaction_compat.o
19:11:06 [2021-03-01T19:11:06.799Z] #13 ...
19:11:06 [2021-03-01T19:11:06.799Z] 
19:11:06 [2021-03-01T19:11:06.799Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:11:06 [2021-03-01T19:11:06.799Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030
19:11:06 [2021-03-01T19:11:06.812Z] #42 60.92   CC       criu/arch/x86/sigframe.o
19:11:07 [2021-03-01T19:11:07.099Z] #32 54.20 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.
19:11:07 [2021-03-01T19:11:07.099Z] #32 54.47 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
19:11:07 [2021-03-01T19:11:07.353Z] #44 ...
19:11:07 [2021-03-01T19:11:07.353Z] 
19:11:07 [2021-03-01T19:11:07.353Z] #48 [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
19:11:07 [2021-03-01T19:11:07.353Z] #48 sha256:168c0f5ada61fdd642bec32caecf8e9e7a2de628a7b62518278431f1b75c3186
19:11:07 [2021-03-01T19:11:07.353Z] #48 23.81 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
19:11:07 [2021-03-01T19:11:07.353Z] #48 24.40 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:11:07 [2021-03-01T19:11:07.353Z] #48 26.07 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:11:07 [2021-03-01T19:11:07.353Z] #48 27.29 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:07 [2021-03-01T19:11:07.353Z] #48 27.81 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:07 [2021-03-01T19:11:07.353Z] #48 27.81 go: downloading github.com/uudashr/gocognit v1.0.1
19:11:07 [2021-03-01T19:11:07.353Z] #48 27.91 go: extracting github.com/uudashr/gocognit v1.0.1
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.68 go: downloading github.com/ultraware/funlen v0.0.2
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.69 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.70 go: downloading github.com/stretchr/objx v0.2.0
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.70 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.70 go: downloading github.com/magiconair/properties v1.8.1
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.71 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.71 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.73 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.82 go: extracting golang.org/x/text v0.3.2
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.87 go: extracting github.com/ultraware/funlen v0.0.2
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.89 go: extracting github.com/magiconair/properties v1.8.1
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.90 go: downloading github.com/ultraware/whitespace v0.0.4
19:11:07 [2021-03-01T19:11:07.353Z] #48 32.96 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.01 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.08 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.22 go: extracting github.com/stretchr/objx v0.2.0
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.28 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.32 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.32 go: extracting github.com/ultraware/whitespace v0.0.4
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.36 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.38 go: downloading github.com/go-toolsmith/typep v1.0.0
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.40 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.49 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.61 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.66 go: extracting github.com/go-toolsmith/typep v1.0.0
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.66 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.68 go: downloading github.com/go-toolsmith/strparse v1.0.0
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.78 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.78 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.78 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.92 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.92 go: downloading github.com/go-toolsmith/astp v1.0.0
19:11:07 [2021-03-01T19:11:07.353Z] #48 33.95 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:11:07 [2021-03-01T19:11:07.354Z] #48 34.04 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:07 [2021-03-01T19:11:07.354Z] #48 34.04 go: extracting github.com/go-toolsmith/strparse v1.0.0
19:11:07 [2021-03-01T19:11:07.380Z] #42 ...
19:11:07 [2021-03-01T19:11:07.380Z] 
19:11:07 [2021-03-01T19:11:07.380Z] #18 [dev-systemd-false  6/26] RUN ldconfig
19:11:07 [2021-03-01T19:11:07.380Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3
19:11:07 [2021-03-01T19:11:07.380Z] #18 DONE 1.9s
19:11:07 [2021-03-01T19:11:07.380Z] 
19:11:07 [2021-03-01T19:11:07.380Z] #42 [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
19:11:07 [2021-03-01T19:11:07.380Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:07 [2021-03-01T19:11:07.380Z] #42 61.34   LINK     criu/arch/x86/crtools.built-in.o
19:11:07 [2021-03-01T19:11:07.639Z] #42 61.50   DEP      criu/pie/util-vdso-elf32.d
19:11:07 [2021-03-01T19:11:07.648Z] #48 34.10 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:11:07 [2021-03-01T19:11:07.648Z] #48 34.12 go: extracting github.com/go-toolsmith/astp v1.0.0
19:11:07 [2021-03-01T19:11:07.648Z] #48 34.12 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:11:07 [2021-03-01T19:11:07.648Z] #48 34.21 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
19:11:07 [2021-03-01T19:11:07.648Z] #48 34.24 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:11:07 [2021-03-01T19:11:07.897Z] #42 61.79   DEP      criu/pie/util-vdso.d
19:11:07 [2021-03-01T19:11:07.904Z] #48 34.40 go: downloading github.com/kisielk/gotool v1.0.0
19:11:07 [2021-03-01T19:11:07.905Z] #48 34.58 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:11:07 [2021-03-01T19:11:07.905Z] #48 34.58 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:11:08 [2021-03-01T19:11:08.156Z] #42 62.03   DEP      criu/pie/util.d
19:11:08 [2021-03-01T19:11:08.156Z] #42 62.23   CC       criu/pie/util.o
19:11:08 [2021-03-01T19:11:08.160Z] #48 34.68 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:11:08 [2021-03-01T19:11:08.160Z] #48 34.68 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:08 [2021-03-01T19:11:08.160Z] #48 34.68 go: downloading github.com/inconshreveable/mousetrap v1.0.0
19:11:08 [2021-03-01T19:11:08.160Z] #48 34.82 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:11:08 [2021-03-01T19:11:08.161Z] #32 55.59 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:11:08 [2021-03-01T19:11:08.161Z] #32 ...
19:11:08 [2021-03-01T19:11:08.161Z] 
19:11:08 [2021-03-01T19:11:08.161Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:08 [2021-03-01T19:11:08.161Z] #34 sha256:611edf4f800398778fa722883202e62b33ed693017e3a09968021d21316ae396
19:11:08 [2021-03-01T19:11:08.161Z] #34 45.74 internal/reflectlite
19:11:08 [2021-03-01T19:11:08.161Z] #34 45.77 sync
19:11:08 [2021-03-01T19:11:08.161Z] #34 50.14 errors
19:11:08 [2021-03-01T19:11:08.161Z] #34 50.14 sort
19:11:08 [2021-03-01T19:11:08.161Z] #34 50.77 internal/oserror
19:11:08 [2021-03-01T19:11:08.161Z] #34 50.77 io
19:11:08 [2021-03-01T19:11:08.161Z] #34 50.78 strconv
19:11:08 [2021-03-01T19:11:08.161Z] #34 51.17 syscall
19:11:08 [2021-03-01T19:11:08.161Z] #34 54.93 bytes
19:11:08 [2021-03-01T19:11:08.161Z] #34 54.95 strings
19:11:08 [2021-03-01T19:11:08.161Z] #34 ...
19:11:08 [2021-03-01T19:11:08.161Z] 
19:11:08 [2021-03-01T19:11:08.161Z] #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
19:11:08 [2021-03-01T19:11:08.161Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:11:08 [2021-03-01T19:11:08.161Z] #45 45.89 sync
19:11:08 [2021-03-01T19:11:08.161Z] #45 45.92 internal/reflectlite
19:11:08 [2021-03-01T19:11:08.161Z] #45 48.77 internal/singleflight
19:11:08 [2021-03-01T19:11:08.161Z] #45 48.78 math/rand
19:11:08 [2021-03-01T19:11:08.161Z] #45 48.80 github.com/LK4D4/vndr/godl/singleflight
19:11:08 [2021-03-01T19:11:08.161Z] #45 51.91 sort
19:11:08 [2021-03-01T19:11:08.161Z] #45 51.94 io
19:11:08 [2021-03-01T19:11:08.161Z] #45 51.97 syscall
19:11:08 [2021-03-01T19:11:08.161Z] #45 51.97 strconv
19:11:08 [2021-03-01T19:11:08.161Z] #45 55.90 vendor/golang.org/x/net/dns/dnsmessage
19:11:08 [2021-03-01T19:11:08.453Z] #48 34.94 go: extracting github.com/kisielk/gotool v1.0.0
19:11:08 [2021-03-01T19:11:08.453Z] #48 35.09 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:11:08 [2021-03-01T19:11:08.453Z] #48 35.09 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:11:08 [2021-03-01T19:11:08.468Z] #45 ...
19:11:08 [2021-03-01T19:11:08.468Z] 
19:11:08 [2021-03-01T19:11:08.468Z] #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
19:11:08 [2021-03-01T19:11:08.468Z] #49 sha256:12670911db11c9ca882e491f8ff1409f52a4d40dbf3b25739c463e906b89f8fd
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.15 go: finding github.com/fatih/color v1.7.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.19 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.35 go: finding github.com/mattn/go-colorable v0.1.4
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.45 go: finding github.com/mattn/go-isatty v0.0.8
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.55 go: finding github.com/go-lintpack/lintpack v0.5.2
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.58 go: finding github.com/go-critic/go-critic v0.4.1
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.59 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.62 go: finding github.com/pkg/errors v0.8.1
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.68 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.69 go: finding github.com/go-toolsmith/astfmt v1.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.71 go: finding github.com/mitchellh/go-homedir v1.1.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.79 go: finding github.com/go-toolsmith/astequal v1.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.80 go: finding github.com/spf13/viper v1.6.1
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.86 go: finding github.com/sirupsen/logrus v1.4.2
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.91 go: finding github.com/go-toolsmith/astp v1.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.95 go: finding github.com/go-toolsmith/astcast v1.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.97 go: finding github.com/stretchr/testify v1.4.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 49.97 go: finding github.com/go-toolsmith/typep v1.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.03 go: finding github.com/go-toolsmith/astcopy v1.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.14 go: finding github.com/davecgh/go-spew v1.1.1
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.14 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.17 go: finding github.com/bombsimon/wsl/v2 v2.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.17 go: finding github.com/spf13/cobra v0.0.5
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.22 go: finding github.com/pmezard/go-difflib v1.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.23 go: finding github.com/go-toolsmith/strparse v1.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.23 go: finding github.com/fsnotify/fsnotify v1.4.7
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.29 go: finding github.com/spf13/pflag v1.0.5
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.31 go: finding github.com/stretchr/objx v0.2.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.32 go: finding github.com/gobwas/glob v0.2.3
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.32 go: finding github.com/hashicorp/hcl v1.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.32 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.46 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.47 go: finding gopkg.in/yaml.v2 v2.2.7
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.48 go: finding github.com/magiconair/properties v1.8.1
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.50 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.52 go: finding github.com/mitchellh/mapstructure v1.1.2
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.54 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.59 go: finding github.com/pelletier/go-toml v1.2.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.61 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.62 go: finding github.com/spf13/afero v1.1.2
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.64 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.71 go: finding github.com/spf13/cast v1.3.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.73 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.75 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.76 go: finding github.com/spf13/jwalterweatherman v1.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 50.91 go: finding github.com/subosito/gotenv v1.2.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.01 go: finding golang.org/x/text v0.3.2
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.05 go: finding gopkg.in/ini.v1 v1.51.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.12 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.24 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.30 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.35 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.36 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.37 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.42 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.45 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.48 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.49 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.55 go: finding github.com/kisielk/gotool v1.0.0
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.58 go: finding github.com/sourcegraph/go-diff v0.5.1
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.61 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.61 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.70 go: finding github.com/tommy-muehle/go-mnd v1.1.1
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.71 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.71 go: finding github.com/ultraware/funlen v0.0.2
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.72 go: finding github.com/ultraware/whitespace v0.0.4
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.80 go: finding github.com/uudashr/gocognit v1.0.1
19:11:08 [2021-03-01T19:11:08.468Z] #49 51.96 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:11:08 [2021-03-01T19:11:08.468Z] #49 52.07 go: finding github.com/gogo/protobuf v1.2.1
19:11:08 [2021-03-01T19:11:08.468Z] #49 52.28 go: finding honnef.co/go/tools v0.0.1-2019.2.3
19:11:08 [2021-03-01T19:11:08.468Z] #49 52.38 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:11:08 [2021-03-01T19:11:08.468Z] #49 52.40 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:11:08 [2021-03-01T19:11:08.468Z] #49 52.45 go: finding github.com/BurntSushi/toml v0.3.1
19:11:08 [2021-03-01T19:11:08.468Z] #49 52.49 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:08 [2021-03-01T19:11:08.713Z] #48 35.15 go: extracting github.com/inconshreveable/mousetrap v1.0.0
19:11:08 [2021-03-01T19:11:08.713Z] #48 35.23 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
19:11:08 [2021-03-01T19:11:08.713Z] #48 35.33 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:08 [2021-03-01T19:11:08.723Z] #42 62.56   CC       criu/pie/util-vdso.o
19:11:08 [2021-03-01T19:11:08.847Z] #63 ...
19:11:08 [2021-03-01T19:11:08.847Z] 
19:11:08 [2021-03-01T19:11:08.847Z] #44 [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
19:11:08 [2021-03-01T19:11:08.847Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:11:08 [2021-03-01T19:11:08.847Z] #44 38.37 vendor/golang.org/x/crypto/internal/subtle
19:11:08 [2021-03-01T19:11:08.847Z] #44 38.49 vendor/golang.org/x/crypto/curve25519
19:11:08 [2021-03-01T19:11:08.902Z] #39 ...
19:11:08 [2021-03-01T19:11:08.902Z] 
19:11:08 [2021-03-01T19:11:08.902Z] #48 [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
19:11:08 [2021-03-01T19:11:08.902Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:11:08 [2021-03-01T19:11:08.902Z] #48 34.90 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:11:08 [2021-03-01T19:11:08.902Z] #48 34.95 go: downloading github.com/go-toolsmith/astp v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 35.09 go: downloading github.com/hashicorp/hcl v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 35.13 go: extracting github.com/go-toolsmith/typep v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 35.16 go: extracting github.com/mattn/go-colorable v0.1.4
19:11:08 [2021-03-01T19:11:08.902Z] #48 35.40 go: downloading github.com/go-toolsmith/astcopy v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 35.69 go: extracting github.com/go-toolsmith/astp v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 35.69 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.04 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.05 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.33 go: extracting github.com/hashicorp/hcl v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.33 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.40 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.41 go: downloading github.com/go-toolsmith/astequal v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.50 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.53 go: extracting github.com/go-toolsmith/astcopy v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.55 go: downloading github.com/kisielk/gotool v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.69 go: extracting github.com/go-toolsmith/astequal v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.86 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:11:08 [2021-03-01T19:11:08.902Z] #48 36.87 go: downloading gopkg.in/yaml.v2 v2.2.7
19:11:08 [2021-03-01T19:11:08.902Z] #48 37.05 go: extracting github.com/kisielk/gotool v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 37.15 go: downloading github.com/go-toolsmith/astfmt v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 37.45 go: extracting github.com/go-toolsmith/astfmt v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 37.47 go: extracting gopkg.in/yaml.v2 v2.2.7
19:11:08 [2021-03-01T19:11:08.902Z] #48 37.59 go: downloading golang.org/x/text v0.3.2
19:11:08 [2021-03-01T19:11:08.902Z] #48 37.71 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:11:08 [2021-03-01T19:11:08.902Z] #48 37.73 go: downloading github.com/sirupsen/logrus v1.4.2
19:11:08 [2021-03-01T19:11:08.902Z] #48 38.45 go: downloading github.com/go-toolsmith/astcast v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 38.63 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:11:08 [2021-03-01T19:11:08.902Z] #48 38.83 go: downloading github.com/mitchellh/mapstructure v1.1.2
19:11:08 [2021-03-01T19:11:08.902Z] #48 39.18 go: extracting github.com/sirupsen/logrus v1.4.2
19:11:08 [2021-03-01T19:11:08.902Z] #48 39.20 go: extracting github.com/go-toolsmith/astcast v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 39.21 go: downloading github.com/stretchr/objx v0.2.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 39.22 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:11:08 [2021-03-01T19:11:08.902Z] #48 39.45 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:11:08 [2021-03-01T19:11:08.902Z] #48 39.90 go: downloading github.com/spf13/cast v1.3.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 39.93 go: downloading github.com/go-toolsmith/strparse v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.01 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.01 go: downloading github.com/uudashr/gocognit v1.0.1
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.20 go: extracting github.com/mitchellh/mapstructure v1.1.2
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.23 go: downloading github.com/spf13/jwalterweatherman v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.23 go: extracting github.com/stretchr/objx v0.2.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.32 go: extracting github.com/go-toolsmith/strparse v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.35 go: extracting github.com/uudashr/gocognit v1.0.1
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.44 go: downloading github.com/spf13/cobra v0.0.5
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.56 go: downloading github.com/davecgh/go-spew v1.1.1
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.69 go: extracting github.com/spf13/cast v1.3.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.78 go: extracting github.com/spf13/jwalterweatherman v1.0.0
19:11:08 [2021-03-01T19:11:08.902Z] #48 40.78 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:08 [2021-03-01T19:11:08.969Z] #48 35.46 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:11:08 [2021-03-01T19:11:08.969Z] #48 35.54 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:11:08 [2021-03-01T19:11:08.969Z] #48 35.56 go: downloading github.com/fsnotify/fsnotify v1.4.7
19:11:08 [2021-03-01T19:11:08.969Z] #48 35.68 go: extracting github.com/fsnotify/fsnotify v1.4.7
19:11:09 [2021-03-01T19:11:09.118Z] #49 ...
19:11:09 [2021-03-01T19:11:09.118Z] 
19:11:09 [2021-03-01T19:11:09.118Z] #13 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:09 [2021-03-01T19:11:09.118Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a
19:11:09 [2021-03-01T19:11:09.118Z] #13 56.69 Selecting previously unselected package binutils-mingw-w64-x86-64.
19:11:09 [2021-03-01T19:11:09.118Z] #13 56.69 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ...
19:11:09 [2021-03-01T19:11:09.118Z] #13 56.69 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:11:09 [2021-03-01T19:11:09.159Z] #48 40.85 go: downloading github.com/fsnotify/fsnotify v1.4.7
19:11:09 [2021-03-01T19:11:09.159Z] #48 41.09 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:11:09 [2021-03-01T19:11:09.159Z] #48 41.19 go: extracting github.com/davecgh/go-spew v1.1.1
19:11:09 [2021-03-01T19:11:09.228Z] #48 35.74 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:11:09 [2021-03-01T19:11:09.228Z] #48 35.89 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
19:11:09 [2021-03-01T19:11:09.228Z] #48 35.91 go: downloading github.com/gobwas/glob v0.2.3
19:11:09 [2021-03-01T19:11:09.228Z] #48 35.97 go: downloading github.com/sourcegraph/go-diff v0.5.1
19:11:09 [2021-03-01T19:11:09.292Z] #42 63.33   CC       criu/pie/util-vdso-elf32.o
19:11:09 [2021-03-01T19:11:09.366Z] #57 ...
19:11:09 [2021-03-01T19:11:09.366Z] 
19:11:09 [2021-03-01T19:11:09.366Z] #35 [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
19:11:09 [2021-03-01T19:11:09.366Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
19:11:09 [2021-03-01T19:11:09.366Z] #35 19.68 Reading package lists...
19:11:09 [2021-03-01T19:11:09.366Z] #35 25.60 Reading package lists...
19:11:09 [2021-03-01T19:11:09.366Z] #35 30.87 Building dependency tree...
19:11:09 [2021-03-01T19:11:09.366Z] #35 34.33 The following additional packages will be installed:
19:11:09 [2021-03-01T19:11:09.366Z] #35 34.35   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
19:11:09 [2021-03-01T19:11:09.366Z] #35 34.37 Suggested packages:
19:11:09 [2021-03-01T19:11:09.366Z] #35 34.38   cmake-doc ninja-build lrzip
19:11:09 [2021-03-01T19:11:09.366Z] #35 34.38 Recommended packages:
19:11:09 [2021-03-01T19:11:09.366Z] #35 34.38   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
19:11:09 [2021-03-01T19:11:09.366Z] #35 ...
19:11:09 [2021-03-01T19:11:09.366Z] 
19:11:09 [2021-03-01T19:11:09.366Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:09 [2021-03-01T19:11:09.366Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:11:09 [2021-03-01T19:11:09.366Z] #12 19.77 Reading package lists...
19:11:09 [2021-03-01T19:11:09.366Z] #12 25.88 Reading package lists...
19:11:09 [2021-03-01T19:11:09.366Z] #12 31.10 Building dependency tree...
19:11:09 [2021-03-01T19:11:09.366Z] #12 33.73 The following additional packages will be installed:
19:11:09 [2021-03-01T19:11:09.366Z] #12 33.73   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
19:11:09 [2021-03-01T19:11:09.366Z] #12 33.73   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
19:11:09 [2021-03-01T19:11:09.366Z] #12 33.73   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
19:11:09 [2021-03-01T19:11:09.366Z] #12 33.73   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
19:11:09 [2021-03-01T19:11:09.366Z] #12 33.73   mingw-w64-x86-64-dev
19:11:09 [2021-03-01T19:11:09.366Z] #12 33.74 Suggested packages:
19:11:09 [2021-03-01T19:11:09.366Z] #12 33.75   gcc-8-locales seccomp wine64
19:11:09 [2021-03-01T19:11:09.366Z] #12 ...
19:11:09 [2021-03-01T19:11:09.366Z] 
19:11:09 [2021-03-01T19:11:09.366Z] #28 [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
19:11:09 [2021-03-01T19:11:09.366Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:09 [2021-03-01T19:11:09.366Z] #28 3.733 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
19:11:09 [2021-03-01T19:11:09.366Z] #28 4.327 #=#=#                                                                         
19:11:09 [2021-03-01T19:11:09.366Z] #28 4.639 
                                                                           0.0%
##                                                                         3.5%
####                                                                       6.0%
#######                                                                   10.9%
###########                                                               15.4%
##############                                                            20.7%
#################                                                         24.2%
###################                                                       27.3%
####################                                                      28.9%
######################                                                    31.9%
#########################                                                 35.9%
###########################                                               37.5%
##############################                                            41.9%
19:11:09 [2021-03-01T19:11:09.366Z] #28 ...
19:11:09 [2021-03-01T19:11:09.366Z] 
19:11:09 [2021-03-01T19:11:09.366Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:09 [2021-03-01T19:11:09.366Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:11:09 [2021-03-01T19:11:09.366Z] #12 35.12 The following NEW packages will be installed:
19:11:09 [2021-03-01T19:11:09.366Z] #12 35.12   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
19:11:09 [2021-03-01T19:11:09.366Z] #12 35.12   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
19:11:09 [2021-03-01T19:11:09.366Z] #12 35.13   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
19:11:09 [2021-03-01T19:11:09.366Z] #12 35.13   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
19:11:09 [2021-03-01T19:11:09.366Z] #12 35.13   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
19:11:09 [2021-03-01T19:11:09.366Z] #12 35.13   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
19:11:09 [2021-03-01T19:11:09.366Z] #12 35.14 The following packages will be upgraded:
19:11:09 [2021-03-01T19:11:09.366Z] #12 35.14   libsystemd0 libudev1
19:11:09 [2021-03-01T19:11:09.416Z] #48 41.56 go: downloading github.com/gobwas/glob v0.2.3
19:11:09 [2021-03-01T19:11:09.440Z] #66 exporting layers 5.2s done
19:11:09 [2021-03-01T19:11:09.440Z] #66 writing image sha256:08769c29f2e57551a4791f80ff228e4711fc407980d6bfe2337946360f850de8 done
19:11:09 [2021-03-01T19:11:09.440Z] #66 naming to docker.io/library/docker:5542f13c1a24468bff92ce265c892f7391f68f36 done
19:11:09 [2021-03-01T19:11:09.440Z] #66 DONE 5.2s
[Pipeline] }
[Pipeline] // stage
19:11:09 [2021-03-01T19:11:09.485Z] #48 36.02 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:09 [2021-03-01T19:11:09.486Z] #48 36.07 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:11:09 [2021-03-01T19:11:09.486Z] #48 36.20 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:09 [2021-03-01T19:11:09.486Z] #48 36.20 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
19:11:09 [2021-03-01T19:11:09.742Z] #48 36.37 go: extracting github.com/gobwas/glob v0.2.3
19:11:09 [2021-03-01T19:11:09.742Z] #48 36.43 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:11:09 [2021-03-01T19:11:09.742Z] #48 36.45 go: extracting github.com/sourcegraph/go-diff v0.5.1
19:11:09 [2021-03-01T19:11:09.742Z] #48 36.49 go: downloading github.com/BurntSushi/toml v0.3.1
19:11:09 [2021-03-01T19:11:09.742Z] #48 ...
19:11:09 [2021-03-01T19:11:09.742Z] 
19:11:09 [2021-03-01T19:11:09.742Z] #35 [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
19:11:09 [2021-03-01T19:11:09.742Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:09 [2021-03-01T19:11:09.742Z] #35 26.46 Fetched 8423 kB in 19s (436 kB/s)
19:11:09 [2021-03-01T19:11:09.742Z] #35 26.46 Reading package lists...
19:11:09 [2021-03-01T19:11:09.860Z] #42 63.95   AR       criu/pie/pie.lib.a
19:11:09 [2021-03-01T19:11:09.910Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/test/unit
19:11:09 [2021-03-01T19:11:09.949Z] #12 35.72 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded.
19:11:09 [2021-03-01T19:11:09.949Z] #12 35.72 Need to get 73.8 MB of archives.
19:11:09 [2021-03-01T19:11:09.949Z] #12 35.72 After this operation, 472 MB of additional disk space will be used.
19:11:09 [2021-03-01T19:11:09.949Z] #12 35.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u6 [314 kB]
19:11:09 [2021-03-01T19:11:09.949Z] #12 35.74 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u6 [146 kB]
19:11:09 [2021-03-01T19:11:09.949Z] #12 35.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB]
19:11:09 [2021-03-01T19:11:09.949Z] #12 ...
19:11:09 [2021-03-01T19:11:09.949Z] 
19:11:09 [2021-03-01T19:11:09.949Z] #54 [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
19:11:09 [2021-03-01T19:11:09.949Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
19:11:09 [2021-03-01T19:11:09.949Z] #54 21.43 Reading package lists...
19:11:09 [2021-03-01T19:11:09.949Z] #54 26.33 Reading package lists...
19:11:09 [2021-03-01T19:11:09.949Z] #54 32.60 Building dependency tree...
19:11:09 [2021-03-01T19:11:09.949Z] #54 35.29 The following additional packages will be installed:
19:11:09 [2021-03-01T19:11:09.949Z] #54 35.31   libbtrfs0
19:11:09 [2021-03-01T19:11:09.949Z] #54 35.41 The following NEW packages will be installed:
19:11:09 [2021-03-01T19:11:09.949Z] #54 35.41   libbtrfs-dev libbtrfs0
19:11:09 [2021-03-01T19:11:09.949Z] #54 35.77 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded.
19:11:09 [2021-03-01T19:11:09.949Z] #54 35.77 Need to get 119 kB of archives.
19:11:09 [2021-03-01T19:11:09.949Z] #54 35.77 After this operation, 387 kB of additional disk space will be used.
19:11:09 [2021-03-01T19:11:09.949Z] #54 35.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
19:11:09 [2021-03-01T19:11:09.949Z] #54 35.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
19:11:09 [2021-03-01T19:11:09.982Z] #48 41.85 go: downloading github.com/sourcegraph/go-diff v0.5.1
19:11:10 [2021-03-01T19:11:10.000Z] #35 34.52 Reading package lists...
19:11:10 [2021-03-01T19:11:10.000Z] #35 ...
19:11:10 [2021-03-01T19:11:10.000Z] 
19:11:10 [2021-03-01T19:11:10.000Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:10 [2021-03-01T19:11:10.000Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:10 [2021-03-01T19:11:10.000Z] #12 25.23 Reading package lists...
19:11:10 [2021-03-01T19:11:10.000Z] #12 33.19 Reading package lists...
19:11:10 [2021-03-01T19:11:10.000Z] #12 ...
19:11:10 [2021-03-01T19:11:10.000Z] 
19:11:10 [2021-03-01T19:11:10.000Z] #54 [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
19:11:10 [2021-03-01T19:11:10.000Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:11:10 [2021-03-01T19:11:10.000Z] #54 26.64 Fetched 8423 kB in 20s (430 kB/s)
19:11:10 [2021-03-01T19:11:10.000Z] #54 26.64 Reading package lists...
19:11:10 [2021-03-01T19:11:10.119Z] #42 64.01   DEP      criu/pie/restorer.d
19:11:10 [2021-03-01T19:11:10.218Z] #54 ...
19:11:10 [2021-03-01T19:11:10.218Z] 
19:11:10 [2021-03-01T19:11:10.218Z] #41 [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
19:11:10 [2021-03-01T19:11:10.218Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
19:11:10 [2021-03-01T19:11:10.218Z] #41 20.85 Reading package lists...
19:11:10 [2021-03-01T19:11:10.218Z] #41 26.34 Reading package lists...
19:11:10 [2021-03-01T19:11:10.218Z] #41 32.46 Building dependency tree...
19:11:10 [2021-03-01T19:11:10.218Z] #41 35.50 The following additional packages will be installed:
19:11:10 [2021-03-01T19:11:10.218Z] #41 35.50   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
19:11:10 [2021-03-01T19:11:10.218Z] #41 35.51   libprotoc17 python-pkg-resources python-six zlib1g-dev
19:11:10 [2021-03-01T19:11:10.218Z] #41 35.51 Suggested packages:
19:11:10 [2021-03-01T19:11:10.218Z] #41 35.52   manpages-dev python-setuptools
19:11:10 [2021-03-01T19:11:10.218Z] #41 ...
19:11:10 [2021-03-01T19:11:10.218Z] 
19:11:10 [2021-03-01T19:11:10.218Z] #28 [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
19:11:10 [2021-03-01T19:11:10.218Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:10 [2021-03-01T19:11:10.239Z] #48 42.12 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:10 [2021-03-01T19:11:10.239Z] #48 42.22 go: extracting github.com/fsnotify/fsnotify v1.4.7
19:11:10 [2021-03-01T19:11:10.256Z] #54 34.49 Reading package lists...
19:11:10 [2021-03-01T19:11:10.256Z] #54 ...
19:11:10 [2021-03-01T19:11:10.256Z] 
19:11:10 [2021-03-01T19:11:10.256Z] #41 [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
19:11:10 [2021-03-01T19:11:10.256Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:10 [2021-03-01T19:11:10.256Z] #41 26.76 Fetched 8423 kB in 20s (430 kB/s)
19:11:10 [2021-03-01T19:11:10.256Z] #41 26.76 Reading package lists...
19:11:10 [2021-03-01T19:11:10.256Z] #41 34.68 Reading package lists...
19:11:10 [2021-03-01T19:11:10.256Z] #41 ...
19:11:10 [2021-03-01T19:11:10.256Z] 
19:11:10 [2021-03-01T19:11:10.256Z] #48 [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
19:11:10 [2021-03-01T19:11:10.256Z] #48 sha256:168c0f5ada61fdd642bec32caecf8e9e7a2de628a7b62518278431f1b75c3186
19:11:10 [2021-03-01T19:11:10.256Z] #48 36.75 go: extracting github.com/BurntSushi/toml v0.3.1
19:11:10 [2021-03-01T19:11:10.256Z] #48 36.83 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:11:10 [2021-03-01T19:11:10.378Z] #42 64.31   DEP      criu/arch/x86/sigaction_compat_pie.d
19:11:10 [2021-03-01T19:11:10.378Z] #42 64.40   DEP      criu/arch/x86/restorer_unmap.d
19:11:10 [2021-03-01T19:11:10.496Z] #48 ...
19:11:10 [2021-03-01T19:11:10.496Z] 
19:11:10 [2021-03-01T19:11:10.496Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:10 [2021-03-01T19:11:10.496Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:10 [2021-03-01T19:11:10.496Z] #12 32.37 Fetched 8423 kB in 23s (362 kB/s)
19:11:10 [2021-03-01T19:11:10.496Z] #12 32.37 Reading package lists...
19:11:10 [2021-03-01T19:11:10.496Z] #12 42.10 Reading package lists...
19:11:10 [2021-03-01T19:11:10.496Z] #12 ...
19:11:10 [2021-03-01T19:11:10.496Z] 
19:11:10 [2021-03-01T19:11:10.496Z] #48 [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
19:11:10 [2021-03-01T19:11:10.496Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:11:10 [2021-03-01T19:11:10.496Z] #48 42.47 go: downloading github.com/BurntSushi/toml v0.3.1
19:11:10 [2021-03-01T19:11:10.496Z] #48 42.58 go: extracting github.com/spf13/cobra v0.0.5
19:11:10 [2021-03-01T19:11:10.513Z] #48 37.11 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:11:10 [2021-03-01T19:11:10.513Z] #48 37.12 go: downloading github.com/gogo/protobuf v1.2.1
19:11:10 [2021-03-01T19:11:10.513Z] #48 37.20 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:11:10 [2021-03-01T19:11:10.638Z] #42 64.45   DEP      criu/arch/x86/restorer.d
19:11:10 [2021-03-01T19:11:10.638Z] #42 64.66   DEP      criu/arch/x86/vdso-pie.d
19:11:10 [2021-03-01T19:11:10.638Z] #42 64.78   DEP      criu/pie/parasite-vdso.d
19:11:10 [2021-03-01T19:11:10.753Z] #28 4.639 
                                                                           0.0%
##                                                                         3.5%
####                                                                       6.0%
#######                                                                   10.9%
###########                                                               15.4%
##############                                                            20.7%
#################                                                         24.2%
###################                                                       27.3%
####################                                                      28.9%
######################                                                    31.9%
#########################                                                 35.9%
###########################                                               37.5%
##############################                                            41.9%
################################                                          45.1%
##################################                                        48.5%
######################################                                    53.3%
#########################################                                 57.4%
############################################                              62.2%
###############################################                           66.0%
##################################################                        69.6%
####################################################                      72.3%
######################################################                    75.5%
#########################################################                 80.0%
############################################################              83.5%
#############################################################             85.4%
##############################################################            87.0%
#################################################################         90.7%
#####################################################################     96.4%
######################################################################## 100.0%
19:11:10 [2021-03-01T19:11:10.753Z] #48 ...
19:11:10 [2021-03-01T19:11:10.753Z] 
19:11:10 [2021-03-01T19:11:10.753Z] #54 [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
19:11:10 [2021-03-01T19:11:10.753Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:11:10 [2021-03-01T19:11:10.753Z] #54 32.72 Fetched 8423 kB in 25s (336 kB/s)
19:11:10 [2021-03-01T19:11:10.753Z] #54 32.72 Reading package lists...
19:11:10 [2021-03-01T19:11:10.753Z] #54 42.11 Reading package lists...
19:11:10 [2021-03-01T19:11:10.753Z] #54 ...
19:11:10 [2021-03-01T19:11:10.753Z] 
19:11:10 [2021-03-01T19:11:10.753Z] #48 [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
19:11:10 [2021-03-01T19:11:10.753Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:11:10 [2021-03-01T19:11:10.753Z] #48 42.73 go: extracting github.com/gobwas/glob v0.2.3
19:11:10 [2021-03-01T19:11:10.753Z] #48 42.74 go: extracting github.com/sourcegraph/go-diff v0.5.1
19:11:10 [2021-03-01T19:11:10.770Z] #44 ...
19:11:10 [2021-03-01T19:11:10.770Z] 
19:11:10 [2021-03-01T19:11:10.770Z] #39 [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
19:11:10 [2021-03-01T19:11:10.770Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:11:10 [2021-03-01T19:11:10.770Z] #39 30.82 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
19:11:10 [2021-03-01T19:11:10.770Z] #39 ...
19:11:10 [2021-03-01T19:11:10.770Z] 
19:11:10 [2021-03-01T19:11:10.770Z] #48 [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
19:11:10 [2021-03-01T19:11:10.770Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.00 go: downloading github.com/go-toolsmith/typep v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.06 go: downloading github.com/spf13/jwalterweatherman v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.12 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.23 go: extracting gopkg.in/ini.v1 v1.51.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.24 go: extracting github.com/spf13/jwalterweatherman v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.34 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.34 go: extracting github.com/go-toolsmith/typep v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.36 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.36 go: extracting github.com/spf13/cast v1.3.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.46 go: downloading github.com/davecgh/go-spew v1.1.1
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.60 go: downloading golang.org/x/text v0.3.2
19:11:10 [2021-03-01T19:11:10.770Z] #48 33.66 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:11:10 [2021-03-01T19:11:10.770Z] #48 34.03 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:10 [2021-03-01T19:11:10.770Z] #48 34.06 go: downloading github.com/ultraware/whitespace v0.0.4
19:11:10 [2021-03-01T19:11:10.770Z] #48 34.17 go: extracting github.com/davecgh/go-spew v1.1.1
19:11:10 [2021-03-01T19:11:10.770Z] #48 34.29 go: extracting github.com/ultraware/whitespace v0.0.4
19:11:10 [2021-03-01T19:11:10.770Z] #48 34.35 go: downloading github.com/pelletier/go-toml v1.2.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 34.41 go: downloading github.com/subosito/gotenv v1.2.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 34.65 go: extracting github.com/subosito/gotenv v1.2.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 34.91 go: extracting github.com/pelletier/go-toml v1.2.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 35.59 go: downloading github.com/sourcegraph/go-diff v0.5.1
19:11:10 [2021-03-01T19:11:10.770Z] #48 35.69 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:11:10 [2021-03-01T19:11:10.770Z] #48 35.90 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:11:10 [2021-03-01T19:11:10.770Z] #48 35.90 go: downloading github.com/go-toolsmith/astp v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 36.12 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:11:10 [2021-03-01T19:11:10.770Z] #48 36.13 go: downloading github.com/go-toolsmith/astequal v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 36.24 go: extracting github.com/sourcegraph/go-diff v0.5.1
19:11:10 [2021-03-01T19:11:10.770Z] #48 36.43 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:11:10 [2021-03-01T19:11:10.770Z] #48 36.57 go: downloading github.com/kisielk/gotool v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 36.72 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:10 [2021-03-01T19:11:10.770Z] #48 36.72 go: extracting github.com/go-toolsmith/astp v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 36.73 go: extracting github.com/go-toolsmith/astequal v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 36.73 go: downloading github.com/BurntSushi/toml v0.3.1
19:11:10 [2021-03-01T19:11:10.770Z] #48 36.75 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:10 [2021-03-01T19:11:10.770Z] #48 36.94 go: extracting github.com/kisielk/gotool v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 37.03 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:11:10 [2021-03-01T19:11:10.770Z] #48 37.22 go: downloading github.com/gogo/protobuf v1.2.1
19:11:10 [2021-03-01T19:11:10.770Z] #48 37.25 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:10 [2021-03-01T19:11:10.770Z] #48 37.37 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:10 [2021-03-01T19:11:10.770Z] #48 37.53 go: downloading github.com/go-toolsmith/astfmt v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 37.94 go: extracting github.com/BurntSushi/toml v0.3.1
19:11:10 [2021-03-01T19:11:10.770Z] #48 38.17 go: extracting github.com/go-toolsmith/astfmt v1.0.0
19:11:10 [2021-03-01T19:11:10.770Z] #48 38.20 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:11:10 [2021-03-01T19:11:10.770Z] #48 40.09 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:11:11 [2021-03-01T19:11:11.012Z] #48 42.88 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:11:11 [2021-03-01T19:11:11.012Z] #48 43.06 go: extracting github.com/BurntSushi/toml v0.3.1
19:11:11 [2021-03-01T19:11:11.019Z] #28 8.069 
19:11:11 [2021-03-01T19:11:11.206Z] #42 64.98   DEP      criu/pie/parasite.d
19:11:11 [2021-03-01T19:11:11.206Z] #42 65.12   CC       criu/pie/parasite.o
19:11:11 [2021-03-01T19:11:11.230Z] #13 ...
19:11:11 [2021-03-01T19:11:11.230Z] 
19:11:11 [2021-03-01T19:11:11.230Z] #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
19:11:11 [2021-03-01T19:11:11.230Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c
19:11:11 [2021-03-01T19:11:11.230Z] #36 48.90 Selecting previously unselected package libicu63:ppc64el.
19:11:11 [2021-03-01T19:11:11.230Z] #36 48.93 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 48.94 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 54.92 Selecting previously unselected package libxml2:ppc64el.
19:11:11 [2021-03-01T19:11:11.230Z] #36 54.92 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 54.93 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 55.60 Selecting previously unselected package libarchive13:ppc64el.
19:11:11 [2021-03-01T19:11:11.230Z] #36 55.61 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 55.62 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 55.95 Selecting previously unselected package libjsoncpp1:ppc64el.
19:11:11 [2021-03-01T19:11:11.230Z] #36 55.96 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 55.97 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 56.06 Selecting previously unselected package librhash0:ppc64el.
19:11:11 [2021-03-01T19:11:11.230Z] #36 56.07 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 56.09 Unpacking librhash0:ppc64el (1.3.8-1) ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 56.27 Selecting previously unselected package libuv1:ppc64el.
19:11:11 [2021-03-01T19:11:11.230Z] #36 56.29 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 56.31 Unpacking libuv1:ppc64el (1.24.1-1) ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 56.46 Selecting previously unselected package cmake.
19:11:11 [2021-03-01T19:11:11.230Z] #36 56.46 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ...
19:11:11 [2021-03-01T19:11:11.230Z] #36 56.46 Unpacking cmake (3.13.4-1) ...
19:11:11 [2021-03-01T19:11:11.341Z] #48 ...
19:11:11 [2021-03-01T19:11:11.341Z] 
19:11:11 [2021-03-01T19:11:11.341Z] #57 [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
19:11:11 [2021-03-01T19:11:11.341Z] #57 sha256:320419eebab3c13dcf63334ce157080a6e1c8b2a70e0ca7038ee79c342d31b10
19:11:11 [2021-03-01T19:11:11.341Z] #57 31.93 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
19:11:11 [2021-03-01T19:11:11.341Z] #57 32.20 go: finding github.com/russross/blackfriday/v2 v2.1.0
19:11:11 [2021-03-01T19:11:11.341Z] #57 ...
19:11:11 [2021-03-01T19:11:11.341Z] 
19:11:11 [2021-03-01T19:11:11.341Z] #50 [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
19:11:11 [2021-03-01T19:11:11.341Z] #50 sha256:294555622e31ee78008389cbc354c69bce8f3c1d7c1babd3c384255a54c9965a
19:11:11 [2021-03-01T19:11:11.341Z] #50 33.01 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
19:11:11 [2021-03-01T19:11:11.341Z] #50 33.20 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
19:11:11 [2021-03-01T19:11:11.341Z] #50 33.43 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
19:11:11 [2021-03-01T19:11:11.341Z] #50 33.62 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:11:11 [2021-03-01T19:11:11.341Z] #50 34.83 runtime/cgo
19:11:11 [2021-03-01T19:11:11.341Z] #50 35.02 runtime
19:11:11 [2021-03-01T19:11:11.532Z] #36 ...
19:11:11 [2021-03-01T19:11:11.532Z] 
19:11:11 [2021-03-01T19:11:11.532Z] #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
19:11:11 [2021-03-01T19:11:11.532Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f
19:11:11 [2021-03-01T19:11:11.532Z] #42 49.62 Selecting previously unselected package libprotoc17:ppc64el.
19:11:11 [2021-03-01T19:11:11.532Z] #42 49.65 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 49.65 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.32 Selecting previously unselected package protobuf-c-compiler.
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.33 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.33 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.50 Selecting previously unselected package protobuf-compiler.
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.53 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.53 Unpacking protobuf-compiler (3.6.1.3-2) ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.66 Selecting previously unselected package python-pkg-resources.
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.66 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.67 Unpacking python-pkg-resources (40.8.0-1) ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.95 Selecting previously unselected package python-six.
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.99 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 50.99 Unpacking python-six (1.12.0-1) ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 51.13 Selecting previously unselected package python-protobuf.
19:11:11 [2021-03-01T19:11:11.532Z] #42 51.15 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 51.15 Unpacking python-protobuf (3.6.1.3-2) ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 51.79 Setting up python-pkg-resources (40.8.0-1) ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 56.29 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 56.29 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 56.30 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 56.30 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
19:11:11 [2021-03-01T19:11:11.532Z] #42 56.31 Setting up python-six (1.12.0-1) ...
19:11:11 [2021-03-01T19:11:11.575Z] #48 ...
19:11:11 [2021-03-01T19:11:11.575Z] 
19:11:11 [2021-03-01T19:11:11.575Z] #50 [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
19:11:11 [2021-03-01T19:11:11.575Z] #50 sha256:a83e322da063f75b63ccdfc973d8faf0332a033c94ac4fb33a38d1329b286683
19:11:11 [2021-03-01T19:11:11.575Z] #50 33.34 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
19:11:11 [2021-03-01T19:11:11.575Z] #50 34.40 runtime
19:11:11 [2021-03-01T19:11:11.575Z] #50 34.41 runtime/cgo
19:11:11 [2021-03-01T19:11:11.575Z] #50 ...
19:11:11 [2021-03-01T19:11:11.575Z] 
19:11:11 [2021-03-01T19:11:11.575Z] #57 [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
19:11:11 [2021-03-01T19:11:11.575Z] #57 sha256:6ecc4ccffb41b469303474e255f0790690e483917f01d2561a63edc4e5257a72
19:11:11 [2021-03-01T19:11:11.575Z] #57 34.12 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:11:11 [2021-03-01T19:11:11.575Z] #57 36.32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 36.35 go: extracting github.com/u-root/u-root v7.0.0+incompatible
19:11:11 [2021-03-01T19:11:11.575Z] #57 36.82 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 36.82 go: downloading github.com/russross/blackfriday/v2 v2.1.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 37.49 go: extracting github.com/russross/blackfriday/v2 v2.1.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 41.73 go: finding github.com/pkg/errors v0.9.1
19:11:11 [2021-03-01T19:11:11.575Z] #57 42.09 go: finding github.com/sirupsen/logrus v1.8.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 42.26 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
19:11:11 [2021-03-01T19:11:11.575Z] #57 42.46 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
19:11:11 [2021-03-01T19:11:11.575Z] #57 42.61 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c
19:11:11 [2021-03-01T19:11:11.575Z] #57 42.77 go: finding github.com/google/uuid v1.2.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 42.82 go: finding github.com/gofrs/flock v0.8.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 42.83 go: finding github.com/moby/vpnkit v0.5.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 42.84 go: finding github.com/gorilla/mux v1.8.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 42.91 go: finding github.com/moby/sys/mountinfo v0.4.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 42.98 go: finding github.com/u-root/u-root v7.0.0+incompatible
19:11:11 [2021-03-01T19:11:11.575Z] #57 43.01 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777
19:11:11 [2021-03-01T19:11:11.575Z] #57 43.05 go: finding github.com/urfave/cli/v2 v2.3.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 43.31 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 43.36 go: finding github.com/russross/blackfriday/v2 v2.1.0
19:11:11 [2021-03-01T19:11:11.575Z] #57 ...
19:11:11 [2021-03-01T19:11:11.575Z] 
19:11:11 [2021-03-01T19:11:11.575Z] #48 [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
19:11:11 [2021-03-01T19:11:11.575Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:11:11 [2021-03-01T19:11:11.575Z] #48 43.64 go: downloading github.com/inconshreveable/mousetrap v1.0.0
19:11:11 [2021-03-01T19:11:11.575Z] #48 43.65 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:11:11 [2021-03-01T19:11:11.575Z] #48 43.65 go: downloading github.com/gogo/protobuf v1.2.1
19:11:11 [2021-03-01T19:11:11.833Z] #42 ...
19:11:11 [2021-03-01T19:11:11.833Z] 
19:11:11 [2021-03-01T19:11:11.833Z] #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
19:11:11 [2021-03-01T19:11:11.833Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.27 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.28 Setting up xxd (2:8.1.0875-5) ...
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.28 Setting up libuv1:ppc64el (1.24.1-1) ...
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.29 Setting up vim-common (2:8.1.0875-5) ...
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.32 Setting up librhash0:ppc64el (1.3.8-1) ...
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.33 Setting up cmake-data (3.13.4-1) ...
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.34 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ...
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.35 Setting up libjsoncpp1:ppc64el (1.7.4-3) ...
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.39 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ...
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.41 Setting up cmake (3.13.4-1) ...
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.41 Processing triggers for libc-bin (2.28-10) ...
19:11:11 [2021-03-01T19:11:11.833Z] #36 59.49 Processing triggers for mime-support (3.62) ...
19:11:11 [2021-03-01T19:11:11.969Z] ?   	github.com/docker/docker/api	[no test files]
19:11:12 [2021-03-01T19:11:12.137Z] #28 8.381 
                                                                           0.0%
########                                                                  11.4%
##############                                                            20.2%
#########################                                                 35.6%
########################################                                  56.2%
########################################################                  78.2%
######################################################################## 100.0%
19:11:12 [2021-03-01T19:11:12.144Z] #48 44.16 go: extracting github.com/inconshreveable/mousetrap v1.0.0
19:11:12 [2021-03-01T19:11:12.144Z] #48 44.26 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:11:12 [2021-03-01T19:11:12.144Z] #48 ...
19:11:12 [2021-03-01T19:11:12.144Z] 
19:11:12 [2021-03-01T19:11:12.144Z] #41 [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
19:11:12 [2021-03-01T19:11:12.144Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:12 [2021-03-01T19:11:12.144Z] #41 34.24 Fetched 8423 kB in 25s (331 kB/s)
19:11:12 [2021-03-01T19:11:12.144Z] #41 34.24 Reading package lists...
19:11:12 [2021-03-01T19:11:12.283Z] #50 ...
19:11:12 [2021-03-01T19:11:12.283Z] 
19:11:12 [2021-03-01T19:11:12.283Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:12 [2021-03-01T19:11:12.283Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:12 [2021-03-01T19:11:12.283Z] #12 32.92 Fetched 8423 kB in 25s (340 kB/s)
19:11:12 [2021-03-01T19:11:12.283Z] #12 32.92 Reading package lists...
19:11:12 [2021-03-01T19:11:12.283Z] #12 ...
19:11:12 [2021-03-01T19:11:12.283Z] 
19:11:12 [2021-03-01T19:11:12.283Z] #35 [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
19:11:12 [2021-03-01T19:11:12.284Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:12 [2021-03-01T19:11:12.284Z] #35 34.37 Fetched 8423 kB in 26s (324 kB/s)
19:11:12 [2021-03-01T19:11:12.422Z] #41 42.79 Reading package lists...
19:11:12 [2021-03-01T19:11:12.422Z] #41 ...
19:11:12 [2021-03-01T19:11:12.422Z] 
19:11:12 [2021-03-01T19:11:12.422Z] #35 [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
19:11:12 [2021-03-01T19:11:12.422Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:12 [2021-03-01T19:11:12.422Z] #35 34.76 Fetched 8423 kB in 25s (334 kB/s)
19:11:12 [2021-03-01T19:11:12.422Z] #35 34.76 Reading package lists...
19:11:12 [2021-03-01T19:11:12.484Z] #36 DONE 59.9s
19:11:12 [2021-03-01T19:11:12.484Z] 
19:11:12 [2021-03-01T19:11:12.484Z] #13 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:12 [2021-03-01T19:11:12.484Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a
19:11:12 [2021-03-01T19:11:12.484Z] #13 59.73 Selecting previously unselected package binutils-mingw-w64.
19:11:12 [2021-03-01T19:11:12.484Z] #13 59.73 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
19:11:12 [2021-03-01T19:11:12.484Z] #13 59.73 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
19:11:12 [2021-03-01T19:11:12.484Z] #13 59.87 Selecting previously unselected package libdevmapper1.02.1:ppc64el.
19:11:12 [2021-03-01T19:11:12.484Z] #13 59.88 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ...
19:11:12 [2021-03-01T19:11:12.484Z] #13 59.92 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
19:11:12 [2021-03-01T19:11:12.545Z] #35 34.37 Reading package lists...
19:11:12 [2021-03-01T19:11:12.545Z] #35 ...
19:11:12 [2021-03-01T19:11:12.545Z] 
19:11:12 [2021-03-01T19:11:12.545Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:12 [2021-03-01T19:11:12.545Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:12 [2021-03-01T19:11:12.545Z] #12 32.92 Reading package lists...
19:11:12 [2021-03-01T19:11:12.585Z] #42 66.30   LINK     criu/pie/parasite.built-in.o
19:11:12 [2021-03-01T19:11:12.585Z] #42 66.31   GEN      criu/pie/parasite-blob.h
19:11:12 [2021-03-01T19:11:12.585Z] #42 66.33   CC       criu/pie/parasite-vdso.o
19:11:12 [2021-03-01T19:11:12.721Z] #28 9.561 
19:11:12 [2021-03-01T19:11:12.793Z] #13 60.35 Selecting previously unselected package dmsetup.
19:11:12 [2021-03-01T19:11:12.793Z] #13 60.36 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ...
19:11:12 [2021-03-01T19:11:12.793Z] #13 60.39 Unpacking dmsetup (2:1.02.155-3) ...
19:11:12 [2021-03-01T19:11:12.807Z] #12 ...
19:11:12 [2021-03-01T19:11:12.807Z] 
19:11:12 [2021-03-01T19:11:12.807Z] #54 [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
19:11:12 [2021-03-01T19:11:12.807Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:11:12 [2021-03-01T19:11:12.807Z] #54 33.49 Fetched 8423 kB in 26s (323 kB/s)
19:11:12 [2021-03-01T19:11:12.807Z] #54 33.49 Reading package lists...
19:11:12 [2021-03-01T19:11:12.807Z] #54 ...
19:11:12 [2021-03-01T19:11:12.807Z] 
19:11:12 [2021-03-01T19:11:12.807Z] #41 [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
19:11:12 [2021-03-01T19:11:12.807Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:12 [2021-03-01T19:11:12.807Z] #41 33.77 Fetched 8423 kB in 25s (332 kB/s)
19:11:12 [2021-03-01T19:11:12.807Z] #41 33.77 Reading package lists...
19:11:13 [2021-03-01T19:11:13.093Z] #13 60.63 Selecting previously unselected package mingw-w64-common.
19:11:13 [2021-03-01T19:11:13.093Z] #13 60.63 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
19:11:13 [2021-03-01T19:11:13.093Z] #13 60.64 Unpacking mingw-w64-common (6.0.0-3) ...
19:11:13 [2021-03-01T19:11:13.155Z] #42 66.97   CC       criu/arch/x86/vdso-pie.o
19:11:13 [2021-03-01T19:11:13.381Z] #41 ...
19:11:13 [2021-03-01T19:11:13.381Z] 
19:11:13 [2021-03-01T19:11:13.381Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:13 [2021-03-01T19:11:13.381Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:13 [2021-03-01T19:11:13.414Z] #42 67.27   CC       criu/arch/x86/restorer.o
19:11:13 [2021-03-01T19:11:13.674Z] #42 67.74   CC       criu/arch/x86/restorer_unmap.o
19:11:13 [2021-03-01T19:11:13.674Z] #42 67.78   CC       criu/arch/x86/sigaction_compat_pie.o
19:11:13 [2021-03-01T19:11:13.933Z] #42 68.02   CC       criu/pie/restorer.o
19:11:14 [2021-03-01T19:11:14.132Z] #28 9.941 
                                                                           0.1%
##############                                                            20.7%
#################                                                         24.2%
#############################                                             41.4%
##########################################                                59.4%
##################################################                        70.6%
##################################################################        92.5%
######################################################################## 100.0%
19:11:14 [2021-03-01T19:11:14.398Z] #28 11.23 
19:11:14 [2021-03-01T19:11:14.682Z] #48 41.06 go: extracting github.com/gogo/protobuf v1.2.1
19:11:14 [2021-03-01T19:11:14.933Z] #28 11.53 
                                                                           0.0%
##                                                                         3.7%
####                                                                       6.7%
19:11:14 [2021-03-01T19:11:14.933Z] #28 ...
19:11:14 [2021-03-01T19:11:14.933Z] 
19:11:14 [2021-03-01T19:11:14.933Z] #48 [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
19:11:14 [2021-03-01T19:11:14.933Z] #48 sha256:cfaf15b268936d8153020f50236023b313c41bdd6d51534f3599c62533626ca3
19:11:14 [2021-03-01T19:11:14.933Z] #48 30.99 go: extracting github.com/stretchr/objx v0.2.0
19:11:14 [2021-03-01T19:11:14.933Z] #48 31.01 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:14 [2021-03-01T19:11:14.933Z] #48 31.18 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:11:14 [2021-03-01T19:11:14.933Z] #48 31.38 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
19:11:14 [2021-03-01T19:11:14.933Z] #48 31.58 go: downloading github.com/mitchellh/mapstructure v1.1.2
19:11:14 [2021-03-01T19:11:14.933Z] #48 31.80 go: downloading github.com/pmezard/go-difflib v1.0.0
19:11:14 [2021-03-01T19:11:14.933Z] #48 31.96 go: extracting github.com/mitchellh/mapstructure v1.1.2
19:11:14 [2021-03-01T19:11:14.933Z] #48 32.11 go: downloading github.com/spf13/cast v1.3.0
19:11:14 [2021-03-01T19:11:14.933Z] #48 32.18 go: downloading github.com/davecgh/go-spew v1.1.1
19:11:14 [2021-03-01T19:11:14.933Z] #48 32.36 go: extracting github.com/pmezard/go-difflib v1.0.0
19:11:14 [2021-03-01T19:11:14.933Z] #48 32.45 go: extracting github.com/davecgh/go-spew v1.1.1
19:11:14 [2021-03-01T19:11:14.933Z] #48 32.50 go: extracting github.com/spf13/cast v1.3.0
19:11:14 [2021-03-01T19:11:14.933Z] #48 32.62 go: downloading github.com/BurntSushi/toml v0.3.1
19:11:14 [2021-03-01T19:11:14.933Z] #48 32.92 go: extracting github.com/BurntSushi/toml v0.3.1
19:11:14 [2021-03-01T19:11:14.933Z] #48 33.77 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:11:14 [2021-03-01T19:11:14.933Z] #48 37.71 go: extracting golang.org/x/text v0.3.2
19:11:14 [2021-03-01T19:11:14.933Z] #48 ...
19:11:14 [2021-03-01T19:11:14.933Z] 
19:11:14 [2021-03-01T19:11:14.933Z] #28 [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
19:11:14 [2021-03-01T19:11:14.933Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:16 [2021-03-01T19:11:16.050Z] #48 ...
19:11:16 [2021-03-01T19:11:16.050Z] 
19:11:16 [2021-03-01T19:11:16.050Z] #54 [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
19:11:16 [2021-03-01T19:11:16.050Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:11:16 [2021-03-01T19:11:16.050Z] #54 34.49 Reading package lists...
19:11:16 [2021-03-01T19:11:16.466Z] #28 11.53 
                                                                           0.0%
##                                                                         3.7%
####                                                                       6.7%
#####                                                                      7.3%
######                                                                     9.7%
#########                                                                 13.8%
##########                                                                14.1%
############                                                              16.7%
############                                                              16.8%
19:11:16 [2021-03-01T19:11:16.466Z] #28 ...
19:11:16 [2021-03-01T19:11:16.466Z] 
19:11:16 [2021-03-01T19:11:16.466Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:16 [2021-03-01T19:11:16.466Z] #33 sha256:a64741ee29412eedbce073cd4e6efaa9512f80156f8d958566099bb0fab3a338
19:11:16 [2021-03-01T19:11:16.466Z] #33 31.95 internal/reflectlite
19:11:16 [2021-03-01T19:11:16.466Z] #33 31.96 sync
19:11:16 [2021-03-01T19:11:16.466Z] #33 34.92 sort
19:11:16 [2021-03-01T19:11:16.466Z] #33 34.92 errors
19:11:16 [2021-03-01T19:11:16.466Z] #33 35.28 strconv
19:11:16 [2021-03-01T19:11:16.466Z] #33 35.29 io
19:11:16 [2021-03-01T19:11:16.466Z] #33 35.30 internal/oserror
19:11:16 [2021-03-01T19:11:16.466Z] #33 35.64 syscall
19:11:16 [2021-03-01T19:11:16.466Z] #33 37.10 strings
19:11:16 [2021-03-01T19:11:16.466Z] #33 37.12 bytes
19:11:16 [2021-03-01T19:11:16.466Z] #33 41.59 bufio
19:11:16 [2021-03-01T19:11:16.466Z] #33 41.67 path
19:11:16 [2021-03-01T19:11:16.466Z] #33 ...
19:11:16 [2021-03-01T19:11:16.466Z] 
19:11:16 [2021-03-01T19:11:16.466Z] #44 [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
19:11:16 [2021-03-01T19:11:16.466Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:11:16 [2021-03-01T19:11:16.466Z] #44 32.12 sync
19:11:16 [2021-03-01T19:11:16.466Z] #44 32.13 internal/reflectlite
19:11:16 [2021-03-01T19:11:16.466Z] #44 33.72 github.com/LK4D4/vndr/godl/singleflight
19:11:16 [2021-03-01T19:11:16.466Z] #44 33.73 math/rand
19:11:16 [2021-03-01T19:11:16.466Z] #44 33.73 internal/singleflight
19:11:16 [2021-03-01T19:11:16.466Z] #44 35.69 sort
19:11:16 [2021-03-01T19:11:16.466Z] #44 35.69 io
19:11:16 [2021-03-01T19:11:16.466Z] #44 35.72 strconv
19:11:16 [2021-03-01T19:11:16.466Z] #44 35.73 syscall
19:11:16 [2021-03-01T19:11:16.466Z] #44 37.70 vendor/golang.org/x/net/dns/dnsmessage
19:11:16 [2021-03-01T19:11:16.466Z] #44 38.09 bytes
19:11:16 [2021-03-01T19:11:16.466Z] #44 41.40 bufio
19:11:16 [2021-03-01T19:11:16.466Z] #44 41.87 reflect
19:11:16 [2021-03-01T19:11:16.466Z] #44 ...
19:11:16 [2021-03-01T19:11:16.466Z] 
19:11:16 [2021-03-01T19:11:16.466Z] #28 [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
19:11:16 [2021-03-01T19:11:16.466Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:16 [2021-03-01T19:11:16.614Z] #54 41.81 Building dependency tree...
19:11:16 [2021-03-01T19:11:16.614Z] #54 ...
19:11:16 [2021-03-01T19:11:16.614Z] 
19:11:16 [2021-03-01T19:11:16.614Z] #63 [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
19:11:16 [2021-03-01T19:11:16.614Z] #63 sha256:ae5a906888c10269a90eccae49e99316d923b730f07466cecd771ee23f2acbf6
19:11:16 [2021-03-01T19:11:16.614Z] #63 DONE 43.2s
19:11:16 [2021-03-01T19:11:16.614Z] 
19:11:16 [2021-03-01T19:11:16.615Z] #41 [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
19:11:16 [2021-03-01T19:11:16.615Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:16 [2021-03-01T19:11:16.615Z] #41 34.68 Reading package lists...
19:11:16 [2021-03-01T19:11:16.689Z] #13 ...
19:11:16 [2021-03-01T19:11:16.689Z] 
19:11:16 [2021-03-01T19:11:16.689Z] #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
19:11:16 [2021-03-01T19:11:16.689Z] #51 sha256:06c0178ee9aaa7e090fb3e16602a05ce9eebb2317066e19b2b4f4d047158b41a
19:11:16 [2021-03-01T19:11:16.689Z] #51 54.30 strconv
19:11:16 [2021-03-01T19:11:16.689Z] #51 54.34 io
19:11:16 [2021-03-01T19:11:16.689Z] #51 54.35 syscall
19:11:16 [2021-03-01T19:11:16.689Z] #51 57.28 strings
19:11:16 [2021-03-01T19:11:16.689Z] #51 57.31 bytes
19:11:16 [2021-03-01T19:11:16.872Z] #41 41.72 Building dependency tree...
19:11:16 [2021-03-01T19:11:16.988Z] #51 ...
19:11:16 [2021-03-01T19:11:16.988Z] 
19:11:16 [2021-03-01T19:11:16.988Z] #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
19:11:16 [2021-03-01T19:11:16.988Z] #37 sha256:2d963e84d5f37842c7cd15285284e6eb37606e650f3d4020959523de42498407
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.272 + RM_GOPATH=0
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.274 + TMP_GOPATH=
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.274 + : /build
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.274 + '[' -z '' ']'
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.275 ++ mktemp -d
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.278 + export GOPATH=/tmp/tmp.g30ch7O7pq
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.278 + GOPATH=/tmp/tmp.g30ch7O7pq
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.278 + RM_GOPATH=1
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.279 + case "$(go env GOARCH)" in
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.280 ++ go env GOARCH
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.294 + export GO_BUILDMODE=-buildmode=pie
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.300 + GO_BUILDMODE=-buildmode=pie
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.302 ++ dirname /tmp/install/install.sh
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.304 + dir=/tmp/install
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.304 + bin=tini
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.304 + shift
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.305 + '[' '!' -f /tmp/install/tini.installer ']'
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.305 + . /tmp/install/tini.installer
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.305 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.306 + install_tini
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.306 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.307 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.307 + git clone https://github.com/krallin/tini.git /tmp/tmp.g30ch7O7pq/tini
19:11:16 [2021-03-01T19:11:16.988Z] #37 0.310 Cloning into '/tmp/tmp.g30ch7O7pq/tini'...
19:11:16 [2021-03-01T19:11:16.988Z] #37 1.469 + cd /tmp/tmp.g30ch7O7pq/tini
19:11:16 [2021-03-01T19:11:16.988Z] #37 1.469 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
19:11:16 [2021-03-01T19:11:16.988Z] #37 1.485 + cmake .
19:11:16 [2021-03-01T19:11:16.988Z] #37 2.312 -- The C compiler identification is GNU 8.3.0
19:11:16 [2021-03-01T19:11:16.988Z] #37 2.441 -- Check for working C compiler: /usr/bin/cc
19:11:16 [2021-03-01T19:11:16.988Z] #37 3.275 -- Check for working C compiler: /usr/bin/cc -- works
19:11:16 [2021-03-01T19:11:16.988Z] #37 3.285 -- Detecting C compiler ABI info
19:11:16 [2021-03-01T19:11:16.988Z] #37 4.033 -- Detecting C compiler ABI info - done
19:11:16 [2021-03-01T19:11:16.988Z] #37 4.112 -- Detecting C compile features
19:11:17 [2021-03-01T19:11:17.223Z] #42 71.17   LINK     criu/pie/restorer.built-in.o
19:11:17 [2021-03-01T19:11:17.223Z] #42 71.18   GEN      criu/pie/restorer-blob.h
19:11:17 [2021-03-01T19:11:17.223Z] #42 71.33   DEP      criu/vdso.d
19:11:17 [2021-03-01T19:11:17.223Z] #42 ...
19:11:17 [2021-03-01T19:11:17.223Z] 
19:11:17 [2021-03-01T19:11:17.223Z] #19 [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
19:11:17 [2021-03-01T19:11:17.223Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:11:17 [2021-03-01T19:11:17.223Z] #19 2.055 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:11:17 [2021-03-01T19:11:17.223Z] #19 2.087 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:11:17 [2021-03-01T19:11:17.223Z] #19 2.163 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:11:17 [2021-03-01T19:11:17.223Z] #19 2.691 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:11:17 [2021-03-01T19:11:17.223Z] #19 3.805 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:11:17 [2021-03-01T19:11:17.223Z] #19 5.145 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:11:17 [2021-03-01T19:11:17.482Z] #19 ...
19:11:17 [2021-03-01T19:11:17.483Z] 
19:11:17 [2021-03-01T19:11:17.483Z] #52 [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
19:11:17 [2021-03-01T19:11:17.483Z] #52 sha256:b894789c6bed0fa24c34a0de6fb0c39928ed72e62d49b7a2019f810e55c0335c
19:11:17 [2021-03-01T19:11:17.483Z] #52 12.86 + cd /tmp/tmp.2p9s1NYbuF/src/github.com/opencontainers/runc
19:11:17 [2021-03-01T19:11:17.483Z] #52 12.87 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:11:17 [2021-03-01T19:11:17.483Z] #52 13.20 + '[' -z '' ']'
19:11:17 [2021-03-01T19:11:17.483Z] #52 13.20 + target=static
19:11:17 [2021-03-01T19:11:17.483Z] #52 13.20 + make 'BUILDTAGS=seccomp ' static
19:11:17 [2021-03-01T19:11:17.483Z] #52 13.66 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 .
19:11:17 [2021-03-01T19:11:17.483Z] #52 ...
19:11:17 [2021-03-01T19:11:17.483Z] 
19:11:17 [2021-03-01T19:11:17.483Z] #42 [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
19:11:17 [2021-03-01T19:11:17.483Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:17 [2021-03-01T19:11:17.483Z] #42 71.59   DEP      criu/vdso-compat.d
19:11:17 [2021-03-01T19:11:17.742Z] #42 71.77   DEP      criu/uts_ns.d
19:11:18 [2021-03-01T19:11:18.001Z] #42 71.90   DEP      criu/util.d
19:11:18 [2021-03-01T19:11:18.001Z] #42 72.14   DEP      criu/uffd.d
19:11:18 [2021-03-01T19:11:18.262Z] #42 72.41   DEP      criu/tun.d
19:11:18 [2021-03-01T19:11:18.521Z] #42 72.67   DEP      criu/tty.d
19:11:18 [2021-03-01T19:11:18.533Z] #37 6.179 -- Detecting C compile features - done
19:11:18 [2021-03-01T19:11:18.533Z] #37 6.223 -- Performing Test HAS_BUILTIN_FORTIFY
19:11:18 [2021-03-01T19:11:18.533Z] #37 6.313 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
19:11:18 [2021-03-01T19:11:18.533Z] #37 6.372 -- Configuring done
19:11:18 [2021-03-01T19:11:18.834Z] #37 6.384 -- Generating done
19:11:18 [2021-03-01T19:11:18.834Z] #37 6.394 -- Build files have been written to: /tmp/tmp.g30ch7O7pq/tini
19:11:18 [2021-03-01T19:11:18.834Z] #37 6.399 + make tini-static
19:11:18 [2021-03-01T19:11:18.972Z] #28 11.53 
                                                                           0.0%
##                                                                         3.7%
####                                                                       6.7%
#####                                                                      7.3%
######                                                                     9.7%
#########                                                                 13.8%
##########                                                                14.1%
############                                                              16.7%
############                                                              16.8%
##############                                                            19.9%
#################                                                         23.8%
#################                                                         23.8%
####################                                                      29.1%
#####################                                                     29.9%
#########################                                                 35.5%
###########################                                               38.6%
###############################                                           43.6%
###################################                                       49.7%
#####################################                                     51.9%
#######################################                                   54.8%
########################################                                  55.8%
#############################################                             63.8%
#################################################                         68.3%
##################################################                        70.7%
#######################################################                   77.5%
##########################################################                81.7%
############################################################              84.4%
###############################################################           87.8%
##################################################################        92.8%
######################################################################## 100.0%
19:11:18 [2021-03-01T19:11:18.974Z] #35 43.69 Reading package lists...
19:11:18 [2021-03-01T19:11:18.974Z] #35 ...
19:11:18 [2021-03-01T19:11:18.974Z] 
19:11:18 [2021-03-01T19:11:18.974Z] #48 [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
19:11:18 [2021-03-01T19:11:18.974Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:11:18 [2021-03-01T19:11:18.974Z] #48 50.03 go: extracting github.com/gogo/protobuf v1.2.1
19:11:19 [2021-03-01T19:11:19.090Z] #42 73.00   DEP      criu/timerfd.d
19:11:19 [2021-03-01T19:11:19.136Z] #37 6.803 Scanning dependencies of target tini-static
19:11:19 [2021-03-01T19:11:19.231Z] #48 ...
19:11:19 [2021-03-01T19:11:19.231Z] 
19:11:19 [2021-03-01T19:11:19.231Z] #63 [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
19:11:19 [2021-03-01T19:11:19.231Z] #63 sha256:07d81a148f1a95514b2bb4e8bf3620970a050c2650fd4e3fbadc64733613e026
19:11:19 [2021-03-01T19:11:19.231Z] #63 DONE 51.2s
19:11:19 [2021-03-01T19:11:19.349Z] #42 73.18   DEP      criu/timens.d
19:11:19 [2021-03-01T19:11:19.392Z] #41 45.74 The following additional packages will be installed:
19:11:19 [2021-03-01T19:11:19.392Z] #41 45.74   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
19:11:19 [2021-03-01T19:11:19.392Z] #41 45.74   libprotoc17 python-pkg-resources python-six zlib1g-dev
19:11:19 [2021-03-01T19:11:19.392Z] #41 45.79 Suggested packages:
19:11:19 [2021-03-01T19:11:19.392Z] #41 45.79   manpages-dev python-setuptools
19:11:19 [2021-03-01T19:11:19.435Z] #37 ...
19:11:19 [2021-03-01T19:11:19.435Z] 
19:11:19 [2021-03-01T19:11:19.435Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libcap-dev             libnet-dev             libnl-3-dev             libprotobuf-c-dev             libprotobuf-dev             protobuf-c-compiler             protobuf-compiler             python-protobuf
19:11:19 [2021-03-01T19:11:19.435Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f
19:11:19 [2021-03-01T19:11:19.435Z] #42 60.21 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 60.21 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 60.22 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 60.22 Setting up libcap-dev:ppc64el (1:2.25-2) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 60.23 Setting up libprotoc17:ppc64el (3.6.1.3-2) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 60.23 Setting up protobuf-compiler (3.6.1.3-2) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 60.24 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 60.25 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 60.26 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 60.27 Setting up python-protobuf (3.6.1.3-2) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 66.50 Setting up libnl-3-dev:ppc64el (3.4.0-1) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 66.50 Processing triggers for libc-bin (2.28-10) ...
19:11:19 [2021-03-01T19:11:19.435Z] #42 DONE 66.8s
19:11:19 [2021-03-01T19:11:19.435Z] 
19:11:19 [2021-03-01T19:11:19.435Z] #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
19:11:19 [2021-03-01T19:11:19.435Z] #37 sha256:2d963e84d5f37842c7cd15285284e6eb37606e650f3d4020959523de42498407
19:11:19 [2021-03-01T19:11:19.435Z] #37 6.918 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
19:11:19 [2021-03-01T19:11:19.435Z] #37 ...
19:11:19 [2021-03-01T19:11:19.435Z] 
19:11:19 [2021-03-01T19:11:19.435Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
19:11:19 [2021-03-01T19:11:19.435Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:11:19 [2021-03-01T19:11:19.435Z] #45 56.80 bytes
19:11:19 [2021-03-01T19:11:19.435Z] #45 63.32 bufio
19:11:19 [2021-03-01T19:11:19.435Z] #45 64.56 reflect
19:11:19 [2021-03-01T19:11:19.435Z] #45 ...
19:11:19 [2021-03-01T19:11:19.435Z] 
19:11:19 [2021-03-01T19:11:19.435Z] #13 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:19 [2021-03-01T19:11:19.435Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a
19:11:19 [2021-03-01T19:11:19.538Z] 
19:11:19 [2021-03-01T19:11:19.538Z] #54 [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
19:11:19 [2021-03-01T19:11:19.538Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:11:19 [2021-03-01T19:11:19.538Z] #54 42.11 Reading package lists...
19:11:19 [2021-03-01T19:11:19.558Z] #28 16.21 
19:11:19 [2021-03-01T19:11:19.558Z] #28 ...
19:11:19 [2021-03-01T19:11:19.558Z] 
19:11:19 [2021-03-01T19:11:19.558Z] #35 [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
19:11:19 [2021-03-01T19:11:19.558Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
19:11:19 [2021-03-01T19:11:19.558Z] #35 35.37 The following NEW packages will be installed:
19:11:19 [2021-03-01T19:11:19.558Z] #35 35.38   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
19:11:19 [2021-03-01T19:11:19.558Z] #35 35.38   vim-common xxd
19:11:19 [2021-03-01T19:11:19.558Z] #35 35.76 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded.
19:11:19 [2021-03-01T19:11:19.558Z] #35 35.76 Need to get 14.2 MB of archives.
19:11:19 [2021-03-01T19:11:19.558Z] #35 35.76 After this operation, 60.0 MB of additional disk space will be used.
19:11:19 [2021-03-01T19:11:19.558Z] #35 35.76 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
19:11:19 [2021-03-01T19:11:19.558Z] #35 35.77 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
19:11:19 [2021-03-01T19:11:19.558Z] #35 35.77 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
19:11:19 [2021-03-01T19:11:19.558Z] #35 36.03 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
19:11:19 [2021-03-01T19:11:19.558Z] #35 37.01 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB]
19:11:19 [2021-03-01T19:11:19.558Z] #35 37.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
19:11:19 [2021-03-01T19:11:19.558Z] #35 37.10 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
19:11:19 [2021-03-01T19:11:19.558Z] #35 37.11 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
19:11:19 [2021-03-01T19:11:19.558Z] #35 37.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
19:11:19 [2021-03-01T19:11:19.558Z] #35 37.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
19:11:19 [2021-03-01T19:11:19.558Z] #35 39.02 debconf: delaying package configuration, since apt-utils is not installed
19:11:19 [2021-03-01T19:11:19.558Z] #35 39.70 Fetched 14.2 MB in 2s (7253 kB/s)
19:11:19 [2021-03-01T19:11:19.558Z] #35 41.55 Selecting previously unselected package xxd.
19:11:19 [2021-03-01T19:11:19.558Z] #35 41.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 ... 15383 files and directories currently installed.)
19:11:19 [2021-03-01T19:11:19.558Z] #35 41.66 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
19:11:19 [2021-03-01T19:11:19.558Z] #35 42.88 Unpacking xxd (2:8.1.0875-5) ...
19:11:19 [2021-03-01T19:11:19.558Z] #35 ...
19:11:19 [2021-03-01T19:11:19.558Z] 
19:11:19 [2021-03-01T19:11:19.558Z] #28 [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
19:11:19 [2021-03-01T19:11:19.558Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:19 [2021-03-01T19:11:19.608Z] #42 73.47   DEP      criu/sysfs_parse.d
19:11:19 [2021-03-01T19:11:19.608Z] #42 73.63   DEP      criu/sysctl.d
19:11:19 [2021-03-01T19:11:19.733Z] #13 67.06 Selecting previously unselected package mingw-w64-x86-64-dev.
19:11:19 [2021-03-01T19:11:19.733Z] #13 67.07 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
19:11:19 [2021-03-01T19:11:19.733Z] #13 67.09 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
19:11:19 [2021-03-01T19:11:19.868Z] #42 73.86   DEP      criu/string.d
19:11:19 [2021-03-01T19:11:19.868Z] #42 73.91   DEP      criu/stats.d
19:11:19 [2021-03-01T19:11:19.955Z] #41 ...
19:11:19 [2021-03-01T19:11:19.955Z] 
19:11:19 [2021-03-01T19:11:19.955Z] #48 [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
19:11:19 [2021-03-01T19:11:19.955Z] #48 sha256:168c0f5ada61fdd642bec32caecf8e9e7a2de628a7b62518278431f1b75c3186
19:11:19 [2021-03-01T19:11:19.955Z] #48 45.73 go: finding github.com/fatih/color v1.7.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 45.79 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:11:19 [2021-03-01T19:11:19.955Z] #48 45.79 go: finding github.com/mattn/go-colorable v0.1.4
19:11:19 [2021-03-01T19:11:19.955Z] #48 45.91 go: finding github.com/mattn/go-isatty v0.0.8
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.00 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.00 go: finding github.com/go-critic/go-critic v0.4.1
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.00 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.03 go: finding github.com/pkg/errors v0.8.1
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.06 go: finding github.com/go-lintpack/lintpack v0.5.2
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.06 go: finding github.com/sirupsen/logrus v1.4.2
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.10 go: finding github.com/stretchr/testify v1.4.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.10 go: finding github.com/mitchellh/go-homedir v1.1.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.13 go: finding github.com/go-toolsmith/astfmt v1.0.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.13 go: finding github.com/davecgh/go-spew v1.1.1
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.13 go: finding github.com/go-toolsmith/astcast v1.0.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.19 go: finding github.com/pmezard/go-difflib v1.0.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.19 go: finding github.com/stretchr/objx v0.2.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.19 go: finding github.com/spf13/viper v1.6.1
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.26 go: finding github.com/go-toolsmith/astequal v1.0.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.26 go: finding github.com/go-toolsmith/astcopy v1.0.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.26 go: finding github.com/go-toolsmith/astp v1.0.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.31 go: finding gopkg.in/yaml.v2 v2.2.7
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.41 go: finding github.com/go-toolsmith/typep v1.0.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.41 go: finding github.com/go-toolsmith/strparse v1.0.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.45 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.45 go: finding github.com/bombsimon/wsl/v2 v2.0.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.50 go: finding github.com/fsnotify/fsnotify v1.4.7
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.50 go: finding github.com/hashicorp/hcl v1.0.0
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.54 go: finding github.com/spf13/cobra v0.0.5
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.63 go: finding github.com/gobwas/glob v0.2.3
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.63 go: finding github.com/spf13/pflag v1.0.5
19:11:19 [2021-03-01T19:11:19.955Z] #48 46.63 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:11:20 [2021-03-01T19:11:20.041Z] #12 43.92 Reading package lists...
19:11:20 [2021-03-01T19:11:20.041Z] #12 ...
19:11:20 [2021-03-01T19:11:20.041Z] 
19:11:20 [2021-03-01T19:11:20.041Z] #35 [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
19:11:20 [2021-03-01T19:11:20.041Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:20 [2021-03-01T19:11:20.041Z] #35 34.37 Reading package lists...
19:11:20 [2021-03-01T19:11:20.094Z] #28 16.48 
                                                                           0.0%
#                                                                          2.5%
###                                                                        5.2%
###                                                                        5.4%
######                                                                     9.0%
19:11:20 [2021-03-01T19:11:20.094Z] #28 ...
19:11:20 [2021-03-01T19:11:20.094Z] 
19:11:20 [2021-03-01T19:11:20.094Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:20 [2021-03-01T19:11:20.094Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:11:20 [2021-03-01T19:11:20.094Z] #12 36.05 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB]
19:11:20 [2021-03-01T19:11:20.094Z] #12 36.49 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
19:11:20 [2021-03-01T19:11:20.094Z] #12 36.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
19:11:20 [2021-03-01T19:11:20.094Z] #12 36.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
19:11:20 [2021-03-01T19:11:20.094Z] #12 36.58 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
19:11:20 [2021-03-01T19:11:20.094Z] #12 36.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
19:11:20 [2021-03-01T19:11:20.094Z] #12 37.41 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB]
19:11:20 [2021-03-01T19:11:20.094Z] #12 37.46 Get:11 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]
19:11:20 [2021-03-01T19:11:20.094Z] #12 43.18 Get:12 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]
19:11:20 [2021-03-01T19:11:20.127Z] #42 74.11   DEP      criu/sockets.d
19:11:20 [2021-03-01T19:11:20.211Z] #48 46.69 go: finding github.com/magiconair/properties v1.8.1
19:11:20 [2021-03-01T19:11:20.211Z] #48 46.75 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:20 [2021-03-01T19:11:20.211Z] #48 46.80 go: finding github.com/mitchellh/mapstructure v1.1.2
19:11:20 [2021-03-01T19:11:20.211Z] #48 46.88 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:11:20 [2021-03-01T19:11:20.386Z] #42 74.31   DEP      criu/sk-unix.d
19:11:20 [2021-03-01T19:11:20.434Z] ok  	github.com/docker/docker/api/server	0.009s	coverage: 9.0% of statements
19:11:20 [2021-03-01T19:11:20.439Z] #12 46.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
19:11:20 [2021-03-01T19:11:20.439Z] #12 46.26 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
19:11:20 [2021-03-01T19:11:20.439Z] #12 ...
19:11:20 [2021-03-01T19:11:20.439Z] 
19:11:20 [2021-03-01T19:11:20.439Z] #28 [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
19:11:20 [2021-03-01T19:11:20.439Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:20 [2021-03-01T19:11:20.536Z] #48 46.97 go: finding github.com/pelletier/go-toml v1.2.0
19:11:20 [2021-03-01T19:11:20.536Z] #48 47.07 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:11:20 [2021-03-01T19:11:20.536Z] #48 47.08 go: finding github.com/spf13/afero v1.1.2
19:11:20 [2021-03-01T19:11:20.614Z] #35 45.03 Reading package lists...
19:11:20 [2021-03-01T19:11:20.614Z] #35 ...
19:11:20 [2021-03-01T19:11:20.614Z] 
19:11:20 [2021-03-01T19:11:20.614Z] #48 [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
19:11:20 [2021-03-01T19:11:20.614Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:11:20 [2021-03-01T19:11:20.614Z] #48 46.93 go: extracting github.com/gogo/protobuf v1.2.1
19:11:20 [2021-03-01T19:11:20.614Z] #48 50.91 go: extracting golang.org/x/text v0.3.2
19:11:20 [2021-03-01T19:11:20.645Z] #42 74.55   DEP      criu/sk-tcp.d
19:11:20 [2021-03-01T19:11:20.707Z] #28 16.48 
                                                                           0.0%
#                                                                          2.5%
###                                                                        5.2%
###                                                                        5.4%
######                                                                     9.0%
######                                                                     9.6%
#########                                                                 12.7%
19:11:20 [2021-03-01T19:11:20.707Z] #28 ...
19:11:20 [2021-03-01T19:11:20.707Z] 
19:11:20 [2021-03-01T19:11:20.707Z] #41 [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
19:11:20 [2021-03-01T19:11:20.707Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
19:11:20 [2021-03-01T19:11:20.707Z] #41 36.47 The following NEW packages will be installed:
19:11:20 [2021-03-01T19:11:20.707Z] #41 36.47   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
19:11:20 [2021-03-01T19:11:20.707Z] #41 36.47   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
19:11:20 [2021-03-01T19:11:20.707Z] #41 36.48   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
19:11:20 [2021-03-01T19:11:20.707Z] #41 36.48   python-six zlib1g-dev
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.02 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded.
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.02 Need to get 3798 kB of archives.
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.02 After this operation, 21.6 MB of additional disk space will be used.
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.02 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.04 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.05 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.09 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.14 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.14 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.27 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.36 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.44 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.50 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.51 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.52 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 37.55 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
19:11:20 [2021-03-01T19:11:20.707Z] #41 39.15 debconf: delaying package configuration, since apt-utils is not installed
19:11:20 [2021-03-01T19:11:20.707Z] #41 40.10 Fetched 3798 kB in 1s (3906 kB/s)
19:11:20 [2021-03-01T19:11:20.707Z] #41 42.63 Selecting previously unselected package libcap-dev:arm64.
19:11:20 [2021-03-01T19:11:20.707Z] #41 42.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 ... 15383 files and directories currently installed.)
19:11:20 [2021-03-01T19:11:20.707Z] #41 42.72 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
19:11:20 [2021-03-01T19:11:20.707Z] #41 43.31 Unpacking libcap-dev:arm64 (1:2.25-2) ...
19:11:20 [2021-03-01T19:11:20.707Z] #41 ...
19:11:20 [2021-03-01T19:11:20.707Z] 
19:11:20 [2021-03-01T19:11:20.707Z] #28 [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
19:11:20 [2021-03-01T19:11:20.707Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.16 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.17 go: finding github.com/spf13/cast v1.3.0
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.19 go: finding golang.org/x/text v0.3.2
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.24 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.36 go: finding github.com/spf13/jwalterweatherman v1.0.0
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.36 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.38 go: finding github.com/subosito/gotenv v1.2.0
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.38 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.42 go: finding gopkg.in/ini.v1 v1.51.0
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.46 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.46 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.48 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.53 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:11:20 [2021-03-01T19:11:20.806Z] #48 47.53 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:11:20 [2021-03-01T19:11:20.905Z] #42 74.72   DEP      criu/sk-queue.d
19:11:20 [2021-03-01T19:11:20.905Z] #42 74.89   DEP      criu/sk-packet.d
19:11:21 [2021-03-01T19:11:21.012Z] #28 16.48 
                                                                           0.0%
#                                                                          2.5%
###                                                                        5.2%
###                                                                        5.4%
######                                                                     9.0%
######                                                                     9.6%
#########                                                                 12.7%
#########                                                                 12.8%
###########                                                               15.9%
#############                                          
19:11:21 [2021-03-01T19:11:21.012Z] #28 ...
19:11:21 [2021-03-01T19:11:21.012Z] 
19:11:21 [2021-03-01T19:11:21.012Z] #31 [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
19:11:21 [2021-03-01T19:11:21.012Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
19:11:21 [2021-03-01T19:11:21.012Z] #31 36.54 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.
19:11:21 [2021-03-01T19:11:21.012Z] #31 36.69 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
19:11:21 [2021-03-01T19:11:21.012Z] #31 38.01 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:11:21 [2021-03-01T19:11:21.063Z] #48 47.54 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:11:21 [2021-03-01T19:11:21.063Z] #48 47.54 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:11:21 [2021-03-01T19:11:21.063Z] #48 47.58 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:11:21 [2021-03-01T19:11:21.063Z] #48 47.58 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:21 [2021-03-01T19:11:21.063Z] #48 47.60 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:11:21 [2021-03-01T19:11:21.063Z] #48 47.74 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:11:21 [2021-03-01T19:11:21.063Z] #48 47.81 go: finding github.com/kisielk/gotool v1.0.0
19:11:21 [2021-03-01T19:11:21.164Z] #42 75.15   DEP      criu/sk-netlink.d
19:11:21 [2021-03-01T19:11:21.278Z] #31 ...
19:11:21 [2021-03-01T19:11:21.278Z] 
19:11:21 [2021-03-01T19:11:21.278Z] #28 [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
19:11:21 [2021-03-01T19:11:21.278Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:21 [2021-03-01T19:11:21.278Z] #28 16.48 
                                                                           0.0%
#                                                                          2.5%
###                                                                        5.2%
###                                                                        5.4%
######                                                                     9.0%
######                                                                     9.6%
#########                                                                 12.7%
#########                                                                 12.8%
###########                                                               15.9%
#############                                                             18.6%
#############                                                             19.1%
###############                                                           22.1%
19:11:21 [2021-03-01T19:11:21.278Z] #28 ...
19:11:21 [2021-03-01T19:11:21.278Z] 
19:11:21 [2021-03-01T19:11:21.278Z] #54 [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
19:11:21 [2021-03-01T19:11:21.278Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
19:11:21 [2021-03-01T19:11:21.278Z] #54 37.30 debconf: delaying package configuration, since apt-utils is not installed
19:11:21 [2021-03-01T19:11:21.278Z] #54 37.63 Fetched 119 kB in 0s (433 kB/s)
19:11:21 [2021-03-01T19:11:21.278Z] #54 37.79 Selecting previously unselected package libbtrfs0.
19:11:21 [2021-03-01T19:11:21.278Z] #54 37.79 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
19:11:21 [2021-03-01T19:11:21.278Z] #54 37.95 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
19:11:21 [2021-03-01T19:11:21.278Z] #54 38.03 Unpacking libbtrfs0 (4.20.1-2) ...
19:11:21 [2021-03-01T19:11:21.278Z] #54 38.17 Selecting previously unselected package libbtrfs-dev.
19:11:21 [2021-03-01T19:11:21.278Z] #54 38.17 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
19:11:21 [2021-03-01T19:11:21.278Z] #54 38.23 Unpacking libbtrfs-dev (4.20.1-2) ...
19:11:21 [2021-03-01T19:11:21.278Z] #54 38.58 Setting up libbtrfs0 (4.20.1-2) ...
19:11:21 [2021-03-01T19:11:21.278Z] #54 38.61 Setting up libbtrfs-dev (4.20.1-2) ...
19:11:21 [2021-03-01T19:11:21.278Z] #54 38.63 Processing triggers for libc-bin (2.28-10) ...
19:11:21 [2021-03-01T19:11:21.278Z] #54 ...
19:11:21 [2021-03-01T19:11:21.278Z] 
19:11:21 [2021-03-01T19:11:21.278Z] #28 [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
19:11:21 [2021-03-01T19:11:21.278Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:21 [2021-03-01T19:11:21.322Z] #48 47.92 go: finding github.com/sourcegraph/go-diff v0.5.1
19:11:21 [2021-03-01T19:11:21.322Z] #48 47.92 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:11:21 [2021-03-01T19:11:21.322Z] #48 47.93 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:21 [2021-03-01T19:11:21.322Z] #48 47.94 go: finding github.com/tommy-muehle/go-mnd v1.1.1
19:11:21 [2021-03-01T19:11:21.322Z] #48 47.96 go: finding github.com/ultraware/funlen v0.0.2
19:11:21 [2021-03-01T19:11:21.322Z] #48 48.01 go: finding github.com/ultraware/whitespace v0.0.4
19:11:21 [2021-03-01T19:11:21.322Z] #48 48.02 go: finding github.com/uudashr/gocognit v1.0.1
19:11:21 [2021-03-01T19:11:21.423Z] #42 75.31   DEP      criu/sk-inet.d
19:11:21 [2021-03-01T19:11:21.545Z] #28 16.48 
                                                                           0.0%
#                                                                          2.5%
###                                                                        5.2%
###                                                                        5.4%
######                                                                     9.0%
######                                                                     9.6%
#########                                                                 12.7%
#########                                                                 12.8%
###########                                                               15.9%
#############                                                             18.6%
#############                                                             19.1%
###############                                                           22.1%
########
19:11:21 [2021-03-01T19:11:21.545Z] #28 ...
19:11:21 [2021-03-01T19:11:21.545Z] 
19:11:21 [2021-03-01T19:11:21.545Z] #54 [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
19:11:21 [2021-03-01T19:11:21.545Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb
19:11:21 [2021-03-01T19:11:21.545Z] #54 DONE 47.5s
19:11:21 [2021-03-01T19:11:21.545Z] 
19:11:21 [2021-03-01T19:11:21.545Z] #28 [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
19:11:21 [2021-03-01T19:11:21.545Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:21 [2021-03-01T19:11:21.578Z] #48 48.06 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:11:21 [2021-03-01T19:11:21.578Z] #48 48.09 go: finding github.com/gogo/protobuf v1.2.1
19:11:21 [2021-03-01T19:11:21.578Z] #48 48.35 go: finding honnef.co/go/tools v0.0.1-2019.2.3
19:11:21 [2021-03-01T19:11:21.578Z] #48 48.37 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:11:21 [2021-03-01T19:11:21.682Z] #42 75.53   DEP      criu/signalfd.d
19:11:21 [2021-03-01T19:11:21.682Z] #42 75.65   DEP      criu/sigframe.d
19:11:21 [2021-03-01T19:11:21.682Z] #42 75.73   DEP      criu/shmem.d
19:11:21 [2021-03-01T19:11:21.835Z] #48 48.40 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:11:21 [2021-03-01T19:11:21.835Z] #48 48.52 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:21 [2021-03-01T19:11:21.942Z] #42 75.89   DEP      criu/servicefd.d
19:11:22 [2021-03-01T19:11:22.003Z] #48 ...
19:11:22 [2021-03-01T19:11:22.003Z] 
19:11:22 [2021-03-01T19:11:22.003Z] #44 [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
19:11:22 [2021-03-01T19:11:22.003Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:11:22 [2021-03-01T19:11:22.003Z] #44 52.49 sync
19:11:22 [2021-03-01T19:11:22.003Z] #44 52.50 internal/reflectlite
19:11:22 [2021-03-01T19:11:22.112Z] #54 50.95 Building dependency tree...
19:11:22 [2021-03-01T19:11:22.138Z] #48 48.54 go: finding github.com/BurntSushi/toml v0.3.1
19:11:22 [2021-03-01T19:11:22.201Z] #42 ...
19:11:22 [2021-03-01T19:11:22.201Z] 
19:11:22 [2021-03-01T19:11:22.201Z] #44 [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
19:11:22 [2021-03-01T19:11:22.202Z] #44 sha256:f67b81d86def4bc7aef213efb12394612eef8aaaa725f26e41d716ae7e868a04
19:11:22 [2021-03-01T19:11:22.202Z] #44 146.7 github.com/LK4D4/vndr/godl
19:11:22 [2021-03-01T19:11:22.202Z] #44 147.5 github.com/LK4D4/vndr
19:11:22 [2021-03-01T19:11:22.202Z] #44 DONE 156.7s
19:11:22 [2021-03-01T19:11:22.202Z] 
19:11:22 [2021-03-01T19:11:22.202Z] #42 [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
19:11:22 [2021-03-01T19:11:22.202Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:22 [2021-03-01T19:11:22.202Z] #42 76.17   DEP      criu/seize.d
19:11:22 [2021-03-01T19:11:22.461Z] #42 76.35   DEP      criu/seccomp.d
19:11:22 [2021-03-01T19:11:22.563Z] #13 ...
19:11:22 [2021-03-01T19:11:22.563Z] 
19:11:22 [2021-03-01T19:11:22.563Z] #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
19:11:22 [2021-03-01T19:11:22.563Z] #37 sha256:2d963e84d5f37842c7cd15285284e6eb37606e650f3d4020959523de42498407
19:11:22 [2021-03-01T19:11:22.563Z] #37 8.890 [100%] Linking C executable tini-static
19:11:22 [2021-03-01T19:11:22.563Z] #37 9.723 [100%] Built target tini-static
19:11:22 [2021-03-01T19:11:22.563Z] #37 9.803 + mkdir -p /build
19:11:22 [2021-03-01T19:11:22.563Z] #37 9.806 + cp tini-static /build/docker-init
19:11:22 [2021-03-01T19:11:22.563Z] #37 DONE 9.9s
19:11:22 [2021-03-01T19:11:22.563Z] 
19:11:22 [2021-03-01T19:11:22.563Z] #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
19:11:22 [2021-03-01T19:11:22.563Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:11:22 [2021-03-01T19:11:22.563Z] #43 1.796 Note: Building without setproctitle() and strlcpy() support.
19:11:22 [2021-03-01T19:11:22.563Z] #43 1.796       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:11:22 [2021-03-01T19:11:22.563Z] #43 1.822 Note: Building without GnuTLS support
19:11:22 [2021-03-01T19:11:22.563Z] #43 1.830 Makefile.config:39: Warn: you have no libnftables installed
19:11:22 [2021-03-01T19:11:22.563Z] #43 1.837 Makefile.config:40: Warn: Building without nftables support
19:11:22 [2021-03-01T19:11:22.621Z] #28 16.48 
                                                                           0.0%
#                                                                          2.5%
###                                                                        5.2%
###                                                                        5.4%
######                                                                     9.0%
######                                                                     9.6%
#########                                                                 12.7%
#########                                                                 12.8%
###########                                                               15.9%
#############                                                             18.6%
#############                                                             19.1%
###############                                                           22.1%
################                                                          22.5%
###################                                                       27.1%
#####################                                                     30.5%
#######################                                                   33.3%
#########################                                                 36.1%
###########################                                               38.3%
##############################                                            42.4%
################################                                          45.2%
###################################                                       49.4%
19:11:22 [2021-03-01T19:11:22.621Z] #28 ...
19:11:22 [2021-03-01T19:11:22.621Z] 
19:11:22 [2021-03-01T19:11:22.621Z] #63 [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
19:11:22 [2021-03-01T19:11:22.621Z] #63 sha256:7fa823921a82c6bfc4267045f8f61ecfb3769e9a328372da03abbea23ebdd1df
19:11:22 [2021-03-01T19:11:22.621Z] #63 DONE 48.7s
19:11:22 [2021-03-01T19:11:22.621Z] 
19:11:22 [2021-03-01T19:11:22.621Z] #28 [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
19:11:22 [2021-03-01T19:11:22.621Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:22 [2021-03-01T19:11:22.720Z] #42 76.73   DEP      criu/rst-malloc.d
19:11:22 [2021-03-01T19:11:22.720Z] #42 76.86   DEP      criu/rbtree.d
19:11:22 [2021-03-01T19:11:22.980Z] #42 76.95   DEP      criu/pstree.d
19:11:23 [2021-03-01T19:11:23.219Z] #43 3.749 fatal: not a git repository (or any of the parent directories): .git
19:11:23 [2021-03-01T19:11:23.219Z] #43 3.849   GEN      .gitid
19:11:23 [2021-03-01T19:11:23.240Z] #42 77.23   DEP      criu/protobuf.d
19:11:23 [2021-03-01T19:11:23.498Z] #42 77.43   GEN      criu/protobuf-desc-gen.h
19:11:23 [2021-03-01T19:11:23.506Z] #48 ...
19:11:23 [2021-03-01T19:11:23.506Z] 
19:11:23 [2021-03-01T19:11:23.506Z] #54 [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
19:11:23 [2021-03-01T19:11:23.506Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:11:23 [2021-03-01T19:11:23.506Z] #54 41.81 Building dependency tree...
19:11:23 [2021-03-01T19:11:23.506Z] #54 45.73 The following additional packages will be installed:
19:11:23 [2021-03-01T19:11:23.506Z] #54 45.73   libbtrfs0
19:11:23 [2021-03-01T19:11:23.506Z] #54 46.00 The following NEW packages will be installed:
19:11:23 [2021-03-01T19:11:23.506Z] #54 46.00   libbtrfs-dev libbtrfs0
19:11:23 [2021-03-01T19:11:23.506Z] #54 46.63 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded.
19:11:23 [2021-03-01T19:11:23.506Z] #54 46.63 Need to get 119 kB of archives.
19:11:23 [2021-03-01T19:11:23.506Z] #54 46.63 After this operation, 387 kB of additional disk space will be used.
19:11:23 [2021-03-01T19:11:23.506Z] #54 46.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #54 46.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #54 47.86 debconf: delaying package configuration, since apt-utils is not installed
19:11:23 [2021-03-01T19:11:23.506Z] #54 48.09 Fetched 119 kB in 1s (225 kB/s)
19:11:23 [2021-03-01T19:11:23.506Z] #54 48.29 Selecting previously unselected package libbtrfs0.
19:11:23 [2021-03-01T19:11:23.506Z] #54 48.29 (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.)
19:11:23 [2021-03-01T19:11:23.506Z] #54 48.36 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
19:11:23 [2021-03-01T19:11:23.506Z] #54 48.40 Unpacking libbtrfs0 (4.20.1-2) ...
19:11:23 [2021-03-01T19:11:23.506Z] #54 48.54 Selecting previously unselected package libbtrfs-dev.
19:11:23 [2021-03-01T19:11:23.506Z] #54 48.54 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
19:11:23 [2021-03-01T19:11:23.506Z] #54 48.58 Unpacking libbtrfs-dev (4.20.1-2) ...
19:11:23 [2021-03-01T19:11:23.506Z] #54 48.95 Setting up libbtrfs0 (4.20.1-2) ...
19:11:23 [2021-03-01T19:11:23.506Z] #54 48.95 Setting up libbtrfs-dev (4.20.1-2) ...
19:11:23 [2021-03-01T19:11:23.506Z] #54 48.97 Processing triggers for libc-bin (2.28-10) ...
19:11:23 [2021-03-01T19:11:23.506Z] #54 DONE 50.0s
19:11:23 [2021-03-01T19:11:23.506Z] 
19:11:23 [2021-03-01T19:11:23.506Z] #41 [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
19:11:23 [2021-03-01T19:11:23.506Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.10 The following NEW packages will be installed:
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.10   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.10   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.10   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.15   python-six zlib1g-dev
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.58 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded.
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.58 Need to get 4095 kB of archives.
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.58 After this operation, 22.5 MB of additional disk space will be used.
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.60 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.60 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.62 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.74 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.88 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.92 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.92 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.95 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.95 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 47.95 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
19:11:23 [2021-03-01T19:11:23.506Z] #41 49.14 debconf: delaying package configuration, since apt-utils is not installed
19:11:23 [2021-03-01T19:11:23.506Z] #41 49.41 Fetched 4095 kB in 1s (5985 kB/s)
19:11:23 [2021-03-01T19:11:23.506Z] #41 49.51 Selecting previously unselected package libcap-dev:amd64.
19:11:23 [2021-03-01T19:11:23.506Z] #41 49.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.)
19:11:23 [2021-03-01T19:11:23.506Z] #41 49.59 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
19:11:23 [2021-03-01T19:11:23.506Z] #41 49.77 Unpacking libcap-dev:amd64 (1:2.25-2) ...
19:11:23 [2021-03-01T19:11:23.506Z] #41 49.99 Selecting previously unselected package libnet1:amd64.
19:11:23 [2021-03-01T19:11:23.506Z] #41 49.99 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
19:11:23 [2021-03-01T19:11:23.506Z] #41 49.99 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:11:23 [2021-03-01T19:11:23.506Z] #41 50.20 Selecting previously unselected package libnet1-dev.
19:11:23 [2021-03-01T19:11:23.506Z] #41 50.20 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
19:11:23 [2021-03-01T19:11:23.506Z] #41 50.20 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
19:11:23 [2021-03-01T19:11:23.517Z] #43 4.006   GEN      criu/include/version.h
19:11:23 [2021-03-01T19:11:23.517Z] #43 4.075   GEN      include/common/asm
19:11:23 [2021-03-01T19:11:23.763Z] #41 50.43 Selecting previously unselected package libnl-3-200:amd64.
19:11:23 [2021-03-01T19:11:23.763Z] #41 ...
19:11:23 [2021-03-01T19:11:23.763Z] 
19:11:23 [2021-03-01T19:11:23.763Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:23 [2021-03-01T19:11:23.763Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:23 [2021-03-01T19:11:23.763Z] #12 33.19 Reading package lists...
19:11:23 [2021-03-01T19:11:23.763Z] #12 40.64 Building dependency tree...
19:11:23 [2021-03-01T19:11:23.763Z] #12 44.52 The following additional packages will be installed:
19:11:23 [2021-03-01T19:11:23.763Z] #12 44.52   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
19:11:23 [2021-03-01T19:11:23.763Z] #12 44.52   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
19:11:23 [2021-03-01T19:11:23.763Z] #12 44.52   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
19:11:23 [2021-03-01T19:11:23.763Z] #12 44.52   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
19:11:23 [2021-03-01T19:11:23.763Z] #12 44.52   mingw-w64-x86-64-dev
19:11:23 [2021-03-01T19:11:23.763Z] #12 44.55 Suggested packages:
19:11:23 [2021-03-01T19:11:23.763Z] #12 44.55   gcc-8-locales seccomp wine64
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.19 The following NEW packages will be installed:
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.19   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.19   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.19   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.19   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.19   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.19   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.19 The following packages will be upgraded:
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.19   libsystemd0 libudev1
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.63 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded.
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.63 Need to get 78.2 MB of archives.
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.63 After this operation, 487 MB of additional disk space will be used.
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB]
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB]
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.68 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
19:11:23 [2021-03-01T19:11:23.763Z] #12 46.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
19:11:23 [2021-03-01T19:11:23.763Z] #12 47.22 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
19:11:23 [2021-03-01T19:11:23.763Z] #12 47.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
19:11:23 [2021-03-01T19:11:23.763Z] #12 47.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
19:11:23 [2021-03-01T19:11:23.763Z] #12 47.23 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
19:11:23 [2021-03-01T19:11:23.763Z] #12 47.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
19:11:23 [2021-03-01T19:11:23.763Z] #12 48.23 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
19:11:23 [2021-03-01T19:11:23.763Z] #12 48.23 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
19:11:23 [2021-03-01T19:11:23.763Z] #12 ...
19:11:23 [2021-03-01T19:11:23.763Z] 
19:11:23 [2021-03-01T19:11:23.763Z] #41 [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
19:11:23 [2021-03-01T19:11:23.763Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:23 [2021-03-01T19:11:23.763Z] #41 50.45 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
19:11:23 [2021-03-01T19:11:23.763Z] #41 50.45 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
19:11:23 [2021-03-01T19:11:23.934Z] #44 ...
19:11:23 [2021-03-01T19:11:23.934Z] 
19:11:23 [2021-03-01T19:11:23.934Z] #54 [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
19:11:23 [2021-03-01T19:11:23.934Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:11:23 [2021-03-01T19:11:23.934Z] #54 44.39 Reading package lists...
19:11:23 [2021-03-01T19:11:23.934Z] #54 54.29 Building dependency tree...
19:11:23 [2021-03-01T19:11:23.934Z] #54 ...
19:11:23 [2021-03-01T19:11:23.934Z] 
19:11:23 [2021-03-01T19:11:23.934Z] #41 [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
19:11:23 [2021-03-01T19:11:23.934Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:23 [2021-03-01T19:11:23.934Z] #41 44.46 Reading package lists...
19:11:23 [2021-03-01T19:11:23.934Z] #41 53.85 Building dependency tree...
19:11:23 [2021-03-01T19:11:23.934Z] #41 ...
19:11:23 [2021-03-01T19:11:23.934Z] 
19:11:23 [2021-03-01T19:11:23.934Z] #35 [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
19:11:23 [2021-03-01T19:11:23.934Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:23 [2021-03-01T19:11:23.934Z] #35 45.03 Reading package lists...
19:11:23 [2021-03-01T19:11:23.999Z] #28 16.48 
                                                                           0.0%
#                                                                          2.5%
###                                                                        5.2%
###                                                                        5.4%
######                                                                     9.0%
######                                                                     9.6%
#########                                                                 12.7%
#########                                                                 12.8%
###########                                                               15.9%
#############                                                             18.6%
#############                                                             19.1%
###############                                                           22.1%
################                                                          22.5%
###################                                                       27.1%
#####################                                                     30.5%
#######################                                                   33.3%
#########################                                                 36.1%
###########################                                               38.3%
##############################                                            42.4%
################################                                          45.2%
###################################                                       49.4%
######################################                                    52.9%
######################################                                    53.8%
#######################################                                   55.0%
########################################                                  56.5%
#########################################                                 58.2%
###########################################                               60.3%
############################################                              61.8%
############################################                              62.5%
#############################################                             63.7%
##############################################                            63.9%
###############################################                           65.8%
19:11:23 [2021-03-01T19:11:23.999Z] #28 ...
19:11:23 [2021-03-01T19:11:23.999Z] 
19:11:23 [2021-03-01T19:11:23.999Z] #50 [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
19:11:23 [2021-03-01T19:11:23.999Z] #50 sha256:61ffb682b08da8166431e3071096480556c305352f9565518b626d76daae301c
19:11:23 [2021-03-01T19:11:23.999Z] #50 39.64 bytes
19:11:23 [2021-03-01T19:11:23.999Z] #50 39.65 strconv
19:11:23 [2021-03-01T19:11:23.999Z] #50 39.70 syscall
19:11:23 [2021-03-01T19:11:23.999Z] #50 39.71 strings
19:11:23 [2021-03-01T19:11:23.999Z] #50 42.94 text/tabwriter
19:11:23 [2021-03-01T19:11:23.999Z] #50 43.59 reflect
19:11:23 [2021-03-01T19:11:23.999Z] #50 43.59 regexp/syntax
19:11:23 [2021-03-01T19:11:23.999Z] #50 46.84 time
19:11:23 [2021-03-01T19:11:23.999Z] #50 48.04 regexp
19:11:23 [2021-03-01T19:11:23.999Z] #50 ...
19:11:23 [2021-03-01T19:11:23.999Z] 
19:11:23 [2021-03-01T19:11:23.999Z] #28 [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
19:11:23 [2021-03-01T19:11:23.999Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:24 [2021-03-01T19:11:24.006Z] #54 ...
19:11:24 [2021-03-01T19:11:24.006Z] 
19:11:24 [2021-03-01T19:11:24.006Z] #44 [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
19:11:24 [2021-03-01T19:11:24.006Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:11:24 [2021-03-01T19:11:24.006Z] #44 55.82 sync
19:11:24 [2021-03-01T19:11:24.006Z] #44 55.85 internal/reflectlite
19:11:24 [2021-03-01T19:11:24.020Z] #41 50.63 Selecting previously unselected package libnl-3-dev:amd64.
19:11:24 [2021-03-01T19:11:24.020Z] #41 50.63 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
19:11:24 [2021-03-01T19:11:24.020Z] #41 50.64 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
19:11:24 [2021-03-01T19:11:24.020Z] #41 ...
19:11:24 [2021-03-01T19:11:24.020Z] 
19:11:24 [2021-03-01T19:11:24.020Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:24 [2021-03-01T19:11:24.020Z] #33 sha256:30dce4818d29da2a0400ca75dde0bacdfb3f5976c3d66207a4e4abae519708cb
19:11:24 [2021-03-01T19:11:24.020Z] #33 40.68 sync
19:11:24 [2021-03-01T19:11:24.020Z] #33 40.69 internal/reflectlite
19:11:24 [2021-03-01T19:11:24.020Z] #33 43.43 errors
19:11:24 [2021-03-01T19:11:24.020Z] #33 43.43 sort
19:11:24 [2021-03-01T19:11:24.020Z] #33 43.65 strconv
19:11:24 [2021-03-01T19:11:24.020Z] #33 44.68 io
19:11:24 [2021-03-01T19:11:24.020Z] #33 45.71 internal/oserror
19:11:24 [2021-03-01T19:11:24.020Z] #33 45.91 syscall
19:11:24 [2021-03-01T19:11:24.020Z] #33 48.23 reflect
19:11:24 [2021-03-01T19:11:24.020Z] #33 ...
19:11:24 [2021-03-01T19:11:24.020Z] 
19:11:24 [2021-03-01T19:11:24.020Z] #35 [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
19:11:24 [2021-03-01T19:11:24.020Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:24 [2021-03-01T19:11:24.020Z] #35 34.52 Reading package lists...
19:11:24 [2021-03-01T19:11:24.020Z] #35 41.57 Building dependency tree...
19:11:24 [2021-03-01T19:11:24.020Z] #35 45.69 The following additional packages will be installed:
19:11:24 [2021-03-01T19:11:24.020Z] #35 45.69   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
19:11:24 [2021-03-01T19:11:24.020Z] #35 45.71 Suggested packages:
19:11:24 [2021-03-01T19:11:24.020Z] #35 45.71   cmake-doc ninja-build lrzip
19:11:24 [2021-03-01T19:11:24.020Z] #35 45.71 Recommended packages:
19:11:24 [2021-03-01T19:11:24.020Z] #35 45.71   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
19:11:24 [2021-03-01T19:11:24.020Z] #35 46.58 The following NEW packages will be installed:
19:11:24 [2021-03-01T19:11:24.020Z] #35 46.63   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
19:11:24 [2021-03-01T19:11:24.020Z] #35 46.63   vim-common xxd
19:11:24 [2021-03-01T19:11:24.020Z] #35 47.03 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded.
19:11:24 [2021-03-01T19:11:24.020Z] #35 47.03 Need to get 14.9 MB of archives.
19:11:24 [2021-03-01T19:11:24.020Z] #35 47.03 After this operation, 61.8 MB of additional disk space will be used.
19:11:24 [2021-03-01T19:11:24.020Z] #35 47.03 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
19:11:24 [2021-03-01T19:11:24.020Z] #35 47.03 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
19:11:24 [2021-03-01T19:11:24.020Z] #35 47.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
19:11:24 [2021-03-01T19:11:24.020Z] #35 47.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
19:11:24 [2021-03-01T19:11:24.020Z] #35 48.15 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
19:11:24 [2021-03-01T19:11:24.020Z] #35 48.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
19:11:24 [2021-03-01T19:11:24.020Z] #35 48.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
19:11:24 [2021-03-01T19:11:24.020Z] #35 48.24 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
19:11:24 [2021-03-01T19:11:24.020Z] #35 48.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
19:11:24 [2021-03-01T19:11:24.020Z] #35 48.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
19:11:24 [2021-03-01T19:11:24.020Z] #35 50.08 debconf: delaying package configuration, since apt-utils is not installed
19:11:24 [2021-03-01T19:11:24.021Z] #35 50.32 Fetched 14.9 MB in 2s (7487 kB/s)
19:11:24 [2021-03-01T19:11:24.021Z] #35 50.43 Selecting previously unselected package xxd.
19:11:24 [2021-03-01T19:11:24.021Z] #35 50.43 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
19:11:24 [2021-03-01T19:11:24.021Z] #35 50.54 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
19:11:24 [2021-03-01T19:11:24.021Z] #35 50.54 Unpacking xxd (2:8.1.0875-5) ...
19:11:24 [2021-03-01T19:11:24.021Z] #35 50.81 Selecting previously unselected package vim-common.
19:11:24 [2021-03-01T19:11:24.021Z] #35 50.81 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
19:11:24 [2021-03-01T19:11:24.021Z] #35 50.81 Unpacking vim-common (2:8.1.0875-5) ...
19:11:24 [2021-03-01T19:11:24.277Z] #35 ...
19:11:24 [2021-03-01T19:11:24.277Z] 
19:11:24 [2021-03-01T19:11:24.277Z] #41 [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
19:11:24 [2021-03-01T19:11:24.277Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:24 [2021-03-01T19:11:24.277Z] #41 50.90 Selecting previously unselected package libprotobuf-c1:amd64.
19:11:24 [2021-03-01T19:11:24.277Z] #41 50.90 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
19:11:24 [2021-03-01T19:11:24.277Z] #41 50.92 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:11:24 [2021-03-01T19:11:24.277Z] #41 51.02 Selecting previously unselected package libprotobuf-c-dev:amd64.
19:11:24 [2021-03-01T19:11:24.277Z] #41 51.02 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
19:11:24 [2021-03-01T19:11:24.277Z] #41 51.05 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
19:11:24 [2021-03-01T19:11:24.534Z] #41 51.16 Selecting previously unselected package zlib1g-dev:amd64.
19:11:24 [2021-03-01T19:11:24.534Z] #41 51.16 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
19:11:24 [2021-03-01T19:11:24.534Z] #41 51.21 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
19:11:24 [2021-03-01T19:11:24.792Z] #41 51.49 Selecting previously unselected package libprotobuf17:amd64.
19:11:24 [2021-03-01T19:11:24.792Z] #41 51.51 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
19:11:24 [2021-03-01T19:11:24.792Z] #41 51.51 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
19:11:24 [2021-03-01T19:11:24.875Z] #42 78.93   DEP      criu/protobuf-desc.d
19:11:25 [2021-03-01T19:11:25.061Z] #43 ...
19:11:25 [2021-03-01T19:11:25.061Z] 
19:11:25 [2021-03-01T19:11:25.061Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:25 [2021-03-01T19:11:25.061Z] #34 sha256:611edf4f800398778fa722883202e62b33ed693017e3a09968021d21316ae396
19:11:25 [2021-03-01T19:11:25.061Z] #34 62.57 bufio
19:11:25 [2021-03-01T19:11:25.061Z] #34 64.60 reflect
19:11:25 [2021-03-01T19:11:25.061Z] #34 66.10 path
19:11:25 [2021-03-01T19:11:25.061Z] #34 67.32 text/tabwriter
19:11:25 [2021-03-01T19:11:25.061Z] #34 ...
19:11:25 [2021-03-01T19:11:25.061Z] 
19:11:25 [2021-03-01T19:11:25.061Z] #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
19:11:25 [2021-03-01T19:11:25.061Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:11:25 [2021-03-01T19:11:25.061Z] #43 5.842   PBCC     images/timens.pb-c.c
19:11:25 [2021-03-01T19:11:25.061Z] #43 5.895   DEP      images/timens.pb-c.d
19:11:25 [2021-03-01T19:11:25.134Z] #42 79.06   DEP      criu/proc_parse.d
19:11:25 [2021-03-01T19:11:25.360Z] #43 5.974   PBCC     images/fown.pb-c.c
19:11:25 [2021-03-01T19:11:25.360Z] #43 6.020   PBCC     images/google/protobuf/descriptor.pb-c.c
19:11:25 [2021-03-01T19:11:25.360Z] #43 6.136   PBCC     images/opts.pb-c.c
19:11:25 [2021-03-01T19:11:25.360Z] #43 6.183   PBCC     images/memfd.pb-c.c
19:11:25 [2021-03-01T19:11:25.360Z] #43 6.246   DEP      images/fown.pb-c.d
19:11:25 [2021-03-01T19:11:25.380Z] #44 57.12 github.com/LK4D4/vndr/godl/singleflight
19:11:25 [2021-03-01T19:11:25.380Z] #44 57.51 math/rand
19:11:25 [2021-03-01T19:11:25.393Z] #42 79.22   DEP      criu/plugin.d
19:11:25 [2021-03-01T19:11:25.393Z] #42 79.30   DEP      criu/pipes.d
19:11:25 [2021-03-01T19:11:25.393Z] #42 79.51   DEP      criu/pie-util.d
19:11:25 [2021-03-01T19:11:25.653Z] #42 79.58   DEP      criu/pie-util-vdso.d
19:11:25 [2021-03-01T19:11:25.653Z] #42 79.71   DEP      criu/pie-util-vdso-elf32.d
19:11:25 [2021-03-01T19:11:25.661Z] #43 6.323   DEP      images/google/protobuf/descriptor.pb-c.d
19:11:25 [2021-03-01T19:11:25.661Z] #43 6.388   DEP      images/opts.pb-c.d
19:11:25 [2021-03-01T19:11:25.661Z] #43 6.450   DEP      images/memfd.pb-c.d
19:11:25 [2021-03-01T19:11:25.661Z] #43 6.533   PBCC     images/sit.pb-c.c
19:11:25 [2021-03-01T19:11:25.721Z] #41 52.35 Selecting previously unselected package libprotobuf-lite17:amd64.
19:11:25 [2021-03-01T19:11:25.721Z] #41 52.35 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
19:11:25 [2021-03-01T19:11:25.721Z] #41 52.35 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
19:11:25 [2021-03-01T19:11:25.912Z] #42 79.85   DEP      criu/path.d
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.578   DEP      images/sit.pb-c.d
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.606   PBCC     images/macvlan.pb-c.c
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.621   DEP      images/macvlan.pb-c.d
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.652   PBCC     images/autofs.pb-c.c
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.668   DEP      images/autofs.pb-c.d
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.700   PBCC     images/sysctl.pb-c.c
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.717   DEP      images/sysctl.pb-c.d
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.749   PBCC     images/time.pb-c.c
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.765   DEP      images/time.pb-c.d
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.800   PBCC     images/binfmt-misc.pb-c.c
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.819   DEP      images/binfmt-misc.pb-c.d
19:11:25 [2021-03-01T19:11:25.961Z] #43 6.867   PBCC     images/seccomp.pb-c.c
19:11:25 [2021-03-01T19:11:25.977Z] #41 52.59 Selecting previously unselected package libprotobuf-dev:amd64.
19:11:25 [2021-03-01T19:11:25.977Z] #41 52.59 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
19:11:25 [2021-03-01T19:11:25.977Z] #41 52.59 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
19:11:26 [2021-03-01T19:11:26.172Z] #42 80.02   DEP      criu/parasite-syscall.d
19:11:26 [2021-03-01T19:11:26.172Z] #42 80.20   DEP      criu/pagemap.d
19:11:26 [2021-03-01T19:11:26.260Z] #43 6.901   DEP      images/seccomp.pb-c.d
19:11:26 [2021-03-01T19:11:26.260Z] #43 6.940   PBCC     images/userns.pb-c.c
19:11:26 [2021-03-01T19:11:26.260Z] #43 6.961   DEP      images/userns.pb-c.d
19:11:26 [2021-03-01T19:11:26.260Z] #43 7.007   PBCC     images/cgroup.pb-c.c
19:11:26 [2021-03-01T19:11:26.260Z] #43 7.044   DEP      images/cgroup.pb-c.d
19:11:26 [2021-03-01T19:11:26.260Z] #43 7.111   PBCC     images/ext-file.pb-c.c
19:11:26 [2021-03-01T19:11:26.431Z] #42 80.39   DEP      criu/pagemap-cache.d
19:11:26 [2021-03-01T19:11:26.557Z] #43 7.149   DEP      images/ext-file.pb-c.d
19:11:26 [2021-03-01T19:11:26.557Z] #43 7.229   PBCC     images/rpc.pb-c.c
19:11:26 [2021-03-01T19:11:26.557Z] #43 7.292   DEP      images/rpc.pb-c.d
19:11:26 [2021-03-01T19:11:26.557Z] #43 7.336   PBCC     images/siginfo.pb-c.c
19:11:26 [2021-03-01T19:11:26.557Z] #43 7.354   DEP      images/siginfo.pb-c.d
19:11:26 [2021-03-01T19:11:26.557Z] #43 7.440   PBCC     images/pagemap.pb-c.c
19:11:26 [2021-03-01T19:11:26.574Z] #28 16.48 
                                                                           0.0%
#                                                                          2.5%
###                                                                        5.2%
###                                                                        5.4%
######                                                                     9.0%
######                                                                     9.6%
#########                                                                 12.7%
#########                                                                 12.8%
###########                                                               15.9%
#############                                                             18.6%
#############                                                             19.1%
###############                                                           22.1%
################                                                          22.5%
###################                                                       27.1%
#####################                                                     30.5%
#######################                                                   33.3%
#########################                                                 36.1%
###########################                                               38.3%
##############################                                            42.4%
################################                                          45.2%
###################################                                       49.4%
######################################                                    52.9%
######################################                                    53.8%
#######################################                                   55.0%
########################################                                  56.5%
#########################################                                 58.2%
###########################################                               60.3%
############################################                              61.8%
############################################                              62.5%
#############################################                             63.7%
##############################################                            63.9%
###############################################                           65.8%
################################################                          67.6%
#################################################                         68.9%
#################################################                         68.9%
##################################################                        69.5%
##################################################                        70.3%
####################################################                      72.6%
####################################################                      73.0%
######################################################                    75.0%
######################################################                    75.5%
######################################################                    76.3%
########################################################                  77.9%
##########################################################                80.6%
##########################################################                81.3%
############################################################              83.6%
#############################################################             85.2%
###############################################################           87.8%
################################################################          90.1%
################################################################          90.2%
19:11:26 [2021-03-01T19:11:26.574Z] #28 ...
19:11:26 [2021-03-01T19:11:26.574Z] 
19:11:26 [2021-03-01T19:11:26.574Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:26 [2021-03-01T19:11:26.574Z] #33 sha256:a64741ee29412eedbce073cd4e6efaa9512f80156f8d958566099bb0fab3a338
19:11:26 [2021-03-01T19:11:26.574Z] #33 42.40 reflect
19:11:26 [2021-03-01T19:11:26.574Z] #33 42.95 text/tabwriter
19:11:26 [2021-03-01T19:11:26.574Z] #33 45.56 internal/syscall/unix
19:11:26 [2021-03-01T19:11:26.574Z] #33 45.56 time
19:11:26 [2021-03-01T19:11:26.574Z] #33 45.57 internal/syscall/execenv
19:11:26 [2021-03-01T19:11:26.574Z] #33 48.07 internal/poll
19:11:26 [2021-03-01T19:11:26.574Z] #33 50.75 os
19:11:26 [2021-03-01T19:11:26.574Z] #33 52.38 internal/fmtsort
19:11:26 [2021-03-01T19:11:26.690Z] #42 80.55   DEP      criu/page-xfer.d
19:11:26 [2021-03-01T19:11:26.691Z] #42 80.73   DEP      criu/page-pipe.d
19:11:26 [2021-03-01T19:11:26.756Z] #44 58.65 internal/singleflight
19:11:26 [2021-03-01T19:11:26.856Z] #43 7.526   DEP      images/pagemap.pb-c.d
19:11:26 [2021-03-01T19:11:26.856Z] #43 7.572   PBCC     images/rlimit.pb-c.c
19:11:26 [2021-03-01T19:11:26.856Z] #43 7.586   DEP      images/rlimit.pb-c.d
19:11:26 [2021-03-01T19:11:26.856Z] #43 7.625   PBCC     images/file-lock.pb-c.c
19:11:26 [2021-03-01T19:11:26.856Z] #43 7.660   DEP      images/file-lock.pb-c.d
19:11:26 [2021-03-01T19:11:26.856Z] #43 7.686   PBCC     images/tty.pb-c.c
19:11:26 [2021-03-01T19:11:26.866Z] #33 ...
19:11:26 [2021-03-01T19:11:26.866Z] 
19:11:26 [2021-03-01T19:11:26.866Z] #28 [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
19:11:26 [2021-03-01T19:11:26.866Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:26 [2021-03-01T19:11:26.950Z] #42 80.82   DEP      criu/netfilter.d
19:11:26 [2021-03-01T19:11:26.950Z] #42 81.00   DEP      criu/net.d
19:11:27 [2021-03-01T19:11:27.131Z] #28 16.48 
                                                                           0.0%
#                                                                          2.5%
###                                                                        5.2%
###                                                                        5.4%
######                                                                     9.0%
######                                                                     9.6%
#########                                                                 12.7%
#########                                                                 12.8%
###########                                                               15.9%
#############                                                             18.6%
#############                                                             19.1%
###############                                                           22.1%
################                                                          22.5%
###################                                                       27.1%
#####################                                                     30.5%
#######################                                                   33.3%
#########################                                                 36.1%
###########################                                               38.3%
##############################                                            42.4%
################################                                          45.2%
###################################                                       49.4%
######################################                                    52.9%
######################################                                    53.8%
#######################################                                   55.0%
########################################                                  56.5%
#########################################                                 58.2%
###########################################                               60.3%
############################################                              61.8%
############################################                              62.5%
#############################################                             63.7%
##############################################                            63.9%
###############################################                           65.8%
################################################                          67.6%
#################################################                         68.9%
#################################################                         68.9%
##################################################                        69.5%
##################################################                        70.3%
####################################################                      72.6%
####################################################                      73.0%
######################################################                    75.0%
######################################################                    75.5%
######################################################                    76.3%
########################################################                  77.9%
##########################################################                80.6%
##########################################################                81.3%
############################################################              83.6%
#############################################################             85.2%
###############################################################           87.8%
################################################################          90.1%
################################################################          90.2%
#################################################################         91.2%
###################################################################       93.5%
###################################################################       93.6%
######################################################################    97.9%
######################################################################## 100.0%
19:11:27 [2021-03-01T19:11:27.131Z] #28 23.89 
19:11:27 [2021-03-01T19:11:27.131Z] #28 ...
19:11:27 [2021-03-01T19:11:27.131Z] 
19:11:27 [2021-03-01T19:11:27.131Z] #44 [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
19:11:27 [2021-03-01T19:11:27.131Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:11:27 [2021-03-01T19:11:27.131Z] #44 42.94 regexp/syntax
19:11:27 [2021-03-01T19:11:27.131Z] #44 43.63 hash/crc32
19:11:27 [2021-03-01T19:11:27.131Z] #44 44.29 vendor/golang.org/x/crypto/hkdf
19:11:27 [2021-03-01T19:11:27.131Z] #44 44.79 vendor/golang.org/x/text/transform
19:11:27 [2021-03-01T19:11:27.131Z] #44 44.95 time
19:11:27 [2021-03-01T19:11:27.131Z] #44 46.01 internal/syscall/unix
19:11:27 [2021-03-01T19:11:27.131Z] #44 47.54 regexp
19:11:27 [2021-03-01T19:11:27.131Z] #44 49.27 context
19:11:27 [2021-03-01T19:11:27.131Z] #44 49.30 internal/poll
19:11:27 [2021-03-01T19:11:27.131Z] #44 51.73 os
19:11:27 [2021-03-01T19:11:27.131Z] #44 51.80 github.com/LK4D4/vndr/versioned
19:11:27 [2021-03-01T19:11:27.131Z] #44 ...
19:11:27 [2021-03-01T19:11:27.131Z] 
19:11:27 [2021-03-01T19:11:27.131Z] #48 [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
19:11:27 [2021-03-01T19:11:27.131Z] #48 sha256:cfaf15b268936d8153020f50236023b313c41bdd6d51534f3599c62533626ca3
19:11:27 [2021-03-01T19:11:27.131Z] #48 44.45 go: finding github.com/fatih/color v1.7.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 44.49 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:11:27 [2021-03-01T19:11:27.131Z] #48 44.65 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:11:27 [2021-03-01T19:11:27.131Z] #48 44.70 go: finding github.com/go-critic/go-critic v0.4.1
19:11:27 [2021-03-01T19:11:27.131Z] #48 44.83 go: finding github.com/pkg/errors v0.8.1
19:11:27 [2021-03-01T19:11:27.131Z] #48 44.83 go: finding github.com/mattn/go-colorable v0.1.4
19:11:27 [2021-03-01T19:11:27.131Z] #48 44.83 go: finding github.com/go-lintpack/lintpack v0.5.2
19:11:27 [2021-03-01T19:11:27.131Z] #48 45.97 go: finding github.com/mattn/go-isatty v0.0.8
19:11:27 [2021-03-01T19:11:27.131Z] #48 45.99 go: finding github.com/mitchellh/go-homedir v1.1.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 46.01 go: finding github.com/go-toolsmith/astequal v1.0.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 46.03 go: finding github.com/spf13/viper v1.6.1
19:11:27 [2021-03-01T19:11:27.131Z] #48 46.58 go: finding github.com/go-toolsmith/astfmt v1.0.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 46.67 go: finding github.com/sirupsen/logrus v1.4.2
19:11:27 [2021-03-01T19:11:27.131Z] #48 46.67 go: finding github.com/go-toolsmith/astp v1.0.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 46.87 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:11:27 [2021-03-01T19:11:27.131Z] #48 47.19 go: finding github.com/go-toolsmith/astcast v1.0.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 47.39 go: finding github.com/stretchr/testify v1.4.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 47.40 go: finding github.com/go-toolsmith/typep v1.0.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 47.42 go: finding github.com/go-toolsmith/astcopy v1.0.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 47.66 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
19:11:27 [2021-03-01T19:11:27.131Z] #48 47.66 go: finding github.com/davecgh/go-spew v1.1.1
19:11:27 [2021-03-01T19:11:27.131Z] #48 47.66 go: finding github.com/bombsimon/wsl/v2 v2.0.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 47.66 go: finding github.com/go-toolsmith/strparse v1.0.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 47.67 go: finding github.com/spf13/cobra v0.0.5
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.46 go: finding github.com/fsnotify/fsnotify v1.4.7
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.48 go: finding github.com/pmezard/go-difflib v1.0.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.50 go: finding github.com/gobwas/glob v0.2.3
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.50 go: finding github.com/hashicorp/hcl v1.0.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.53 go: finding github.com/spf13/pflag v1.0.5
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.55 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.66 go: finding github.com/stretchr/objx v0.2.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.74 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.84 go: finding github.com/magiconair/properties v1.8.1
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.84 go: finding github.com/mitchellh/mapstructure v1.1.2
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.92 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.96 go: finding gopkg.in/yaml.v2 v2.2.7
19:11:27 [2021-03-01T19:11:27.131Z] #48 48.96 go: finding github.com/pelletier/go-toml v1.2.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 49.02 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:11:27 [2021-03-01T19:11:27.131Z] #48 49.06 go: finding github.com/spf13/cast v1.3.0
19:11:27 [2021-03-01T19:11:27.131Z] #48 49.06 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:11:27 [2021-03-01T19:11:27.131Z] #48 49.10 go: finding github.com/spf13/afero v1.1.2
19:11:27 [2021-03-01T19:11:27.131Z] #48 49.10 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:11:27 [2021-03-01T19:11:27.131Z] #48 49.25 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:11:27 [2021-03-01T19:11:27.131Z] #48 49.25 go: finding github.com/spf13/jwalterweatherman v1.0.0
19:11:27 [2021-03-01T19:11:27.132Z] #48 49.31 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:11:27 [2021-03-01T19:11:27.132Z] #48 49.36 go: finding github.com/subosito/gotenv v1.2.0
19:11:27 [2021-03-01T19:11:27.132Z] #48 49.45 go: finding gopkg.in/ini.v1 v1.51.0
19:11:27 [2021-03-01T19:11:27.132Z] #48 49.47 go: finding golang.org/x/text v0.3.2
19:11:27 [2021-03-01T19:11:27.132Z] #48 49.49 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:11:27 [2021-03-01T19:11:27.132Z] #48 50.15 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:11:27 [2021-03-01T19:11:27.132Z] #48 50.16 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:11:27 [2021-03-01T19:11:27.132Z] #48 50.17 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:11:27 [2021-03-01T19:11:27.132Z] #48 50.17 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:11:27 [2021-03-01T19:11:27.132Z] #48 50.94 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:11:27 [2021-03-01T19:11:27.132Z] #48 50.95 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:11:27 [2021-03-01T19:11:27.132Z] #48 50.95 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:11:27 [2021-03-01T19:11:27.132Z] #48 50.95 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:27 [2021-03-01T19:11:27.132Z] #48 51.46 go: finding github.com/kisielk/gotool v1.0.0
19:11:27 [2021-03-01T19:11:27.132Z] #48 51.46 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:11:27 [2021-03-01T19:11:27.132Z] #48 51.50 go: finding github.com/sourcegraph/go-diff v0.5.1
19:11:27 [2021-03-01T19:11:27.132Z] #48 51.50 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:11:27 [2021-03-01T19:11:27.132Z] #48 51.86 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:11:27 [2021-03-01T19:11:27.132Z] #48 51.86 go: finding github.com/tommy-muehle/go-mnd v1.1.1
19:11:27 [2021-03-01T19:11:27.132Z] #48 51.90 go: finding github.com/ultraware/whitespace v0.0.4
19:11:27 [2021-03-01T19:11:27.132Z] #48 51.90 go: finding github.com/ultraware/funlen v0.0.2
19:11:27 [2021-03-01T19:11:27.132Z] #48 52.12 go: finding github.com/uudashr/gocognit v1.0.1
19:11:27 [2021-03-01T19:11:27.132Z] #48 52.19 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:27 [2021-03-01T19:11:27.132Z] #48 52.27 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:11:27 [2021-03-01T19:11:27.132Z] #48 52.32 go: finding github.com/gogo/protobuf v1.2.1
19:11:27 [2021-03-01T19:11:27.132Z] #48 53.11 go: finding honnef.co/go/tools v0.0.1-2019.2.3
19:11:27 [2021-03-01T19:11:27.132Z] #48 ...
19:11:27 [2021-03-01T19:11:27.132Z] 
19:11:27 [2021-03-01T19:11:27.132Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:27 [2021-03-01T19:11:27.132Z] #33 sha256:a64741ee29412eedbce073cd4e6efaa9512f80156f8d958566099bb0fab3a338
19:11:27 [2021-03-01T19:11:27.132Z] #33 53.14 fmt
19:11:27 [2021-03-01T19:11:27.132Z] #33 53.14 path/filepath
19:11:27 [2021-03-01T19:11:27.171Z] #43 7.760   DEP      images/tty.pb-c.d
19:11:27 [2021-03-01T19:11:27.171Z] #43 7.891   PBCC     images/tun.pb-c.c
19:11:27 [2021-03-01T19:11:27.171Z] #43 7.939   PBCC     images/netdev.pb-c.c
19:11:27 [2021-03-01T19:11:27.171Z] #43 7.992   DEP      images/tun.pb-c.d
19:11:27 [2021-03-01T19:11:27.171Z] #43 8.065   DEP      images/netdev.pb-c.d
19:11:27 [2021-03-01T19:11:27.171Z] #43 ...
19:11:27 [2021-03-01T19:11:27.171Z] 
19:11:27 [2021-03-01T19:11:27.171Z] #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
19:11:27 [2021-03-01T19:11:27.171Z] #51 sha256:06c0178ee9aaa7e090fb3e16602a05ce9eebb2317066e19b2b4f4d047158b41a
19:11:27 [2021-03-01T19:11:27.171Z] #51 64.82 bufio
19:11:27 [2021-03-01T19:11:27.171Z] #51 64.91 reflect
19:11:27 [2021-03-01T19:11:27.171Z] #51 66.77 regexp/syntax
19:11:27 [2021-03-01T19:11:27.209Z] #42 81.20   DEP      criu/namespaces.d
19:11:27 [2021-03-01T19:11:27.239Z] #35 54.70 Building dependency tree...
19:11:27 [2021-03-01T19:11:27.346Z] #41 ...
19:11:27 [2021-03-01T19:11:27.346Z] 
19:11:27 [2021-03-01T19:11:27.346Z] #44 [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
19:11:27 [2021-03-01T19:11:27.346Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:11:27 [2021-03-01T19:11:27.346Z] #44 43.72 io
19:11:27 [2021-03-01T19:11:27.346Z] #44 43.73 strconv
19:11:27 [2021-03-01T19:11:27.346Z] #44 45.16 bytes
19:11:27 [2021-03-01T19:11:27.346Z] #44 47.46 reflect
19:11:27 [2021-03-01T19:11:27.346Z] #44 47.51 bufio
19:11:27 [2021-03-01T19:11:27.346Z] #44 49.58 syscall
19:11:27 [2021-03-01T19:11:27.346Z] #44 ...
19:11:27 [2021-03-01T19:11:27.346Z] 
19:11:27 [2021-03-01T19:11:27.346Z] #31 [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
19:11:27 [2021-03-01T19:11:27.346Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:11:27 [2021-03-01T19:11:27.346Z] #31 50.88 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.
19:11:27 [2021-03-01T19:11:27.346Z] #31 51.55 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
19:11:27 [2021-03-01T19:11:27.346Z] #31 52.30 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:11:27 [2021-03-01T19:11:27.468Z] #42 81.36   DEP      criu/mount.d
19:11:27 [2021-03-01T19:11:27.469Z] #51 ...
19:11:27 [2021-03-01T19:11:27.470Z] 
19:11:27 [2021-03-01T19:11:27.470Z] #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
19:11:27 [2021-03-01T19:11:27.470Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:11:27 [2021-03-01T19:11:27.470Z] #43 8.184   PBCC     images/vma.pb-c.c
19:11:27 [2021-03-01T19:11:27.470Z] #43 8.242   DEP      images/vma.pb-c.d
19:11:27 [2021-03-01T19:11:27.470Z] #43 8.311   PBCC     images/creds.pb-c.c
19:11:27 [2021-03-01T19:11:27.688Z] #44 59.58 sort
19:11:27 [2021-03-01T19:11:27.688Z] #44 59.59 io
19:11:27 [2021-03-01T19:11:27.727Z] #42 81.58   DEP      criu/memfd.d
19:11:27 [2021-03-01T19:11:27.767Z] #43 8.347   DEP      images/creds.pb-c.d
19:11:27 [2021-03-01T19:11:27.767Z] #43 8.404   PBCC     images/utsns.pb-c.c
19:11:27 [2021-03-01T19:11:27.767Z] #43 8.412   DEP      images/utsns.pb-c.d
19:11:27 [2021-03-01T19:11:27.767Z] #43 8.505   PBCC     images/ipc-desc.pb-c.c
19:11:27 [2021-03-01T19:11:27.767Z] #43 8.565   PBCC     images/ipc-sem.pb-c.c
19:11:27 [2021-03-01T19:11:27.767Z] #43 8.626   DEP      images/ipc-desc.pb-c.d
19:11:27 [2021-03-01T19:11:27.767Z] #43 8.675   DEP      images/ipc-sem.pb-c.d
19:11:27 [2021-03-01T19:11:27.986Z] #42 81.80   DEP      criu/mem.d
19:11:27 [2021-03-01T19:11:27.986Z] #42 82.00   DEP      criu/lsm.d
19:11:28 [2021-03-01T19:11:28.066Z] #43 8.737   PBCC     images/ipc-msg.pb-c.c
19:11:28 [2021-03-01T19:11:28.066Z] #43 8.748   DEP      images/ipc-msg.pb-c.d
19:11:28 [2021-03-01T19:11:28.066Z] #43 8.814   PBCC     images/ipc-shm.pb-c.c
19:11:28 [2021-03-01T19:11:28.066Z] #43 8.841   DEP      images/ipc-shm.pb-c.d
19:11:28 [2021-03-01T19:11:28.066Z] #43 8.918   PBCC     images/ipc-var.pb-c.c
19:11:28 [2021-03-01T19:11:28.245Z] #42 82.14   DEP      criu/log.d
19:11:28 [2021-03-01T19:11:28.245Z] #42 82.24   DEP      criu/libnetlink.d
19:11:28 [2021-03-01T19:11:28.245Z] #42 82.34   DEP      criu/kerndat.d
19:11:28 [2021-03-01T19:11:28.363Z] #43 8.939   DEP      images/ipc-var.pb-c.d
19:11:28 [2021-03-01T19:11:28.363Z] #43 9.036   PBCC     images/sk-opts.pb-c.c
19:11:28 [2021-03-01T19:11:28.363Z] #43 9.048   PBCC     images/packet-sock.pb-c.c
19:11:28 [2021-03-01T19:11:28.363Z] #43 9.140   DEP      images/sk-opts.pb-c.d
19:11:28 [2021-03-01T19:11:28.363Z] #43 9.160   DEP      images/packet-sock.pb-c.d
19:11:28 [2021-03-01T19:11:28.363Z] #43 9.264   PBCC     images/sk-netlink.pb-c.c
19:11:28 [2021-03-01T19:11:28.504Z] #42 ...
19:11:28 [2021-03-01T19:11:28.504Z] 
19:11:28 [2021-03-01T19:11:28.504Z] #19 [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
19:11:28 [2021-03-01T19:11:28.504Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:11:28 [2021-03-01T19:11:28.504Z] #19 11.23 Fetched 8423 kB in 9s (894 kB/s)
19:11:28 [2021-03-01T19:11:28.504Z] #19 11.23 Reading package lists...
19:11:28 [2021-03-01T19:11:28.504Z] #19 15.42 Reading package lists...
19:11:28 [2021-03-01T19:11:28.504Z] #19 19.20 Building dependency tree...
19:11:28 [2021-03-01T19:11:28.504Z] #19 20.52 libcap2-bin is already the newest version (1:2.25-2).
19:11:28 [2021-03-01T19:11:28.504Z] #19 20.52 The following additional packages will be installed:
19:11:28 [2021-03-01T19:11:28.504Z] #19 20.52   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
19:11:28 [2021-03-01T19:11:28.504Z] #19 20.52   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
19:11:28 [2021-03-01T19:11:28.504Z] #19 20.52   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
19:11:28 [2021-03-01T19:11:28.504Z] #19 20.52   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
19:11:28 [2021-03-01T19:11:28.504Z] #19 20.52   python3.7 python3.7-minimal vim-runtime xxd
19:11:28 [2021-03-01T19:11:28.505Z] #19 20.52 Suggested packages:
19:11:28 [2021-03-01T19:11:28.505Z] #19 20.53   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
19:11:28 [2021-03-01T19:11:28.505Z] #19 20.53   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
19:11:28 [2021-03-01T19:11:28.505Z] #19 20.53   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
19:11:28 [2021-03-01T19:11:28.505Z] #19 20.53 Recommended packages:
19:11:28 [2021-03-01T19:11:28.505Z] #19 20.53   aufs-dkms nftables build-essential python3-dev python3-keyring
19:11:28 [2021-03-01T19:11:28.505Z] #19 20.53   python3-keyrings.alt python3-xdg unzip
19:11:28 [2021-03-01T19:11:28.505Z] #19 ...
19:11:28 [2021-03-01T19:11:28.505Z] 
19:11:28 [2021-03-01T19:11:28.505Z] #42 [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
19:11:28 [2021-03-01T19:11:28.505Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:28 [2021-03-01T19:11:28.505Z] #42 82.59   DEP      criu/kcmp-ids.d
19:11:28 [2021-03-01T19:11:28.505Z] #42 82.66   DEP      criu/irmap.d
19:11:28 [2021-03-01T19:11:28.534Z] #33 54.38 io/ioutil
19:11:28 [2021-03-01T19:11:28.627Z] #35 ...
19:11:28 [2021-03-01T19:11:28.627Z] 
19:11:28 [2021-03-01T19:11:28.627Z] #48 [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
19:11:28 [2021-03-01T19:11:28.627Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:11:28 [2021-03-01T19:11:28.627Z] #48 58.62 go: finding github.com/fatih/color v1.7.0
19:11:28 [2021-03-01T19:11:28.627Z] #48 58.69 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:11:28 [2021-03-01T19:11:28.627Z] #48 58.77 go: finding github.com/mattn/go-colorable v0.1.4
19:11:28 [2021-03-01T19:11:28.627Z] #48 58.78 go: finding github.com/mattn/go-isatty v0.0.8
19:11:28 [2021-03-01T19:11:28.627Z] #48 58.87 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:11:28 [2021-03-01T19:11:28.627Z] #48 58.91 go: finding github.com/go-critic/go-critic v0.4.1
19:11:28 [2021-03-01T19:11:28.627Z] #48 58.92 go: finding github.com/go-lintpack/lintpack v0.5.2
19:11:28 [2021-03-01T19:11:28.627Z] #48 58.93 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:11:28 [2021-03-01T19:11:28.627Z] #48 58.94 go: finding github.com/pkg/errors v0.8.1
19:11:28 [2021-03-01T19:11:28.627Z] #48 59.13 go: finding github.com/go-toolsmith/astfmt v1.0.0
19:11:28 [2021-03-01T19:11:28.627Z] #48 59.13 go: finding github.com/mitchellh/go-homedir v1.1.0
19:11:28 [2021-03-01T19:11:28.627Z] #48 59.16 go: finding github.com/sirupsen/logrus v1.4.2
19:11:28 [2021-03-01T19:11:28.627Z] #48 59.39 go: finding github.com/go-toolsmith/astequal v1.0.0
19:11:28 [2021-03-01T19:11:28.660Z] #43 9.309   DEP      images/sk-netlink.pb-c.d
19:11:28 [2021-03-01T19:11:28.660Z] #43 9.347   PBCC     images/sk-inet.pb-c.c
19:11:28 [2021-03-01T19:11:28.660Z] #43 9.403   DEP      images/sk-inet.pb-c.d
19:11:28 [2021-03-01T19:11:28.660Z] #43 9.464   PBCC     images/sk-unix.pb-c.c
19:11:28 [2021-03-01T19:11:28.660Z] #43 9.514   DEP      images/sk-unix.pb-c.d
19:11:28 [2021-03-01T19:11:28.889Z] #48 59.43 go: finding github.com/stretchr/testify v1.4.0
19:11:28 [2021-03-01T19:11:28.889Z] #48 59.43 go: finding github.com/go-toolsmith/astp v1.0.0
19:11:28 [2021-03-01T19:11:28.889Z] #48 59.60 go: finding github.com/spf13/viper v1.6.1
19:11:28 [2021-03-01T19:11:28.889Z] #48 59.75 go: finding github.com/davecgh/go-spew v1.1.1
19:11:28 [2021-03-01T19:11:28.957Z] #43 9.589   PBCC     images/mm.pb-c.c
19:11:28 [2021-03-01T19:11:28.957Z] #43 9.704   DEP      images/mm.pb-c.d
19:11:28 [2021-03-01T19:11:28.957Z] #43 9.747   PBCC     images/timerfd.pb-c.c
19:11:28 [2021-03-01T19:11:28.957Z] #43 9.799   DEP      images/timerfd.pb-c.d
19:11:29 [2021-03-01T19:11:29.072Z] #42 82.83   DEP      criu/ipc_ns.d
19:11:29 [2021-03-01T19:11:29.072Z] #42 83.02   DEP      criu/image.d
19:11:29 [2021-03-01T19:11:29.151Z] #48 ...
19:11:29 [2021-03-01T19:11:29.151Z] 
19:11:29 [2021-03-01T19:11:29.151Z] #63 [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
19:11:29 [2021-03-01T19:11:29.151Z] #63 sha256:becfaa961d5996599a6a75bb75eb1b12feda9bcf26f7b89fa9643ffe002f4213
19:11:29 [2021-03-01T19:11:29.151Z] #63 DONE 59.8s
19:11:29 [2021-03-01T19:11:29.151Z] 
19:11:29 [2021-03-01T19:11:29.151Z] #48 [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
19:11:29 [2021-03-01T19:11:29.151Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:11:29 [2021-03-01T19:11:29.151Z] #48 59.75 go: finding github.com/go-toolsmith/astcast v1.0.0
19:11:29 [2021-03-01T19:11:29.151Z] #48 59.75 go: finding github.com/go-toolsmith/typep v1.0.0
19:11:29 [2021-03-01T19:11:29.151Z] #48 59.76 go: finding github.com/pmezard/go-difflib v1.0.0
19:11:29 [2021-03-01T19:11:29.151Z] #48 59.81 go: finding github.com/stretchr/objx v0.2.0
19:11:29 [2021-03-01T19:11:29.151Z] #48 59.86 go: finding gopkg.in/yaml.v2 v2.2.7
19:11:29 [2021-03-01T19:11:29.151Z] #48 59.88 go: finding github.com/go-toolsmith/astcopy v1.0.0
19:11:29 [2021-03-01T19:11:29.151Z] #48 59.98 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
19:11:29 [2021-03-01T19:11:29.254Z] #43 9.836   PBCC     images/timer.pb-c.c
19:11:29 [2021-03-01T19:11:29.254Z] #43 9.855   DEP      images/timer.pb-c.d
19:11:29 [2021-03-01T19:11:29.254Z] #43 9.916   PBCC     images/sa.pb-c.c
19:11:29 [2021-03-01T19:11:29.254Z] #43 9.974   DEP      images/sa.pb-c.d
19:11:29 [2021-03-01T19:11:29.254Z] #43 10.02   PBCC     images/pipe-data.pb-c.c
19:11:29 [2021-03-01T19:11:29.254Z] #43 10.04   DEP      images/pipe-data.pb-c.d
19:11:29 [2021-03-01T19:11:29.254Z] #43 10.09   PBCC     images/mnt.pb-c.c
19:11:29 [2021-03-01T19:11:29.332Z] #42 83.16   DEP      criu/image-desc.d
19:11:29 [2021-03-01T19:11:29.332Z] #42 83.35   DEP      criu/fsnotify.d
19:11:29 [2021-03-01T19:11:29.413Z] #48 60.07 go: finding github.com/go-toolsmith/strparse v1.0.0
19:11:29 [2021-03-01T19:11:29.413Z] #48 60.17 go: finding github.com/bombsimon/wsl/v2 v2.0.0
19:11:29 [2021-03-01T19:11:29.413Z] #48 60.19 go: finding github.com/gobwas/glob v0.2.3
19:11:29 [2021-03-01T19:11:29.413Z] #48 60.24 go: finding github.com/fsnotify/fsnotify v1.4.7
19:11:29 [2021-03-01T19:11:29.489Z] #33 55.51 log
19:11:29 [2021-03-01T19:11:29.489Z] #33 55.52 github.com/BurntSushi/toml
19:11:29 [2021-03-01T19:11:29.489Z] #33 55.53 flag
19:11:29 [2021-03-01T19:11:29.551Z] #43 10.17   DEP      images/mnt.pb-c.d
19:11:29 [2021-03-01T19:11:29.551Z] #43 10.23   PBCC     images/sk-packet.pb-c.c
19:11:29 [2021-03-01T19:11:29.551Z] #43 10.26   DEP      images/sk-packet.pb-c.d
19:11:29 [2021-03-01T19:11:29.551Z] #43 10.32   PBCC     images/tcp-stream.pb-c.c
19:11:29 [2021-03-01T19:11:29.551Z] #43 10.39   DEP      images/tcp-stream.pb-c.d
19:11:29 [2021-03-01T19:11:29.582Z] #44 61.27 strconv
19:11:29 [2021-03-01T19:11:29.582Z] #44 ...
19:11:29 [2021-03-01T19:11:29.582Z] 
19:11:29 [2021-03-01T19:11:29.582Z] #54 [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
19:11:29 [2021-03-01T19:11:29.582Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:11:29 [2021-03-01T19:11:29.582Z] #54 57.02 The following additional packages will be installed:
19:11:29 [2021-03-01T19:11:29.582Z] #54 57.02   libbtrfs0
19:11:29 [2021-03-01T19:11:29.582Z] #54 57.26 The following NEW packages will be installed:
19:11:29 [2021-03-01T19:11:29.582Z] #54 57.27   libbtrfs-dev libbtrfs0
19:11:29 [2021-03-01T19:11:29.582Z] #54 57.83 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded.
19:11:29 [2021-03-01T19:11:29.582Z] #54 57.83 Need to get 119 kB of archives.
19:11:29 [2021-03-01T19:11:29.582Z] #54 57.83 After this operation, 387 kB of additional disk space will be used.
19:11:29 [2021-03-01T19:11:29.582Z] #54 57.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
19:11:29 [2021-03-01T19:11:29.582Z] #54 57.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
19:11:29 [2021-03-01T19:11:29.582Z] #54 59.19 debconf: delaying package configuration, since apt-utils is not installed
19:11:29 [2021-03-01T19:11:29.582Z] #54 59.49 Fetched 119 kB in 0s (319 kB/s)
19:11:29 [2021-03-01T19:11:29.582Z] #54 59.83 Selecting previously unselected package libbtrfs0.
19:11:29 [2021-03-01T19:11:29.582Z] #54 59.83 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
19:11:29 [2021-03-01T19:11:29.582Z] #54 59.93 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
19:11:29 [2021-03-01T19:11:29.582Z] #54 59.94 Unpacking libbtrfs0 (4.20.1-2) ...
19:11:29 [2021-03-01T19:11:29.582Z] #54 60.33 Selecting previously unselected package libbtrfs-dev.
19:11:29 [2021-03-01T19:11:29.582Z] #54 60.35 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
19:11:29 [2021-03-01T19:11:29.582Z] #54 60.35 Unpacking libbtrfs-dev (4.20.1-2) ...
19:11:29 [2021-03-01T19:11:29.582Z] #54 60.70 Setting up libbtrfs0 (4.20.1-2) ...
19:11:29 [2021-03-01T19:11:29.582Z] #54 60.73 Setting up libbtrfs-dev (4.20.1-2) ...
19:11:29 [2021-03-01T19:11:29.582Z] #54 60.76 Processing triggers for libc-bin (2.28-10) ...
19:11:29 [2021-03-01T19:11:29.582Z] #54 ...
19:11:29 [2021-03-01T19:11:29.582Z] 
19:11:29 [2021-03-01T19:11:29.582Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:29 [2021-03-01T19:11:29.582Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:29 [2021-03-01T19:11:29.582Z] #12 42.10 Reading package lists...
19:11:29 [2021-03-01T19:11:29.582Z] #12 52.24 Building dependency tree...
19:11:29 [2021-03-01T19:11:29.582Z] #12 57.77 The following additional packages will be installed:
19:11:29 [2021-03-01T19:11:29.582Z] #12 57.78   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
19:11:29 [2021-03-01T19:11:29.582Z] #12 57.78   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
19:11:29 [2021-03-01T19:11:29.582Z] #12 57.78   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
19:11:29 [2021-03-01T19:11:29.582Z] #12 57.78   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
19:11:29 [2021-03-01T19:11:29.582Z] #12 57.78   mingw-w64-x86-64-dev
19:11:29 [2021-03-01T19:11:29.582Z] #12 57.80 Suggested packages:
19:11:29 [2021-03-01T19:11:29.582Z] #12 57.81   gcc-8-locales seccomp wine64
19:11:29 [2021-03-01T19:11:29.582Z] #12 59.47 The following NEW packages will be installed:
19:11:29 [2021-03-01T19:11:29.582Z] #12 59.49   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
19:11:29 [2021-03-01T19:11:29.582Z] #12 59.50   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
19:11:29 [2021-03-01T19:11:29.582Z] #12 59.51   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
19:11:29 [2021-03-01T19:11:29.583Z] #12 59.51   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
19:11:29 [2021-03-01T19:11:29.583Z] #12 59.51   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
19:11:29 [2021-03-01T19:11:29.583Z] #12 59.53   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
19:11:29 [2021-03-01T19:11:29.583Z] #12 59.56 The following packages will be upgraded:
19:11:29 [2021-03-01T19:11:29.583Z] #12 59.56   libsystemd0 libudev1
19:11:29 [2021-03-01T19:11:29.583Z] #12 59.96 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded.
19:11:29 [2021-03-01T19:11:29.583Z] #12 59.96 Need to get 78.2 MB of archives.
19:11:29 [2021-03-01T19:11:29.583Z] #12 59.96 After this operation, 487 MB of additional disk space will be used.
19:11:29 [2021-03-01T19:11:29.583Z] #12 59.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB]
19:11:29 [2021-03-01T19:11:29.583Z] #12 59.97 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB]
19:11:29 [2021-03-01T19:11:29.583Z] #12 60.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
19:11:29 [2021-03-01T19:11:29.583Z] #12 60.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
19:11:29 [2021-03-01T19:11:29.583Z] #12 61.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
19:11:29 [2021-03-01T19:11:29.583Z] #12 61.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
19:11:29 [2021-03-01T19:11:29.583Z] #12 61.65 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
19:11:29 [2021-03-01T19:11:29.583Z] #12 61.66 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
19:11:29 [2021-03-01T19:11:29.591Z] #42 83.52   DEP      criu/filesystems.d
19:11:29 [2021-03-01T19:11:29.591Z] #42 83.66   DEP      criu/files.d
19:11:29 [2021-03-01T19:11:29.675Z] #48 60.32 go: finding github.com/hashicorp/hcl v1.0.0
19:11:29 [2021-03-01T19:11:29.675Z] #48 60.34 go: finding github.com/spf13/cobra v0.0.5
19:11:29 [2021-03-01T19:11:29.675Z] #48 60.38 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:11:29 [2021-03-01T19:11:29.675Z] #48 60.38 go: finding github.com/spf13/pflag v1.0.5
19:11:29 [2021-03-01T19:11:29.840Z] #12 ...
19:11:29 [2021-03-01T19:11:29.840Z] 
19:11:29 [2021-03-01T19:11:29.840Z] #44 [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
19:11:29 [2021-03-01T19:11:29.840Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:11:29 [2021-03-01T19:11:29.840Z] #44 61.59 bytes
19:11:29 [2021-03-01T19:11:29.849Z] #42 83.91   DEP      criu/files-reg.d
19:11:29 [2021-03-01T19:11:29.852Z] #43 10.48   PBCC     images/pipe.pb-c.c
19:11:29 [2021-03-01T19:11:29.852Z] #43 10.52   DEP      images/pipe.pb-c.d
19:11:29 [2021-03-01T19:11:29.852Z] #43 10.58   PBCC     images/pstree.pb-c.c
19:11:29 [2021-03-01T19:11:29.852Z] #43 10.59   DEP      images/pstree.pb-c.d
19:11:29 [2021-03-01T19:11:29.852Z] #43 10.63   PBCC     images/fs.pb-c.c
19:11:29 [2021-03-01T19:11:29.852Z] #43 10.65   DEP      images/fs.pb-c.d
19:11:29 [2021-03-01T19:11:29.852Z] #43 10.71   PBCC     images/signalfd.pb-c.c
19:11:29 [2021-03-01T19:11:29.937Z] #48 60.55 go: finding github.com/magiconair/properties v1.8.1
19:11:29 [2021-03-01T19:11:29.938Z] #48 60.64 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:29 [2021-03-01T19:11:29.938Z] #48 60.73 go: finding github.com/mitchellh/mapstructure v1.1.2
19:11:29 [2021-03-01T19:11:29.938Z] #48 60.76 go: finding github.com/pelletier/go-toml v1.2.0
19:11:30 [2021-03-01T19:11:30.070Z] #33 ...
19:11:30 [2021-03-01T19:11:30.070Z] 
19:11:30 [2021-03-01T19:11:30.070Z] #46 [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
19:11:30 [2021-03-01T19:11:30.070Z] #46 sha256:a9c8cbe5db0dbf1da2bdf859abf542f8216a88664925f33a72ae6f49e7c87e60
19:11:30 [2021-03-01T19:11:30.070Z] #46 DONE 55.8s
19:11:30 [2021-03-01T19:11:30.070Z] 
19:11:30 [2021-03-01T19:11:30.070Z] #44 [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
19:11:30 [2021-03-01T19:11:30.070Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:11:30 [2021-03-01T19:11:30.070Z] #44 54.86 internal/lazyregexp
19:11:30 [2021-03-01T19:11:30.070Z] #44 54.88 fmt
19:11:30 [2021-03-01T19:11:30.070Z] #44 54.89 encoding/binary
19:11:30 [2021-03-01T19:11:30.070Z] #44 54.97 net
19:11:30 [2021-03-01T19:11:30.070Z] #44 55.10 os/exec
19:11:30 [2021-03-01T19:11:30.097Z] #44 ...
19:11:30 [2021-03-01T19:11:30.097Z] 
19:11:30 [2021-03-01T19:11:30.097Z] #41 [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
19:11:30 [2021-03-01T19:11:30.097Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:30 [2021-03-01T19:11:30.097Z] #41 42.79 Reading package lists...
19:11:30 [2021-03-01T19:11:30.097Z] #41 52.51 Building dependency tree...
19:11:30 [2021-03-01T19:11:30.097Z] #41 57.39 The following additional packages will be installed:
19:11:30 [2021-03-01T19:11:30.097Z] #41 57.39   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
19:11:30 [2021-03-01T19:11:30.097Z] #41 57.39   libprotoc17 python-pkg-resources python-six zlib1g-dev
19:11:30 [2021-03-01T19:11:30.097Z] #41 57.40 Suggested packages:
19:11:30 [2021-03-01T19:11:30.097Z] #41 57.41   manpages-dev python-setuptools
19:11:30 [2021-03-01T19:11:30.097Z] #41 58.79 The following NEW packages will be installed:
19:11:30 [2021-03-01T19:11:30.097Z] #41 58.79   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
19:11:30 [2021-03-01T19:11:30.097Z] #41 58.79   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
19:11:30 [2021-03-01T19:11:30.097Z] #41 58.79   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
19:11:30 [2021-03-01T19:11:30.097Z] #41 58.80   python-six zlib1g-dev
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.26 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded.
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.26 Need to get 4095 kB of archives.
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.26 After this operation, 22.5 MB of additional disk space will be used.
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.28 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.30 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.30 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.34 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.36 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.53 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.53 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.67 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.75 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.76 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 59.77 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
19:11:30 [2021-03-01T19:11:30.097Z] #41 61.32 debconf: delaying package configuration, since apt-utils is not installed
19:11:30 [2021-03-01T19:11:30.109Z] #42 84.05   DEP      criu/files-ext.d
19:11:30 [2021-03-01T19:11:30.109Z] #42 84.18   DEP      criu/file-lock.d
19:11:30 [2021-03-01T19:11:30.152Z] #43 10.74   DEP      images/signalfd.pb-c.d
19:11:30 [2021-03-01T19:11:30.152Z] #43 10.80   PBCC     images/fh.pb-c.c
19:11:30 [2021-03-01T19:11:30.152Z] #43 10.84   PBCC     images/fsnotify.pb-c.c
19:11:30 [2021-03-01T19:11:30.152Z] #43 10.92   DEP      images/fh.pb-c.d
19:11:30 [2021-03-01T19:11:30.152Z] #43 10.95   DEP      images/fsnotify.pb-c.d
19:11:30 [2021-03-01T19:11:30.199Z] #48 60.77 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:11:30 [2021-03-01T19:11:30.199Z] #48 60.83 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:11:30 [2021-03-01T19:11:30.199Z] #48 60.84 go: finding github.com/spf13/afero v1.1.2
19:11:30 [2021-03-01T19:11:30.199Z] #48 60.88 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:11:30 [2021-03-01T19:11:30.199Z] #48 60.88 go: finding github.com/spf13/cast v1.3.0
19:11:30 [2021-03-01T19:11:30.199Z] #48 60.94 go: finding github.com/spf13/jwalterweatherman v1.0.0
19:11:30 [2021-03-01T19:11:30.199Z] #48 60.94 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:11:30 [2021-03-01T19:11:30.199Z] #48 60.97 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:11:30 [2021-03-01T19:11:30.199Z] #48 60.99 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:11:30 [2021-03-01T19:11:30.199Z] #48 61.06 go: finding github.com/subosito/gotenv v1.2.0
19:11:30 [2021-03-01T19:11:30.357Z] #41 62.16 Fetched 4095 kB in 1s (5012 kB/s)
19:11:30 [2021-03-01T19:11:30.357Z] #41 ...
19:11:30 [2021-03-01T19:11:30.357Z] 
19:11:30 [2021-03-01T19:11:30.357Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:30 [2021-03-01T19:11:30.357Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:30 [2021-03-01T19:11:30.357Z] #12 62.26 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
19:11:30 [2021-03-01T19:11:30.357Z] #12 ...
19:11:30 [2021-03-01T19:11:30.357Z] 
19:11:30 [2021-03-01T19:11:30.357Z] #54 [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
19:11:30 [2021-03-01T19:11:30.357Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:11:30 [2021-03-01T19:11:30.357Z] #54 DONE 62.3s
19:11:30 [2021-03-01T19:11:30.367Z] #42 84.32   DEP      criu/file-ids.d
19:11:30 [2021-03-01T19:11:30.367Z] #42 84.50   DEP      criu/fifo.d
19:11:30 [2021-03-01T19:11:30.406Z] #44 ...
19:11:30 [2021-03-01T19:11:30.406Z] 
19:11:30 [2021-03-01T19:11:30.406Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:30 [2021-03-01T19:11:30.406Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.28 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.29 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.30 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.30 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u6 [110 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.31 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.60 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.63 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.65 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.67 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.88 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.91 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.92 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 46.93 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u6 [322 kB]
19:11:30 [2021-03-01T19:11:30.406Z] #12 48.63 debconf: delaying package configuration, since apt-utils is not installed
19:11:30 [2021-03-01T19:11:30.406Z] #12 48.84 Fetched 73.8 MB in 12s (6182 kB/s)
19:11:30 [2021-03-01T19:11:30.406Z] #12 49.00 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
19:11:30 [2021-03-01T19:11:30.406Z] #12 49.14 Preparing to unpack .../libsystemd0_241-7~deb10u6_arm64.deb ...
19:11:30 [2021-03-01T19:11:30.406Z] #12 49.29 Unpacking libsystemd0:arm64 (241-7~deb10u6) over (241-7~deb10u4) ...
19:11:30 [2021-03-01T19:11:30.406Z] #12 55.93 Setting up libsystemd0:arm64 (241-7~deb10u6) ...
19:11:30 [2021-03-01T19:11:30.452Z] #43 ...
19:11:30 [2021-03-01T19:11:30.452Z] 
19:11:30 [2021-03-01T19:11:30.452Z] #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
19:11:30 [2021-03-01T19:11:30.452Z] #47 sha256:6da6e6e3d39fedd127fa268e524394a1cf24fc619922b53bd3dd48ff4086e80e
19:11:30 [2021-03-01T19:11:30.452Z] #47 DONE 77.9s
19:11:30 [2021-03-01T19:11:30.452Z] 
19:11:30 [2021-03-01T19:11:30.452Z] #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
19:11:30 [2021-03-01T19:11:30.452Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:11:30 [2021-03-01T19:11:30.452Z] #43 11.00   PBCC     images/eventpoll.pb-c.c
19:11:30 [2021-03-01T19:11:30.452Z] #43 11.02   DEP      images/eventpoll.pb-c.d
19:11:30 [2021-03-01T19:11:30.452Z] #43 11.08   PBCC     images/eventfd.pb-c.c
19:11:30 [2021-03-01T19:11:30.452Z] #43 11.10   DEP      images/eventfd.pb-c.d
19:11:30 [2021-03-01T19:11:30.452Z] #43 11.15   PBCC     images/remap-file-path.pb-c.c
19:11:30 [2021-03-01T19:11:30.452Z] #43 11.18   DEP      images/remap-file-path.pb-c.d
19:11:30 [2021-03-01T19:11:30.461Z] #48 61.18 go: finding golang.org/x/text v0.3.2
19:11:30 [2021-03-01T19:11:30.614Z] 
19:11:30 [2021-03-01T19:11:30.614Z] #41 [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
19:11:30 [2021-03-01T19:11:30.614Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:30 [2021-03-01T19:11:30.614Z] #41 62.47 Selecting previously unselected package libcap-dev:amd64.
19:11:30 [2021-03-01T19:11:30.614Z] #41 62.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.)
19:11:30 [2021-03-01T19:11:30.614Z] #41 62.72 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
19:11:30 [2021-03-01T19:11:30.614Z] #41 62.74 Unpacking libcap-dev:amd64 (1:2.25-2) ...
19:11:30 [2021-03-01T19:11:30.619Z] #31 ...
19:11:30 [2021-03-01T19:11:30.619Z] 
19:11:30 [2021-03-01T19:11:30.619Z] #44 [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
19:11:30 [2021-03-01T19:11:30.619Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:11:30 [2021-03-01T19:11:30.619Z] #44 56.62 time
19:11:30 [2021-03-01T19:11:30.626Z] #42 84.67   DEP      criu/fdstore.d
19:11:30 [2021-03-01T19:11:30.626Z] #42 84.76   DEP      criu/fault-injection.d
19:11:30 [2021-03-01T19:11:30.671Z] #12 56.62 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
19:11:30 [2021-03-01T19:11:30.724Z] #48 61.40 go: finding gopkg.in/ini.v1 v1.51.0
19:11:30 [2021-03-01T19:11:30.724Z] #48 61.41 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:11:30 [2021-03-01T19:11:30.724Z] #48 61.42 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:11:30 [2021-03-01T19:11:30.724Z] #48 61.45 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:11:30 [2021-03-01T19:11:30.724Z] #48 61.53 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:11:30 [2021-03-01T19:11:30.724Z] #48 61.53 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:11:30 [2021-03-01T19:11:30.724Z] #48 61.57 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:11:30 [2021-03-01T19:11:30.765Z] #43 11.27   PBCC     images/fifo.pb-c.c
19:11:30 [2021-03-01T19:11:30.765Z] #43 11.28   DEP      images/fifo.pb-c.d
19:11:30 [2021-03-01T19:11:30.765Z] #43 11.38   PBCC     images/ghost-file.pb-c.c
19:11:30 [2021-03-01T19:11:30.765Z] #43 11.42   DEP      images/ghost-file.pb-c.d
19:11:30 [2021-03-01T19:11:30.765Z] #43 11.48   PBCC     images/regfile.pb-c.c
19:11:30 [2021-03-01T19:11:30.765Z] #43 11.52   DEP      images/regfile.pb-c.d
19:11:30 [2021-03-01T19:11:30.765Z] #43 11.59   PBCC     images/ns.pb-c.c
19:11:30 [2021-03-01T19:11:30.885Z] #42 84.77   DEP      criu/external.d
19:11:30 [2021-03-01T19:11:30.885Z] #42 84.86   DEP      criu/eventpoll.d
19:11:30 [2021-03-01T19:11:30.937Z] #12 56.75 Preparing to unpack .../libudev1_241-7~deb10u6_arm64.deb ...
19:11:30 [2021-03-01T19:11:30.937Z] #12 56.80 Unpacking libudev1:arm64 (241-7~deb10u6) over (241-7~deb10u4) ...
19:11:30 [2021-03-01T19:11:30.937Z] #12 ...
19:11:30 [2021-03-01T19:11:30.937Z] 
19:11:30 [2021-03-01T19:11:30.937Z] #28 [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
19:11:30 [2021-03-01T19:11:30.937Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:30 [2021-03-01T19:11:30.937Z] #28 24.90 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
19:11:30 [2021-03-01T19:11:30.937Z] #28 25.29 
19:11:30 [2021-03-01T19:11:30.937Z] #28 25.52 
#                                                                          2.0%
######################################################################## 100.0%
19:11:30 [2021-03-01T19:11:30.937Z] #28 25.78 
19:11:30 [2021-03-01T19:11:30.937Z] #28 26.91 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
19:11:30 [2021-03-01T19:11:30.937Z] #28 27.39 
19:11:30 [2021-03-01T19:11:30.937Z] #28 27.64 
                                                                           0.8%
#############################################                             63.8%
######################################################################## 100.0%
19:11:30 [2021-03-01T19:11:30.937Z] #28 27.91 
19:11:30 [2021-03-01T19:11:30.986Z] #48 61.58 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:11:30 [2021-03-01T19:11:30.986Z] #48 61.66 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:11:30 [2021-03-01T19:11:30.986Z] #48 61.67 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:30 [2021-03-01T19:11:30.986Z] #48 ...
19:11:30 [2021-03-01T19:11:30.986Z] 
19:11:30 [2021-03-01T19:11:30.986Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:30 [2021-03-01T19:11:30.986Z] #33 sha256:4280ad22617e2acc851c5edf0e08d7eb3d642fb8e4299301193729e631274d41
19:11:30 [2021-03-01T19:11:30.986Z] #33 51.63 sync
19:11:30 [2021-03-01T19:11:30.986Z] #33 51.63 internal/reflectlite
19:11:30 [2021-03-01T19:11:30.986Z] #33 55.72 errors
19:11:30 [2021-03-01T19:11:30.986Z] #33 55.72 sort
19:11:30 [2021-03-01T19:11:30.986Z] #33 56.65 strconv
19:11:30 [2021-03-01T19:11:30.986Z] #33 57.83 io
19:11:30 [2021-03-01T19:11:30.986Z] #33 58.96 internal/oserror
19:11:30 [2021-03-01T19:11:30.986Z] #33 59.14 syscall
19:11:30 [2021-03-01T19:11:30.986Z] #33 60.56 reflect
19:11:30 [2021-03-01T19:11:30.986Z] #33 ...
19:11:30 [2021-03-01T19:11:30.986Z] 
19:11:30 [2021-03-01T19:11:30.986Z] #48 [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
19:11:30 [2021-03-01T19:11:30.986Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:11:30 [2021-03-01T19:11:30.986Z] #48 61.70 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:11:30 [2021-03-01T19:11:30.986Z] #48 61.72 go: finding github.com/kisielk/gotool v1.0.0
19:11:30 [2021-03-01T19:11:30.986Z] #48 61.82 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:11:31 [2021-03-01T19:11:31.062Z] #43 11.62   DEP      images/ns.pb-c.d
19:11:31 [2021-03-01T19:11:31.062Z] #43 11.69   PBCC     images/fdinfo.pb-c.c
19:11:31 [2021-03-01T19:11:31.062Z] #43 11.81   DEP      images/fdinfo.pb-c.d
19:11:31 [2021-03-01T19:11:31.144Z] #42 85.12   DEP      criu/eventfd.d
19:11:31 [2021-03-01T19:11:31.178Z] #41 63.13 Selecting previously unselected package libnet1:amd64.
19:11:31 [2021-03-01T19:11:31.178Z] #41 63.15 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
19:11:31 [2021-03-01T19:11:31.178Z] #41 63.15 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:11:31 [2021-03-01T19:11:31.248Z] #48 61.87 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:11:31 [2021-03-01T19:11:31.248Z] #48 61.87 go: finding github.com/sourcegraph/go-diff v0.5.1
19:11:31 [2021-03-01T19:11:31.248Z] #48 61.88 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:31 [2021-03-01T19:11:31.248Z] #48 61.91 go: finding github.com/ultraware/funlen v0.0.2
19:11:31 [2021-03-01T19:11:31.248Z] #48 61.95 go: finding github.com/tommy-muehle/go-mnd v1.1.1
19:11:31 [2021-03-01T19:11:31.248Z] #48 61.97 go: finding github.com/ultraware/whitespace v0.0.4
19:11:31 [2021-03-01T19:11:31.248Z] #48 61.99 go: finding github.com/uudashr/gocognit v1.0.1
19:11:31 [2021-03-01T19:11:31.360Z] #43 11.99   PBCC     images/core-aarch64.pb-c.c
19:11:31 [2021-03-01T19:11:31.360Z] #43 12.03   PBCC     images/core-arm.pb-c.c
19:11:31 [2021-03-01T19:11:31.360Z] #43 12.07   PBCC     images/core-ppc64.pb-c.c
19:11:31 [2021-03-01T19:11:31.360Z] #43 ...
19:11:31 [2021-03-01T19:11:31.360Z] 
19:11:31 [2021-03-01T19:11:31.360Z] #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
19:11:31 [2021-03-01T19:11:31.360Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:11:31 [2021-03-01T19:11:31.360Z] #45 68.84 regexp/syntax
19:11:31 [2021-03-01T19:11:31.360Z] #45 73.98 hash/crc32
19:11:31 [2021-03-01T19:11:31.360Z] #45 77.05 vendor/golang.org/x/text/transform
19:11:31 [2021-03-01T19:11:31.360Z] #45 77.34 time
19:11:31 [2021-03-01T19:11:31.360Z] #45 ...
19:11:31 [2021-03-01T19:11:31.360Z] 
19:11:31 [2021-03-01T19:11:31.360Z] #13 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:31 [2021-03-01T19:11:31.360Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a
19:11:31 [2021-03-01T19:11:31.360Z] #13 74.00 Selecting previously unselected package gcc-mingw-w64-base.
19:11:31 [2021-03-01T19:11:31.360Z] #13 74.01 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
19:11:31 [2021-03-01T19:11:31.360Z] #13 74.02 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:11:31 [2021-03-01T19:11:31.360Z] #13 74.17 Selecting previously unselected package gcc-mingw-w64-x86-64.
19:11:31 [2021-03-01T19:11:31.360Z] #13 74.18 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
19:11:31 [2021-03-01T19:11:31.360Z] #13 74.19 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:11:31 [2021-03-01T19:11:31.404Z] #42 85.33   DEP      criu/crtools.d
19:11:31 [2021-03-01T19:11:31.434Z] #41 63.38 Selecting previously unselected package libnet1-dev.
19:11:31 [2021-03-01T19:11:31.434Z] #41 63.38 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
19:11:31 [2021-03-01T19:11:31.434Z] #41 63.40 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
19:11:31 [2021-03-01T19:11:31.434Z] #41 ...
19:11:31 [2021-03-01T19:11:31.434Z] 
19:11:31 [2021-03-01T19:11:31.435Z] #35 [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
19:11:31 [2021-03-01T19:11:31.435Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:31 [2021-03-01T19:11:31.435Z] #35 43.69 Reading package lists...
19:11:31 [2021-03-01T19:11:31.435Z] #35 53.88 Building dependency tree...
19:11:31 [2021-03-01T19:11:31.435Z] #35 58.90 The following additional packages will be installed:
19:11:31 [2021-03-01T19:11:31.435Z] #35 58.91   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
19:11:31 [2021-03-01T19:11:31.435Z] #35 58.95 Suggested packages:
19:11:31 [2021-03-01T19:11:31.435Z] #35 58.96   cmake-doc ninja-build lrzip
19:11:31 [2021-03-01T19:11:31.435Z] #35 58.96 Recommended packages:
19:11:31 [2021-03-01T19:11:31.435Z] #35 58.96   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
19:11:31 [2021-03-01T19:11:31.435Z] #35 60.42 The following NEW packages will be installed:
19:11:31 [2021-03-01T19:11:31.435Z] #35 60.45   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
19:11:31 [2021-03-01T19:11:31.435Z] #35 60.45   vim-common xxd
19:11:31 [2021-03-01T19:11:31.435Z] #35 60.86 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded.
19:11:31 [2021-03-01T19:11:31.435Z] #35 60.86 Need to get 14.9 MB of archives.
19:11:31 [2021-03-01T19:11:31.435Z] #35 60.86 After this operation, 61.8 MB of additional disk space will be used.
19:11:31 [2021-03-01T19:11:31.435Z] #35 60.86 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
19:11:31 [2021-03-01T19:11:31.435Z] #35 60.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
19:11:31 [2021-03-01T19:11:31.435Z] #35 60.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
19:11:31 [2021-03-01T19:11:31.435Z] #35 61.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
19:11:31 [2021-03-01T19:11:31.435Z] #35 62.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
19:11:31 [2021-03-01T19:11:31.435Z] #35 62.27 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
19:11:31 [2021-03-01T19:11:31.435Z] #35 62.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
19:11:31 [2021-03-01T19:11:31.435Z] #35 62.30 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
19:11:31 [2021-03-01T19:11:31.435Z] #35 62.33 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
19:11:31 [2021-03-01T19:11:31.435Z] #35 62.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
19:11:31 [2021-03-01T19:11:31.510Z] #48 62.09 go: finding github.com/gogo/protobuf v1.2.1
19:11:31 [2021-03-01T19:11:31.510Z] #48 62.18 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:11:31 [2021-03-01T19:11:31.662Z] #42 85.52   DEP      criu/cr-service.d
19:11:31 [2021-03-01T19:11:31.691Z] #35 ...
19:11:31 [2021-03-01T19:11:31.691Z] 
19:11:31 [2021-03-01T19:11:31.691Z] #48 [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
19:11:31 [2021-03-01T19:11:31.691Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:11:31 [2021-03-01T19:11:31.691Z] #48 53.60 go: extracting golang.org/x/text v0.3.2
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.00 go: finding github.com/fatih/color v1.7.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.08 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.24 go: finding github.com/mattn/go-colorable v0.1.4
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.31 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.33 go: finding github.com/mattn/go-isatty v0.0.8
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.48 go: finding github.com/go-lintpack/lintpack v0.5.2
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.57 go: finding github.com/go-critic/go-critic v0.4.1
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.63 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.64 go: finding github.com/pkg/errors v0.8.1
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.66 go: finding github.com/go-toolsmith/astfmt v1.0.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.71 go: finding github.com/mitchellh/go-homedir v1.1.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.76 go: finding github.com/go-toolsmith/astequal v1.0.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.83 go: finding github.com/go-toolsmith/astp v1.0.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.84 go: finding github.com/sirupsen/logrus v1.4.2
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.90 go: finding github.com/go-toolsmith/astcast v1.0.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.91 go: finding github.com/spf13/viper v1.6.1
19:11:31 [2021-03-01T19:11:31.691Z] #48 62.94 go: finding github.com/stretchr/testify v1.4.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.01 go: finding github.com/davecgh/go-spew v1.1.1
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.02 go: finding github.com/go-toolsmith/typep v1.0.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.24 go: finding github.com/go-toolsmith/astcopy v1.0.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.26 go: finding github.com/pmezard/go-difflib v1.0.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.32 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.36 go: finding github.com/stretchr/objx v0.2.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.37 go: finding github.com/go-toolsmith/strparse v1.0.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.41 go: finding github.com/bombsimon/wsl/v2 v2.0.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.48 go: finding github.com/gobwas/glob v0.2.3
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.48 go: finding gopkg.in/yaml.v2 v2.2.7
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.50 go: finding github.com/fsnotify/fsnotify v1.4.7
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.60 go: finding github.com/hashicorp/hcl v1.0.0
19:11:31 [2021-03-01T19:11:31.691Z] #48 63.65 go: finding github.com/spf13/cobra v0.0.5
19:11:31 [2021-03-01T19:11:31.772Z] #48 62.44 go: finding honnef.co/go/tools v0.0.1-2019.2.3
19:11:31 [2021-03-01T19:11:31.772Z] #48 62.51 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:11:31 [2021-03-01T19:11:31.772Z] #48 62.53 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:11:31 [2021-03-01T19:11:31.922Z] #42 85.77   DEP      criu/cr-restore.d
19:11:31 [2021-03-01T19:11:31.922Z] #42 86.03   DEP      criu/cr-errno.d
19:11:31 [2021-03-01T19:11:31.948Z] #48 ...
19:11:31 [2021-03-01T19:11:31.948Z] 
19:11:31 [2021-03-01T19:11:31.948Z] #41 [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
19:11:31 [2021-03-01T19:11:31.948Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:31 [2021-03-01T19:11:31.948Z] #41 63.77 Selecting previously unselected package libnl-3-200:amd64.
19:11:31 [2021-03-01T19:11:31.948Z] #41 63.77 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
19:11:31 [2021-03-01T19:11:31.948Z] #41 63.79 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
19:11:31 [2021-03-01T19:11:31.948Z] #41 63.95 Selecting previously unselected package libnl-3-dev:amd64.
19:11:31 [2021-03-01T19:11:31.948Z] #41 63.96 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
19:11:31 [2021-03-01T19:11:31.948Z] #41 63.97 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
19:11:32 [2021-03-01T19:11:32.008Z] #13 ...
19:11:32 [2021-03-01T19:11:32.008Z] 
19:11:32 [2021-03-01T19:11:32.008Z] #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
19:11:32 [2021-03-01T19:11:32.008Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:11:32 [2021-03-01T19:11:32.008Z] #43 12.23   PBCC     images/core-s390.pb-c.c
19:11:32 [2021-03-01T19:11:32.008Z] #43 12.33   PBCC     images/core-x86.pb-c.c
19:11:32 [2021-03-01T19:11:32.008Z] #43 12.44   PBCC     images/core.pb-c.c
19:11:32 [2021-03-01T19:11:32.008Z] #43 12.50   PBCC     images/inventory.pb-c.c
19:11:32 [2021-03-01T19:11:32.008Z] #43 12.58   DEP      images/core-aarch64.pb-c.d
19:11:32 [2021-03-01T19:11:32.008Z] #43 12.64   DEP      images/core-arm.pb-c.d
19:11:32 [2021-03-01T19:11:32.008Z] #43 12.69   DEP      images/core-ppc64.pb-c.d
19:11:32 [2021-03-01T19:11:32.008Z] #43 12.74   DEP      images/core-s390.pb-c.d
19:11:32 [2021-03-01T19:11:32.008Z] #43 12.80   DEP      images/core-x86.pb-c.d
19:11:32 [2021-03-01T19:11:32.034Z] #48 62.60 go: finding github.com/BurntSushi/toml v0.3.1
19:11:32 [2021-03-01T19:11:32.034Z] #48 62.77 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:32 [2021-03-01T19:11:32.181Z] #42 ...
19:11:32 [2021-03-01T19:11:32.181Z] 
19:11:32 [2021-03-01T19:11:32.181Z] #31 [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
19:11:32 [2021-03-01T19:11:32.181Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:11:32 [2021-03-01T19:11:32.181Z] #31 DONE 166.1s
19:11:32 [2021-03-01T19:11:32.181Z] 
19:11:32 [2021-03-01T19:11:32.181Z] #42 [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
19:11:32 [2021-03-01T19:11:32.181Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:32 [2021-03-01T19:11:32.181Z] #42 86.05   DEP      criu/cr-dump.d
19:11:32 [2021-03-01T19:11:32.307Z] #43 12.89   DEP      images/core.pb-c.d
19:11:32 [2021-03-01T19:11:32.307Z] #43 12.95   DEP      images/inventory.pb-c.d
19:11:32 [2021-03-01T19:11:32.307Z] #43 13.01   PBCC     images/cpuinfo.pb-c.c
19:11:32 [2021-03-01T19:11:32.307Z] #43 13.05   DEP      images/cpuinfo.pb-c.d
19:11:32 [2021-03-01T19:11:32.341Z] #28 29.09 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
19:11:32 [2021-03-01T19:11:32.341Z] #28 ...
19:11:32 [2021-03-01T19:11:32.341Z] 
19:11:32 [2021-03-01T19:11:32.341Z] #55 [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
19:11:32 [2021-03-01T19:11:32.341Z] #55 sha256:8acb5ea219c0b1050f71f2e560ee6c8a8314120e48ca083e249de22b516dc8a3
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.252 + RM_GOPATH=0
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.252 + TMP_GOPATH=
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.252 + : /build
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.252 + '[' -z '' ']'
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.252 ++ mktemp -d
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.349 + export GOPATH=/tmp/tmp.ckh6CehiV1
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.349 + GOPATH=/tmp/tmp.ckh6CehiV1
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.349 + RM_GOPATH=1
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.349 + case "$(go env GOARCH)" in
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.349 ++ go env GOARCH
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.419 + export GO_BUILDMODE=-buildmode=pie
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.419 + GO_BUILDMODE=-buildmode=pie
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.421 ++ dirname /tmp/install/install.sh
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.423 + dir=/tmp/install
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.423 + bin=containerd
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.423 + shift
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.423 + '[' '!' -f /tmp/install/containerd.installer ']'
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.423 + . /tmp/install/containerd.installer
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.423 ++ set -e
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.423 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.423 + install_containerd
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.423 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.423 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.426 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ckh6CehiV1/src/github.com/containerd/containerd
19:11:32 [2021-03-01T19:11:32.341Z] #55 2.430 Cloning into '/tmp/tmp.ckh6CehiV1/src/github.com/containerd/containerd'...
19:11:32 [2021-03-01T19:11:32.341Z] #55 ...
19:11:32 [2021-03-01T19:11:32.341Z] 
19:11:32 [2021-03-01T19:11:32.341Z] #28 [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
19:11:32 [2021-03-01T19:11:32.341Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:32 [2021-03-01T19:11:32.341Z] #28 29.33 
19:11:32 [2021-03-01T19:11:32.440Z] #42 86.51   DEP      criu/cr-dedup.d
19:11:32 [2021-03-01T19:11:32.511Z] #41 64.49 Selecting previously unselected package libprotobuf-c1:amd64.
19:11:32 [2021-03-01T19:11:32.511Z] #41 ...
19:11:32 [2021-03-01T19:11:32.511Z] 
19:11:32 [2021-03-01T19:11:32.511Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:32 [2021-03-01T19:11:32.511Z] #33 sha256:4cbf38afe26bf2d04adb1f3838640864909e13d1d0b073ff295eb03bd5c629a9
19:11:32 [2021-03-01T19:11:32.511Z] #33 54.40 internal/reflectlite
19:11:32 [2021-03-01T19:11:32.511Z] #33 54.44 sync
19:11:32 [2021-03-01T19:11:32.511Z] #33 58.16 sort
19:11:32 [2021-03-01T19:11:32.511Z] #33 58.17 errors
19:11:32 [2021-03-01T19:11:32.511Z] #33 58.64 strconv
19:11:32 [2021-03-01T19:11:32.511Z] #33 60.34 io
19:11:32 [2021-03-01T19:11:32.511Z] #33 61.99 internal/oserror
19:11:32 [2021-03-01T19:11:32.511Z] #33 62.35 syscall
19:11:32 [2021-03-01T19:11:32.511Z] #33 63.63 reflect
19:11:32 [2021-03-01T19:11:32.511Z] #33 ...
19:11:32 [2021-03-01T19:11:32.511Z] 
19:11:32 [2021-03-01T19:11:32.511Z] #48 [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
19:11:32 [2021-03-01T19:11:32.511Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:11:32 [2021-03-01T19:11:32.511Z] #48 63.94 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
19:11:32 [2021-03-01T19:11:32.511Z] #48 63.96 go: finding github.com/spf13/pflag v1.0.5
19:11:32 [2021-03-01T19:11:32.511Z] #48 64.02 go: finding github.com/magiconair/properties v1.8.1
19:11:32 [2021-03-01T19:11:32.511Z] #48 64.07 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
19:11:32 [2021-03-01T19:11:32.511Z] #48 64.16 go: finding github.com/mitchellh/mapstructure v1.1.2
19:11:32 [2021-03-01T19:11:32.511Z] #48 64.20 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
19:11:32 [2021-03-01T19:11:32.511Z] #48 64.23 go: finding github.com/pelletier/go-toml v1.2.0
19:11:32 [2021-03-01T19:11:32.511Z] #48 64.38 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
19:11:32 [2021-03-01T19:11:32.511Z] #48 64.52 go: finding github.com/spf13/afero v1.1.2
19:11:32 [2021-03-01T19:11:32.511Z] #48 64.55 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
19:11:32 [2021-03-01T19:11:32.606Z] #28 ...
19:11:32 [2021-03-01T19:11:32.606Z] 
19:11:32 [2021-03-01T19:11:32.606Z] #35 [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
19:11:32 [2021-03-01T19:11:32.606Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
19:11:32 [2021-03-01T19:11:32.606Z] #35 48.45 Selecting previously unselected package vim-common.
19:11:32 [2021-03-01T19:11:32.606Z] #35 48.46 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
19:11:32 [2021-03-01T19:11:32.606Z] #35 48.71 Unpacking vim-common (2:8.1.0875-5) ...
19:11:32 [2021-03-01T19:11:32.606Z] #35 49.26 Selecting previously unselected package cmake-data.
19:11:32 [2021-03-01T19:11:32.606Z] #43 13.10   PBCC     images/stats.pb-c.c
19:11:32 [2021-03-01T19:11:32.606Z] #35 49.27 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
19:11:32 [2021-03-01T19:11:32.606Z] #35 49.30 Unpacking cmake-data (3.13.4-1) ...
19:11:32 [2021-03-01T19:11:32.606Z] #35 ...
19:11:32 [2021-03-01T19:11:32.606Z] 
19:11:32 [2021-03-01T19:11:32.606Z] #43 13.12   DEP      images/stats.pb-c.d
19:11:32 [2021-03-01T19:11:32.606Z] #41 [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
19:11:32 [2021-03-01T19:11:32.606Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
19:11:32 [2021-03-01T19:11:32.606Z] #41 48.66 Selecting previously unselected package libnet1:arm64.
19:11:32 [2021-03-01T19:11:32.606Z] #41 48.67 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 48.68 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 49.02 Selecting previously unselected package libnet1-dev.
19:11:32 [2021-03-01T19:11:32.606Z] #41 49.03 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 49.04 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 49.36 Selecting previously unselected package libnl-3-200:arm64.
19:11:32 [2021-03-01T19:11:32.606Z] #41 49.38 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 49.38 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 54.80 Selecting previously unselected package libnl-3-dev:arm64.
19:11:32 [2021-03-01T19:11:32.606Z] #41 54.80 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 55.59 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 56.46 Selecting previously unselected package libprotobuf-c1:arm64.
19:11:32 [2021-03-01T19:11:32.606Z] #41 56.48 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 56.59 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 56.80 Selecting previously unselected package libprotobuf-c-dev:arm64.
19:11:32 [2021-03-01T19:11:32.606Z] #41 56.80 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 56.81 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 57.13 Selecting previously unselected package zlib1g-dev:arm64.
19:11:32 [2021-03-01T19:11:32.606Z] #41 57.14 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 57.27 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
19:11:32 [2021-03-01T19:11:32.606Z] #41 58.21 Selecting previously unselected package libprotobuf17:arm64.
19:11:32 [2021-03-01T19:11:32.606Z] #41 58.21 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
19:11:32 [2021-03-01T19:11:32.607Z] #41 58.32 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
19:11:32 [2021-03-01T19:11:32.608Z] #48 ...
19:11:32 [2021-03-01T19:11:32.608Z] 
19:11:32 [2021-03-01T19:11:32.608Z] #54 [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
19:11:32 [2021-03-01T19:11:32.608Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2
19:11:32 [2021-03-01T19:11:32.609Z] #54 54.29 Building dependency tree...
19:11:32 [2021-03-01T19:11:32.609Z] #54 59.29 The following additional packages will be installed:
19:11:32 [2021-03-01T19:11:32.609Z] #54 59.31   libbtrfs0
19:11:32 [2021-03-01T19:11:32.609Z] #54 59.54 The following NEW packages will be installed:
19:11:32 [2021-03-01T19:11:32.609Z] #54 59.54   libbtrfs-dev libbtrfs0
19:11:32 [2021-03-01T19:11:32.609Z] #54 60.00 0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded.
19:11:32 [2021-03-01T19:11:32.609Z] #54 60.00 Need to get 119 kB of archives.
19:11:32 [2021-03-01T19:11:32.609Z] #54 60.00 After this operation, 387 kB of additional disk space will be used.
19:11:32 [2021-03-01T19:11:32.609Z] #54 60.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
19:11:32 [2021-03-01T19:11:32.609Z] #54 60.01 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
19:11:32 [2021-03-01T19:11:32.609Z] #54 61.39 debconf: delaying package configuration, since apt-utils is not installed
19:11:32 [2021-03-01T19:11:32.609Z] #54 61.68 Fetched 119 kB in 0s (350 kB/s)
19:11:32 [2021-03-01T19:11:32.609Z] #54 61.85 Selecting previously unselected package libbtrfs0.
19:11:32 [2021-03-01T19:11:32.609Z] #54 61.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.)
19:11:32 [2021-03-01T19:11:32.609Z] #54 61.92 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
19:11:32 [2021-03-01T19:11:32.609Z] #54 61.95 Unpacking libbtrfs0 (4.20.1-2) ...
19:11:32 [2021-03-01T19:11:32.609Z] #54 62.14 Selecting previously unselected package libbtrfs-dev.
19:11:32 [2021-03-01T19:11:32.609Z] #54 62.17 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
19:11:32 [2021-03-01T19:11:32.609Z] #54 62.18 Unpacking libbtrfs-dev (4.20.1-2) ...
19:11:32 [2021-03-01T19:11:32.609Z] #54 62.54 Setting up libbtrfs0 (4.20.1-2) ...
19:11:32 [2021-03-01T19:11:32.609Z] #54 62.98 Setting up libbtrfs-dev (4.20.1-2) ...
19:11:32 [2021-03-01T19:11:32.609Z] #54 62.99 Processing triggers for libc-bin (2.28-10) ...
19:11:32 [2021-03-01T19:11:32.609Z] #54 DONE 63.4s
19:11:32 [2021-03-01T19:11:32.699Z] #42 86.80   DEP      criu/cr-check.d
19:11:32 [2021-03-01T19:11:32.771Z] #48 64.66 go: finding github.com/spf13/cast v1.3.0
19:11:32 [2021-03-01T19:11:32.771Z] #48 64.70 go: finding golang.org/x/text v0.3.2
19:11:32 [2021-03-01T19:11:32.771Z] #48 64.70 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
19:11:32 [2021-03-01T19:11:32.771Z] #48 64.71 go: finding github.com/spf13/jwalterweatherman v1.0.0
19:11:32 [2021-03-01T19:11:32.771Z] #48 64.77 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
19:11:32 [2021-03-01T19:11:32.771Z] #48 64.78 go: finding github.com/subosito/gotenv v1.2.0
19:11:32 [2021-03-01T19:11:32.771Z] #48 64.81 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
19:11:32 [2021-03-01T19:11:32.771Z] #48 64.82 go: finding gopkg.in/ini.v1 v1.51.0
19:11:32 [2021-03-01T19:11:32.871Z] 
19:11:32 [2021-03-01T19:11:32.871Z] #55 [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
19:11:32 [2021-03-01T19:11:32.871Z] #55 sha256:57f2916ddde9a5058f430576b9e6c074d4506f86288c8b1fd7b574bfa26d6eed
19:11:32 [2021-03-01T19:11:32.872Z] #41 ...
19:11:32 [2021-03-01T19:11:32.872Z] 
19:11:32 [2021-03-01T19:11:32.872Z] #28 [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
19:11:32 [2021-03-01T19:11:32.872Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:33 [2021-03-01T19:11:33.032Z] #48 64.89 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
19:11:33 [2021-03-01T19:11:33.032Z] #48 64.92 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
19:11:33 [2021-03-01T19:11:33.032Z] #48 64.93 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
19:11:33 [2021-03-01T19:11:33.032Z] #48 64.97 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
19:11:33 [2021-03-01T19:11:33.032Z] #48 64.98 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
19:11:33 [2021-03-01T19:11:33.032Z] #48 65.02 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
19:11:33 [2021-03-01T19:11:33.032Z] #48 65.03 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
19:11:33 [2021-03-01T19:11:33.032Z] #48 65.07 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
19:11:33 [2021-03-01T19:11:33.032Z] #48 65.08 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
19:11:33 [2021-03-01T19:11:33.142Z] #55 ...
19:11:33 [2021-03-01T19:11:33.142Z] 
19:11:33 [2021-03-01T19:11:33.142Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:33 [2021-03-01T19:11:33.142Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:33 [2021-03-01T19:11:33.142Z] #12 43.92 Reading package lists...
19:11:33 [2021-03-01T19:11:33.142Z] #12 54.27 Building dependency tree...
19:11:33 [2021-03-01T19:11:33.142Z] #12 59.04 The following additional packages will be installed:
19:11:33 [2021-03-01T19:11:33.142Z] #12 59.04   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
19:11:33 [2021-03-01T19:11:33.142Z] #12 59.04   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
19:11:33 [2021-03-01T19:11:33.142Z] #12 59.05   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
19:11:33 [2021-03-01T19:11:33.142Z] #12 59.05   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
19:11:33 [2021-03-01T19:11:33.142Z] #12 59.05   mingw-w64-x86-64-dev
19:11:33 [2021-03-01T19:11:33.142Z] #12 59.06 Suggested packages:
19:11:33 [2021-03-01T19:11:33.142Z] #12 59.06   gcc-8-locales seccomp wine64
19:11:33 [2021-03-01T19:11:33.142Z] #12 60.89 The following NEW packages will be installed:
19:11:33 [2021-03-01T19:11:33.142Z] #12 60.89   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
19:11:33 [2021-03-01T19:11:33.142Z] #12 60.89   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
19:11:33 [2021-03-01T19:11:33.142Z] #12 60.89   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
19:11:33 [2021-03-01T19:11:33.142Z] #12 60.90   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
19:11:33 [2021-03-01T19:11:33.142Z] #12 60.91   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
19:11:33 [2021-03-01T19:11:33.142Z] #12 60.92   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
19:11:33 [2021-03-01T19:11:33.142Z] #12 60.94 The following packages will be upgraded:
19:11:33 [2021-03-01T19:11:33.142Z] #12 60.95   libsystemd0 libudev1
19:11:33 [2021-03-01T19:11:33.142Z] #12 61.43 2 upgraded, 25 newly installed, 0 to remove and 21 not upgraded.
19:11:33 [2021-03-01T19:11:33.142Z] #12 61.43 Need to get 78.2 MB of archives.
19:11:33 [2021-03-01T19:11:33.142Z] #12 61.43 After this operation, 487 MB of additional disk space will be used.
19:11:33 [2021-03-01T19:11:33.142Z] #12 61.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u6 [331 kB]
19:11:33 [2021-03-01T19:11:33.142Z] #12 61.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u6 [151 kB]
19:11:33 [2021-03-01T19:11:33.142Z] #12 61.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
19:11:33 [2021-03-01T19:11:33.142Z] #12 61.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
19:11:33 [2021-03-01T19:11:33.142Z] #12 62.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
19:11:33 [2021-03-01T19:11:33.142Z] #12 62.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
19:11:33 [2021-03-01T19:11:33.142Z] #12 62.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
19:11:33 [2021-03-01T19:11:33.142Z] #12 62.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
19:11:33 [2021-03-01T19:11:33.142Z] #12 62.82 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
19:11:33 [2021-03-01T19:11:33.142Z] #12 63.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
19:11:33 [2021-03-01T19:11:33.142Z] #12 63.12 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
19:11:33 [2021-03-01T19:11:33.142Z] #12 ...
19:11:33 [2021-03-01T19:11:33.142Z] 
19:11:33 [2021-03-01T19:11:33.142Z] #31 [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
19:11:33 [2021-03-01T19:11:33.142Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:11:33 [2021-03-01T19:11:33.266Z] #42 87.07   DEP      criu/config.d
19:11:33 [2021-03-01T19:11:33.266Z] #42 87.28   DEP      criu/clone-noasan.d
19:11:33 [2021-03-01T19:11:33.266Z] #42 87.35   DEP      criu/cgroup.d
19:11:33 [2021-03-01T19:11:33.289Z] #48 65.12 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
19:11:33 [2021-03-01T19:11:33.290Z] #48 65.16 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
19:11:33 [2021-03-01T19:11:33.290Z] #48 65.22 go: finding github.com/kisielk/gotool v1.0.0
19:11:33 [2021-03-01T19:11:33.290Z] #48 65.24 go: finding github.com/sourcegraph/go-diff v0.5.1
19:11:33 [2021-03-01T19:11:33.290Z] #48 65.26 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
19:11:33 [2021-03-01T19:11:33.290Z] #48 65.28 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
19:11:33 [2021-03-01T19:11:33.290Z] #48 65.30 go: finding github.com/tommy-muehle/go-mnd v1.1.1
19:11:33 [2021-03-01T19:11:33.290Z] #48 65.32 go: finding github.com/ultraware/funlen v0.0.2
19:11:33 [2021-03-01T19:11:33.525Z] #42 87.52   DEP      criu/cgroup-props.d
19:11:33 [2021-03-01T19:11:33.546Z] #48 65.34 go: finding github.com/ultraware/whitespace v0.0.4
19:11:33 [2021-03-01T19:11:33.546Z] #48 65.38 go: finding github.com/uudashr/gocognit v1.0.1
19:11:33 [2021-03-01T19:11:33.546Z] #48 65.45 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
19:11:33 [2021-03-01T19:11:33.546Z] #48 65.54 go: finding github.com/gogo/protobuf v1.2.1
19:11:33 [2021-03-01T19:11:33.784Z] #42 87.62   DEP      criu/bitmap.d
19:11:33 [2021-03-01T19:11:33.784Z] #42 87.65   DEP      criu/bfd.d
19:11:33 [2021-03-01T19:11:33.784Z] #42 87.74   DEP      criu/autofs.d
19:11:33 [2021-03-01T19:11:33.784Z] #42 87.87   DEP      criu/aio.d
19:11:33 [2021-03-01T19:11:33.802Z] #48 65.74 go: finding honnef.co/go/tools v0.0.1-2019.2.3
19:11:33 [2021-03-01T19:11:33.905Z] #44 ...
19:11:33 [2021-03-01T19:11:33.905Z] 
19:11:33 [2021-03-01T19:11:33.905Z] #55 [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
19:11:33 [2021-03-01T19:11:33.905Z] #55 sha256:e2bdd5235c486b3aaf5cc518316b1ccb18d2ab2dcdb8134380192a3235bb8d6f
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.424 + RM_GOPATH=0
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.424 + TMP_GOPATH=
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.424 + : /build
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.424 + '[' -z '' ']'
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.426 ++ mktemp -d
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.442 + export GOPATH=/tmp/tmp.fIScczOrDY
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.442 + GOPATH=/tmp/tmp.fIScczOrDY
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.442 + RM_GOPATH=1
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.442 + case "$(go env GOARCH)" in
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.442 ++ go env GOARCH
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.481 + export GO_BUILDMODE=-buildmode=pie
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.481 + GO_BUILDMODE=-buildmode=pie
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.481 ++ dirname /tmp/install/install.sh
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.481 + dir=/tmp/install
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.481 + bin=containerd
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.481 + shift
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.481 + '[' '!' -f /tmp/install/containerd.installer ']'
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.481 + . /tmp/install/containerd.installer
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.481 ++ set -e
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.481 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.481 + install_containerd
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.482 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.482 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.482 + git clone https://github.com/containerd/containerd.git /tmp/tmp.fIScczOrDY/src/github.com/containerd/containerd
19:11:33 [2021-03-01T19:11:33.905Z] #55 3.484 Cloning into '/tmp/tmp.fIScczOrDY/src/github.com/containerd/containerd'...
19:11:33 [2021-03-01T19:11:33.905Z] #55 ...
19:11:33 [2021-03-01T19:11:33.905Z] 
19:11:33 [2021-03-01T19:11:33.905Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:33 [2021-03-01T19:11:33.905Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:33 [2021-03-01T19:11:33.905Z] #12 52.18 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.73 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.73 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.74 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.74 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.74 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.74 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.75 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.79 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.81 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.84 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.86 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.91 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.93 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.94 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 54.94 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB]
19:11:33 [2021-03-01T19:11:33.905Z] #12 56.14 debconf: delaying package configuration, since apt-utils is not installed
19:11:33 [2021-03-01T19:11:33.905Z] #12 56.33 Fetched 78.2 MB in 9s (8968 kB/s)
19:11:33 [2021-03-01T19:11:33.905Z] #12 56.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 ... 15410 files and directories currently installed.)
19:11:33 [2021-03-01T19:11:33.905Z] #12 56.48 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ...
19:11:33 [2021-03-01T19:11:33.905Z] #12 56.50 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ...
19:11:33 [2021-03-01T19:11:33.905Z] #12 56.88 Setting up libsystemd0:amd64 (241-7~deb10u6) ...
19:11:33 [2021-03-01T19:11:33.905Z] #12 57.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.)
19:11:33 [2021-03-01T19:11:33.905Z] #12 57.12 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ...
19:11:33 [2021-03-01T19:11:33.905Z] #12 57.14 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ...
19:11:33 [2021-03-01T19:11:33.905Z] #12 57.40 Setting up libudev1:amd64 (241-7~deb10u6) ...
19:11:33 [2021-03-01T19:11:33.905Z] #12 57.55 Selecting previously unselected package binutils-mingw-w64-i686.
19:11:33 [2021-03-01T19:11:33.905Z] #12 57.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.)
19:11:33 [2021-03-01T19:11:33.905Z] #12 57.62 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
19:11:33 [2021-03-01T19:11:33.905Z] #12 57.63 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:11:33 [2021-03-01T19:11:33.905Z] #12 ...
19:11:33 [2021-03-01T19:11:33.905Z] 
19:11:33 [2021-03-01T19:11:33.905Z] #46 [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
19:11:33 [2021-03-01T19:11:33.905Z] #46 sha256:c6be4ba31375be4adbdddc9f1d942722c7e8d1c1376b2d3d0488226145afdfd2
19:11:33 [2021-03-01T19:11:33.905Z] #46 DONE 60.5s
19:11:33 [2021-03-01T19:11:33.905Z] 
19:11:33 [2021-03-01T19:11:33.905Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:33 [2021-03-01T19:11:33.905Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:33 [2021-03-01T19:11:33.905Z] #12 60.61 Selecting previously unselected package binutils-mingw-w64-x86-64.
19:11:33 [2021-03-01T19:11:33.905Z] #12 ...
19:11:33 [2021-03-01T19:11:33.905Z] 
19:11:33 [2021-03-01T19:11:33.905Z] #41 [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
19:11:33 [2021-03-01T19:11:33.905Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:33 [2021-03-01T19:11:33.905Z] #41 54.03 Selecting previously unselected package libprotoc17:amd64.
19:11:33 [2021-03-01T19:11:33.905Z] #41 54.03 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 54.03 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 54.83 Selecting previously unselected package protobuf-c-compiler.
19:11:33 [2021-03-01T19:11:33.905Z] #41 54.83 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 54.84 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.02 Selecting previously unselected package protobuf-compiler.
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.03 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.03 Unpacking protobuf-compiler (3.6.1.3-2) ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.19 Selecting previously unselected package python-pkg-resources.
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.19 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.20 Unpacking python-pkg-resources (40.8.0-1) ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.44 Selecting previously unselected package python-six.
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.44 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.45 Unpacking python-six (1.12.0-1) ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.53 Selecting previously unselected package python-protobuf.
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.54 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 55.57 Unpacking python-protobuf (3.6.1.3-2) ...
19:11:33 [2021-03-01T19:11:33.905Z] #41 56.20 Setting up python-pkg-resources (40.8.0-1) ...
19:11:33 [2021-03-01T19:11:33.927Z] #31 63.59 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.
19:11:33 [2021-03-01T19:11:33.927Z] #31 64.64 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
19:11:33 [2021-03-01T19:11:33.958Z] #28 29.62 
                                                                           0.0%
#####                                                                      7.3%
#########                                                                 13.6%
###############                                                           21.6%
###################                                                       27.3%
########################                                                  34.3%
###########################                                               38.8%
################################                                          45.6%
#######################################                                   54.4%
###############################################                           66.2%
#######################################################                   77.7%
################################################################          89.4%
######################################################################    98.0%
######################################################################## 100.0%
19:11:33 [2021-03-01T19:11:33.958Z] #28 31.01 
19:11:34 [2021-03-01T19:11:34.045Z] #42 88.02   DEP      criu/action-scripts.d
19:11:34 [2021-03-01T19:11:34.059Z] #48 66.00 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:11:34 [2021-03-01T19:11:34.059Z] #48 66.01 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:11:34 [2021-03-01T19:11:34.059Z] #48 66.02 go: finding github.com/BurntSushi/toml v0.3.1
19:11:34 [2021-03-01T19:11:34.059Z] #48 66.07 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:34 [2021-03-01T19:11:34.150Z] #43 14.72 make[1]: Nothing to be done for 'all'.
19:11:34 [2021-03-01T19:11:34.164Z] #41 ...
19:11:34 [2021-03-01T19:11:34.164Z] 
19:11:34 [2021-03-01T19:11:34.164Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:34 [2021-03-01T19:11:34.164Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:34 [2021-03-01T19:11:34.164Z] #12 60.62 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
19:11:34 [2021-03-01T19:11:34.164Z] #12 60.64 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:11:34 [2021-03-01T19:11:34.189Z] #31 ...
19:11:34 [2021-03-01T19:11:34.189Z] 
19:11:34 [2021-03-01T19:11:34.189Z] #44 [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
19:11:34 [2021-03-01T19:11:34.189Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:11:34 [2021-03-01T19:11:34.189Z] #44 54.77 github.com/LK4D4/vndr/godl/singleflight
19:11:34 [2021-03-01T19:11:34.189Z] #44 55.66 math/rand
19:11:34 [2021-03-01T19:11:34.189Z] #44 57.47 internal/singleflight
19:11:34 [2021-03-01T19:11:34.189Z] #44 57.68 io
19:11:34 [2021-03-01T19:11:34.189Z] #44 57.91 strconv
19:11:34 [2021-03-01T19:11:34.189Z] #44 59.24 bytes
19:11:34 [2021-03-01T19:11:34.189Z] #44 61.90 bufio
19:11:34 [2021-03-01T19:11:34.189Z] #44 61.94 reflect
19:11:34 [2021-03-01T19:11:34.189Z] #44 64.31 syscall
19:11:34 [2021-03-01T19:11:34.189Z] #44 ...
19:11:34 [2021-03-01T19:11:34.189Z] 
19:11:34 [2021-03-01T19:11:34.189Z] #55 [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
19:11:34 [2021-03-01T19:11:34.189Z] #55 sha256:57f2916ddde9a5058f430576b9e6c074d4506f86288c8b1fd7b574bfa26d6eed
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.112 + RM_GOPATH=0
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.112 + TMP_GOPATH=
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.112 + : /build
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.112 + '[' -z '' ']'
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.113 ++ mktemp -d
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.115 + export GOPATH=/tmp/tmp.bafDgpxoO4
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.116 + GOPATH=/tmp/tmp.bafDgpxoO4
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.116 + RM_GOPATH=1
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.117 + case "$(go env GOARCH)" in
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.118 ++ go env GOARCH
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.164 + export GO_BUILDMODE=-buildmode=pie
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.165 + GO_BUILDMODE=-buildmode=pie
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.165 ++ dirname /tmp/install/install.sh
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.167 + dir=/tmp/install
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.167 + bin=containerd
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.167 + shift
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.167 + '[' '!' -f /tmp/install/containerd.installer ']'
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.168 + . /tmp/install/containerd.installer
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.168 ++ set -e
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.168 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.168 + install_containerd
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.170 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.170 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.171 + git clone https://github.com/containerd/containerd.git /tmp/tmp.bafDgpxoO4/src/github.com/containerd/containerd
19:11:34 [2021-03-01T19:11:34.189Z] #55 1.179 Cloning into '/tmp/tmp.bafDgpxoO4/src/github.com/containerd/containerd'...
19:11:34 [2021-03-01T19:11:34.304Z] #42 88.37   CC       criu/action-scripts.o
19:11:34 [2021-03-01T19:11:34.421Z] #12 ...
19:11:34 [2021-03-01T19:11:34.421Z] 
19:11:34 [2021-03-01T19:11:34.421Z] #35 [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
19:11:34 [2021-03-01T19:11:34.421Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:34 [2021-03-01T19:11:34.421Z] #35 51.20 Selecting previously unselected package cmake-data.
19:11:34 [2021-03-01T19:11:34.421Z] #35 51.20 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
19:11:34 [2021-03-01T19:11:34.421Z] #35 51.20 Unpacking cmake-data (3.13.4-1) ...
19:11:34 [2021-03-01T19:11:34.421Z] #35 54.13 Selecting previously unselected package libicu63:amd64.
19:11:34 [2021-03-01T19:11:34.421Z] #35 54.13 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
19:11:34 [2021-03-01T19:11:34.421Z] #35 54.14 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
19:11:34 [2021-03-01T19:11:34.421Z] #35 61.08 Selecting previously unselected package libxml2:amd64.
19:11:34 [2021-03-01T19:11:34.421Z] #35 61.08 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
19:11:34 [2021-03-01T19:11:34.421Z] #35 61.09 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
19:11:34 [2021-03-01T19:11:34.677Z] #35 ...
19:11:34 [2021-03-01T19:11:34.677Z] 
19:11:34 [2021-03-01T19:11:34.677Z] #41 [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
19:11:34 [2021-03-01T19:11:34.677Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:34 [2021-03-01T19:11:34.677Z] #41 60.76 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
19:11:34 [2021-03-01T19:11:34.677Z] #41 60.78 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:11:34 [2021-03-01T19:11:34.677Z] #41 60.80 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:11:34 [2021-03-01T19:11:34.677Z] #41 60.84 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
19:11:34 [2021-03-01T19:11:34.677Z] #41 60.84 Setting up python-six (1.12.0-1) ...
19:11:34 [2021-03-01T19:11:34.873Z] #42 88.83   CC       criu/aio.o
19:11:35 [2021-03-01T19:11:35.275Z] #43 ...
19:11:35 [2021-03-01T19:11:35.275Z] 
19:11:35 [2021-03-01T19:11:35.275Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:35 [2021-03-01T19:11:35.275Z] #34 sha256:611edf4f800398778fa722883202e62b33ed693017e3a09968021d21316ae396
19:11:35 [2021-03-01T19:11:35.275Z] #34 72.88 time
19:11:35 [2021-03-01T19:11:35.275Z] #34 72.89 internal/syscall/execenv
19:11:35 [2021-03-01T19:11:35.275Z] #34 72.89 internal/syscall/unix
19:11:35 [2021-03-01T19:11:35.275Z] #34 79.34 internal/poll
19:11:35 [2021-03-01T19:11:35.275Z] #34 81.41 os
19:11:35 [2021-03-01T19:11:35.282Z] #41 ...
19:11:35 [2021-03-01T19:11:35.282Z] 
19:11:35 [2021-03-01T19:11:35.282Z] #50 [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
19:11:35 [2021-03-01T19:11:35.282Z] #50 sha256:e9bdd1a129d6aed7dcd607237f43050b68baace8d452244d757a054f28c9f36b
19:11:35 [2021-03-01T19:11:35.282Z] #50 51.87 syscall
19:11:35 [2021-03-01T19:11:35.282Z] #50 51.92 reflect
19:11:35 [2021-03-01T19:11:35.282Z] #50 59.75 context
19:11:35 [2021-03-01T19:11:35.282Z] #50 60.77 internal/poll
19:11:35 [2021-03-01T19:11:35.386Z] #28 32.17 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
19:11:35 [2021-03-01T19:11:35.386Z] #28 32.35 
19:11:35 [2021-03-01T19:11:35.441Z] #42 89.41   CC       criu/autofs.o
19:11:35 [2021-03-01T19:11:35.539Z] #50 ...
19:11:35 [2021-03-01T19:11:35.539Z] 
19:11:35 [2021-03-01T19:11:35.539Z] #35 [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
19:11:35 [2021-03-01T19:11:35.539Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:35 [2021-03-01T19:11:35.539Z] #35 61.71 Selecting previously unselected package libarchive13:amd64.
19:11:35 [2021-03-01T19:11:35.539Z] #35 61.71 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.539Z] #35 61.73 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
19:11:35 [2021-03-01T19:11:35.539Z] #35 62.05 Selecting previously unselected package libjsoncpp1:amd64.
19:11:35 [2021-03-01T19:11:35.539Z] #35 62.05 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.539Z] #35 62.06 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
19:11:35 [2021-03-01T19:11:35.539Z] #35 62.22 Selecting previously unselected package librhash0:amd64.
19:11:35 [2021-03-01T19:11:35.539Z] #35 62.22 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.539Z] #35 62.22 Unpacking librhash0:amd64 (1.3.8-1) ...
19:11:35 [2021-03-01T19:11:35.579Z] #55 ...
19:11:35 [2021-03-01T19:11:35.579Z] 
19:11:35 [2021-03-01T19:11:35.579Z] #41 [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
19:11:35 [2021-03-01T19:11:35.579Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:35 [2021-03-01T19:11:35.579Z] #41 53.85 Building dependency tree...
19:11:35 [2021-03-01T19:11:35.579Z] #41 58.94 The following additional packages will be installed:
19:11:35 [2021-03-01T19:11:35.579Z] #41 58.96   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
19:11:35 [2021-03-01T19:11:35.579Z] #41 58.96   libprotoc17 python-pkg-resources python-six zlib1g-dev
19:11:35 [2021-03-01T19:11:35.579Z] #41 58.97 Suggested packages:
19:11:35 [2021-03-01T19:11:35.579Z] #41 58.98   manpages-dev python-setuptools
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.42 The following NEW packages will be installed:
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.44   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.44   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.45   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.45   python-six zlib1g-dev
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.93 0 upgraded, 17 newly installed, 0 to remove and 23 not upgraded.
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.93 Need to get 4095 kB of archives.
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.93 After this operation, 22.5 MB of additional disk space will be used.
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.94 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.94 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.94 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.97 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 60.97 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 61.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 61.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 61.24 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 61.34 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 61.34 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 61.37 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 61.40 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 61.40 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
19:11:35 [2021-03-01T19:11:35.579Z] #41 63.07 debconf: delaying package configuration, since apt-utils is not installed
19:11:35 [2021-03-01T19:11:35.579Z] #41 63.29 Fetched 4095 kB in 1s (5288 kB/s)
19:11:35 [2021-03-01T19:11:35.579Z] #41 63.52 Selecting previously unselected package libcap-dev:amd64.
19:11:35 [2021-03-01T19:11:35.579Z] #41 63.52 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
19:11:35 [2021-03-01T19:11:35.579Z] #41 63.68 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 63.69 Unpacking libcap-dev:amd64 (1:2.25-2) ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 63.87 Selecting previously unselected package libnet1:amd64.
19:11:35 [2021-03-01T19:11:35.579Z] #41 63.88 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 63.89 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 64.09 Selecting previously unselected package libnet1-dev.
19:11:35 [2021-03-01T19:11:35.579Z] #41 64.09 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 64.14 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 64.46 Selecting previously unselected package libnl-3-200:amd64.
19:11:35 [2021-03-01T19:11:35.579Z] #41 64.47 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 64.47 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 64.68 Selecting previously unselected package libnl-3-dev:amd64.
19:11:35 [2021-03-01T19:11:35.579Z] #41 64.68 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 64.69 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.00 Selecting previously unselected package libprotobuf-c1:amd64.
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.00 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.00 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.11 Selecting previously unselected package libprotobuf-c-dev:amd64.
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.11 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.13 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.23 Selecting previously unselected package zlib1g-dev:amd64.
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.24 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.25 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.57 Selecting previously unselected package libprotobuf17:amd64.
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.57 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 65.58 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
19:11:35 [2021-03-01T19:11:35.579Z] #41 66.38 Selecting previously unselected package libprotobuf-lite17:amd64.
19:11:35 [2021-03-01T19:11:35.579Z] #41 66.41 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.652Z] #28 32.58 
######################################################################## 100.0%
19:11:35 [2021-03-01T19:11:35.652Z] #28 32.67 
19:11:35 [2021-03-01T19:11:35.795Z] #35 62.42 Selecting previously unselected package libuv1:amd64.
19:11:35 [2021-03-01T19:11:35.795Z] #35 62.44 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
19:11:35 [2021-03-01T19:11:35.795Z] #35 62.46 Unpacking libuv1:amd64 (1.24.1-1) ...
19:11:35 [2021-03-01T19:11:35.809Z] #34 ...
19:11:35 [2021-03-01T19:11:35.809Z] 
19:11:35 [2021-03-01T19:11:35.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
19:11:35 [2021-03-01T19:11:35.809Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:11:35 [2021-03-01T19:11:35.809Z] #43 16.20   CC       images/stats.o
19:11:35 [2021-03-01T19:11:35.809Z] #43 16.57   CC       images/core.o
19:11:35 [2021-03-01T19:11:35.841Z] #41 66.43 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
19:11:36 [2021-03-01T19:11:36.051Z] #35 62.61 Selecting previously unselected package cmake.
19:11:36 [2021-03-01T19:11:36.051Z] #35 62.62 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
19:11:36 [2021-03-01T19:11:36.051Z] #35 62.63 Unpacking cmake (3.13.4-1) ...
19:11:36 [2021-03-01T19:11:36.103Z] #41 66.72 Selecting previously unselected package libprotobuf-dev:amd64.
19:11:36 [2021-03-01T19:11:36.103Z] #41 66.74 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
19:11:36 [2021-03-01T19:11:36.103Z] #41 66.74 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
19:11:36 [2021-03-01T19:11:36.607Z] #28 33.43 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
19:11:36 [2021-03-01T19:11:36.676Z] #41 ...
19:11:36 [2021-03-01T19:11:36.676Z] 
19:11:36 [2021-03-01T19:11:36.676Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:36 [2021-03-01T19:11:36.676Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:36 [2021-03-01T19:11:36.676Z] #12 67.31 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
19:11:36 [2021-03-01T19:11:36.819Z] #42 90.73   CC       criu/bfd.o
19:11:36 [2021-03-01T19:11:36.866Z] #43 17.45   CC       images/core-x86.o
19:11:36 [2021-03-01T19:11:36.876Z] #28 33.81 
19:11:37 [2021-03-01T19:11:37.016Z] #35 ...
19:11:37 [2021-03-01T19:11:37.016Z] 
19:11:37 [2021-03-01T19:11:37.016Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:37 [2021-03-01T19:11:37.016Z] #33 sha256:30dce4818d29da2a0400ca75dde0bacdfb3f5976c3d66207a4e4abae519708cb
19:11:37 [2021-03-01T19:11:37.016Z] #33 53.63 time
19:11:37 [2021-03-01T19:11:37.016Z] #33 59.54 internal/poll
19:11:37 [2021-03-01T19:11:37.016Z] #33 61.68 internal/syscall/execenv
19:11:37 [2021-03-01T19:11:37.016Z] #33 61.86 internal/fmtsort
19:11:37 [2021-03-01T19:11:37.016Z] #33 61.87 internal/syscall/unix
19:11:37 [2021-03-01T19:11:37.016Z] #33 62.15 os
19:11:37 [2021-03-01T19:11:37.016Z] #33 62.84 strings
19:11:37 [2021-03-01T19:11:37.016Z] #33 ...
19:11:37 [2021-03-01T19:11:37.016Z] 
19:11:37 [2021-03-01T19:11:37.016Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:37 [2021-03-01T19:11:37.016Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:37 [2021-03-01T19:11:37.016Z] #12 63.55 Selecting previously unselected package binutils-mingw-w64.
19:11:37 [2021-03-01T19:11:37.016Z] #12 63.61 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
19:11:37 [2021-03-01T19:11:37.016Z] #12 63.63 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
19:11:37 [2021-03-01T19:11:37.016Z] #12 63.77 Selecting previously unselected package libdevmapper1.02.1:amd64.
19:11:37 [2021-03-01T19:11:37.142Z] #28 33.97 
######################################################################## 100.0%
19:11:37 [2021-03-01T19:11:37.142Z] #28 34.08 
19:11:37 [2021-03-01T19:11:37.142Z] #28 34.13 Download of images into '/build' complete.
19:11:37 [2021-03-01T19:11:37.275Z] #12 63.77 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
19:11:37 [2021-03-01T19:11:37.275Z] #12 63.78 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
19:11:37 [2021-03-01T19:11:37.275Z] #12 64.04 Selecting previously unselected package dmsetup.
19:11:37 [2021-03-01T19:11:37.275Z] #12 64.04 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
19:11:37 [2021-03-01T19:11:37.275Z] #12 64.04 Unpacking dmsetup (2:1.02.155-3) ...
19:11:37 [2021-03-01T19:11:37.408Z] #28 34.13 Use something like the following to load the result into a Docker daemon:
19:11:37 [2021-03-01T19:11:37.408Z] #28 34.13   tar -cC '/build' . | docker load
19:11:37 [2021-03-01T19:11:37.408Z] #28 ...
19:11:37 [2021-03-01T19:11:37.408Z] 
19:11:37 [2021-03-01T19:11:37.408Z] #50 [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
19:11:37 [2021-03-01T19:11:37.408Z] #50 sha256:61ffb682b08da8166431e3071096480556c305352f9565518b626d76daae301c
19:11:37 [2021-03-01T19:11:37.408Z] #50 53.28 path/filepath
19:11:37 [2021-03-01T19:11:37.408Z] #50 53.44 mvdan.cc/sh/v3/fileutil
19:11:37 [2021-03-01T19:11:37.408Z] #50 54.03 io/ioutil
19:11:37 [2021-03-01T19:11:37.408Z] #50 54.69 fmt
19:11:37 [2021-03-01T19:11:37.408Z] #50 54.70 encoding/binary
19:11:37 [2021-03-01T19:11:37.408Z] #50 55.83 golang.org/x/sys/unix
19:11:37 [2021-03-01T19:11:37.408Z] #50 55.84 encoding/base64
19:11:37 [2021-03-01T19:11:37.408Z] #50 58.27 encoding/json
19:11:37 [2021-03-01T19:11:37.408Z] #50 58.27 github.com/pkg/diff
19:11:37 [2021-03-01T19:11:37.408Z] #50 58.27 go/token
19:11:37 [2021-03-01T19:11:37.408Z] #50 59.98 go/scanner
19:11:37 [2021-03-01T19:11:37.408Z] #50 60.42 mvdan.cc/editorconfig
19:11:37 [2021-03-01T19:11:37.408Z] #50 62.28 go/ast
19:11:37 [2021-03-01T19:11:37.408Z] #50 62.81 mvdan.cc/sh/v3/syntax
19:11:37 [2021-03-01T19:11:37.408Z] #50 ...
19:11:37 [2021-03-01T19:11:37.408Z] 
19:11:37 [2021-03-01T19:11:37.408Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:37 [2021-03-01T19:11:37.408Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:11:37 [2021-03-01T19:11:37.408Z] #12 57.34 Setting up libudev1:arm64 (241-7~deb10u6) ...
19:11:37 [2021-03-01T19:11:37.408Z] #12 58.20 Selecting previously unselected package binutils-mingw-w64-i686.
19:11:37 [2021-03-01T19:11:37.408Z] #12 58.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 ... 15383 files and directories currently installed.)
19:11:37 [2021-03-01T19:11:37.408Z] #12 58.29 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
19:11:37 [2021-03-01T19:11:37.408Z] #12 58.32 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:11:37 [2021-03-01T19:11:37.408Z] #12 61.41 Selecting previously unselected package binutils-mingw-w64-x86-64.
19:11:37 [2021-03-01T19:11:37.408Z] #12 61.43 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
19:11:37 [2021-03-01T19:11:37.408Z] #12 61.52 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:11:37 [2021-03-01T19:11:37.430Z] #42 91.40   CC       criu/bitmap.o
19:11:37 [2021-03-01T19:11:37.516Z] #43 18.12   CC       images/core-arm.o
19:11:37 [2021-03-01T19:11:37.534Z] #12 64.31 Selecting previously unselected package mingw-w64-common.
19:11:37 [2021-03-01T19:11:37.535Z] #12 64.31 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
19:11:37 [2021-03-01T19:11:37.535Z] #12 64.31 Unpacking mingw-w64-common (6.0.0-3) ...
19:11:37 [2021-03-01T19:11:37.694Z] #42 91.58   CC       criu/cgroup-props.o
19:11:37 [2021-03-01T19:11:37.815Z] #43 18.58   CC       images/core-aarch64.o
19:11:38 [2021-03-01T19:11:38.114Z] #43 18.99   CC       images/core-ppc64.o
19:11:38 [2021-03-01T19:11:38.124Z] #12 ...
19:11:38 [2021-03-01T19:11:38.124Z] 
19:11:38 [2021-03-01T19:11:38.124Z] #48 [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
19:11:38 [2021-03-01T19:11:38.124Z] #48 sha256:cfaf15b268936d8153020f50236023b313c41bdd6d51534f3599c62533626ca3
19:11:38 [2021-03-01T19:11:38.124Z] #48 53.97 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
19:11:38 [2021-03-01T19:11:38.124Z] #48 53.99 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
19:11:38 [2021-03-01T19:11:38.124Z] #48 54.02 go: finding github.com/BurntSushi/toml v0.3.1
19:11:38 [2021-03-01T19:11:38.124Z] #48 54.58 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
19:11:38 [2021-03-01T19:11:38.281Z] #42 92.29   CC       criu/cgroup.o
19:11:38 [2021-03-01T19:11:38.389Z] #48 ...
19:11:38 [2021-03-01T19:11:38.389Z] 
19:11:38 [2021-03-01T19:11:38.389Z] #41 [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
19:11:38 [2021-03-01T19:11:38.389Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
19:11:38 [2021-03-01T19:11:38.389Z] #41 59.79 Selecting previously unselected package libprotobuf-lite17:arm64.
19:11:38 [2021-03-01T19:11:38.389Z] #41 59.80 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
19:11:38 [2021-03-01T19:11:38.389Z] #41 59.99 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
19:11:38 [2021-03-01T19:11:38.390Z] #41 61.34 Selecting previously unselected package libprotobuf-dev:arm64.
19:11:38 [2021-03-01T19:11:38.390Z] #41 61.35 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
19:11:38 [2021-03-01T19:11:38.390Z] #41 61.37 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
19:11:38 [2021-03-01T19:11:38.849Z] #42 ...
19:11:38 [2021-03-01T19:11:38.849Z] 
19:11:38 [2021-03-01T19:11:38.849Z] #19 [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
19:11:38 [2021-03-01T19:11:38.849Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.13 The following NEW packages will be installed:
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.14   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.14   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.14   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.14   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.14   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.14   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.14   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.14   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.14   xz-utils zip
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.47 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded.
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.47 Need to get 28.5 MB of archives.
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.47 After this operation, 116 MB of additional disk space will be used.
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.47 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.51 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.77 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.77 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.78 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.81 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.82 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.82 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.84 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.85 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.87 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.88 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.88 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.94 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.94 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.95 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.96 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.96 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.97 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 22.98 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.48 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.50 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.51 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.51 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.51 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.53 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.64 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.64 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.65 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.67 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.69 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.71 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.72 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.80 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.84 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 23.85 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 24.21 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 24.28 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 24.32 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
19:11:38 [2021-03-01T19:11:38.849Z] #19 25.15 debconf: delaying package configuration, since apt-utils is not installed
19:11:38 [2021-03-01T19:11:38.849Z] #19 25.38 Fetched 28.5 MB in 2s (13.4 MB/s)
19:11:38 [2021-03-01T19:11:38.849Z] #19 25.48 Selecting previously unselected package pigz.
19:11:38 [2021-03-01T19:11:38.849Z] #19 25.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 ... 23432 files and directories currently installed.)
19:11:38 [2021-03-01T19:11:38.849Z] #19 25.55 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 25.56 Unpacking pigz (2.4-1) ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 26.02 Selecting previously unselected package libpython3.7-minimal:amd64.
19:11:38 [2021-03-01T19:11:38.849Z] #19 26.02 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 26.04 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 26.43 Selecting previously unselected package python3.7-minimal.
19:11:38 [2021-03-01T19:11:38.849Z] #19 26.43 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 26.45 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 27.32 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 27.35 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 29.21 Selecting previously unselected package python3-minimal.
19:11:38 [2021-03-01T19:11:38.849Z] #19 29.21 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23681 files and directories currently installed.)
19:11:38 [2021-03-01T19:11:38.849Z] #19 29.26 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 29.27 Unpacking python3-minimal (3.7.3-1) ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 29.36 Selecting previously unselected package libmpdec2:amd64.
19:11:38 [2021-03-01T19:11:38.849Z] #19 29.37 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 29.39 Unpacking libmpdec2:amd64 (2.4.2-2) ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 29.48 Selecting previously unselected package libpython3.7-stdlib:amd64.
19:11:38 [2021-03-01T19:11:38.849Z] #19 29.48 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 29.49 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 30.66 Selecting previously unselected package python3.7.
19:11:38 [2021-03-01T19:11:38.849Z] #19 30.66 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 30.67 Unpacking python3.7 (3.7.3-2+deb10u2) ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 30.80 Selecting previously unselected package libpython3-stdlib:amd64.
19:11:38 [2021-03-01T19:11:38.849Z] #19 30.80 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 30.82 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
19:11:38 [2021-03-01T19:11:38.849Z] #19 30.98 Setting up python3-minimal (3.7.3-1) ...
19:11:38 [2021-03-01T19:11:38.970Z] #41 64.85 Selecting previously unselected package libprotoc17:arm64.
19:11:38 [2021-03-01T19:11:38.970Z] #41 64.87 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
19:11:39 [2021-03-01T19:11:39.171Z] #43 19.71   CC       images/core-s390.o
19:11:39 [2021-03-01T19:11:39.228Z] #12 ...
19:11:39 [2021-03-01T19:11:39.228Z] 
19:11:39 [2021-03-01T19:11:39.228Z] #35 [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
19:11:39 [2021-03-01T19:11:39.228Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:39 [2021-03-01T19:11:39.228Z] #35 59.61 The following additional packages will be installed:
19:11:39 [2021-03-01T19:11:39.228Z] #35 59.62   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
19:11:39 [2021-03-01T19:11:39.228Z] #35 59.62 Suggested packages:
19:11:39 [2021-03-01T19:11:39.228Z] #35 59.64   cmake-doc ninja-build lrzip
19:11:39 [2021-03-01T19:11:39.228Z] #35 59.64 Recommended packages:
19:11:39 [2021-03-01T19:11:39.228Z] #35 59.64   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
19:11:39 [2021-03-01T19:11:39.228Z] #35 60.78 The following NEW packages will be installed:
19:11:39 [2021-03-01T19:11:39.228Z] #35 60.80   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
19:11:39 [2021-03-01T19:11:39.228Z] #35 60.80   vim-common xxd
19:11:39 [2021-03-01T19:11:39.228Z] #35 61.24 0 upgraded, 10 newly installed, 0 to remove and 23 not upgraded.
19:11:39 [2021-03-01T19:11:39.228Z] #35 61.24 Need to get 14.9 MB of archives.
19:11:39 [2021-03-01T19:11:39.228Z] #35 61.24 After this operation, 61.8 MB of additional disk space will be used.
19:11:39 [2021-03-01T19:11:39.228Z] #35 61.24 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
19:11:39 [2021-03-01T19:11:39.228Z] #35 61.25 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
19:11:39 [2021-03-01T19:11:39.228Z] #35 61.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
19:11:39 [2021-03-01T19:11:39.228Z] #35 61.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
19:11:39 [2021-03-01T19:11:39.228Z] #35 62.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
19:11:39 [2021-03-01T19:11:39.228Z] #35 62.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
19:11:39 [2021-03-01T19:11:39.228Z] #35 62.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
19:11:39 [2021-03-01T19:11:39.228Z] #35 62.88 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
19:11:39 [2021-03-01T19:11:39.228Z] #35 62.88 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
19:11:39 [2021-03-01T19:11:39.228Z] #35 62.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
19:11:39 [2021-03-01T19:11:39.228Z] #35 64.59 debconf: delaying package configuration, since apt-utils is not installed
19:11:39 [2021-03-01T19:11:39.228Z] #35 64.85 Fetched 14.9 MB in 2s (6661 kB/s)
19:11:39 [2021-03-01T19:11:39.228Z] #35 64.93 Selecting previously unselected package xxd.
19:11:39 [2021-03-01T19:11:39.228Z] #35 64.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.)
19:11:39 [2021-03-01T19:11:39.228Z] #35 65.05 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.228Z] #35 65.06 Unpacking xxd (2:8.1.0875-5) ...
19:11:39 [2021-03-01T19:11:39.228Z] #35 65.29 Selecting previously unselected package vim-common.
19:11:39 [2021-03-01T19:11:39.228Z] #35 65.29 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
19:11:39 [2021-03-01T19:11:39.228Z] #35 65.32 Unpacking vim-common (2:8.1.0875-5) ...
19:11:39 [2021-03-01T19:11:39.228Z] #35 65.76 Selecting previously unselected package cmake-data.
19:11:39 [2021-03-01T19:11:39.228Z] #35 65.76 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
19:11:39 [2021-03-01T19:11:39.228Z] #35 65.78 Unpacking cmake-data (3.13.4-1) ...
19:11:39 [2021-03-01T19:11:39.228Z] #35 68.50 Selecting previously unselected package libicu63:amd64.
19:11:39 [2021-03-01T19:11:39.228Z] #35 68.50 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.228Z] #35 68.51 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
19:11:39 [2021-03-01T19:11:39.228Z] #35 ...
19:11:39 [2021-03-01T19:11:39.228Z] 
19:11:39 [2021-03-01T19:11:39.228Z] #41 [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
19:11:39 [2021-03-01T19:11:39.228Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:39 [2021-03-01T19:11:39.228Z] #41 68.23 Selecting previously unselected package libprotoc17:amd64.
19:11:39 [2021-03-01T19:11:39.228Z] #41 68.24 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.228Z] #41 68.24 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
19:11:39 [2021-03-01T19:11:39.228Z] #41 68.87 Selecting previously unselected package protobuf-c-compiler.
19:11:39 [2021-03-01T19:11:39.228Z] #41 68.89 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.228Z] #41 68.90 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.08 Selecting previously unselected package protobuf-compiler.
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.08 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.09 Unpacking protobuf-compiler (3.6.1.3-2) ...
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.24 Selecting previously unselected package python-pkg-resources.
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.24 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.25 Unpacking python-pkg-resources (40.8.0-1) ...
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.46 Selecting previously unselected package python-six.
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.48 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.49 Unpacking python-six (1.12.0-1) ...
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.58 Selecting previously unselected package python-protobuf.
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.60 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.228Z] #41 69.61 Unpacking python-protobuf (3.6.1.3-2) ...
19:11:39 [2021-03-01T19:11:39.419Z] #19 31.85 Selecting previously unselected package python3.
19:11:39 [2021-03-01T19:11:39.419Z] #19 31.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 ... 24093 files and directories currently installed.)
19:11:39 [2021-03-01T19:11:39.419Z] #19 31.90 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.419Z] #19 31.92 Unpacking python3 (3.7.3-1) ...
19:11:39 [2021-03-01T19:11:39.419Z] #19 32.04 Selecting previously unselected package libip4tc0:amd64.
19:11:39 [2021-03-01T19:11:39.419Z] #19 32.04 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.419Z] #19 32.05 Unpacking libip4tc0:amd64 (1.8.2-4) ...
19:11:39 [2021-03-01T19:11:39.419Z] #19 32.14 Selecting previously unselected package libip6tc0:amd64.
19:11:39 [2021-03-01T19:11:39.419Z] #19 32.16 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.419Z] #19 32.17 Unpacking libip6tc0:amd64 (1.8.2-4) ...
19:11:39 [2021-03-01T19:11:39.419Z] #19 32.25 Selecting previously unselected package libiptc0:amd64.
19:11:39 [2021-03-01T19:11:39.476Z] #43 ...
19:11:39 [2021-03-01T19:11:39.476Z] 
19:11:39 [2021-03-01T19:11:39.476Z] #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
19:11:39 [2021-03-01T19:11:39.476Z] #51 sha256:06c0178ee9aaa7e090fb3e16602a05ce9eebb2317066e19b2b4f4d047158b41a
19:11:39 [2021-03-01T19:11:39.476Z] #51 76.85 time
19:11:39 [2021-03-01T19:11:39.476Z] #51 80.28 regexp
19:11:39 [2021-03-01T19:11:39.476Z] #51 86.52 path/filepath
19:11:39 [2021-03-01T19:11:39.476Z] #51 86.55 mvdan.cc/sh/v3/fileutil
19:11:39 [2021-03-01T19:11:39.476Z] #51 ...
19:11:39 [2021-03-01T19:11:39.476Z] 
19:11:39 [2021-03-01T19:11:39.476Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:39 [2021-03-01T19:11:39.476Z] #34 sha256:611edf4f800398778fa722883202e62b33ed693017e3a09968021d21316ae396
19:11:39 [2021-03-01T19:11:39.476Z] #34 85.89 internal/fmtsort
19:11:39 [2021-03-01T19:11:39.476Z] #34 85.94 path/filepath
19:11:39 [2021-03-01T19:11:39.476Z] #34 86.77 fmt
19:11:39 [2021-03-01T19:11:39.490Z] #41 70.24 Setting up python-pkg-resources (40.8.0-1) ...
19:11:39 [2021-03-01T19:11:39.679Z] #19 32.26 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.679Z] #19 32.27 Unpacking libiptc0:amd64 (1.8.2-4) ...
19:11:39 [2021-03-01T19:11:39.679Z] #19 32.35 Selecting previously unselected package libnfnetlink0:amd64.
19:11:39 [2021-03-01T19:11:39.679Z] #19 32.37 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.679Z] #19 32.37 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
19:11:39 [2021-03-01T19:11:39.679Z] #19 32.43 Selecting previously unselected package libnetfilter-conntrack3:amd64.
19:11:39 [2021-03-01T19:11:39.679Z] #19 32.43 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.679Z] #19 32.44 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
19:11:39 [2021-03-01T19:11:39.938Z] #19 32.53 Selecting previously unselected package libnftnl11:amd64.
19:11:39 [2021-03-01T19:11:39.938Z] #19 32.53 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.938Z] #19 32.54 Unpacking libnftnl11:amd64 (1.1.2-2) ...
19:11:39 [2021-03-01T19:11:39.938Z] #19 32.64 Selecting previously unselected package iptables.
19:11:39 [2021-03-01T19:11:39.938Z] #19 32.64 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
19:11:39 [2021-03-01T19:11:39.938Z] #19 32.65 Unpacking iptables (1.8.2-4) ...
19:11:40 [2021-03-01T19:11:40.125Z] #34 87.82 io/ioutil
19:11:40 [2021-03-01T19:11:40.378Z] #41 ...
19:11:40 [2021-03-01T19:11:40.378Z] 
19:11:40 [2021-03-01T19:11:40.378Z] #50 [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
19:11:40 [2021-03-01T19:11:40.378Z] #50 sha256:61ffb682b08da8166431e3071096480556c305352f9565518b626d76daae301c
19:11:40 [2021-03-01T19:11:40.378Z] #50 66.41 golang.org/x/crypto/ssh/terminal
19:11:40 [2021-03-01T19:11:40.508Z] #19 32.97 Selecting previously unselected package xxd.
19:11:40 [2021-03-01T19:11:40.508Z] #19 32.98 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
19:11:40 [2021-03-01T19:11:40.508Z] #19 33.00 Unpacking xxd (2:8.1.0875-5) ...
19:11:40 [2021-03-01T19:11:40.508Z] #19 33.14 Selecting previously unselected package vim-common.
19:11:40 [2021-03-01T19:11:40.508Z] #19 33.14 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
19:11:40 [2021-03-01T19:11:40.508Z] #19 33.17 Unpacking vim-common (2:8.1.0875-5) ...
19:11:40 [2021-03-01T19:11:40.618Z] #48 ...
19:11:40 [2021-03-01T19:11:40.619Z] 
19:11:40 [2021-03-01T19:11:40.619Z] #41 [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
19:11:40 [2021-03-01T19:11:40.619Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:40 [2021-03-01T19:11:40.619Z] #41 64.51 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 64.51 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 64.65 Selecting previously unselected package libprotobuf-c-dev:amd64.
19:11:40 [2021-03-01T19:11:40.619Z] #41 64.70 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 64.72 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 64.86 Selecting previously unselected package zlib1g-dev:amd64.
19:11:40 [2021-03-01T19:11:40.619Z] #41 64.86 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 64.86 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 65.20 Selecting previously unselected package libprotobuf17:amd64.
19:11:40 [2021-03-01T19:11:40.619Z] #41 65.20 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 65.22 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 66.25 Selecting previously unselected package libprotobuf-lite17:amd64.
19:11:40 [2021-03-01T19:11:40.619Z] #41 66.25 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 66.26 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 66.56 Selecting previously unselected package libprotobuf-dev:amd64.
19:11:40 [2021-03-01T19:11:40.619Z] #41 66.57 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 66.59 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 69.36 Selecting previously unselected package libprotoc17:amd64.
19:11:40 [2021-03-01T19:11:40.619Z] #41 69.36 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 69.39 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 70.93 Selecting previously unselected package protobuf-c-compiler.
19:11:40 [2021-03-01T19:11:40.619Z] #41 70.93 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 70.94 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 71.13 Selecting previously unselected package protobuf-compiler.
19:11:40 [2021-03-01T19:11:40.619Z] #41 71.13 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 71.13 Unpacking protobuf-compiler (3.6.1.3-2) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 71.31 Selecting previously unselected package python-pkg-resources.
19:11:40 [2021-03-01T19:11:40.619Z] #41 71.36 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 71.36 Unpacking python-pkg-resources (40.8.0-1) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 71.99 Selecting previously unselected package python-six.
19:11:40 [2021-03-01T19:11:40.619Z] #41 72.00 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 72.03 Unpacking python-six (1.12.0-1) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 72.16 Selecting previously unselected package python-protobuf.
19:11:40 [2021-03-01T19:11:40.619Z] #41 72.17 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 72.17 Unpacking python-protobuf (3.6.1.3-2) ...
19:11:40 [2021-03-01T19:11:40.619Z] #41 ...
19:11:40 [2021-03-01T19:11:40.619Z] 
19:11:40 [2021-03-01T19:11:40.619Z] #55 [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
19:11:40 [2021-03-01T19:11:40.619Z] #55 sha256:4bef205aea7f69a6d1961ff1ef0c5bbb667ea4ac1128f6e0258aa6c2913c3ebe
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.808 + RM_GOPATH=0
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.808 + TMP_GOPATH=
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.808 + : /build
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.808 + '[' -z '' ']'
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.808 ++ mktemp -d
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.816 + export GOPATH=/tmp/tmp.M3yaopeEDE
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.816 + GOPATH=/tmp/tmp.M3yaopeEDE
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.816 + RM_GOPATH=1
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.816 + case "$(go env GOARCH)" in
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.816 ++ go env GOARCH
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 + export GO_BUILDMODE=-buildmode=pie
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 + GO_BUILDMODE=-buildmode=pie
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 ++ dirname /tmp/install/install.sh
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 + dir=/tmp/install
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 + bin=containerd
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 + shift
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 + '[' '!' -f /tmp/install/containerd.installer ']'
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 + . /tmp/install/containerd.installer
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 ++ set -e
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 + install_containerd
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.892 + git clone https://github.com/containerd/containerd.git /tmp/tmp.M3yaopeEDE/src/github.com/containerd/containerd
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.893 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:11:40 [2021-03-01T19:11:40.619Z] #55 1.941 Cloning into '/tmp/tmp.M3yaopeEDE/src/github.com/containerd/containerd'...
19:11:40 [2021-03-01T19:11:40.619Z] #55 ...
19:11:40 [2021-03-01T19:11:40.619Z] 
19:11:40 [2021-03-01T19:11:40.619Z] #31 [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
19:11:40 [2021-03-01T19:11:40.619Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:11:40 [2021-03-01T19:11:40.619Z] #31 66.15 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:  96% (1463/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.
19:11:40 [2021-03-01T19:11:40.619Z] #31 67.16 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
19:11:40 [2021-03-01T19:11:40.619Z] #31 67.56 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:11:40 [2021-03-01T19:11:40.768Z] #19 33.33 Selecting previously unselected package bash-completion.
19:11:40 [2021-03-01T19:11:40.768Z] #19 33.33 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
19:11:40 [2021-03-01T19:11:40.809Z] #12 ...
19:11:40 [2021-03-01T19:11:40.809Z] 
19:11:40 [2021-03-01T19:11:40.809Z] #35 [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
19:11:40 [2021-03-01T19:11:40.809Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.13 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.16 Setting up xxd (2:8.1.0875-5) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.17 Setting up libuv1:amd64 (1.24.1-1) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.20 Setting up vim-common (2:8.1.0875-5) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.28 Setting up librhash0:amd64 (1.3.8-1) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.29 Setting up cmake-data (3.13.4-1) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.31 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.32 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.33 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.35 Setting up cmake (3.13.4-1) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.36 Processing triggers for libc-bin (2.28-10) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 66.45 Processing triggers for mime-support (3.62) ...
19:11:40 [2021-03-01T19:11:40.809Z] #35 DONE 67.4s
19:11:40 [2021-03-01T19:11:40.876Z] #31 ...
19:11:40 [2021-03-01T19:11:40.876Z] 
19:11:40 [2021-03-01T19:11:40.876Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:40 [2021-03-01T19:11:40.876Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:40 [2021-03-01T19:11:40.876Z] #12 62.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 62.83 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 67.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 71.87 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 71.87 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 71.87 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 71.88 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 71.90 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 71.90 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 71.91 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 71.95 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 71.98 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 72.00 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 72.03 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 72.08 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 72.10 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 72.10 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 72.11 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB]
19:11:40 [2021-03-01T19:11:40.876Z] #12 ...
19:11:40 [2021-03-01T19:11:40.876Z] 
19:11:40 [2021-03-01T19:11:40.876Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:40 [2021-03-01T19:11:40.876Z] #33 sha256:4cbf38afe26bf2d04adb1f3838640864909e13d1d0b073ff295eb03bd5c629a9
19:11:40 [2021-03-01T19:11:40.876Z] #33 72.96 time
19:11:41 [2021-03-01T19:11:41.065Z] 
19:11:41 [2021-03-01T19:11:41.065Z] #36 [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
19:11:41 [2021-03-01T19:11:41.065Z] #36 sha256:573e0ed870fcc55175d75c6da67bc8fb579a5caac0582eabe61f8334c9a3d096
19:11:42 [2021-03-01T19:11:42.243Z] #34 89.94 flag
19:11:42 [2021-03-01T19:11:42.243Z] #34 89.94 github.com/BurntSushi/toml
19:11:42 [2021-03-01T19:11:42.243Z] #34 89.94 log
19:11:42 [2021-03-01T19:11:42.325Z] #50 ...
19:11:42 [2021-03-01T19:11:42.325Z] 
19:11:42 [2021-03-01T19:11:42.325Z] #44 [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
19:11:42 [2021-03-01T19:11:42.325Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:11:42 [2021-03-01T19:11:42.325Z] #44 58.17 crypto/cipher
19:11:42 [2021-03-01T19:11:42.325Z] #44 58.21 crypto/sha512
19:11:42 [2021-03-01T19:11:42.325Z] #44 59.32 crypto/ed25519/internal/edwards25519
19:11:42 [2021-03-01T19:11:42.325Z] #44 60.29 crypto/aes
19:11:42 [2021-03-01T19:11:42.325Z] #44 61.70 go/scanner
19:11:42 [2021-03-01T19:11:42.325Z] #44 62.03 text/template/parse
19:11:42 [2021-03-01T19:11:42.325Z] #44 62.57 encoding/json
19:11:42 [2021-03-01T19:11:42.325Z] #44 63.63 go/ast
19:11:42 [2021-03-01T19:11:42.325Z] #44 67.09 go/parser
19:11:42 [2021-03-01T19:11:42.325Z] #44 67.12 text/template
19:11:42 [2021-03-01T19:11:42.325Z] #44 67.54 encoding/xml
19:11:42 [2021-03-01T19:11:42.593Z] #44 ...
19:11:42 [2021-03-01T19:11:42.593Z] 
19:11:42 [2021-03-01T19:11:42.593Z] #28 [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
19:11:42 [2021-03-01T19:11:42.593Z] #28 sha256:a60e39a7ca73cfe7934f934f1ca270b86d8f5c135be18678a15afa40bcc5a9c7
19:11:42 [2021-03-01T19:11:42.593Z] #28 DONE 39.4s
19:11:42 [2021-03-01T19:11:42.593Z] 
19:11:42 [2021-03-01T19:11:42.593Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:42 [2021-03-01T19:11:42.593Z] #33 sha256:a64741ee29412eedbce073cd4e6efaa9512f80156f8d958566099bb0fab3a338
19:11:42 [2021-03-01T19:11:42.593Z] #33 59.36 github.com/BurntSushi/toml/cmd/tomlv
19:11:42 [2021-03-01T19:11:42.593Z] #33 DONE 68.5s
19:11:42 [2021-03-01T19:11:42.593Z] 
19:11:42 [2021-03-01T19:11:42.593Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:42 [2021-03-01T19:11:42.593Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:11:42 [2021-03-01T19:11:42.593Z] #12 68.41 Selecting previously unselected package binutils-mingw-w64.
19:11:42 [2021-03-01T19:11:42.593Z] #12 68.45 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
19:11:42 [2021-03-01T19:11:42.593Z] #12 68.51 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
19:11:42 [2021-03-01T19:11:42.774Z] #33 ...
19:11:42 [2021-03-01T19:11:42.774Z] 
19:11:42 [2021-03-01T19:11:42.774Z] #35 [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
19:11:42 [2021-03-01T19:11:42.774Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:42 [2021-03-01T19:11:42.774Z] #35 64.55 debconf: delaying package configuration, since apt-utils is not installed
19:11:42 [2021-03-01T19:11:42.774Z] #35 64.92 Fetched 14.9 MB in 2s (6618 kB/s)
19:11:42 [2021-03-01T19:11:42.774Z] #35 65.05 Selecting previously unselected package xxd.
19:11:42 [2021-03-01T19:11:42.774Z] #35 65.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.)
19:11:42 [2021-03-01T19:11:42.774Z] #35 65.15 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
19:11:42 [2021-03-01T19:11:42.774Z] #35 65.16 Unpacking xxd (2:8.1.0875-5) ...
19:11:42 [2021-03-01T19:11:42.774Z] #35 65.45 Selecting previously unselected package vim-common.
19:11:42 [2021-03-01T19:11:42.774Z] #35 65.45 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
19:11:42 [2021-03-01T19:11:42.774Z] #35 65.50 Unpacking vim-common (2:8.1.0875-5) ...
19:11:42 [2021-03-01T19:11:42.774Z] #35 66.05 Selecting previously unselected package cmake-data.
19:11:42 [2021-03-01T19:11:42.774Z] #35 66.05 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
19:11:42 [2021-03-01T19:11:42.774Z] #35 66.06 Unpacking cmake-data (3.13.4-1) ...
19:11:42 [2021-03-01T19:11:42.774Z] #35 71.00 Selecting previously unselected package libicu63:amd64.
19:11:42 [2021-03-01T19:11:42.774Z] #35 71.01 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
19:11:42 [2021-03-01T19:11:42.774Z] #35 71.02 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
19:11:42 [2021-03-01T19:11:42.774Z] #35 ...
19:11:42 [2021-03-01T19:11:42.774Z] 
19:11:42 [2021-03-01T19:11:42.774Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:42 [2021-03-01T19:11:42.774Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:42 [2021-03-01T19:11:42.774Z] #12 73.46 debconf: delaying package configuration, since apt-utils is not installed
19:11:42 [2021-03-01T19:11:42.774Z] #12 73.65 Fetched 78.2 MB in 12s (6274 kB/s)
19:11:42 [2021-03-01T19:11:42.774Z] #12 73.82 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
19:11:42 [2021-03-01T19:11:42.774Z] #12 73.87 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ...
19:11:42 [2021-03-01T19:11:42.774Z] #12 73.94 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ...
19:11:42 [2021-03-01T19:11:42.774Z] #12 74.35 Setting up libsystemd0:amd64 (241-7~deb10u6) ...
19:11:42 [2021-03-01T19:11:42.774Z] #12 74.56 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
19:11:42 [2021-03-01T19:11:42.774Z] #12 74.70 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ...
19:11:43 [2021-03-01T19:11:43.035Z] #12 ...
19:11:43 [2021-03-01T19:11:43.035Z] 
19:11:43 [2021-03-01T19:11:43.035Z] #44 [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
19:11:43 [2021-03-01T19:11:43.035Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:11:43 [2021-03-01T19:11:43.035Z] #44 64.88 bufio
19:11:43 [2021-03-01T19:11:43.035Z] #44 66.66 reflect
19:11:43 [2021-03-01T19:11:43.035Z] #44 67.20 syscall
19:11:43 [2021-03-01T19:11:43.035Z] #44 ...
19:11:43 [2021-03-01T19:11:43.035Z] 
19:11:43 [2021-03-01T19:11:43.035Z] #41 [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
19:11:43 [2021-03-01T19:11:43.035Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:43 [2021-03-01T19:11:43.035Z] #41 72.75 Setting up python-pkg-resources (40.8.0-1) ...
19:11:43 [2021-03-01T19:11:43.176Z] #12 69.07 Selecting previously unselected package libdevmapper1.02.1:arm64.
19:11:43 [2021-03-01T19:11:43.176Z] #12 69.07 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
19:11:43 [2021-03-01T19:11:43.176Z] #12 69.10 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
19:11:43 [2021-03-01T19:11:43.302Z] #34 ...
19:11:43 [2021-03-01T19:11:43.302Z] 
19:11:43 [2021-03-01T19:11:43.302Z] #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
19:11:43 [2021-03-01T19:11:43.302Z] #56 sha256:20766441eddb3c9a1cd6da1e5c9e3eeeb8ebd5e7939287365b6ab48e3108db42
19:11:43 [2021-03-01T19:11:43.308Z] #19 36.00 Unpacking bash-completion (1:2.8-6) ...
19:11:43 [2021-03-01T19:11:43.602Z] #56 47.11 Checking out files:  59% (2256/3816)   
Checking out files:  60% (2290/3816)   
Checking out files:  61% (2328/3816)   
Checking out files:  62% (2366/3816)   
Checking out files:  63% (2405/3816)   
Checking out files:  64% (2443/3816)   
Checking out files:  65% (2481/3816)   
Checking out files:  66% (2519/3816)   
Checking out files:  67% (2557/3816)   
Checking out files:  68% (2595/3816)   
Checking out files:  69% (2634/3816)   
Checking out files:  70% (2672/3816)   
Checking out files:  71% (2710/3816)   
Checking out files:  72% (2748/3816)   
Checking out files:  73% (2786/3816)   
Checking out files:  74% (2824/3816)   
Checking out files:  75% (2862/3816)   
Checking out files:  76% (2901/3816)   
Checking out files:  77% (2939/3816)   
Checking out files:  78% (2977/3816)   
Checking out files:  79% (3015/3816)   
Checking out files:  80% (3053/3816)   
Checking out files:  81% (3091/3816)   
Checking out files:  82% (3130/3816)   
Checking out files:  83% (3168/3816)   
Checking out files:  84% (3206/3816)   
Checking out files:  85% (3244/3816)   
Checking out files:  86% (3282/3816)   
Checking out files:  87% (3320/3816)   
Checking out files:  88% (3359/3816)   
Checking out files:  89% (3397/3816)   
Checking out files:  90% (3435/3816)   
Checking out files:  91% (3473/3816)   
Checking out files:  92% (3511/3816)   
Checking out files:  93% (3549/3816)   
Checking out files:  94% (3588/3816)   
Checking out files:  95% (3626/3816)   
Checking out files:  96% (3664/3816)   
Checking out files:  97% (3702/3816)   
Checking out files:  98% (3740/3816)   
Checking out files:  99% (3778/3816)   
Checking out files: 100% (3816/3816)   
Checking out files: 100% (3816/3816), done.
19:11:43 [2021-03-01T19:11:43.603Z] #56 48.01 + cd /tmp/tmp.EPmdAqqeLG/src/github.com/containerd/containerd
19:11:43 [2021-03-01T19:11:43.603Z] #56 48.01 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:11:43 [2021-03-01T19:11:43.828Z] #19 36.40 Selecting previously unselected package bzip2.
19:11:43 [2021-03-01T19:11:43.828Z] #19 36.42 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
19:11:43 [2021-03-01T19:11:43.828Z] #19 36.43 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
19:11:43 [2021-03-01T19:11:43.828Z] #19 36.52 Selecting previously unselected package xz-utils.
19:11:43 [2021-03-01T19:11:43.828Z] #19 36.53 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
19:11:43 [2021-03-01T19:11:43.828Z] #19 36.54 Unpacking xz-utils (5.2.4-1) ...
19:11:43 [2021-03-01T19:11:43.877Z] #12 69.73 Selecting previously unselected package dmsetup.
19:11:43 [2021-03-01T19:11:43.877Z] #12 69.73 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
19:11:43 [2021-03-01T19:11:43.877Z] #12 69.75 Unpacking dmsetup (2:1.02.155-3) ...
19:11:44 [2021-03-01T19:11:44.089Z] #19 36.69 Selecting previously unselected package apparmor.
19:11:44 [2021-03-01T19:11:44.089Z] #19 36.70 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
19:11:44 [2021-03-01T19:11:44.089Z] #19 36.78 Unpacking apparmor (2.13.2-10) ...
19:11:44 [2021-03-01T19:11:44.146Z] #12 70.13 Selecting previously unselected package mingw-w64-common.
19:11:44 [2021-03-01T19:11:44.146Z] #12 70.16 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
19:11:44 [2021-03-01T19:11:44.146Z] #12 70.19 Unpacking mingw-w64-common (6.0.0-3) ...
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.213 + RM_GOPATH=0
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.214 + TMP_GOPATH=
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.214 + : /build
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.214 + '[' -z '' ']'
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.216 ++ mktemp -d
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.225 + export GOPATH=/tmp/tmp.zzlzL2CWBI
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.225 + GOPATH=/tmp/tmp.zzlzL2CWBI
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.226 + RM_GOPATH=1
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.226 + case "$(go env GOARCH)" in
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.230 ++ go env GOARCH
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.245 + export GO_BUILDMODE=-buildmode=pie
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.245 + GO_BUILDMODE=-buildmode=pie
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.245 ++ dirname /tmp/install/install.sh
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.249 + dir=/tmp/install
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.249 + bin=tini
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.249 + shift
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.249 + '[' '!' -f /tmp/install/tini.installer ']'
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.249 + . /tmp/install/tini.installer
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.249 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.249 + install_tini
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.249 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.250 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.250 + git clone https://github.com/krallin/tini.git /tmp/tmp.zzlzL2CWBI/tini
19:11:44 [2021-03-01T19:11:44.341Z] #36 3.255 Cloning into '/tmp/tmp.zzlzL2CWBI/tini'...
19:11:44 [2021-03-01T19:11:44.348Z] #19 37.16 Selecting previously unselected package aufs-tools.
19:11:44 [2021-03-01T19:11:44.348Z] #19 37.16 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
19:11:44 [2021-03-01T19:11:44.348Z] #19 37.18 Unpacking aufs-tools (1:4.14+20190211-1) ...
19:11:44 [2021-03-01T19:11:44.411Z] #41 ...
19:11:44 [2021-03-01T19:11:44.411Z] 
19:11:44 [2021-03-01T19:11:44.411Z] #46 [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
19:11:44 [2021-03-01T19:11:44.411Z] #46 sha256:fa505a89f68d30e627d5491a061324b9d46774c887bac6070e4523c10481e0d5
19:11:44 [2021-03-01T19:11:44.411Z] #46 DONE 76.2s
19:11:44 [2021-03-01T19:11:44.411Z] 
19:11:44 [2021-03-01T19:11:44.411Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:44 [2021-03-01T19:11:44.411Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:44 [2021-03-01T19:11:44.411Z] #12 75.17 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ...
19:11:44 [2021-03-01T19:11:44.411Z] #12 76.19 Setting up libudev1:amd64 (241-7~deb10u6) ...
19:11:44 [2021-03-01T19:11:44.411Z] #12 76.40 Selecting previously unselected package binutils-mingw-w64-i686.
19:11:44 [2021-03-01T19:11:44.411Z] #12 76.40 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
19:11:44 [2021-03-01T19:11:44.411Z] #12 76.49 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
19:11:44 [2021-03-01T19:11:44.411Z] #12 76.50 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:11:44 [2021-03-01T19:11:44.790Z] #41 ...
19:11:44 [2021-03-01T19:11:44.790Z] 
19:11:44 [2021-03-01T19:11:44.790Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:44 [2021-03-01T19:11:44.790Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:44 [2021-03-01T19:11:44.790Z] #12 69.95 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 69.95 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 69.95 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 69.96 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 69.97 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 69.97 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u6 [110 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 69.98 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 69.99 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 70.05 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 70.08 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 70.09 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 70.15 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 70.19 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 70.19 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 70.21 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u6 [322 kB]
19:11:44 [2021-03-01T19:11:44.790Z] #12 71.29 debconf: delaying package configuration, since apt-utils is not installed
19:11:44 [2021-03-01T19:11:44.790Z] #12 71.50 Fetched 78.2 MB in 9s (8610 kB/s)
19:11:44 [2021-03-01T19:11:44.790Z] #12 71.61 (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.)
19:11:44 [2021-03-01T19:11:44.790Z] #12 71.68 Preparing to unpack .../libsystemd0_241-7~deb10u6_amd64.deb ...
19:11:44 [2021-03-01T19:11:44.790Z] #12 71.71 Unpacking libsystemd0:amd64 (241-7~deb10u6) over (241-7~deb10u4) ...
19:11:44 [2021-03-01T19:11:44.790Z] #12 72.09 Setting up libsystemd0:amd64 (241-7~deb10u6) ...
19:11:44 [2021-03-01T19:11:44.790Z] #12 72.26 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
19:11:44 [2021-03-01T19:11:44.790Z] #12 72.34 Preparing to unpack .../libudev1_241-7~deb10u6_amd64.deb ...
19:11:44 [2021-03-01T19:11:44.790Z] #12 72.36 Unpacking libudev1:amd64 (241-7~deb10u6) over (241-7~deb10u4) ...
19:11:44 [2021-03-01T19:11:44.790Z] #12 72.60 Setting up libudev1:amd64 (241-7~deb10u6) ...
19:11:44 [2021-03-01T19:11:44.790Z] #12 72.78 Selecting previously unselected package binutils-mingw-w64-i686.
19:11:44 [2021-03-01T19:11:44.790Z] #12 72.78 (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.)
19:11:44 [2021-03-01T19:11:44.790Z] #12 72.89 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
19:11:44 [2021-03-01T19:11:44.790Z] #12 72.91 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:11:44 [2021-03-01T19:11:44.790Z] #12 ...
19:11:44 [2021-03-01T19:11:44.790Z] 
19:11:44 [2021-03-01T19:11:44.790Z] #31 [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
19:11:44 [2021-03-01T19:11:44.790Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:11:44 [2021-03-01T19:11:44.790Z] #31 65.13 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
19:11:44 [2021-03-01T19:11:44.790Z] #31 ...
19:11:44 [2021-03-01T19:11:44.790Z] 
19:11:44 [2021-03-01T19:11:44.790Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:44 [2021-03-01T19:11:44.790Z] #33 sha256:4280ad22617e2acc851c5edf0e08d7eb3d642fb8e4299301193729e631274d41
19:11:44 [2021-03-01T19:11:44.790Z] #33 67.58 time
19:11:44 [2021-03-01T19:11:44.790Z] #33 74.17 internal/fmtsort
19:11:44 [2021-03-01T19:11:44.790Z] #33 74.21 internal/poll
19:11:44 [2021-03-01T19:11:44.790Z] #33 75.04 internal/syscall/execenv
19:11:44 [2021-03-01T19:11:44.790Z] #33 75.22 internal/syscall/unix
19:11:44 [2021-03-01T19:11:44.790Z] #33 75.43 strings
19:11:44 [2021-03-01T19:11:44.903Z] #36 4.010 + cd /tmp/tmp.zzlzL2CWBI/tini
19:11:44 [2021-03-01T19:11:44.904Z] #36 4.012 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
19:11:44 [2021-03-01T19:11:44.904Z] #36 4.020 + cmake .
19:11:44 [2021-03-01T19:11:44.918Z] #19 37.38 Selecting previously unselected package libonig5:amd64.
19:11:44 [2021-03-01T19:11:44.918Z] #19 37.39 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
19:11:44 [2021-03-01T19:11:44.918Z] #19 37.40 Unpacking libonig5:amd64 (6.9.1-1) ...
19:11:44 [2021-03-01T19:11:44.918Z] #19 37.54 Selecting previously unselected package libjq1:amd64.
19:11:44 [2021-03-01T19:11:44.918Z] #19 37.54 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
19:11:44 [2021-03-01T19:11:44.918Z] #19 37.55 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
19:11:44 [2021-03-01T19:11:44.918Z] #19 37.66 Selecting previously unselected package jq.
19:11:44 [2021-03-01T19:11:44.918Z] #19 37.66 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
19:11:44 [2021-03-01T19:11:44.918Z] #19 37.67 Unpacking jq (1.5+dfsg-2+b1) ...
19:11:45 [2021-03-01T19:11:45.053Z] #33 ...
19:11:45 [2021-03-01T19:11:45.053Z] 
19:11:45 [2021-03-01T19:11:45.053Z] #41 [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
19:11:45 [2021-03-01T19:11:45.053Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:45 [2021-03-01T19:11:45.053Z] #41 75.65 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
19:11:45 [2021-03-01T19:11:45.053Z] #41 ...
19:11:45 [2021-03-01T19:11:45.053Z] 
19:11:45 [2021-03-01T19:11:45.053Z] #46 [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
19:11:45 [2021-03-01T19:11:45.053Z] #46 sha256:727230df6fc54553e65731a674a16c2d26dcc7cc6af325ab506f61190a9de925
19:11:45 [2021-03-01T19:11:45.053Z] #46 DONE 75.8s
19:11:45 [2021-03-01T19:11:45.053Z] 
19:11:45 [2021-03-01T19:11:45.053Z] #41 [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
19:11:45 [2021-03-01T19:11:45.053Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:45 [2021-03-01T19:11:45.053Z] #41 75.80 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:11:45 [2021-03-01T19:11:45.053Z] #41 75.87 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:11:45 [2021-03-01T19:11:45.144Z] #56 49.42 + export 'BUILDTAGS=netgo osusergo static_build'
19:11:45 [2021-03-01T19:11:45.144Z] #56 49.42 + BUILDTAGS='netgo osusergo static_build'
19:11:45 [2021-03-01T19:11:45.144Z] #56 49.42 + export EXTRA_FLAGS=-buildmode=pie
19:11:45 [2021-03-01T19:11:45.144Z] #56 49.42 + EXTRA_FLAGS=-buildmode=pie
19:11:45 [2021-03-01T19:11:45.144Z] #56 49.43 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
19:11:45 [2021-03-01T19:11:45.144Z] #56 49.43 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
19:11:45 [2021-03-01T19:11:45.144Z] #56 49.43 + '[' '' = dynamic ']'
19:11:45 [2021-03-01T19:11:45.144Z] #56 49.43 + make
19:11:45 [2021-03-01T19:11:45.177Z] #19 37.76 Selecting previously unselected package libaio1:amd64.
19:11:45 [2021-03-01T19:11:45.177Z] #19 37.78 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
19:11:45 [2021-03-01T19:11:45.177Z] #19 37.79 Unpacking libaio1:amd64 (0.3.112-3) ...
19:11:45 [2021-03-01T19:11:45.177Z] #19 37.85 Selecting previously unselected package libgpm2:amd64.
19:11:45 [2021-03-01T19:11:45.177Z] #19 37.87 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
19:11:45 [2021-03-01T19:11:45.177Z] #19 37.88 Unpacking libgpm2:amd64 (1.20.7-5) ...
19:11:45 [2021-03-01T19:11:45.177Z] #19 37.96 Selecting previously unselected package libicu63:amd64.
19:11:45 [2021-03-01T19:11:45.317Z] #41 75.93 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
19:11:45 [2021-03-01T19:11:45.317Z] #41 75.96 Setting up python-six (1.12.0-1) ...
19:11:45 [2021-03-01T19:11:45.445Z] #19 37.97 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
19:11:45 [2021-03-01T19:11:45.445Z] #19 38.00 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
19:11:45 [2021-03-01T19:11:45.465Z] #36 4.613 -- The C compiler identification is GNU 8.3.0
19:11:45 [2021-03-01T19:11:45.465Z] #36 4.672 -- Check for working C compiler: /usr/bin/cc
19:11:45 [2021-03-01T19:11:45.568Z] #12 ...
19:11:45 [2021-03-01T19:11:45.568Z] 
19:11:45 [2021-03-01T19:11:45.568Z] #35 [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
19:11:45 [2021-03-01T19:11:45.568Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
19:11:45 [2021-03-01T19:11:45.568Z] #35 61.40 Selecting previously unselected package libicu63:arm64.
19:11:45 [2021-03-01T19:11:45.568Z] #35 61.40 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
19:11:45 [2021-03-01T19:11:45.568Z] #35 61.53 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
19:11:45 [2021-03-01T19:11:45.568Z] #35 68.90 Selecting previously unselected package libxml2:arm64.
19:11:45 [2021-03-01T19:11:45.568Z] #35 68.91 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ...
19:11:45 [2021-03-01T19:11:45.568Z] #35 68.93 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
19:11:45 [2021-03-01T19:11:45.568Z] #35 69.90 Selecting previously unselected package libarchive13:arm64.
19:11:45 [2021-03-01T19:11:45.568Z] #35 69.92 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
19:11:45 [2021-03-01T19:11:45.568Z] #35 69.94 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
19:11:45 [2021-03-01T19:11:45.568Z] #35 70.92 Selecting previously unselected package libjsoncpp1:arm64.
19:11:45 [2021-03-01T19:11:45.568Z] #35 70.92 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
19:11:45 [2021-03-01T19:11:45.721Z] #36 ...
19:11:45 [2021-03-01T19:11:45.721Z] 
19:11:45 [2021-03-01T19:11:45.721Z] #44 [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
19:11:45 [2021-03-01T19:11:45.721Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:11:45 [2021-03-01T19:11:45.721Z] #44 62.40 internal/fmtsort
19:11:45 [2021-03-01T19:11:45.721Z] #44 62.40 os
19:11:45 [2021-03-01T19:11:45.721Z] #44 63.11 strings
19:11:45 [2021-03-01T19:11:45.721Z] #44 66.42 regexp/syntax
19:11:45 [2021-03-01T19:11:45.721Z] #44 66.97 fmt
19:11:45 [2021-03-01T19:11:45.721Z] #44 71.46 regexp
19:11:45 [2021-03-01T19:11:45.721Z] #44 72.01 flag
19:11:45 [2021-03-01T19:11:45.859Z] #35 ...
19:11:45 [2021-03-01T19:11:45.859Z] 
19:11:45 [2021-03-01T19:11:45.859Z] #41 [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
19:11:45 [2021-03-01T19:11:45.859Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
19:11:45 [2021-03-01T19:11:45.859Z] #41 66.61 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
19:11:45 [2021-03-01T19:11:45.859Z] #41 68.54 Selecting previously unselected package protobuf-c-compiler.
19:11:45 [2021-03-01T19:11:45.859Z] #41 68.55 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
19:11:45 [2021-03-01T19:11:45.859Z] #41 68.55 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
19:11:45 [2021-03-01T19:11:45.859Z] #41 69.00 Selecting previously unselected package protobuf-compiler.
19:11:45 [2021-03-01T19:11:45.859Z] #41 69.01 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
19:11:45 [2021-03-01T19:11:45.859Z] #41 69.06 Unpacking protobuf-compiler (3.6.1.3-2) ...
19:11:45 [2021-03-01T19:11:45.859Z] #41 69.47 Selecting previously unselected package python-pkg-resources.
19:11:45 [2021-03-01T19:11:45.859Z] #41 69.47 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
19:11:45 [2021-03-01T19:11:45.859Z] #41 69.47 Unpacking python-pkg-resources (40.8.0-1) ...
19:11:45 [2021-03-01T19:11:45.859Z] #41 70.04 Selecting previously unselected package python-six.
19:11:45 [2021-03-01T19:11:45.859Z] #41 70.04 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
19:11:45 [2021-03-01T19:11:45.859Z] #41 70.07 Unpacking python-six (1.12.0-1) ...
19:11:45 [2021-03-01T19:11:45.859Z] #41 70.54 Selecting previously unselected package python-protobuf.
19:11:45 [2021-03-01T19:11:45.859Z] #41 70.54 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
19:11:45 [2021-03-01T19:11:45.859Z] #41 70.54 Unpacking python-protobuf (3.6.1.3-2) ...
19:11:45 [2021-03-01T19:11:45.977Z] #44 ...
19:11:45 [2021-03-01T19:11:45.977Z] 
19:11:45 [2021-03-01T19:11:45.977Z] #41 [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
19:11:45 [2021-03-01T19:11:45.977Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:45 [2021-03-01T19:11:45.977Z] #41 64.98 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 65.02 Setting up libnl-3-200:amd64 (3.4.0-1) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 65.13 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 65.13 Setting up libcap-dev:amd64 (1:2.25-2) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 65.13 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 65.15 Setting up protobuf-compiler (3.6.1.3-2) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 65.20 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 65.20 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 65.20 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 65.20 Setting up python-protobuf (3.6.1.3-2) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 71.79 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 71.81 Processing triggers for libc-bin (2.28-10) ...
19:11:45 [2021-03-01T19:11:45.977Z] #41 ...
19:11:45 [2021-03-01T19:11:45.977Z] 
19:11:45 [2021-03-01T19:11:45.977Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:45 [2021-03-01T19:11:45.977Z] #33 sha256:30dce4818d29da2a0400ca75dde0bacdfb3f5976c3d66207a4e4abae519708cb
19:11:45 [2021-03-01T19:11:45.977Z] #33 65.95 path
19:11:45 [2021-03-01T19:11:45.977Z] #33 66.47 text/tabwriter
19:11:45 [2021-03-01T19:11:45.977Z] #33 66.91 fmt
19:11:45 [2021-03-01T19:11:45.977Z] #33 67.29 path/filepath
19:11:45 [2021-03-01T19:11:45.977Z] #33 68.75 io/ioutil
19:11:45 [2021-03-01T19:11:45.977Z] #33 70.73 github.com/BurntSushi/toml
19:11:45 [2021-03-01T19:11:45.977Z] #33 70.73 flag
19:11:45 [2021-03-01T19:11:45.977Z] #33 72.67 log
19:11:46 [2021-03-01T19:11:46.124Z] #41 ...
19:11:46 [2021-03-01T19:11:46.124Z] 
19:11:46 [2021-03-01T19:11:46.124Z] #44 [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
19:11:46 [2021-03-01T19:11:46.124Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:11:46 [2021-03-01T19:11:46.124Z] #44 72.11 compress/flate
19:11:46 [2021-03-01T19:11:46.196Z] #56 50.70 + bin/ctr
19:11:46 [2021-03-01T19:11:46.233Z] #33 ...
19:11:46 [2021-03-01T19:11:46.233Z] 
19:11:46 [2021-03-01T19:11:46.233Z] #41 [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
19:11:46 [2021-03-01T19:11:46.233Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:46 [2021-03-01T19:11:46.233Z] #41 DONE 72.8s
19:11:46 [2021-03-01T19:11:46.233Z] 
19:11:46 [2021-03-01T19:11:46.233Z] #36 [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
19:11:46 [2021-03-01T19:11:46.233Z] #36 sha256:573e0ed870fcc55175d75c6da67bc8fb579a5caac0582eabe61f8334c9a3d096
19:11:46 [2021-03-01T19:11:46.234Z] #36 5.346 -- Check for working C compiler: /usr/bin/cc -- works
19:11:46 [2021-03-01T19:11:46.234Z] #36 5.356 -- Detecting C compiler ABI info
19:11:46 [2021-03-01T19:11:46.492Z] #36 ...
19:11:46 [2021-03-01T19:11:46.492Z] 
19:11:46 [2021-03-01T19:11:46.492Z] #50 [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
19:11:46 [2021-03-01T19:11:46.492Z] #50 sha256:e9bdd1a129d6aed7dcd607237f43050b68baace8d452244d757a054f28c9f36b
19:11:46 [2021-03-01T19:11:46.492Z] #50 63.08 os
19:11:46 [2021-03-01T19:11:46.492Z] #50 65.49 encoding/binary
19:11:46 [2021-03-01T19:11:46.492Z] #50 67.50 fmt
19:11:46 [2021-03-01T19:11:46.492Z] #50 67.81 encoding/base64
19:11:46 [2021-03-01T19:11:46.492Z] #50 68.86 golang.org/x/sys/unix
19:11:46 [2021-03-01T19:11:46.492Z] #50 72.46 encoding/json
19:11:46 [2021-03-01T19:11:46.748Z] #50 ...
19:11:46 [2021-03-01T19:11:46.748Z] 
19:11:46 [2021-03-01T19:11:46.748Z] #42 [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
19:11:46 [2021-03-01T19:11:46.748Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:46 [2021-03-01T19:11:46.842Z] #56 ...
19:11:46 [2021-03-01T19:11:46.842Z] 
19:11:46 [2021-03-01T19:11:46.842Z] #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
19:11:46 [2021-03-01T19:11:46.842Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:11:46 [2021-03-01T19:11:46.842Z] #45 84.48 regexp
19:11:46 [2021-03-01T19:11:46.842Z] #45 88.45 io/ioutil
19:11:46 [2021-03-01T19:11:46.842Z] #45 88.72 net
19:11:46 [2021-03-01T19:11:46.842Z] #45 89.73 os/exec
19:11:46 [2021-03-01T19:11:46.842Z] #45 93.57 internal/lazyregexp
19:11:46 [2021-03-01T19:11:46.842Z] #45 94.09 github.com/LK4D4/vndr/versioned
19:11:47 [2021-03-01T19:11:47.079Z] #44 72.80 go/doc
19:11:47 [2021-03-01T19:11:47.140Z] #45 ...
19:11:47 [2021-03-01T19:11:47.140Z] 
19:11:47 [2021-03-01T19:11:47.140Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:47 [2021-03-01T19:11:47.140Z] #34 sha256:611edf4f800398778fa722883202e62b33ed693017e3a09968021d21316ae396
19:11:47 [2021-03-01T19:11:47.140Z] #34 94.51 github.com/BurntSushi/toml/cmd/tomlv
19:11:47 [2021-03-01T19:11:47.694Z] #12 79.19 Selecting previously unselected package binutils-mingw-w64-x86-64.
19:11:47 [2021-03-01T19:11:47.694Z] #12 79.19 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
19:11:47 [2021-03-01T19:11:47.694Z] #12 79.20 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:11:47 [2021-03-01T19:11:47.694Z] #12 ...
19:11:47 [2021-03-01T19:11:47.694Z] 
19:11:47 [2021-03-01T19:11:47.694Z] #50 [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
19:11:47 [2021-03-01T19:11:47.694Z] #50 sha256:a83e322da063f75b63ccdfc973d8faf0332a033c94ac4fb33a38d1329b286683
19:11:47 [2021-03-01T19:11:47.694Z] #50 69.61 syscall
19:11:47 [2021-03-01T19:11:47.694Z] #50 69.66 reflect
19:11:47 [2021-03-01T19:11:47.694Z] #50 77.37 time
19:11:47 [2021-03-01T19:11:47.869Z] #41 ...
19:11:47 [2021-03-01T19:11:47.869Z] 
19:11:47 [2021-03-01T19:11:47.869Z] #50 [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
19:11:47 [2021-03-01T19:11:47.869Z] #50 sha256:294555622e31ee78008389cbc354c69bce8f3c1d7c1babd3c384255a54c9965a
19:11:47 [2021-03-01T19:11:47.869Z] #50 68.57 reflect
19:11:47 [2021-03-01T19:11:47.869Z] #50 68.60 time
19:11:47 [2021-03-01T19:11:47.869Z] #50 74.69 context
19:11:47 [2021-03-01T19:11:47.869Z] #50 75.44 internal/poll
19:11:47 [2021-03-01T19:11:47.869Z] #50 78.29 os
19:11:47 [2021-03-01T19:11:47.952Z] #50 ...
19:11:47 [2021-03-01T19:11:47.952Z] 
19:11:47 [2021-03-01T19:11:47.952Z] #35 [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
19:11:47 [2021-03-01T19:11:47.952Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:47 [2021-03-01T19:11:47.952Z] #35 78.42 Selecting previously unselected package libxml2:amd64.
19:11:47 [2021-03-01T19:11:47.952Z] #35 78.42 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
19:11:47 [2021-03-01T19:11:47.952Z] #35 78.43 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.20 Selecting previously unselected package libarchive13:amd64.
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.20 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.21 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.51 Selecting previously unselected package libjsoncpp1:amd64.
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.52 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.54 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.71 Selecting previously unselected package librhash0:amd64.
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.71 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.72 Unpacking librhash0:amd64 (1.3.8-1) ...
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.86 Selecting previously unselected package libuv1:amd64.
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.86 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
19:11:47 [2021-03-01T19:11:47.952Z] #35 79.86 Unpacking libuv1:amd64 (1.24.1-1) ...
19:11:48 [2021-03-01T19:11:48.131Z] #50 ...
19:11:48 [2021-03-01T19:11:48.131Z] 
19:11:48 [2021-03-01T19:11:48.131Z] #35 [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
19:11:48 [2021-03-01T19:11:48.131Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5
19:11:48 [2021-03-01T19:11:48.131Z] #35 75.78 Selecting previously unselected package libxml2:amd64.
19:11:48 [2021-03-01T19:11:48.131Z] #35 75.79 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
19:11:48 [2021-03-01T19:11:48.131Z] #35 75.80 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
19:11:48 [2021-03-01T19:11:48.131Z] #35 76.80 Selecting previously unselected package libarchive13:amd64.
19:11:48 [2021-03-01T19:11:48.131Z] #35 76.83 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
19:11:48 [2021-03-01T19:11:48.131Z] #35 76.83 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.43 Selecting previously unselected package libjsoncpp1:amd64.
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.43 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.43 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.57 Selecting previously unselected package librhash0:amd64.
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.59 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.60 Unpacking librhash0:amd64 (1.3.8-1) ...
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.77 Selecting previously unselected package libuv1:amd64.
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.77 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.78 Unpacking libuv1:amd64 (1.24.1-1) ...
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.93 Selecting previously unselected package cmake.
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.93 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
19:11:48 [2021-03-01T19:11:48.131Z] #35 77.94 Unpacking cmake (3.13.4-1) ...
19:11:48 [2021-03-01T19:11:48.209Z] #35 80.06 Selecting previously unselected package cmake.
19:11:48 [2021-03-01T19:11:48.209Z] #35 80.07 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
19:11:48 [2021-03-01T19:11:48.209Z] #35 80.09 Unpacking cmake (3.13.4-1) ...
19:11:48 [2021-03-01T19:11:48.737Z] #19 41.45 Selecting previously unselected package libnet1:amd64.
19:11:48 [2021-03-01T19:11:48.737Z] #19 41.45 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
19:11:48 [2021-03-01T19:11:48.737Z] #19 41.46 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:11:48 [2021-03-01T19:11:48.737Z] #19 41.56 Selecting previously unselected package libnl-3-200:amd64.
19:11:48 [2021-03-01T19:11:48.997Z] #19 41.56 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
19:11:48 [2021-03-01T19:11:48.997Z] #19 41.57 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
19:11:48 [2021-03-01T19:11:48.997Z] #19 41.68 Selecting previously unselected package libprotobuf-c1:amd64.
19:11:48 [2021-03-01T19:11:48.997Z] #19 41.69 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
19:11:48 [2021-03-01T19:11:48.997Z] #19 41.69 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:11:49 [2021-03-01T19:11:49.256Z] #19 41.79 Selecting previously unselected package libreadline5:amd64.
19:11:49 [2021-03-01T19:11:49.256Z] #19 41.80 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
19:11:49 [2021-03-01T19:11:49.256Z] #19 41.82 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
19:11:49 [2021-03-01T19:11:49.256Z] #19 41.96 Selecting previously unselected package net-tools.
19:11:49 [2021-03-01T19:11:49.256Z] #19 41.97 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
19:11:49 [2021-03-01T19:11:49.256Z] #19 41.98 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
19:11:49 [2021-03-01T19:11:49.515Z] #19 42.15 Selecting previously unselected package python-pip-whl.
19:11:49 [2021-03-01T19:11:49.515Z] #19 42.17 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
19:11:49 [2021-03-01T19:11:49.515Z] #19 42.17 Unpacking python-pip-whl (18.1-5) ...
19:11:49 [2021-03-01T19:11:49.912Z] #34 ...
19:11:49 [2021-03-01T19:11:49.912Z] 
19:11:49 [2021-03-01T19:11:49.912Z] #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
19:11:49 [2021-03-01T19:11:49.912Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:11:49 [2021-03-01T19:11:49.912Z] #43 20.41   CC       images/cpuinfo.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 20.93   CC       images/inventory.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 21.24   CC       images/fdinfo.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 21.66   CC       images/fown.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 21.95   CC       images/ns.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 22.12   CC       images/regfile.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 22.41   CC       images/ghost-file.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 22.77   CC       images/fifo.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 22.91   CC       images/remap-file-path.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 23.17   CC       images/eventfd.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 23.54   CC       images/eventpoll.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 23.95   CC       images/fh.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 24.26   CC       images/fsnotify.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 25.22   CC       images/signalfd.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 25.46   CC       images/fs.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 25.71   CC       images/pstree.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 25.93   CC       images/pipe.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 26.19   CC       images/tcp-stream.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 26.41   CC       images/sk-packet.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 26.77   CC       images/mnt.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 27.04   CC       images/pipe-data.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 27.24   CC       images/sa.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 27.48   CC       images/timer.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 27.94   CC       images/timerfd.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 28.27   CC       images/mm.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 28.76   CC       images/sk-opts.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 29.03   CC       images/sk-unix.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 29.48   CC       images/sk-inet.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 29.98   CC       images/tun.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 30.35   CC       images/sk-netlink.o
19:11:49 [2021-03-01T19:11:49.912Z] #43 30.65   CC       images/packet-sock.o
19:11:50 [2021-03-01T19:11:50.085Z] #19 42.73 Selecting previously unselected package python3-lib2to3.
19:11:50 [2021-03-01T19:11:50.085Z] #19 42.73 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
19:11:50 [2021-03-01T19:11:50.085Z] #19 42.74 Unpacking python3-lib2to3 (3.7.3-1) ...
19:11:50 [2021-03-01T19:11:50.085Z] #19 42.84 Selecting previously unselected package python3-distutils.
19:11:50 [2021-03-01T19:11:50.320Z] #35 80.83 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
19:11:50 [2021-03-01T19:11:50.320Z] #35 80.85 Setting up xxd (2:8.1.0875-5) ...
19:11:50 [2021-03-01T19:11:50.320Z] #35 80.88 Setting up libuv1:amd64 (1.24.1-1) ...
19:11:50 [2021-03-01T19:11:50.320Z] #35 80.90 Setting up vim-common (2:8.1.0875-5) ...
19:11:50 [2021-03-01T19:11:50.320Z] #35 80.97 Setting up librhash0:amd64 (1.3.8-1) ...
19:11:50 [2021-03-01T19:11:50.320Z] #35 80.98 Setting up cmake-data (3.13.4-1) ...
19:11:50 [2021-03-01T19:11:50.320Z] #35 81.01 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
19:11:50 [2021-03-01T19:11:50.320Z] #35 81.04 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
19:11:50 [2021-03-01T19:11:50.320Z] #35 81.06 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
19:11:50 [2021-03-01T19:11:50.344Z] #19 42.84 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
19:11:50 [2021-03-01T19:11:50.344Z] #19 42.85 Unpacking python3-distutils (3.7.3-1) ...
19:11:50 [2021-03-01T19:11:50.344Z] #19 43.00 Selecting previously unselected package python3-pip.
19:11:50 [2021-03-01T19:11:50.344Z] #19 43.01 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
19:11:50 [2021-03-01T19:11:50.344Z] #19 43.02 Unpacking python3-pip (18.1-5) ...
19:11:50 [2021-03-01T19:11:50.415Z] #44 76.10 crypto/ecdsa
19:11:50 [2021-03-01T19:11:50.557Z] #43 31.09   CC       images/ipc-var.o
19:11:50 [2021-03-01T19:11:50.557Z] #43 31.34   CC       images/ipc-desc.o
19:11:50 [2021-03-01T19:11:50.557Z] #43 ...
19:11:50 [2021-03-01T19:11:50.557Z] 
19:11:50 [2021-03-01T19:11:50.557Z] #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
19:11:50 [2021-03-01T19:11:50.557Z] #51 sha256:06c0178ee9aaa7e090fb3e16602a05ce9eebb2317066e19b2b4f4d047158b41a
19:11:50 [2021-03-01T19:11:50.557Z] #51 88.27 io/ioutil
19:11:50 [2021-03-01T19:11:50.557Z] #51 89.76 encoding/binary
19:11:50 [2021-03-01T19:11:50.557Z] #51 89.78 fmt
19:11:50 [2021-03-01T19:11:50.557Z] #51 92.51 encoding/base64
19:11:50 [2021-03-01T19:11:50.557Z] #51 92.52 golang.org/x/sys/unix
19:11:50 [2021-03-01T19:11:50.557Z] #51 96.83 github.com/pkg/diff
19:11:50 [2021-03-01T19:11:50.557Z] #51 96.84 go/token
19:11:50 [2021-03-01T19:11:50.557Z] #51 96.91 encoding/json
19:11:50 [2021-03-01T19:11:50.595Z] #35 81.08 Setting up cmake (3.13.4-1) ...
19:11:50 [2021-03-01T19:11:50.595Z] #35 81.10 Processing triggers for libc-bin (2.28-10) ...
19:11:50 [2021-03-01T19:11:50.595Z] #35 81.23 Processing triggers for mime-support (3.62) ...
19:11:50 [2021-03-01T19:11:50.604Z] #19 43.19 Selecting previously unselected package python3-pkg-resources.
19:11:50 [2021-03-01T19:11:50.604Z] #19 43.20 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
19:11:50 [2021-03-01T19:11:50.604Z] #19 43.21 Unpacking python3-pkg-resources (40.8.0-1) ...
19:11:50 [2021-03-01T19:11:50.604Z] #19 43.36 Selecting previously unselected package python3-setuptools.
19:11:50 [2021-03-01T19:11:50.604Z] #19 43.37 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
19:11:50 [2021-03-01T19:11:50.604Z] #19 43.38 Unpacking python3-setuptools (40.8.0-1) ...
19:11:50 [2021-03-01T19:11:50.855Z] #51 ...
19:11:50 [2021-03-01T19:11:50.855Z] 
19:11:50 [2021-03-01T19:11:50.855Z] #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
19:11:50 [2021-03-01T19:11:50.855Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:11:50 [2021-03-01T19:11:50.855Z] #43 31.57   CC       images/ipc-shm.o
19:11:50 [2021-03-01T19:11:50.863Z] #19 43.61 Selecting previously unselected package python3-wheel.
19:11:50 [2021-03-01T19:11:50.863Z] #19 43.63 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
19:11:50 [2021-03-01T19:11:50.863Z] #19 43.64 Unpacking python3-wheel (0.32.3-2) ...
19:11:50 [2021-03-01T19:11:50.863Z] #19 43.71 Selecting previously unselected package sudo.
19:11:50 [2021-03-01T19:11:50.971Z] #42 4.278 Note: Building without setproctitle() and strlcpy() support.
19:11:50 [2021-03-01T19:11:50.971Z] #42 4.278       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:11:50 [2021-03-01T19:11:50.971Z] #42 4.286 Note: Building without GnuTLS support
19:11:50 [2021-03-01T19:11:50.971Z] #42 4.295 Makefile.config:39: Warn: you have no libnftables installed
19:11:50 [2021-03-01T19:11:50.971Z] #42 4.306 Makefile.config:40: Warn: Building without nftables support
19:11:51 [2021-03-01T19:11:51.122Z] #19 43.72 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
19:11:51 [2021-03-01T19:11:51.122Z] #19 43.72 Unpacking sudo (1.8.27-1+deb10u3) ...
19:11:51 [2021-03-01T19:11:51.123Z] #19 ...
19:11:51 [2021-03-01T19:11:51.123Z] 
19:11:51 [2021-03-01T19:11:51.123Z] #42 [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
19:11:51 [2021-03-01T19:11:51.123Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:51 [2021-03-01T19:11:51.123Z] #42 95.04   CC       criu/clone-noasan.o
19:11:51 [2021-03-01T19:11:51.123Z] #42 95.24   CC       criu/config.o
19:11:51 [2021-03-01T19:11:51.123Z] #42 96.66   CC       criu/cr-check.o
19:11:51 [2021-03-01T19:11:51.123Z] #42 98.26   CC       criu/cr-dedup.o
19:11:51 [2021-03-01T19:11:51.123Z] #42 98.66   CC       criu/cr-dump.o
19:11:51 [2021-03-01T19:11:51.123Z] #42 100.9   CC       criu/cr-errno.o
19:11:51 [2021-03-01T19:11:51.123Z] #42 101.1   CC       criu/cr-restore.o
19:11:51 [2021-03-01T19:11:51.153Z] #43 31.82   CC       images/ipc-msg.o
19:11:51 [2021-03-01T19:11:51.153Z] #43 ...
19:11:51 [2021-03-01T19:11:51.153Z] 
19:11:51 [2021-03-01T19:11:51.153Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:51 [2021-03-01T19:11:51.153Z] #34 sha256:611edf4f800398778fa722883202e62b33ed693017e3a09968021d21316ae396
19:11:51 [2021-03-01T19:11:51.153Z] #34 DONE 98.7s
19:11:51 [2021-03-01T19:11:51.170Z] #35 DONE 81.7s
19:11:51 [2021-03-01T19:11:51.170Z] 
19:11:51 [2021-03-01T19:11:51.170Z] #41 [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
19:11:51 [2021-03-01T19:11:51.170Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:51 [2021-03-01T19:11:51.170Z] #41 80.42 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
19:11:51 [2021-03-01T19:11:51.170Z] #41 80.44 Setting up libnl-3-200:amd64 (3.4.0-1) ...
19:11:51 [2021-03-01T19:11:51.170Z] #41 80.47 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
19:11:51 [2021-03-01T19:11:51.170Z] #41 80.49 Setting up libcap-dev:amd64 (1:2.25-2) ...
19:11:51 [2021-03-01T19:11:51.170Z] #41 80.51 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
19:11:51 [2021-03-01T19:11:51.170Z] #41 80.52 Setting up protobuf-compiler (3.6.1.3-2) ...
19:11:51 [2021-03-01T19:11:51.170Z] #41 80.55 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
19:11:51 [2021-03-01T19:11:51.170Z] #41 80.57 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
19:11:51 [2021-03-01T19:11:51.170Z] #41 80.58 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
19:11:51 [2021-03-01T19:11:51.170Z] #41 80.60 Setting up python-protobuf (3.6.1.3-2) ...
19:11:51 [2021-03-01T19:11:51.170Z] #41 ...
19:11:51 [2021-03-01T19:11:51.170Z] 
19:11:51 [2021-03-01T19:11:51.170Z] #44 [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
19:11:51 [2021-03-01T19:11:51.170Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:11:51 [2021-03-01T19:11:51.170Z] #44 71.98 time
19:11:51 [2021-03-01T19:11:51.170Z] #44 76.40 strings
19:11:51 [2021-03-01T19:11:51.170Z] #44 78.76 os
19:11:51 [2021-03-01T19:11:51.170Z] #44 79.64 regexp/syntax
19:11:51 [2021-03-01T19:11:51.374Z] #44 77.19 compress/gzip
19:11:51 [2021-03-01T19:11:51.374Z] #44 77.35 crypto/x509/pkix
19:11:51 [2021-03-01T19:11:51.431Z] #44 ...
19:11:51 [2021-03-01T19:11:51.431Z] 
19:11:51 [2021-03-01T19:11:51.431Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:51 [2021-03-01T19:11:51.431Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:51 [2021-03-01T19:11:51.431Z] #12 75.88 Selecting previously unselected package binutils-mingw-w64-x86-64.
19:11:51 [2021-03-01T19:11:51.431Z] #12 75.89 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
19:11:51 [2021-03-01T19:11:51.431Z] #12 75.90 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:11:51 [2021-03-01T19:11:51.431Z] #12 79.31 Selecting previously unselected package binutils-mingw-w64.
19:11:51 [2021-03-01T19:11:51.431Z] #12 79.31 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
19:11:51 [2021-03-01T19:11:51.431Z] #12 79.33 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
19:11:51 [2021-03-01T19:11:51.431Z] #12 79.51 Selecting previously unselected package libdevmapper1.02.1:amd64.
19:11:51 [2021-03-01T19:11:51.431Z] #12 79.51 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
19:11:51 [2021-03-01T19:11:51.431Z] #12 79.53 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
19:11:51 [2021-03-01T19:11:51.431Z] #12 79.76 Selecting previously unselected package dmsetup.
19:11:51 [2021-03-01T19:11:51.431Z] #12 79.76 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
19:11:51 [2021-03-01T19:11:51.431Z] #12 79.81 Unpacking dmsetup (2:1.02.155-3) ...
19:11:51 [2021-03-01T19:11:51.431Z] #12 80.03 Selecting previously unselected package mingw-w64-common.
19:11:51 [2021-03-01T19:11:51.431Z] #12 80.04 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
19:11:51 [2021-03-01T19:11:51.431Z] #12 80.04 Unpacking mingw-w64-common (6.0.0-3) ...
19:11:51 [2021-03-01T19:11:51.431Z] #12 ...
19:11:51 [2021-03-01T19:11:51.431Z] 
19:11:51 [2021-03-01T19:11:51.431Z] #50 [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
19:11:51 [2021-03-01T19:11:51.431Z] #50 sha256:294555622e31ee78008389cbc354c69bce8f3c1d7c1babd3c384255a54c9965a
19:11:51 [2021-03-01T19:11:51.431Z] #50 82.25 path/filepath
19:11:51 [2021-03-01T19:11:51.451Z] 
19:11:51 [2021-03-01T19:11:51.451Z] #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
19:11:51 [2021-03-01T19:11:51.451Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:11:51 [2021-03-01T19:11:51.451Z] #45 96.02 crypto/cipher
19:11:51 [2021-03-01T19:11:51.451Z] #45 96.05 crypto/sha512
19:11:51 [2021-03-01T19:11:51.451Z] #45 96.08 go/token
19:11:51 [2021-03-01T19:11:51.451Z] #45 98.29 go/scanner
19:11:51 [2021-03-01T19:11:51.451Z] #45 98.66 net/url
19:11:51 [2021-03-01T19:11:51.486Z] #35 83.38 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
19:11:51 [2021-03-01T19:11:51.486Z] #35 83.43 Setting up xxd (2:8.1.0875-5) ...
19:11:51 [2021-03-01T19:11:51.486Z] #35 83.45 Setting up libuv1:amd64 (1.24.1-1) ...
19:11:51 [2021-03-01T19:11:51.486Z] #35 83.46 Setting up vim-common (2:8.1.0875-5) ...
19:11:51 [2021-03-01T19:11:51.486Z] #35 83.52 Setting up librhash0:amd64 (1.3.8-1) ...
19:11:51 [2021-03-01T19:11:51.486Z] #35 83.53 Setting up cmake-data (3.13.4-1) ...
19:11:51 [2021-03-01T19:11:51.486Z] #35 83.57 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
19:11:51 [2021-03-01T19:11:51.690Z] #44 ...
19:11:51 [2021-03-01T19:11:51.690Z] 
19:11:51 [2021-03-01T19:11:51.690Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:51 [2021-03-01T19:11:51.690Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:11:51 [2021-03-01T19:11:51.690Z] #12 77.62 Selecting previously unselected package mingw-w64-x86-64-dev.
19:11:51 [2021-03-01T19:11:51.690Z] #12 77.62 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
19:11:51 [2021-03-01T19:11:51.690Z] #12 77.65 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
19:11:51 [2021-03-01T19:11:51.691Z] #42 105.5   CC       criu/cr-service.o
19:11:51 [2021-03-01T19:11:51.691Z] #42 ...
19:11:51 [2021-03-01T19:11:51.691Z] 
19:11:51 [2021-03-01T19:11:51.691Z] #19 [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
19:11:51 [2021-03-01T19:11:51.691Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:11:51 [2021-03-01T19:11:51.691Z] #19 44.22 Selecting previously unselected package thin-provisioning-tools.
19:11:51 [2021-03-01T19:11:51.691Z] #19 44.24 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
19:11:51 [2021-03-01T19:11:51.691Z] #19 44.25 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
19:11:51 [2021-03-01T19:11:51.742Z] #35 83.58 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
19:11:51 [2021-03-01T19:11:51.742Z] #35 83.61 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
19:11:51 [2021-03-01T19:11:51.742Z] #35 83.65 Setting up cmake (3.13.4-1) ...
19:11:51 [2021-03-01T19:11:51.742Z] #35 83.66 Processing triggers for libc-bin (2.28-10) ...
19:11:51 [2021-03-01T19:11:51.742Z] #35 83.77 Processing triggers for mime-support (3.62) ...
19:11:51 [2021-03-01T19:11:51.899Z] #42 ...
19:11:51 [2021-03-01T19:11:51.899Z] 
19:11:51 [2021-03-01T19:11:51.899Z] #50 [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
19:11:51 [2021-03-01T19:11:51.899Z] #50 sha256:e9bdd1a129d6aed7dcd607237f43050b68baace8d452244d757a054f28c9f36b
19:11:51 [2021-03-01T19:11:51.899Z] #50 78.47 github.com/pkg/diff
19:11:51 [2021-03-01T19:11:51.899Z] #50 78.51 go/ast
19:11:51 [2021-03-01T19:11:51.950Z] #19 44.51 Selecting previously unselected package uidmap.
19:11:51 [2021-03-01T19:11:51.950Z] #19 44.51 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
19:11:51 [2021-03-01T19:11:51.950Z] #19 44.52 Unpacking uidmap (1:4.5-1.1) ...
19:11:51 [2021-03-01T19:11:51.950Z] #19 44.65 Selecting previously unselected package vim-runtime.
19:11:51 [2021-03-01T19:11:51.950Z] #19 44.66 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
19:11:51 [2021-03-01T19:11:51.950Z] #19 44.69 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
19:11:52 [2021-03-01T19:11:52.210Z] #19 44.74 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
19:11:52 [2021-03-01T19:11:52.210Z] #19 44.75 Unpacking vim-runtime (2:8.1.0875-5) ...
19:11:52 [2021-03-01T19:11:52.506Z] #45 100.1 text/template/parse
19:11:52 [2021-03-01T19:11:52.673Z] #35 DONE 84.7s
19:11:52 [2021-03-01T19:11:52.673Z] 
19:11:52 [2021-03-01T19:11:52.673Z] #36 [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
19:11:52 [2021-03-01T19:11:52.673Z] #36 sha256:f259a683b98ca45ad3879457e51f0b4e63b7f3ac2dc3af6d508d2802d31518a0
19:11:52 [2021-03-01T19:11:52.821Z] #50 83.41 encoding/binary
19:11:53 [2021-03-01T19:11:53.082Z] #50 83.72 fmt
19:11:53 [2021-03-01T19:11:53.266Z] #50 ...
19:11:53 [2021-03-01T19:11:53.266Z] 
19:11:53 [2021-03-01T19:11:53.266Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:53 [2021-03-01T19:11:53.266Z] #33 sha256:30dce4818d29da2a0400ca75dde0bacdfb3f5976c3d66207a4e4abae519708cb
19:11:53 [2021-03-01T19:11:53.266Z] #33 75.29 github.com/BurntSushi/toml/cmd/tomlv
19:11:53 [2021-03-01T19:11:53.266Z] #33 DONE 79.7s
19:11:53 [2021-03-01T19:11:53.266Z] 
19:11:53 [2021-03-01T19:11:53.266Z] #36 [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
19:11:53 [2021-03-01T19:11:53.266Z] #36 sha256:573e0ed870fcc55175d75c6da67bc8fb579a5caac0582eabe61f8334c9a3d096
19:11:53 [2021-03-01T19:11:53.266Z] #36 6.170 -- Detecting C compiler ABI info - done
19:11:53 [2021-03-01T19:11:53.266Z] #36 6.216 -- Detecting C compile features
19:11:53 [2021-03-01T19:11:53.266Z] #36 8.387 -- Detecting C compile features - done
19:11:53 [2021-03-01T19:11:53.266Z] #36 8.424 -- Performing Test HAS_BUILTIN_FORTIFY
19:11:53 [2021-03-01T19:11:53.266Z] #36 8.658 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
19:11:53 [2021-03-01T19:11:53.266Z] #36 8.803 -- Configuring done
19:11:53 [2021-03-01T19:11:53.266Z] #36 8.826 -- Generating done
19:11:53 [2021-03-01T19:11:53.266Z] #36 8.854 -- Build files have been written to: /tmp/tmp.zzlzL2CWBI/tini
19:11:53 [2021-03-01T19:11:53.266Z] #36 8.868 + make tini-static
19:11:53 [2021-03-01T19:11:53.266Z] #36 9.358 Scanning dependencies of target tini-static
19:11:53 [2021-03-01T19:11:53.266Z] #36 9.455 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
19:11:53 [2021-03-01T19:11:53.266Z] #36 10.93 [100%] Linking C executable tini-static
19:11:53 [2021-03-01T19:11:53.266Z] #36 11.48 [100%] Built target tini-static
19:11:53 [2021-03-01T19:11:53.266Z] #36 11.57 + mkdir -p /build
19:11:53 [2021-03-01T19:11:53.266Z] #36 11.58 + cp tini-static /build/docker-init
19:11:53 [2021-03-01T19:11:53.266Z] #36 DONE 12.2s
19:11:53 [2021-03-01T19:11:53.266Z] 
19:11:53 [2021-03-01T19:11:53.266Z] #42 [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
19:11:53 [2021-03-01T19:11:53.266Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:53 [2021-03-01T19:11:53.266Z] #42 6.626 fatal: not a git repository (or any of the parent directories): .git
19:11:53 [2021-03-01T19:11:53.266Z] #42 6.708   GEN      .gitid
19:11:53 [2021-03-01T19:11:53.266Z] #42 6.790   GEN      criu/include/version.h
19:11:53 [2021-03-01T19:11:53.266Z] #42 6.850   GEN      include/common/asm
19:11:53 [2021-03-01T19:11:53.522Z] #42 ...
19:11:53 [2021-03-01T19:11:53.522Z] 
19:11:53 [2021-03-01T19:11:53.522Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:53 [2021-03-01T19:11:53.522Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:53 [2021-03-01T19:11:53.522Z] #12 69.88 Selecting previously unselected package mingw-w64-x86-64-dev.
19:11:53 [2021-03-01T19:11:53.522Z] #12 69.91 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
19:11:53 [2021-03-01T19:11:53.522Z] #12 69.91 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
19:11:53 [2021-03-01T19:11:53.522Z] #12 76.30 Selecting previously unselected package gcc-mingw-w64-base.
19:11:53 [2021-03-01T19:11:53.522Z] #12 76.31 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:11:53 [2021-03-01T19:11:53.522Z] #12 76.31 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:11:53 [2021-03-01T19:11:53.522Z] #12 76.43 Selecting previously unselected package gcc-mingw-w64-x86-64.
19:11:53 [2021-03-01T19:11:53.522Z] #12 76.44 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:11:53 [2021-03-01T19:11:53.522Z] #12 76.45 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:11:53 [2021-03-01T19:11:53.522Z] #12 ...
19:11:53 [2021-03-01T19:11:53.522Z] 
19:11:53 [2021-03-01T19:11:53.522Z] #50 [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
19:11:53 [2021-03-01T19:11:53.522Z] #50 sha256:e9bdd1a129d6aed7dcd607237f43050b68baace8d452244d757a054f28c9f36b
19:11:53 [2021-03-01T19:11:53.522Z] #50 80.20 golang.org/x/crypto/ssh/terminal
19:11:53 [2021-03-01T19:11:53.602Z] #36 1.079 + RM_GOPATH=0
19:11:53 [2021-03-01T19:11:53.602Z] #36 1.079 + TMP_GOPATH=
19:11:53 [2021-03-01T19:11:53.602Z] #36 1.079 + : /build
19:11:53 [2021-03-01T19:11:53.602Z] #36 1.079 + '[' -z '' ']'
19:11:53 [2021-03-01T19:11:53.602Z] #36 1.079 ++ mktemp -d
19:11:53 [2021-03-01T19:11:53.602Z] #36 1.079 + export GOPATH=/tmp/tmp.9A3DOQV3RT
19:11:53 [2021-03-01T19:11:53.602Z] #36 1.079 + GOPATH=/tmp/tmp.9A3DOQV3RT
19:11:53 [2021-03-01T19:11:53.602Z] #36 1.079 + RM_GOPATH=1
19:11:53 [2021-03-01T19:11:53.602Z] #36 1.079 + case "$(go env GOARCH)" in
19:11:53 [2021-03-01T19:11:53.602Z] #36 1.079 ++ go env GOARCH
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.101 + export GO_BUILDMODE=-buildmode=pie
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.101 + GO_BUILDMODE=-buildmode=pie
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.104 ++ dirname /tmp/install/install.sh
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.113 + dir=/tmp/install
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.113 + bin=tini
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.118 + shift
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.127 + '[' '!' -f /tmp/install/tini.installer ']'
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.127 + . /tmp/install/tini.installer
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.128 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.129 + install_tini
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.130 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.130 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.130 + git clone https://github.com/krallin/tini.git /tmp/tmp.9A3DOQV3RT/tini
19:11:53 [2021-03-01T19:11:53.859Z] #36 1.133 Cloning into '/tmp/tmp.9A3DOQV3RT/tini'...
19:11:54 [2021-03-01T19:11:54.737Z] #45 102.2 go/ast
19:11:54 [2021-03-01T19:11:54.737Z] #45 ...
19:11:54 [2021-03-01T19:11:54.737Z] 
19:11:54 [2021-03-01T19:11:54.737Z] #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
19:11:54 [2021-03-01T19:11:54.737Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:11:54 [2021-03-01T19:11:54.737Z] #43 32.22   CC       images/ipc-sem.o
19:11:54 [2021-03-01T19:11:54.737Z] #43 32.69   CC       images/utsns.o
19:11:54 [2021-03-01T19:11:54.737Z] #43 33.12   CC       images/creds.o
19:11:54 [2021-03-01T19:11:54.737Z] #43 33.30   CC       images/vma.o
19:11:54 [2021-03-01T19:11:54.737Z] #43 33.50   CC       images/netdev.o
19:11:54 [2021-03-01T19:11:54.737Z] #43 33.95   CC       images/tty.o
19:11:54 [2021-03-01T19:11:54.737Z] #43 34.63   CC       images/file-lock.o
19:11:54 [2021-03-01T19:11:54.737Z] #43 34.82   CC       images/rlimit.o
19:11:54 [2021-03-01T19:11:54.737Z] #43 35.01   CC       images/pagemap.o
19:11:54 [2021-03-01T19:11:54.737Z] #43 35.27   CC       images/siginfo.o
19:11:54 [2021-03-01T19:11:54.737Z] #43 35.55   CC       images/rpc.o
19:11:54 [2021-03-01T19:11:54.844Z] #36 1.847 + cd /tmp/tmp.9A3DOQV3RT/tini
19:11:54 [2021-03-01T19:11:54.844Z] #36 1.847 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
19:11:54 [2021-03-01T19:11:54.844Z] #36 1.866 + cmake .
19:11:54 [2021-03-01T19:11:54.974Z] #50 81.74 mvdan.cc/editorconfig
19:11:55 [2021-03-01T19:11:55.025Z] #12 ...
19:11:55 [2021-03-01T19:11:55.025Z] 
19:11:55 [2021-03-01T19:11:55.025Z] #50 [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
19:11:55 [2021-03-01T19:11:55.025Z] #50 sha256:61ffb682b08da8166431e3071096480556c305352f9565518b626d76daae301c
19:11:55 [2021-03-01T19:11:55.025Z] #50 71.89 mvdan.cc/sh/v3/cmd/shfmt
19:11:55 [2021-03-01T19:11:55.025Z] #50 DONE 81.0s
19:11:55 [2021-03-01T19:11:55.102Z] #36 ...
19:11:55 [2021-03-01T19:11:55.102Z] 
19:11:55 [2021-03-01T19:11:55.102Z] #44 [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
19:11:55 [2021-03-01T19:11:55.102Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:11:55 [2021-03-01T19:11:55.102Z] #44 77.08 time
19:11:55 [2021-03-01T19:11:55.102Z] #44 81.27 strings
19:11:55 [2021-03-01T19:11:55.102Z] #44 83.22 os
19:11:55 [2021-03-01T19:11:55.102Z] #44 84.28 regexp/syntax
19:11:55 [2021-03-01T19:11:55.102Z] #44 ...
19:11:55 [2021-03-01T19:11:55.102Z] 
19:11:55 [2021-03-01T19:11:55.102Z] #41 [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
19:11:55 [2021-03-01T19:11:55.102Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:55 [2021-03-01T19:11:55.102Z] #41 77.17 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 77.19 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 77.20 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 77.22 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 77.23 Setting up python-six (1.12.0-1) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 81.32 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 81.35 Setting up libnl-3-200:amd64 (3.4.0-1) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 81.39 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 81.40 Setting up libcap-dev:amd64 (1:2.25-2) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 81.43 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 81.45 Setting up protobuf-compiler (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 81.48 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 81.49 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 81.51 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
19:11:55 [2021-03-01T19:11:55.102Z] #41 81.53 Setting up python-protobuf (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.122Z] #50 85.62 encoding/base64
19:11:55 [2021-03-01T19:11:55.290Z] 
19:11:55 [2021-03-01T19:11:55.290Z] #41 [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
19:11:55 [2021-03-01T19:11:55.290Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
19:11:55 [2021-03-01T19:11:55.290Z] #41 72.85 Setting up python-pkg-resources (40.8.0-1) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 75.33 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 75.36 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 75.37 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 75.39 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 75.47 Setting up python-six (1.12.0-1) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 77.32 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 77.44 Setting up libnl-3-200:arm64 (3.4.0-1) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 77.49 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 77.54 Setting up libcap-dev:arm64 (1:2.25-2) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 77.57 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 77.61 Setting up protobuf-compiler (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 77.64 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 77.66 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 77.71 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
19:11:55 [2021-03-01T19:11:55.290Z] #41 77.75 Setting up python-protobuf (3.6.1.3-2) ...
19:11:55 [2021-03-01T19:11:55.359Z] #41 ...
19:11:55 [2021-03-01T19:11:55.359Z] 
19:11:55 [2021-03-01T19:11:55.359Z] #36 [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
19:11:55 [2021-03-01T19:11:55.359Z] #36 sha256:f259a683b98ca45ad3879457e51f0b4e63b7f3ac2dc3af6d508d2802d31518a0
19:11:55 [2021-03-01T19:11:55.359Z] #36 2.457 -- The C compiler identification is GNU 8.3.0
19:11:55 [2021-03-01T19:11:55.359Z] #36 2.543 -- Check for working C compiler: /usr/bin/cc
19:11:55 [2021-03-01T19:11:55.519Z] #19 47.75 Selecting previously unselected package vim.
19:11:55 [2021-03-01T19:11:55.519Z] #19 47.76 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
19:11:55 [2021-03-01T19:11:55.519Z] #19 47.77 Unpacking vim (2:8.1.0875-5) ...
19:11:55 [2021-03-01T19:11:55.555Z] #41 ...
19:11:55 [2021-03-01T19:11:55.555Z] 
19:11:55 [2021-03-01T19:11:55.555Z] #35 [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
19:11:55 [2021-03-01T19:11:55.555Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9
19:11:55 [2021-03-01T19:11:55.555Z] #35 71.77 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 73.03 Selecting previously unselected package librhash0:arm64.
19:11:55 [2021-03-01T19:11:55.555Z] #35 73.03 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 73.26 Unpacking librhash0:arm64 (1.3.8-1) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 73.51 Selecting previously unselected package libuv1:arm64.
19:11:55 [2021-03-01T19:11:55.555Z] #35 73.52 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 73.52 Unpacking libuv1:arm64 (1.24.1-1) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 74.03 Selecting previously unselected package cmake.
19:11:55 [2021-03-01T19:11:55.555Z] #35 74.03 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 74.05 Unpacking cmake (3.13.4-1) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 77.46 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 77.49 Setting up xxd (2:8.1.0875-5) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 77.54 Setting up libuv1:arm64 (1.24.1-1) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 77.56 Setting up vim-common (2:8.1.0875-5) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 77.65 Setting up librhash0:arm64 (1.3.8-1) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 77.69 Setting up cmake-data (3.13.4-1) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 77.75 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 80.49 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 81.37 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 81.51 Setting up cmake (3.13.4-1) ...
19:11:55 [2021-03-01T19:11:55.555Z] #35 81.54 Processing triggers for libc-bin (2.28-10) ...
19:11:55 [2021-03-01T19:11:55.779Z] #19 48.30 Selecting previously unselected package xfsprogs.
19:11:55 [2021-03-01T19:11:55.779Z] #19 48.32 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
19:11:55 [2021-03-01T19:11:55.779Z] #19 48.33 Unpacking xfsprogs (4.20.0-1) ...
19:11:55 [2021-03-01T19:11:55.925Z] #36 3.285 -- Check for working C compiler: /usr/bin/cc -- works
19:11:55 [2021-03-01T19:11:55.925Z] #36 3.288 -- Detecting C compiler ABI info
19:11:56 [2021-03-01T19:11:56.039Z] #19 48.81 Selecting previously unselected package zip.
19:11:56 [2021-03-01T19:11:56.039Z] #19 48.81 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
19:11:56 [2021-03-01T19:11:56.039Z] #19 48.82 Unpacking zip (3.0-11+b1) ...
19:11:56 [2021-03-01T19:11:56.068Z] #50 86.58 golang.org/x/sys/unix
19:11:56 [2021-03-01T19:11:56.068Z] #50 ...
19:11:56 [2021-03-01T19:11:56.068Z] 
19:11:56 [2021-03-01T19:11:56.068Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:56 [2021-03-01T19:11:56.068Z] #33 sha256:4280ad22617e2acc851c5edf0e08d7eb3d642fb8e4299301193729e631274d41
19:11:56 [2021-03-01T19:11:56.068Z] #33 76.93 os
19:11:56 [2021-03-01T19:11:56.068Z] #33 79.07 path
19:11:56 [2021-03-01T19:11:56.068Z] #33 79.65 text/tabwriter
19:11:56 [2021-03-01T19:11:56.068Z] #33 80.80 path/filepath
19:11:56 [2021-03-01T19:11:56.068Z] #33 80.80 fmt
19:11:56 [2021-03-01T19:11:56.068Z] #33 82.70 io/ioutil
19:11:56 [2021-03-01T19:11:56.068Z] #33 84.75 flag
19:11:56 [2021-03-01T19:11:56.068Z] #33 84.76 github.com/BurntSushi/toml
19:11:56 [2021-03-01T19:11:56.068Z] #33 86.54 log
19:11:56 [2021-03-01T19:11:56.086Z] #35 81.88 Processing triggers for mime-support (3.62) ...
19:11:56 [2021-03-01T19:11:56.286Z] #43 37.11   CC       images/ext-file.o
19:11:56 [2021-03-01T19:11:56.299Z] #19 49.03 Setting up aufs-tools (1:4.14+20190211-1) ...
19:11:56 [2021-03-01T19:11:56.299Z] #19 49.05 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
19:11:56 [2021-03-01T19:11:56.299Z] #19 49.06 Setting up libip6tc0:amd64 (1.8.2-4) ...
19:11:56 [2021-03-01T19:11:56.299Z] #19 49.08 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
19:11:56 [2021-03-01T19:11:56.299Z] #19 49.10 Setting up libgpm2:amd64 (1.20.7-5) ...
19:11:56 [2021-03-01T19:11:56.299Z] #19 49.12 Setting up libip4tc0:amd64 (1.8.2-4) ...
19:11:56 [2021-03-01T19:11:56.299Z] #19 49.13 Setting up uidmap (1:4.5-1.1) ...
19:11:56 [2021-03-01T19:11:56.329Z] #33 ...
19:11:56 [2021-03-01T19:11:56.329Z] 
19:11:56 [2021-03-01T19:11:56.329Z] #36 [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
19:11:56 [2021-03-01T19:11:56.329Z] #36 sha256:0463bccec05242aa420c4a6a00a1e3195cbc24fd551fad54ad2ebbb659322b77
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.151 + RM_GOPATH=0
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.151 + TMP_GOPATH=
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.151 + : /build
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.151 + '[' -z '' ']'
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.151 ++ mktemp -d
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.153 + export GOPATH=/tmp/tmp.GRVr2BFNeZ
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.154 + GOPATH=/tmp/tmp.GRVr2BFNeZ
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.154 + RM_GOPATH=1
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.154 + case "$(go env GOARCH)" in
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.155 ++ go env GOARCH
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.172 + export GO_BUILDMODE=-buildmode=pie
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.172 + GO_BUILDMODE=-buildmode=pie
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.173 ++ dirname /tmp/install/install.sh
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.176 + dir=/tmp/install
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.180 + bin=tini
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.180 + shift
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.180 + '[' '!' -f /tmp/install/tini.installer ']'
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.182 + . /tmp/install/tini.installer
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.182 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.183 + install_tini
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.183 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.184 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.184 + git clone https://github.com/krallin/tini.git /tmp/tmp.GRVr2BFNeZ/tini
19:11:56 [2021-03-01T19:11:56.329Z] #36 1.186 Cloning into '/tmp/tmp.GRVr2BFNeZ/tini'...
19:11:56 [2021-03-01T19:11:56.329Z] #36 2.008 + cd /tmp/tmp.GRVr2BFNeZ/tini
19:11:56 [2021-03-01T19:11:56.329Z] #36 2.008 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
19:11:56 [2021-03-01T19:11:56.329Z] #36 2.016 + cmake .
19:11:56 [2021-03-01T19:11:56.329Z] #36 2.541 -- The C compiler identification is GNU 8.3.0
19:11:56 [2021-03-01T19:11:56.329Z] #36 2.603 -- Check for working C compiler: /usr/bin/cc
19:11:56 [2021-03-01T19:11:56.329Z] #36 3.381 -- Check for working C compiler: /usr/bin/cc -- works
19:11:56 [2021-03-01T19:11:56.329Z] #36 3.397 -- Detecting C compiler ABI info
19:11:56 [2021-03-01T19:11:56.329Z] #36 4.219 -- Detecting C compiler ABI info - done
19:11:56 [2021-03-01T19:11:56.329Z] #36 4.275 -- Detecting C compile features
19:11:56 [2021-03-01T19:11:56.558Z] #19 49.14 Setting up libnftnl11:amd64 (1.1.2-2) ...
19:11:56 [2021-03-01T19:11:56.558Z] #19 49.16 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:11:56 [2021-03-01T19:11:56.558Z] #19 49.17 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
19:11:56 [2021-03-01T19:11:56.558Z] #19 49.19 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:11:56 [2021-03-01T19:11:56.558Z] #19 49.20 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
19:11:56 [2021-03-01T19:11:56.558Z] #19 49.21 Setting up xxd (2:8.1.0875-5) ...
19:11:56 [2021-03-01T19:11:56.558Z] #19 49.23 Setting up zip (3.0-11+b1) ...
19:11:56 [2021-03-01T19:11:56.558Z] #19 49.24 Setting up vim-common (2:8.1.0875-5) ...
19:11:56 [2021-03-01T19:11:56.558Z] #19 49.27 Setting up bash-completion (1:2.8-6) ...
19:11:56 [2021-03-01T19:11:56.585Z] #43 37.31   CC       images/cgroup.o
19:11:56 [2021-03-01T19:11:56.855Z] #36 3.976 -- Detecting C compiler ABI info - done
19:11:56 [2021-03-01T19:11:56.855Z] #36 4.028 -- Detecting C compile features
19:11:56 [2021-03-01T19:11:56.864Z] #50 83.07 mvdan.cc/sh/v3/fileutil
19:11:56 [2021-03-01T19:11:56.864Z] #50 83.38 mvdan.cc/sh/v3/syntax
19:11:56 [2021-03-01T19:11:56.864Z] #50 ...
19:11:56 [2021-03-01T19:11:56.864Z] 
19:11:56 [2021-03-01T19:11:56.864Z] #44 [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
19:11:56 [2021-03-01T19:11:56.864Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:11:56 [2021-03-01T19:11:56.864Z] #44 73.65 go/token
19:11:56 [2021-03-01T19:11:56.864Z] #44 74.70 go/scanner
19:11:56 [2021-03-01T19:11:56.864Z] #44 75.54 go/ast
19:11:56 [2021-03-01T19:11:56.864Z] #44 75.70 internal/lazyregexp
19:11:56 [2021-03-01T19:11:56.864Z] #44 76.03 net/url
19:11:56 [2021-03-01T19:11:56.864Z] #44 78.11 text/template/parse
19:11:56 [2021-03-01T19:11:56.864Z] #44 80.67 go/parser
19:11:56 [2021-03-01T19:11:56.864Z] #44 83.23 text/template
19:11:56 [2021-03-01T19:11:56.901Z] #36 ...
19:11:56 [2021-03-01T19:11:56.901Z] 
19:11:56 [2021-03-01T19:11:56.901Z] #41 [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
19:11:56 [2021-03-01T19:11:56.901Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:56 [2021-03-01T19:11:56.901Z] #41 87.64 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
19:11:57 [2021-03-01T19:11:57.046Z] #35 DONE 82.9s
19:11:57 [2021-03-01T19:11:57.046Z] 
19:11:57 [2021-03-01T19:11:57.046Z] #36 [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
19:11:57 [2021-03-01T19:11:57.046Z] #36 sha256:d9c33f6328f92a7b26a513637e3c890b3223d756f9bf79b96ea2dd8bb65e80bc
19:11:57 [2021-03-01T19:11:57.119Z] #36 ...
19:11:57 [2021-03-01T19:11:57.119Z] 
19:11:57 [2021-03-01T19:11:57.119Z] #41 [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
19:11:57 [2021-03-01T19:11:57.119Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c
19:11:57 [2021-03-01T19:11:57.119Z] #41 88.05 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
19:11:57 [2021-03-01T19:11:57.119Z] #41 88.06 Processing triggers for libc-bin (2.28-10) ...
19:11:57 [2021-03-01T19:11:57.119Z] #41 DONE 89.0s
19:11:57 [2021-03-01T19:11:57.119Z] 
19:11:57 [2021-03-01T19:11:57.119Z] #42 [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
19:11:57 [2021-03-01T19:11:57.119Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:57 [2021-03-01T19:11:57.161Z] #44 ...
19:11:57 [2021-03-01T19:11:57.161Z] 
19:11:57 [2021-03-01T19:11:57.161Z] #42 [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
19:11:57 [2021-03-01T19:11:57.161Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:11:57 [2021-03-01T19:11:57.161Z] #42 8.526   PBCC     images/timens.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 8.547   DEP      images/timens.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 8.574   PBCC     images/fown.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 8.634   PBCC     images/google/protobuf/descriptor.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 8.716   PBCC     images/opts.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 8.776   PBCC     images/memfd.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 8.846   DEP      images/fown.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 8.859   DEP      images/google/protobuf/descriptor.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 8.978   DEP      images/opts.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.090   DEP      images/memfd.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.133   PBCC     images/sit.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.171   DEP      images/sit.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.222   PBCC     images/macvlan.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.294   DEP      images/macvlan.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.373   PBCC     images/autofs.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.373   DEP      images/autofs.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.505   PBCC     images/sysctl.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.505   DEP      images/sysctl.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.537   PBCC     images/time.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.645   DEP      images/time.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.645   PBCC     images/binfmt-misc.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.645   DEP      images/binfmt-misc.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.706   PBCC     images/seccomp.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.808   DEP      images/seccomp.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.808   PBCC     images/userns.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 9.854   DEP      images/userns.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.02   PBCC     images/cgroup.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.02   DEP      images/cgroup.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.02   PBCC     images/ext-file.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.02   DEP      images/ext-file.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.13   PBCC     images/rpc.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.13   DEP      images/rpc.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.28   PBCC     images/siginfo.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.28   DEP      images/siginfo.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.38   PBCC     images/pagemap.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.49   DEP      images/pagemap.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.49   PBCC     images/rlimit.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.49   DEP      images/rlimit.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.56   PBCC     images/file-lock.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.56   DEP      images/file-lock.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.65   PBCC     images/tty.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.69   DEP      images/tty.pb-c.d
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.72   PBCC     images/tun.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.77   PBCC     images/netdev.pb-c.c
19:11:57 [2021-03-01T19:11:57.161Z] #42 10.86   DEP      images/tun.pb-c.d
19:11:57 [2021-03-01T19:11:57.162Z] #42 10.91   DEP      images/netdev.pb-c.d
19:11:57 [2021-03-01T19:11:57.162Z] #42 10.99   PBCC     images/vma.pb-c.c
19:11:57 [2021-03-01T19:11:57.162Z] #42 11.03   DEP      images/vma.pb-c.d
19:11:57 [2021-03-01T19:11:57.162Z] #41 87.67 Processing triggers for libc-bin (2.28-10) ...
19:11:57 [2021-03-01T19:11:57.417Z] #42 11.14   PBCC     images/creds.pb-c.c
19:11:57 [2021-03-01T19:11:57.417Z] #42 11.14   DEP      images/creds.pb-c.d
19:11:57 [2021-03-01T19:11:57.417Z] #42 11.23   PBCC     images/utsns.pb-c.c
19:11:57 [2021-03-01T19:11:57.417Z] #42 11.25   DEP      images/utsns.pb-c.d
19:11:57 [2021-03-01T19:11:57.417Z] #42 11.31   PBCC     images/ipc-desc.pb-c.c
19:11:57 [2021-03-01T19:11:57.417Z] #42 11.34   PBCC     images/ipc-sem.pb-c.c
19:11:57 [2021-03-01T19:11:57.417Z] #42 11.35   DEP      images/ipc-desc.pb-c.d
19:11:57 [2021-03-01T19:11:57.628Z] #36 ...
19:11:57 [2021-03-01T19:11:57.628Z] 
19:11:57 [2021-03-01T19:11:57.628Z] #41 [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
19:11:57 [2021-03-01T19:11:57.628Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38
19:11:57 [2021-03-01T19:11:57.628Z] #41 82.84 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
19:11:57 [2021-03-01T19:11:57.628Z] #41 83.05 Processing triggers for libc-bin (2.28-10) ...
19:11:57 [2021-03-01T19:11:57.628Z] #41 DONE 83.6s
19:11:57 [2021-03-01T19:11:57.628Z] 
19:11:57 [2021-03-01T19:11:57.628Z] #42 [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
19:11:57 [2021-03-01T19:11:57.628Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:11:57 [2021-03-01T19:11:57.651Z] #43 38.10   CC       images/userns.o
19:11:57 [2021-03-01T19:11:57.673Z] #42 11.42   DEP      images/ipc-sem.pb-c.d
19:11:57 [2021-03-01T19:11:57.673Z] #42 11.46   PBCC     images/ipc-msg.pb-c.c
19:11:57 [2021-03-01T19:11:57.673Z] #42 11.46   DEP      images/ipc-msg.pb-c.d
19:11:57 [2021-03-01T19:11:57.673Z] #42 11.52   PBCC     images/ipc-shm.pb-c.c
19:11:57 [2021-03-01T19:11:57.673Z] #42 11.59   DEP      images/ipc-shm.pb-c.d
19:11:57 [2021-03-01T19:11:57.673Z] #42 11.62   PBCC     images/ipc-var.pb-c.c
19:11:57 [2021-03-01T19:11:57.682Z] #42 ...
19:11:57 [2021-03-01T19:11:57.682Z] 
19:11:57 [2021-03-01T19:11:57.682Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:57 [2021-03-01T19:11:57.682Z] #33 sha256:4cbf38afe26bf2d04adb1f3838640864909e13d1d0b073ff295eb03bd5c629a9
19:11:57 [2021-03-01T19:11:57.682Z] #33 79.55 internal/poll
19:11:57 [2021-03-01T19:11:57.682Z] #33 80.28 internal/fmtsort
19:11:57 [2021-03-01T19:11:57.682Z] #33 80.83 internal/syscall/execenv
19:11:57 [2021-03-01T19:11:57.682Z] #33 80.98 internal/syscall/unix
19:11:57 [2021-03-01T19:11:57.682Z] #33 81.21 strings
19:11:57 [2021-03-01T19:11:57.682Z] #33 81.85 os
19:11:57 [2021-03-01T19:11:57.682Z] #33 84.15 path
19:11:57 [2021-03-01T19:11:57.682Z] #33 84.60 text/tabwriter
19:11:57 [2021-03-01T19:11:57.682Z] #33 86.00 path/filepath
19:11:57 [2021-03-01T19:11:57.682Z] #33 86.00 fmt
19:11:57 [2021-03-01T19:11:57.682Z] #33 87.32 io/ioutil
19:11:57 [2021-03-01T19:11:57.682Z] #33 ...
19:11:57 [2021-03-01T19:11:57.682Z] 
19:11:57 [2021-03-01T19:11:57.682Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:57 [2021-03-01T19:11:57.682Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:11:57 [2021-03-01T19:11:57.682Z] #12 81.73 Selecting previously unselected package binutils-mingw-w64.
19:11:57 [2021-03-01T19:11:57.682Z] #12 81.78 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
19:11:57 [2021-03-01T19:11:57.682Z] #12 81.82 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
19:11:57 [2021-03-01T19:11:57.682Z] #12 82.02 Selecting previously unselected package libdevmapper1.02.1:amd64.
19:11:57 [2021-03-01T19:11:57.682Z] #12 82.04 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
19:11:57 [2021-03-01T19:11:57.682Z] #12 82.08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
19:11:57 [2021-03-01T19:11:57.682Z] #12 82.27 Selecting previously unselected package dmsetup.
19:11:57 [2021-03-01T19:11:57.682Z] #12 82.28 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
19:11:57 [2021-03-01T19:11:57.682Z] #12 82.29 Unpacking dmsetup (2:1.02.155-3) ...
19:11:57 [2021-03-01T19:11:57.682Z] #12 82.44 Selecting previously unselected package mingw-w64-common.
19:11:57 [2021-03-01T19:11:57.682Z] #12 82.44 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
19:11:57 [2021-03-01T19:11:57.682Z] #12 82.45 Unpacking mingw-w64-common (6.0.0-3) ...
19:11:57 [2021-03-01T19:11:57.682Z] #12 88.98 Selecting previously unselected package mingw-w64-x86-64-dev.
19:11:57 [2021-03-01T19:11:57.682Z] #12 88.99 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
19:11:57 [2021-03-01T19:11:57.682Z] #12 89.00 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
19:11:57 [2021-03-01T19:11:57.737Z] #41 DONE 88.6s
19:11:57 [2021-03-01T19:11:57.737Z] 
19:11:57 [2021-03-01T19:11:57.737Z] #36 [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
19:11:57 [2021-03-01T19:11:57.737Z] #36 sha256:0463bccec05242aa420c4a6a00a1e3195cbc24fd551fad54ad2ebbb659322b77
19:11:57 [2021-03-01T19:11:57.737Z] #36 6.450 -- Detecting C compile features - done
19:11:57 [2021-03-01T19:11:57.737Z] #36 6.501 -- Performing Test HAS_BUILTIN_FORTIFY
19:11:57 [2021-03-01T19:11:57.737Z] #36 6.693 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
19:11:57 [2021-03-01T19:11:57.737Z] #36 6.806 -- Configuring done
19:11:57 [2021-03-01T19:11:57.737Z] #36 6.810 -- Generating done
19:11:57 [2021-03-01T19:11:57.737Z] #36 6.811 -- Build files have been written to: /tmp/tmp.GRVr2BFNeZ/tini
19:11:57 [2021-03-01T19:11:57.737Z] #36 6.816 + make tini-static
19:11:57 [2021-03-01T19:11:57.929Z] #42 11.66   DEP      images/ipc-var.pb-c.d
19:11:57 [2021-03-01T19:11:57.929Z] #42 11.72   PBCC     images/sk-opts.pb-c.c
19:11:57 [2021-03-01T19:11:57.929Z] #42 11.79   PBCC     images/packet-sock.pb-c.c
19:11:57 [2021-03-01T19:11:57.929Z] #42 11.85   DEP      images/sk-opts.pb-c.d
19:11:57 [2021-03-01T19:11:57.929Z] #42 11.91   DEP      images/packet-sock.pb-c.d
19:11:57 [2021-03-01T19:11:57.939Z] #12 ...
19:11:57 [2021-03-01T19:11:57.939Z] 
19:11:57 [2021-03-01T19:11:57.939Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:11:57 [2021-03-01T19:11:57.939Z] #33 sha256:4cbf38afe26bf2d04adb1f3838640864909e13d1d0b073ff295eb03bd5c629a9
19:11:57 [2021-03-01T19:11:57.939Z] #33 89.74 flag
19:11:57 [2021-03-01T19:11:57.939Z] #33 89.74 github.com/BurntSushi/toml
19:11:57 [2021-03-01T19:11:57.950Z] #43 38.48   CC       images/google/protobuf/descriptor.o
19:11:58 [2021-03-01T19:11:58.227Z] #42 11.97   PBCC     images/sk-netlink.pb-c.c
19:11:58 [2021-03-01T19:11:58.227Z] #42 12.01   DEP      images/sk-netlink.pb-c.d
19:11:58 [2021-03-01T19:11:58.227Z] #42 12.07   PBCC     images/sk-inet.pb-c.c
19:11:58 [2021-03-01T19:11:58.227Z] #42 12.13   DEP      images/sk-inet.pb-c.d
19:11:58 [2021-03-01T19:11:58.482Z] #42 12.17   PBCC     images/sk-unix.pb-c.c
19:11:58 [2021-03-01T19:11:58.482Z] #42 12.23   DEP      images/sk-unix.pb-c.d
19:11:58 [2021-03-01T19:11:58.482Z] #42 12.31   PBCC     images/mm.pb-c.c
19:11:58 [2021-03-01T19:11:58.601Z] #43 ...
19:11:58 [2021-03-01T19:11:58.601Z] 
19:11:58 [2021-03-01T19:11:58.601Z] #13 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:11:58 [2021-03-01T19:11:58.601Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a
19:11:58 [2021-03-01T19:11:58.601Z] #13 96.24 Selecting previously unselected package g++-mingw-w64-x86-64.
19:11:58 [2021-03-01T19:11:58.601Z] #13 96.26 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
19:11:58 [2021-03-01T19:11:58.601Z] #13 96.26 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:11:58 [2021-03-01T19:11:58.682Z] #36 7.452 Scanning dependencies of target tini-static
19:11:58 [2021-03-01T19:11:58.682Z] #36 7.715 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
19:11:58 [2021-03-01T19:11:58.738Z] #42 12.39   DEP      images/mm.pb-c.d
19:11:58 [2021-03-01T19:11:58.738Z] #42 12.43   PBCC     images/timerfd.pb-c.c
19:11:58 [2021-03-01T19:11:58.738Z] #42 12.47   DEP      images/timerfd.pb-c.d
19:11:58 [2021-03-01T19:11:58.738Z] #42 12.56   PBCC     images/timer.pb-c.c
19:11:58 [2021-03-01T19:11:58.738Z] #42 12.61   DEP      images/timer.pb-c.d
19:11:58 [2021-03-01T19:11:58.753Z] Running on azwin-2-60d050 in d:\jenkins\workspace\moby_PR-42102
[Pipeline] {
[Pipeline] ws
19:11:58 [2021-03-01T19:11:58.770Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
19:11:58 [2021-03-01T19:11:58.906Z] #13 ...
19:11:58 [2021-03-01T19:11:58.906Z] 
19:11:58 [2021-03-01T19:11:58.906Z] #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
19:11:58 [2021-03-01T19:11:58.906Z] #51 sha256:06c0178ee9aaa7e090fb3e16602a05ce9eebb2317066e19b2b4f4d047158b41a
19:11:58 [2021-03-01T19:11:58.906Z] #51 100.3 go/scanner
19:11:58 [2021-03-01T19:11:58.906Z] #51 101.8 mvdan.cc/editorconfig
19:11:58 [2021-03-01T19:11:58.906Z] #51 103.8 go/ast
19:11:58 [2021-03-01T19:11:58.906Z] #51 104.9 mvdan.cc/sh/v3/syntax
19:11:58 [2021-03-01T19:11:58.993Z] #42 12.69   PBCC     images/sa.pb-c.c
19:11:58 [2021-03-01T19:11:58.993Z] #42 12.75   DEP      images/sa.pb-c.d
19:11:58 [2021-03-01T19:11:58.993Z] #42 12.83   PBCC     images/pipe-data.pb-c.c
19:11:58 [2021-03-01T19:11:58.993Z] #42 12.85   DEP      images/pipe-data.pb-c.d
19:11:58 [2021-03-01T19:11:58.993Z] #42 12.92   PBCC     images/mnt.pb-c.c
19:11:59 [2021-03-01T19:11:59.096Z] #19 51.88 Setting up libiptc0:amd64 (1.8.2-4) ...
19:11:59 [2021-03-01T19:11:59.249Z] #42 13.01   DEP      images/mnt.pb-c.d
19:11:59 [2021-03-01T19:11:59.249Z] #42 13.07   PBCC     images/sk-packet.pb-c.c
19:11:59 [2021-03-01T19:11:59.249Z] #42 13.09   DEP      images/sk-packet.pb-c.d
19:11:59 [2021-03-01T19:11:59.249Z] #42 13.18   PBCC     images/tcp-stream.pb-c.c
19:11:59 [2021-03-01T19:11:59.249Z] #42 13.20   DEP      images/tcp-stream.pb-c.d
19:11:59 [2021-03-01T19:11:59.354Z] #19 51.90 Setting up xz-utils (5.2.4-1) ...
19:11:59 [2021-03-01T19:11:59.354Z] #19 51.92 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
19:11:59 [2021-03-01T19:11:59.354Z] #19 51.94 Setting up sudo (1.8.27-1+deb10u3) ...
19:11:59 [2021-03-01T19:11:59.354Z] #19 52.03 invoke-rc.d: could not determine current runlevel
19:11:59 [2021-03-01T19:11:59.354Z] #19 52.04 invoke-rc.d: policy-rc.d denied execution of start.
19:11:59 [2021-03-01T19:11:59.354Z] #19 52.05 Setting up pigz (2.4-1) ...
19:11:59 [2021-03-01T19:11:59.354Z] #19 52.06 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
19:11:59 [2021-03-01T19:11:59.354Z] #19 52.08 Setting up libnl-3-200:amd64 (3.4.0-1) ...
19:11:59 [2021-03-01T19:11:59.354Z] #19 52.11 Setting up python-pip-whl (18.1-5) ...
19:11:59 [2021-03-01T19:11:59.354Z] #19 52.13 Setting up libmpdec2:amd64 (2.4.2-2) ...
19:11:59 [2021-03-01T19:11:59.354Z] #19 52.15 Setting up vim-runtime (2:8.1.0875-5) ...
19:11:59 [2021-03-01T19:11:59.505Z] #42 13.25   PBCC     images/pipe.pb-c.c
19:11:59 [2021-03-01T19:11:59.505Z] #42 13.29   DEP      images/pipe.pb-c.d
19:11:59 [2021-03-01T19:11:59.505Z] #42 13.35   PBCC     images/pstree.pb-c.c
19:11:59 [2021-03-01T19:11:59.505Z] #42 13.37   DEP      images/pstree.pb-c.d
19:11:59 [2021-03-01T19:11:59.505Z] #42 13.42   PBCC     images/fs.pb-c.c
19:11:59 [2021-03-01T19:11:59.505Z] #42 13.45   DEP      images/fs.pb-c.d
19:11:59 [2021-03-01T19:11:59.776Z] #42 13.53   PBCC     images/signalfd.pb-c.c
19:11:59 [2021-03-01T19:11:59.776Z] #42 13.56   DEP      images/signalfd.pb-c.d
19:11:59 [2021-03-01T19:11:59.776Z] #42 13.65   PBCC     images/fh.pb-c.c
19:11:59 [2021-03-01T19:11:59.832Z] #33 91.56 log
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.58 Setting up libaio1:amd64 (0.3.112-3) ...
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.60 Setting up libonig5:amd64 (6.9.1-1) ...
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.62 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.63 Setting up vim (2:8.1.0875-5) ...
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.72 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.74 Setting up thin-provisioning-tools (0.7.6-2.1) ...
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.76 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.77 Setting up jq (1.5+dfsg-2+b1) ...
19:11:59 [2021-03-01T19:11:59.920Z] #19 52.79 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
19:12:00 [2021-03-01T19:12:00.031Z] #42 13.75   PBCC     images/fsnotify.pb-c.c
19:12:00 [2021-03-01T19:12:00.031Z] #42 13.83   DEP      images/fh.pb-c.d
19:12:00 [2021-03-01T19:12:00.031Z] #42 13.90   DEP      images/fsnotify.pb-c.d
19:12:00 [2021-03-01T19:12:00.031Z] #42 13.96   PBCC     images/eventpoll.pb-c.c
19:12:00 [2021-03-01T19:12:00.070Z] #36 8.931 [100%] Linking C executable tini-static
19:12:00 [2021-03-01T19:12:00.179Z] #19 52.81 Setting up python3.7 (3.7.3-2+deb10u2) ...
19:12:00 [2021-03-01T19:12:00.286Z] #42 14.03   DEP      images/eventpoll.pb-c.d
19:12:00 [2021-03-01T19:12:00.287Z] #42 14.09   PBCC     images/eventfd.pb-c.c
19:12:00 [2021-03-01T19:12:00.287Z] #42 14.12   DEP      images/eventfd.pb-c.d
19:12:00 [2021-03-01T19:12:00.287Z] #42 14.16   PBCC     images/remap-file-path.pb-c.c
19:12:00 [2021-03-01T19:12:00.287Z] #42 14.21   DEP      images/remap-file-path.pb-c.d
19:12:00 [2021-03-01T19:12:00.332Z] #36 9.535 [100%] Built target tini-static
19:12:00 [2021-03-01T19:12:00.353Z] The recommended git tool is: git
19:12:00 [2021-03-01T19:12:00.489Z] #51 ...
19:12:00 [2021-03-01T19:12:00.489Z] 
19:12:00 [2021-03-01T19:12:00.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
19:12:00 [2021-03-01T19:12:00.489Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:12:00 [2021-03-01T19:12:00.489Z] #43 40.94   CC       images/opts.o
19:12:00 [2021-03-01T19:12:00.489Z] #43 41.19   CC       images/seccomp.o
19:12:00 [2021-03-01T19:12:00.542Z] #42 14.29   PBCC     images/fifo.pb-c.c
19:12:00 [2021-03-01T19:12:00.542Z] #42 14.31   DEP      images/fifo.pb-c.d
19:12:00 [2021-03-01T19:12:00.542Z] #42 14.38   PBCC     images/ghost-file.pb-c.c
19:12:00 [2021-03-01T19:12:00.542Z] #42 14.43   DEP      images/ghost-file.pb-c.d
19:12:00 [2021-03-01T19:12:00.593Z] #36 9.613 + mkdir -p /build
19:12:00 [2021-03-01T19:12:00.593Z] #36 9.636 + cp tini-static /build/docker-init
19:12:00 [2021-03-01T19:12:00.788Z] #43 41.48   CC       images/binfmt-misc.o
19:12:00 [2021-03-01T19:12:00.841Z] #42 14.54   PBCC     images/regfile.pb-c.c
19:12:00 [2021-03-01T19:12:00.841Z] #42 14.54   DEP      images/regfile.pb-c.d
19:12:00 [2021-03-01T19:12:00.841Z] #42 14.61   PBCC     images/ns.pb-c.c
19:12:00 [2021-03-01T19:12:00.841Z] #42 14.63   DEP      images/ns.pb-c.d
19:12:00 [2021-03-01T19:12:00.841Z] #42 14.71   PBCC     images/fdinfo.pb-c.c
19:12:00 [2021-03-01T19:12:00.854Z] #36 DONE 9.9s
19:12:00 [2021-03-01T19:12:00.854Z] 
19:12:00 [2021-03-01T19:12:00.854Z] #42 [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
19:12:00 [2021-03-01T19:12:00.854Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:00 [2021-03-01T19:12:00.854Z] #42 2.379 Note: Building without setproctitle() and strlcpy() support.
19:12:00 [2021-03-01T19:12:00.854Z] #42 2.379       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:12:00 [2021-03-01T19:12:00.854Z] #42 2.409 Note: Building without GnuTLS support
19:12:00 [2021-03-01T19:12:00.854Z] #42 2.420 Makefile.config:39: Warn: you have no libnftables installed
19:12:00 [2021-03-01T19:12:00.854Z] #42 2.420 Makefile.config:40: Warn: Building without nftables support
19:12:00 [2021-03-01T19:12:00.963Z] #42 2.952 Note: Building without setproctitle() and strlcpy() support.
19:12:00 [2021-03-01T19:12:00.963Z] #42 2.953       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:12:00 [2021-03-01T19:12:00.963Z] #42 2.973 Note: Building without GnuTLS support
19:12:00 [2021-03-01T19:12:00.963Z] #42 2.980 Makefile.config:39: Warn: you have no libnftables installed
19:12:00 [2021-03-01T19:12:00.963Z] #42 2.980 Makefile.config:40: Warn: Building without nftables support
19:12:01 [2021-03-01T19:12:01.087Z] #43 41.77   CC       images/time.o
19:12:01 [2021-03-01T19:12:01.098Z] #42 14.83   DEP      images/fdinfo.pb-c.d
19:12:01 [2021-03-01T19:12:01.098Z] #42 14.90   PBCC     images/core-aarch64.pb-c.c
19:12:01 [2021-03-01T19:12:01.098Z] #42 14.98   PBCC     images/core-arm.pb-c.c
19:12:01 [2021-03-01T19:12:01.098Z] #42 15.07   PBCC     images/core-ppc64.pb-c.c
19:12:01 [2021-03-01T19:12:01.355Z] #42 15.17   PBCC     images/core-s390.pb-c.c
19:12:01 [2021-03-01T19:12:01.387Z] #43 42.08   CC       images/sysctl.o
19:12:01 [2021-03-01T19:12:01.611Z] #42 15.23   PBCC     images/core-x86.pb-c.c
19:12:01 [2021-03-01T19:12:01.611Z] #42 15.36   PBCC     images/core.pb-c.c
19:12:01 [2021-03-01T19:12:01.611Z] #42 15.41   PBCC     images/inventory.pb-c.c
19:12:01 [2021-03-01T19:12:01.611Z] #42 15.49   DEP      images/core-aarch64.pb-c.d
19:12:01 [2021-03-01T19:12:01.611Z] #42 15.54   DEP      images/core-arm.pb-c.d
19:12:01 [2021-03-01T19:12:01.611Z] #42 15.59   DEP      images/core-ppc64.pb-c.d
19:12:01 [2021-03-01T19:12:01.688Z] #43 42.45   CC       images/autofs.o
19:12:01 [2021-03-01T19:12:01.724Z] #33 ...
19:12:01 [2021-03-01T19:12:01.724Z] 
19:12:01 [2021-03-01T19:12:01.724Z] #50 [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
19:12:01 [2021-03-01T19:12:01.724Z] #50 sha256:a83e322da063f75b63ccdfc973d8faf0332a033c94ac4fb33a38d1329b286683
19:12:01 [2021-03-01T19:12:01.724Z] #50 83.54 context
19:12:01 [2021-03-01T19:12:01.724Z] #50 84.35 os
19:12:01 [2021-03-01T19:12:01.724Z] #50 84.35 encoding/binary
19:12:01 [2021-03-01T19:12:01.724Z] #50 86.96 encoding/base64
19:12:01 [2021-03-01T19:12:01.724Z] #50 87.75 golang.org/x/sys/unix
19:12:01 [2021-03-01T19:12:01.724Z] #50 88.87 fmt
19:12:01 [2021-03-01T19:12:01.724Z] #50 ...
19:12:01 [2021-03-01T19:12:01.724Z] 
19:12:01 [2021-03-01T19:12:01.724Z] #42 [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
19:12:01 [2021-03-01T19:12:01.724Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:01 [2021-03-01T19:12:01.724Z] #42 2.394 Note: Building without setproctitle() and strlcpy() support.
19:12:01 [2021-03-01T19:12:01.725Z] #42 2.395       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:12:01 [2021-03-01T19:12:01.725Z] #42 2.418 Note: Building without GnuTLS support
19:12:01 [2021-03-01T19:12:01.725Z] #42 2.429 Makefile.config:39: Warn: you have no libnftables installed
19:12:01 [2021-03-01T19:12:01.725Z] #42 2.429 Makefile.config:40: Warn: Building without nftables support
19:12:01 [2021-03-01T19:12:01.725Z] #42 4.568 fatal: not a git repository (or any of the parent directories): .git
19:12:01 [2021-03-01T19:12:01.725Z] #42 4.622   GEN      .gitid
19:12:01 [2021-03-01T19:12:01.725Z] #42 4.653   GEN      criu/include/version.h
19:12:01 [2021-03-01T19:12:01.725Z] #42 4.747   GEN      include/common/asm
19:12:01 [2021-03-01T19:12:01.867Z] #42 15.67   DEP      images/core-s390.pb-c.d
19:12:01 [2021-03-01T19:12:01.867Z] #42 15.73   DEP      images/core-x86.pb-c.d
19:12:01 [2021-03-01T19:12:01.867Z] #42 15.78   DEP      images/core.pb-c.d
19:12:01 [2021-03-01T19:12:01.867Z] #42 15.83   DEP      images/inventory.pb-c.d
19:12:01 [2021-03-01T19:12:01.918Z] #42 ...
19:12:01 [2021-03-01T19:12:01.918Z] 
19:12:01 [2021-03-01T19:12:01.918Z] #44 [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
19:12:01 [2021-03-01T19:12:01.918Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:12:01 [2021-03-01T19:12:01.918Z] #44 77.88 vendor/golang.org/x/crypto/cryptobyte
19:12:01 [2021-03-01T19:12:01.918Z] #44 78.19 vendor/golang.org/x/text/unicode/norm
19:12:01 [2021-03-01T19:12:01.918Z] #44 78.30 github.com/LK4D4/vndr/build
19:12:01 [2021-03-01T19:12:01.918Z] #44 80.14 mime
19:12:01 [2021-03-01T19:12:01.918Z] #44 83.71 vendor/golang.org/x/net/idna
19:12:01 [2021-03-01T19:12:01.918Z] #44 87.26 vendor/golang.org/x/net/http/httpproxy
19:12:01 [2021-03-01T19:12:01.918Z] #44 87.26 net/textproto
19:12:01 [2021-03-01T19:12:01.918Z] #44 87.26 crypto/x509
19:12:01 [2021-03-01T19:12:01.918Z] #44 ...
19:12:01 [2021-03-01T19:12:01.918Z] 
19:12:01 [2021-03-01T19:12:01.918Z] #55 [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
19:12:01 [2021-03-01T19:12:01.918Z] #55 sha256:8acb5ea219c0b1050f71f2e560ee6c8a8314120e48ca083e249de22b516dc8a3
19:12:01 [2021-03-01T19:12:01.988Z] #43 42.67   CC       images/macvlan.o
19:12:02 [2021-03-01T19:12:02.123Z] #42 15.92   PBCC     images/cpuinfo.pb-c.c
19:12:02 [2021-03-01T19:12:02.123Z] #42 15.96   DEP      images/cpuinfo.pb-c.d
19:12:02 [2021-03-01T19:12:02.123Z] #42 16.01   PBCC     images/stats.pb-c.c
19:12:02 [2021-03-01T19:12:02.123Z] #42 16.05   DEP      images/stats.pb-c.d
19:12:02 [2021-03-01T19:12:02.242Z] #42 ...
19:12:02 [2021-03-01T19:12:02.242Z] 
19:12:02 [2021-03-01T19:12:02.242Z] #44 [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
19:12:02 [2021-03-01T19:12:02.242Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:12:02 [2021-03-01T19:12:02.242Z] #44 83.02 fmt
19:12:02 [2021-03-01T19:12:02.242Z] #44 85.21 regexp
19:12:02 [2021-03-01T19:12:02.242Z] #44 88.46 go/token
19:12:02 [2021-03-01T19:12:02.242Z] #44 89.14 internal/lazyregexp
19:12:02 [2021-03-01T19:12:02.242Z] #44 89.55 net/url
19:12:02 [2021-03-01T19:12:02.242Z] #44 89.94 go/scanner
19:12:02 [2021-03-01T19:12:02.242Z] #44 91.23 go/ast
19:12:02 [2021-03-01T19:12:02.242Z] #44 91.62 text/template/parse
19:12:02 [2021-03-01T19:12:02.301Z] #43 42.86   CC       images/sit.o
19:12:02 [2021-03-01T19:12:02.301Z] #43 43.08   CC       images/memfd.o
19:12:02 [2021-03-01T19:12:02.600Z] #43 43.35   CC       images/timens.o
19:12:02 [2021-03-01T19:12:02.714Z] #55 39.10 Checking out files:  45% (1721/3816)   
Checking out files:  46% (1756/3816)   
Checking out files:  47% (1794/3816)   
Checking out files:  48% (1832/3816)   
Checking out files:  49% (1870/3816)   
Checking out files:  50% (1908/3816)   
Checking out files:  51% (1947/3816)   
Checking out files:  52% (1985/3816)   
Checking out files:  53% (2023/3816)   
Checking out files:  54% (2061/3816)   
Checking out files:  55% (2099/3816)   
Checking out files:  56% (2137/3816)   
Checking out files:  57% (2176/3816)   
Checking out files:  58% (2214/3816)   
Checking out files:  59% (2252/3816)   
Checking out files:  60% (2290/3816)   
Checking out files:  61% (2328/3816)   
Checking out files:  62% (2366/3816)   
Checking out files:  63% (2405/3816)   
Checking out files:  64% (2443/3816)   
Checking out files:  65% (2481/3816)   
Checking out files:  66% (2519/3816)   
Checking out files:  67% (2557/3816)   
Checking out files:  68% (2595/3816)   
Checking out files:  69% (2634/3816)   
Checking out files:  70% (2672/3816)   
Checking out files:  71% (2710/3816)   
Checking out files:  72% (2748/3816)   
Checking out files:  73% (2786/3816)   
Checking out files:  74% (2824/3816)   
Checking out files:  75% (2862/3816)   
Checking out files:  76% (2901/3816)   
Checking out files:  77% (2939/3816)   
Checking out files:  78% (2977/3816)   
Checking out files:  79% (3015/3816)   
Checking out files:  80% (3053/3816)   
Checking out files:  81% (3091/3816)   
Checking out files:  82% (3130/3816)   
Checking out files:  83% (3168/3816)   
Checking out files:  84% (3206/3816)   
Checking out files:  85% (3244/3816)   
Checking out files:  86% (3282/3816)   
Checking out files:  87% (3320/3816)   
Checking out files:  88% (3359/3816)   
Checking out files:  89% (3397/3816)   
Checking out files:  90% (3435/3816)   
Checking out files:  91% (3473/3816)   
Checking out files:  91% (3477/3816)   
Checking out files:  92% (3511/3816)   
Checking out files:  93% (3549/3816)   
Checking out files:  94% (3588/3816)   
Checking out files:  95% (3626/3816)   
Checking out files:  96% (3664/3816)   
Checking out files:  97% (3702/3816)   
Checking out files:  98% (3740/3816)   
Checking out files:  99% (3778/3816)   
Checking out files: 100% (3816/3816)   
Checking out files: 100% (3816/3816), done.
19:12:02 [2021-03-01T19:12:02.714Z] #55 40.48 + cd /tmp/tmp.ckh6CehiV1/src/github.com/containerd/containerd
19:12:02 [2021-03-01T19:12:02.714Z] #55 40.48 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:12:02 [2021-03-01T19:12:02.815Z] #44 ...
19:12:02 [2021-03-01T19:12:02.815Z] 
19:12:02 [2021-03-01T19:12:02.815Z] #42 [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
19:12:02 [2021-03-01T19:12:02.815Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:02 [2021-03-01T19:12:02.815Z] #42 4.933 fatal: not a git repository (or any of the parent directories): .git
19:12:02 [2021-03-01T19:12:02.815Z] #42 4.999   GEN      .gitid
19:12:02 [2021-03-01T19:12:02.915Z] #43 43.66   LINK     images/built-in.o
19:12:03 [2021-03-01T19:12:03.076Z] #42 5.027   GEN      criu/include/version.h
19:12:03 [2021-03-01T19:12:03.076Z] #42 5.091   GEN      include/common/asm
19:12:03 [2021-03-01T19:12:03.093Z] #42 ...
19:12:03 [2021-03-01T19:12:03.093Z] 
19:12:03 [2021-03-01T19:12:03.093Z] #36 [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
19:12:03 [2021-03-01T19:12:03.093Z] #36 sha256:f259a683b98ca45ad3879457e51f0b4e63b7f3ac2dc3af6d508d2802d31518a0
19:12:03 [2021-03-01T19:12:03.093Z] #36 6.757 -- Detecting C compile features - done
19:12:03 [2021-03-01T19:12:03.093Z] #36 6.835 -- Performing Test HAS_BUILTIN_FORTIFY
19:12:03 [2021-03-01T19:12:03.093Z] #36 7.106 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
19:12:03 [2021-03-01T19:12:03.093Z] #36 7.247 -- Configuring done
19:12:03 [2021-03-01T19:12:03.093Z] #36 7.274 -- Generating done
19:12:03 [2021-03-01T19:12:03.093Z] #36 7.282 -- Build files have been written to: /tmp/tmp.9A3DOQV3RT/tini
19:12:03 [2021-03-01T19:12:03.093Z] #36 7.305 + make tini-static
19:12:03 [2021-03-01T19:12:03.093Z] #36 7.783 Scanning dependencies of target tini-static
19:12:03 [2021-03-01T19:12:03.093Z] #36 7.849 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
19:12:03 [2021-03-01T19:12:03.093Z] #36 9.231 [100%] Linking C executable tini-static
19:12:03 [2021-03-01T19:12:03.093Z] #36 9.787 [100%] Built target tini-static
19:12:03 [2021-03-01T19:12:03.093Z] #36 9.855 + mkdir -p /build
19:12:03 [2021-03-01T19:12:03.093Z] #36 9.859 + cp tini-static /build/docker-init
19:12:03 [2021-03-01T19:12:03.093Z] #36 DONE 10.2s
19:12:03 [2021-03-01T19:12:03.093Z] 
19:12:03 [2021-03-01T19:12:03.093Z] #50 [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
19:12:03 [2021-03-01T19:12:03.093Z] #50 sha256:a83e322da063f75b63ccdfc973d8faf0332a033c94ac4fb33a38d1329b286683
19:12:03 [2021-03-01T19:12:03.093Z] #50 94.68 encoding/json
19:12:03 [2021-03-01T19:12:03.214Z] #43 43.79   GEN      compel/include/asm
19:12:03 [2021-03-01T19:12:03.214Z] #43 43.82   GEN      compel/include/version.h
19:12:03 [2021-03-01T19:12:03.214Z] #43 43.85 touch .config
19:12:03 [2021-03-01T19:12:03.214Z] #43 43.87   GEN      include/common/config.h
19:12:03 [2021-03-01T19:12:03.214Z] #43 43.96   GEN      compel/plugins/include/uapi/std/syscall-codes.h
19:12:03 [2021-03-01T19:12:03.214Z] #43 43.99   GEN      compel/plugins/include/uapi/std/syscall.h
19:12:03 [2021-03-01T19:12:03.214Z] #43 44.03   GEN      compel/arch/ppc64/plugins/std/syscalls/syscalls.S
19:12:03 [2021-03-01T19:12:03.464Z] #19 55.73 Setting up iptables (1.8.2-4) ...
19:12:03 [2021-03-01T19:12:03.464Z] #19 55.75 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
19:12:03 [2021-03-01T19:12:03.464Z] #19 55.76 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:12:03 [2021-03-01T19:12:03.464Z] #19 55.77 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
19:12:03 [2021-03-01T19:12:03.464Z] #19 55.77 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:12:03 [2021-03-01T19:12:03.464Z] #19 55.78 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
19:12:03 [2021-03-01T19:12:03.464Z] #19 55.79 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
19:12:03 [2021-03-01T19:12:03.464Z] #19 55.80 Setting up python3 (3.7.3-1) ...
19:12:03 [2021-03-01T19:12:03.464Z] #19 ...
19:12:03 [2021-03-01T19:12:03.464Z] 
19:12:03 [2021-03-01T19:12:03.464Z] #42 [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
19:12:03 [2021-03-01T19:12:03.464Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:03 [2021-03-01T19:12:03.464Z] #42 107.2   CC       criu/crtools.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 107.7   CC       criu/eventfd.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 108.2   CC       criu/eventpoll.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 109.1   CC       criu/external.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 109.5   CC       criu/fault-injection.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 109.6   CC       criu/fdstore.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 110.0   CC       criu/fifo.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 110.4   CC       criu/file-ids.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 110.8   CC       criu/file-lock.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 111.7   CC       criu/files-ext.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 112.2   CC       criu/files-reg.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 114.4   CC       criu/files.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 116.3   CC       criu/filesystems.o
19:12:03 [2021-03-01T19:12:03.464Z] #42 117.0   CC       criu/fsnotify.o
19:12:03 [2021-03-01T19:12:03.494Z] #42 ...
19:12:03 [2021-03-01T19:12:03.494Z] 
19:12:03 [2021-03-01T19:12:03.494Z] #50 [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
19:12:03 [2021-03-01T19:12:03.494Z] #50 sha256:e9bdd1a129d6aed7dcd607237f43050b68baace8d452244d757a054f28c9f36b
19:12:03 [2021-03-01T19:12:03.494Z] #50 90.09 mvdan.cc/sh/v3/cmd/shfmt
19:12:03 [2021-03-01T19:12:03.514Z] #43 44.05   DEP      compel/arch/ppc64/plugins/std/syscalls/syscalls.d
19:12:03 [2021-03-01T19:12:03.514Z] #43 44.09   DEP      compel/arch/ppc64/plugins/std/memcmp.d
19:12:03 [2021-03-01T19:12:03.514Z] #43 44.12   DEP      compel/arch/ppc64/plugins/std/memcpy.d
19:12:03 [2021-03-01T19:12:03.514Z] #43 44.19   DEP      compel/arch/ppc64/plugins/std/parasite-head.d
19:12:03 [2021-03-01T19:12:03.514Z] #43 44.26   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
19:12:03 [2021-03-01T19:12:03.514Z] #43 44.27   DEP      compel/plugins/std/infect.d
19:12:03 [2021-03-01T19:12:03.723Z] #42 ...
19:12:03 [2021-03-01T19:12:03.723Z] 
19:12:03 [2021-03-01T19:12:03.724Z] #19 [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
19:12:03 [2021-03-01T19:12:03.724Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:12:03 [2021-03-01T19:12:03.724Z] #19 56.22 Setting up python3-wheel (0.32.3-2) ...
19:12:03 [2021-03-01T19:12:03.813Z] #43 44.44   DEP      compel/plugins/std/string.d
19:12:03 [2021-03-01T19:12:03.813Z] #43 44.55   DEP      compel/plugins/std/log.d
19:12:03 [2021-03-01T19:12:03.813Z] #43 44.65   DEP      compel/plugins/std/fds.d
19:12:04 [2021-03-01T19:12:04.021Z] #42 ...
19:12:04 [2021-03-01T19:12:04.021Z] 
19:12:04 [2021-03-01T19:12:04.021Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:12:04 [2021-03-01T19:12:04.021Z] #33 sha256:4280ad22617e2acc851c5edf0e08d7eb3d642fb8e4299301193729e631274d41
19:12:04 [2021-03-01T19:12:04.021Z] #33 89.80 github.com/BurntSushi/toml/cmd/tomlv
19:12:04 [2021-03-01T19:12:04.021Z] #33 DONE 94.8s
19:12:04 [2021-03-01T19:12:04.113Z] #43 44.76   DEP      compel/plugins/std/std.d
19:12:04 [2021-03-01T19:12:04.113Z] #43 44.88   DEP      compel/plugins/shmem/shmem.d
19:12:04 [2021-03-01T19:12:04.282Z] 
19:12:04 [2021-03-01T19:12:04.282Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:04 [2021-03-01T19:12:04.282Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:12:04 [2021-03-01T19:12:04.282Z] #12 86.55 Selecting previously unselected package mingw-w64-x86-64-dev.
19:12:04 [2021-03-01T19:12:04.282Z] #12 86.55 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
19:12:04 [2021-03-01T19:12:04.282Z] #12 86.55 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
19:12:04 [2021-03-01T19:12:04.282Z] #12 94.31 Selecting previously unselected package gcc-mingw-w64-base.
19:12:04 [2021-03-01T19:12:04.282Z] #12 94.32 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:12:04 [2021-03-01T19:12:04.282Z] #12 94.33 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:12:04 [2021-03-01T19:12:04.282Z] #12 94.52 Selecting previously unselected package gcc-mingw-w64-x86-64.
19:12:04 [2021-03-01T19:12:04.282Z] #12 94.52 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:12:04 [2021-03-01T19:12:04.282Z] #12 94.52 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:04 [2021-03-01T19:12:04.293Z] #19 56.96 Setting up apparmor (2.13.2-10) ...
19:12:04 [2021-03-01T19:12:04.414Z] #43 44.98   DEP      compel/plugins/fds/fds.d
19:12:04 [2021-03-01T19:12:04.414Z] #43 45.20   CC       compel/plugins/std/std.o
19:12:04 [2021-03-01T19:12:04.648Z] #55 42.26 + export 'BUILDTAGS=netgo osusergo static_build'
19:12:04 [2021-03-01T19:12:04.648Z] #55 42.26 + BUILDTAGS='netgo osusergo static_build'
19:12:04 [2021-03-01T19:12:04.648Z] #55 42.26 + export EXTRA_FLAGS=-buildmode=pie
19:12:04 [2021-03-01T19:12:04.648Z] #55 42.26 + EXTRA_FLAGS=-buildmode=pie
19:12:04 [2021-03-01T19:12:04.648Z] #55 42.26 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
19:12:04 [2021-03-01T19:12:04.648Z] #55 42.26 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
19:12:04 [2021-03-01T19:12:04.648Z] #55 42.26 + '[' '' = dynamic ']'
19:12:04 [2021-03-01T19:12:04.648Z] #55 42.26 + make
19:12:04 [2021-03-01T19:12:04.717Z] #43 45.50   CC       compel/plugins/std/fds.o
19:12:05 [2021-03-01T19:12:05.225Z] #12 ...
19:12:05 [2021-03-01T19:12:05.225Z] 
19:12:05 [2021-03-01T19:12:05.225Z] #42 [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
19:12:05 [2021-03-01T19:12:05.225Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:05 [2021-03-01T19:12:05.225Z] #42 7.408   PBCC     images/timens.pb-c.c
19:12:05 [2021-03-01T19:12:05.225Z] #42 7.467   DEP      images/timens.pb-c.d
19:12:05 [2021-03-01T19:12:05.380Z] #43 45.99   CC       compel/plugins/std/log.o
19:12:05 [2021-03-01T19:12:05.380Z] #43 ...
19:12:05 [2021-03-01T19:12:05.380Z] 
19:12:05 [2021-03-01T19:12:05.380Z] #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
19:12:05 [2021-03-01T19:12:05.380Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:12:05 [2021-03-01T19:12:05.380Z] #45 103.0 encoding/json
19:12:05 [2021-03-01T19:12:05.380Z] #45 110.0 text/template
19:12:05 [2021-03-01T19:12:05.486Z] #42 7.514   PBCC     images/fown.pb-c.c
19:12:05 [2021-03-01T19:12:05.487Z] #42 7.531   PBCC     images/google/protobuf/descriptor.pb-c.c
19:12:05 [2021-03-01T19:12:05.487Z] #42 7.601   PBCC     images/opts.pb-c.c
19:12:05 [2021-03-01T19:12:05.487Z] #42 7.674   PBCC     images/memfd.pb-c.c
19:12:05 [2021-03-01T19:12:05.487Z] #42 7.720   DEP      images/fown.pb-c.d
19:12:05 [2021-03-01T19:12:05.613Z] #50 97.07 github.com/pkg/diff
19:12:05 [2021-03-01T19:12:05.693Z] #45 ...
19:12:05 [2021-03-01T19:12:05.693Z] 
19:12:05 [2021-03-01T19:12:05.693Z] #13 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:05 [2021-03-01T19:12:05.693Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a
19:12:05 [2021-03-01T19:12:05.693Z] #13 111.7 Selecting previously unselected package libapparmor1:ppc64el.
19:12:05 [2021-03-01T19:12:05.693Z] #13 111.7 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 111.7 Unpacking libapparmor1:ppc64el (2.13.2-10) ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 111.8 Selecting previously unselected package libapparmor-dev:ppc64el.
19:12:05 [2021-03-01T19:12:05.693Z] #13 111.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 111.8 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.0 Selecting previously unselected package libbtrfs0.
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.0 Unpacking libbtrfs0 (4.20.1-2) ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.0 Selecting previously unselected package libbtrfs-dev.
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.0 Unpacking libbtrfs-dev (4.20.1-2) ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.2 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el.
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.2 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.2 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.3 Selecting previously unselected package libudev-dev:ppc64el.
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_ppc64el.deb ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.3 Unpacking libudev-dev:ppc64el (241-7~deb10u6) ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.5 Selecting previously unselected package libsepol1-dev:ppc64el.
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.5 Unpacking libsepol1-dev:ppc64el (2.8-1) ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.7 Selecting previously unselected package libpcre16-3:ppc64el.
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.7 Unpacking libpcre16-3:ppc64el (2:8.39-12) ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.9 Selecting previously unselected package libpcre32-3:ppc64el.
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 112.9 Unpacking libpcre32-3:ppc64el (2:8.39-12) ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 113.2 Selecting previously unselected package libpcrecpp0v5:ppc64el.
19:12:05 [2021-03-01T19:12:05.693Z] #13 113.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 113.2 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 113.3 Selecting previously unselected package libpcre3-dev:ppc64el.
19:12:05 [2021-03-01T19:12:05.693Z] #13 113.3 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ...
19:12:05 [2021-03-01T19:12:05.693Z] #13 113.3 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ...
19:12:05 [2021-03-01T19:12:05.748Z] #42 7.789   DEP      images/google/protobuf/descriptor.pb-c.d
19:12:05 [2021-03-01T19:12:05.748Z] #42 7.882   DEP      images/opts.pb-c.d
19:12:05 [2021-03-01T19:12:05.748Z] #42 7.944   DEP      images/memfd.pb-c.d
19:12:06 [2021-03-01T19:12:06.009Z] #42 8.038   PBCC     images/sit.pb-c.c
19:12:06 [2021-03-01T19:12:06.009Z] #42 8.095   DEP      images/sit.pb-c.d
19:12:06 [2021-03-01T19:12:06.009Z] #42 8.150   PBCC     images/macvlan.pb-c.c
19:12:06 [2021-03-01T19:12:06.009Z] #42 8.170   DEP      images/macvlan.pb-c.d
19:12:06 [2021-03-01T19:12:06.009Z] #42 8.235   PBCC     images/autofs.pb-c.c
19:12:06 [2021-03-01T19:12:06.009Z] #42 8.260   DEP      images/autofs.pb-c.d
19:12:06 [2021-03-01T19:12:06.050Z] #55 43.72 + bin/ctr
19:12:06 [2021-03-01T19:12:06.176Z] #50 ...
19:12:06 [2021-03-01T19:12:06.176Z] 
19:12:06 [2021-03-01T19:12:06.176Z] #44 [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
19:12:06 [2021-03-01T19:12:06.176Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:12:06 [2021-03-01T19:12:06.176Z] #44 87.95 fmt
19:12:06 [2021-03-01T19:12:06.176Z] #44 89.50 regexp
19:12:06 [2021-03-01T19:12:06.176Z] #44 92.82 go/token
19:12:06 [2021-03-01T19:12:06.176Z] #44 93.21 internal/lazyregexp
19:12:06 [2021-03-01T19:12:06.176Z] #44 93.60 net/url
19:12:06 [2021-03-01T19:12:06.176Z] #44 93.74 go/scanner
19:12:06 [2021-03-01T19:12:06.176Z] #44 95.45 go/ast
19:12:06 [2021-03-01T19:12:06.176Z] #44 96.16 text/template/parse
19:12:06 [2021-03-01T19:12:06.176Z] #44 ...
19:12:06 [2021-03-01T19:12:06.176Z] 
19:12:06 [2021-03-01T19:12:06.176Z] #42 [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
19:12:06 [2021-03-01T19:12:06.176Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.196   PBCC     images/timens.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.249   DEP      images/timens.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.283   PBCC     images/fown.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.343   PBCC     images/google/protobuf/descriptor.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.434   PBCC     images/opts.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.485   PBCC     images/memfd.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.543   DEP      images/fown.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.639   DEP      images/google/protobuf/descriptor.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.746   DEP      images/opts.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.825   DEP      images/memfd.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.934   PBCC     images/sit.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 7.980   DEP      images/sit.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.030   PBCC     images/macvlan.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.054   DEP      images/macvlan.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.100   PBCC     images/autofs.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.123   DEP      images/autofs.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.187   PBCC     images/sysctl.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.217   DEP      images/sysctl.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.294   PBCC     images/time.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.314   DEP      images/time.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.383   PBCC     images/binfmt-misc.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.439   DEP      images/binfmt-misc.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.523   PBCC     images/seccomp.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.558   DEP      images/seccomp.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.621   PBCC     images/userns.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.649   DEP      images/userns.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.713   PBCC     images/cgroup.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.752   DEP      images/cgroup.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.813   PBCC     images/ext-file.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.874   DEP      images/ext-file.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.919   PBCC     images/rpc.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 8.990   DEP      images/rpc.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 9.040   PBCC     images/siginfo.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 9.067   DEP      images/siginfo.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 9.111   PBCC     images/pagemap.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 9.148   DEP      images/pagemap.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 9.227   PBCC     images/rlimit.pb-c.c
19:12:06 [2021-03-01T19:12:06.176Z] #42 9.239   DEP      images/rlimit.pb-c.d
19:12:06 [2021-03-01T19:12:06.176Z] #42 9.289   PBCC     images/file-lock.pb-c.c
19:12:06 [2021-03-01T19:12:06.200Z] #19 58.83 Setting up xfsprogs (4.20.0-1) ...
19:12:06 [2021-03-01T19:12:06.200Z] #19 58.85 Setting up python3-lib2to3 (3.7.3-1) ...
19:12:06 [2021-03-01T19:12:06.270Z] #42 8.293   PBCC     images/sysctl.pb-c.c
19:12:06 [2021-03-01T19:12:06.270Z] #42 8.338   DEP      images/sysctl.pb-c.d
19:12:06 [2021-03-01T19:12:06.270Z] #42 8.387   PBCC     images/time.pb-c.c
19:12:06 [2021-03-01T19:12:06.270Z] #42 8.399   DEP      images/time.pb-c.d
19:12:06 [2021-03-01T19:12:06.270Z] #42 8.446   PBCC     images/binfmt-misc.pb-c.c
19:12:06 [2021-03-01T19:12:06.270Z] #42 8.475   DEP      images/binfmt-misc.pb-c.d
19:12:06 [2021-03-01T19:12:06.270Z] #42 8.518   PBCC     images/seccomp.pb-c.c
19:12:06 [2021-03-01T19:12:06.344Z] #13 113.8 Selecting previously unselected package libselinux1-dev:ppc64el.
19:12:06 [2021-03-01T19:12:06.344Z] #13 113.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ...
19:12:06 [2021-03-01T19:12:06.344Z] #13 113.8 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ...
19:12:06 [2021-03-01T19:12:06.344Z] #13 114.0 Selecting previously unselected package libdevmapper-dev:ppc64el.
19:12:06 [2021-03-01T19:12:06.344Z] #13 114.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ...
19:12:06 [2021-03-01T19:12:06.344Z] #13 114.0 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ...
19:12:06 [2021-03-01T19:12:06.344Z] #13 114.1 Selecting previously unselected package libseccomp-dev:ppc64el.
19:12:06 [2021-03-01T19:12:06.432Z] #42 9.346   DEP      images/file-lock.pb-c.d
19:12:06 [2021-03-01T19:12:06.432Z] #42 9.426   PBCC     images/tty.pb-c.c
19:12:06 [2021-03-01T19:12:06.432Z] #42 9.504   DEP      images/tty.pb-c.d
19:12:06 [2021-03-01T19:12:06.432Z] #42 9.559   PBCC     images/tun.pb-c.c
19:12:06 [2021-03-01T19:12:06.531Z] #42 8.558   DEP      images/seccomp.pb-c.d
19:12:06 [2021-03-01T19:12:06.531Z] #42 8.606   PBCC     images/userns.pb-c.c
19:12:06 [2021-03-01T19:12:06.531Z] #42 8.671   DEP      images/userns.pb-c.d
19:12:06 [2021-03-01T19:12:06.531Z] #42 8.735   PBCC     images/cgroup.pb-c.c
19:12:06 [2021-03-01T19:12:06.531Z] #42 8.778   DEP      images/cgroup.pb-c.d
19:12:06 [2021-03-01T19:12:06.646Z] #13 114.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ...
19:12:06 [2021-03-01T19:12:06.646Z] #13 114.1 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ...
19:12:06 [2021-03-01T19:12:06.646Z] #13 114.3 Selecting previously unselected package libsystemd-dev:ppc64el.
19:12:06 [2021-03-01T19:12:06.646Z] #13 114.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_ppc64el.deb ...
19:12:06 [2021-03-01T19:12:06.646Z] #13 114.3 Unpacking libsystemd-dev:ppc64el (241-7~deb10u6) ...
19:12:06 [2021-03-01T19:12:06.689Z] #42 9.615   PBCC     images/netdev.pb-c.c
19:12:06 [2021-03-01T19:12:06.689Z] #42 9.687   DEP      images/tun.pb-c.d
19:12:06 [2021-03-01T19:12:06.689Z] #42 9.733   DEP      images/netdev.pb-c.d
19:12:06 [2021-03-01T19:12:06.718Z] #19 59.20 Setting up python3-pkg-resources (40.8.0-1) ...
19:12:06 [2021-03-01T19:12:06.792Z] #42 8.864   PBCC     images/ext-file.pb-c.c
19:12:06 [2021-03-01T19:12:06.792Z] #42 8.887   DEP      images/ext-file.pb-c.d
19:12:06 [2021-03-01T19:12:06.792Z] #42 8.938   PBCC     images/rpc.pb-c.c
19:12:06 [2021-03-01T19:12:06.792Z] #42 8.984   DEP      images/rpc.pb-c.d
19:12:06 [2021-03-01T19:12:06.946Z] #42 9.850   PBCC     images/vma.pb-c.c
19:12:06 [2021-03-01T19:12:06.946Z] #42 9.885   DEP      images/vma.pb-c.d
19:12:06 [2021-03-01T19:12:06.946Z] #42 9.946   PBCC     images/creds.pb-c.c
19:12:06 [2021-03-01T19:12:06.946Z] #42 ...
19:12:06 [2021-03-01T19:12:06.946Z] 
19:12:06 [2021-03-01T19:12:06.946Z] #33 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tomlv
19:12:06 [2021-03-01T19:12:06.946Z] #33 sha256:4cbf38afe26bf2d04adb1f3838640864909e13d1d0b073ff295eb03bd5c629a9
19:12:06 [2021-03-01T19:12:06.946Z] #33 94.13 github.com/BurntSushi/toml/cmd/tomlv
19:12:06 [2021-03-01T19:12:06.946Z] #33 DONE 99.0s
19:12:06 [2021-03-01T19:12:06.946Z] 
19:12:06 [2021-03-01T19:12:06.946Z] #42 [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
19:12:06 [2021-03-01T19:12:06.946Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:06 [2021-03-01T19:12:06.946Z] #42 9.983   DEP      images/creds.pb-c.d
19:12:06 [2021-03-01T19:12:06.946Z] #42 10.03   PBCC     images/utsns.pb-c.c
19:12:07 [2021-03-01T19:12:07.069Z] #42 9.058   PBCC     images/siginfo.pb-c.c
19:12:07 [2021-03-01T19:12:07.069Z] #42 9.092   DEP      images/siginfo.pb-c.d
19:12:07 [2021-03-01T19:12:07.069Z] #42 9.163   PBCC     images/pagemap.pb-c.c
19:12:07 [2021-03-01T19:12:07.069Z] #42 9.209   DEP      images/pagemap.pb-c.d
19:12:07 [2021-03-01T19:12:07.069Z] #42 9.285   PBCC     images/rlimit.pb-c.c
19:12:07 [2021-03-01T19:12:07.203Z] #42 10.14   DEP      images/utsns.pb-c.d
19:12:07 [2021-03-01T19:12:07.204Z] #42 10.23   PBCC     images/ipc-desc.pb-c.c
19:12:07 [2021-03-01T19:12:07.204Z] #42 10.35   PBCC     images/ipc-sem.pb-c.c
19:12:07 [2021-03-01T19:12:07.296Z] #13 114.9 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 114.9 Setting up libseccomp-dev:ppc64el (2.3.3-4) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 114.9 Setting up libapparmor1:ppc64el (2.13.2-10) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 114.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 114.9 Setting up libpcre16-3:ppc64el (2:8.39-12) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 114.9 Setting up libsepol1-dev:ppc64el (2.8-1) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 114.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 114.9 Setting up libbtrfs0 (4.20.1-2) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 114.9 Setting up libpcre32-3:ppc64el (2:8.39-12) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 114.9 Setting up libudev-dev:ppc64el (241-7~deb10u6) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 115.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 115.0 Setting up libbtrfs-dev (4.20.1-2) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 115.0 Setting up libapparmor-dev:ppc64el (2.13.2-10) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 115.0 Setting up mingw-w64-common (6.0.0-3) ...
19:12:07 [2021-03-01T19:12:07.296Z] #13 115.0 Setting up libsystemd-dev:ppc64el (241-7~deb10u6) ...
19:12:07 [2021-03-01T19:12:07.329Z] #42 9.319   DEP      images/rlimit.pb-c.d
19:12:07 [2021-03-01T19:12:07.329Z] #42 9.355   PBCC     images/file-lock.pb-c.c
19:12:07 [2021-03-01T19:12:07.329Z] #42 9.398   DEP      images/file-lock.pb-c.d
19:12:07 [2021-03-01T19:12:07.329Z] #42 9.437   PBCC     images/tty.pb-c.c
19:12:07 [2021-03-01T19:12:07.329Z] #42 9.480   DEP      images/tty.pb-c.d
19:12:07 [2021-03-01T19:12:07.460Z] #42 10.42   DEP      images/ipc-desc.pb-c.d
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.0 Setting up libpcre3-dev:ppc64el (2:8.39-12) ...
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.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
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.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
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.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
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.1 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ...
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.1 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.1 Setting up dmsetup (2:1.02.155-3) ...
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.2 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.2 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ...
19:12:07 [2021-03-01T19:12:07.595Z] #13 115.2 Processing triggers for libc-bin (2.28-10) ...
19:12:07 [2021-03-01T19:12:07.626Z] #42 9.587   PBCC     images/tun.pb-c.c
19:12:07 [2021-03-01T19:12:07.626Z] #42 9.644   PBCC     images/netdev.pb-c.c
19:12:07 [2021-03-01T19:12:07.626Z] #42 9.691   DEP      images/tun.pb-c.d
19:12:07 [2021-03-01T19:12:07.626Z] #42 9.778   DEP      images/netdev.pb-c.d
19:12:07 [2021-03-01T19:12:07.626Z] #42 9.829   PBCC     images/vma.pb-c.c
19:12:07 [2021-03-01T19:12:07.626Z] #42 9.865   DEP      images/vma.pb-c.d
19:12:07 [2021-03-01T19:12:07.656Z] #19 60.19 Setting up python3-distutils (3.7.3-1) ...
19:12:07 [2021-03-01T19:12:07.704Z] #50 ...
19:12:07 [2021-03-01T19:12:07.704Z] 
19:12:07 [2021-03-01T19:12:07.705Z] #44 [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
19:12:07 [2021-03-01T19:12:07.705Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:12:07 [2021-03-01T19:12:07.705Z] #44 84.06 encoding/xml
19:12:07 [2021-03-01T19:12:07.705Z] #44 88.59 go/doc
19:12:07 [2021-03-01T19:12:07.705Z] #44 89.67 github.com/LK4D4/vndr/godl/singleflight
19:12:07 [2021-03-01T19:12:07.705Z] #44 89.99 github.com/LK4D4/vndr/versioned
19:12:07 [2021-03-01T19:12:07.705Z] #44 90.11 compress/flate
19:12:07 [2021-03-01T19:12:07.705Z] #44 92.23 github.com/LK4D4/vndr/build
19:12:07 [2021-03-01T19:12:07.705Z] #44 92.99 hash/crc32
19:12:07 [2021-03-01T19:12:07.705Z] #44 93.41 compress/gzip
19:12:07 [2021-03-01T19:12:07.705Z] #44 ...
19:12:07 [2021-03-01T19:12:07.705Z] 
19:12:07 [2021-03-01T19:12:07.705Z] #55 [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
19:12:07 [2021-03-01T19:12:07.705Z] #55 sha256:e2bdd5235c486b3aaf5cc518316b1ccb18d2ab2dcdb8134380192a3235bb8d6f
19:12:07 [2021-03-01T19:12:07.717Z] #42 10.53   DEP      images/ipc-sem.pb-c.d
19:12:07 [2021-03-01T19:12:07.717Z] #42 10.62   PBCC     images/ipc-msg.pb-c.c
19:12:07 [2021-03-01T19:12:07.717Z] #42 10.69   DEP      images/ipc-msg.pb-c.d
19:12:07 [2021-03-01T19:12:07.888Z] #42 9.956   PBCC     images/creds.pb-c.c
19:12:07 [2021-03-01T19:12:07.888Z] #42 9.992   DEP      images/creds.pb-c.d
19:12:07 [2021-03-01T19:12:07.888Z] #42 10.06   PBCC     images/utsns.pb-c.c
19:12:07 [2021-03-01T19:12:07.888Z] #42 10.07   DEP      images/utsns.pb-c.d
19:12:07 [2021-03-01T19:12:07.888Z] #42 10.11   PBCC     images/ipc-desc.pb-c.c
19:12:07 [2021-03-01T19:12:07.888Z] #42 10.14   PBCC     images/ipc-sem.pb-c.c
19:12:07 [2021-03-01T19:12:07.888Z] #42 10.16   DEP      images/ipc-desc.pb-c.d
19:12:07 [2021-03-01T19:12:07.888Z] #42 ...
19:12:07 [2021-03-01T19:12:07.888Z] 
19:12:07 [2021-03-01T19:12:07.888Z] #50 [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
19:12:07 [2021-03-01T19:12:07.888Z] #50 sha256:294555622e31ee78008389cbc354c69bce8f3c1d7c1babd3c384255a54c9965a
19:12:07 [2021-03-01T19:12:07.888Z] #50 88.73 encoding/json
19:12:07 [2021-03-01T19:12:07.888Z] #50 94.52 github.com/pkg/diff
19:12:07 [2021-03-01T19:12:07.888Z] #50 96.45 go/ast
19:12:07 [2021-03-01T19:12:07.888Z] #50 96.68 golang.org/x/crypto/ssh/terminal
19:12:07 [2021-03-01T19:12:07.888Z] #50 98.24 mvdan.cc/editorconfig
19:12:07 [2021-03-01T19:12:07.896Z] #13 DONE 115.5s
19:12:07 [2021-03-01T19:12:07.896Z] 
19:12:07 [2021-03-01T19:12:07.896Z] #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
19:12:07 [2021-03-01T19:12:07.896Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:12:07 [2021-03-01T19:12:07.896Z] #45 115.5 go/parser
19:12:07 [2021-03-01T19:12:07.973Z] #42 10.83   PBCC     images/ipc-shm.pb-c.c
19:12:07 [2021-03-01T19:12:07.973Z] #42 10.84   DEP      images/ipc-shm.pb-c.d
19:12:07 [2021-03-01T19:12:07.973Z] #42 10.94   PBCC     images/ipc-var.pb-c.c
19:12:07 [2021-03-01T19:12:07.973Z] #42 11.04   DEP      images/ipc-var.pb-c.d
19:12:08 [2021-03-01T19:12:08.155Z] #50 ...
19:12:08 [2021-03-01T19:12:08.155Z] 
19:12:08 [2021-03-01T19:12:08.155Z] #42 [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
19:12:08 [2021-03-01T19:12:08.155Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:08 [2021-03-01T19:12:08.155Z] #42 10.26   DEP      images/ipc-sem.pb-c.d
19:12:08 [2021-03-01T19:12:08.155Z] #42 10.28   PBCC     images/ipc-msg.pb-c.c
19:12:08 [2021-03-01T19:12:08.155Z] #42 10.34   DEP      images/ipc-msg.pb-c.d
19:12:08 [2021-03-01T19:12:08.155Z] #42 10.37   PBCC     images/ipc-shm.pb-c.c
19:12:08 [2021-03-01T19:12:08.155Z] #42 10.42   DEP      images/ipc-shm.pb-c.d
19:12:08 [2021-03-01T19:12:08.225Z] #19 60.72 Setting up python3-setuptools (40.8.0-1) ...
19:12:08 [2021-03-01T19:12:08.230Z] #42 11.12   PBCC     images/sk-opts.pb-c.c
19:12:08 [2021-03-01T19:12:08.230Z] #42 11.20   PBCC     images/packet-sock.pb-c.c
19:12:08 [2021-03-01T19:12:08.230Z] #42 11.24   DEP      images/sk-opts.pb-c.d
19:12:08 [2021-03-01T19:12:08.230Z] #42 11.34   DEP      images/packet-sock.pb-c.d
19:12:08 [2021-03-01T19:12:08.429Z] #42 10.46   PBCC     images/ipc-var.pb-c.c
19:12:08 [2021-03-01T19:12:08.429Z] #42 10.52   DEP      images/ipc-var.pb-c.d
19:12:08 [2021-03-01T19:12:08.429Z] #42 10.60   PBCC     images/sk-opts.pb-c.c
19:12:08 [2021-03-01T19:12:08.429Z] #42 10.63   PBCC     images/packet-sock.pb-c.c
19:12:08 [2021-03-01T19:12:08.429Z] #42 10.68   DEP      images/sk-opts.pb-c.d
19:12:08 [2021-03-01T19:12:08.486Z] #42 11.41   PBCC     images/sk-netlink.pb-c.c
19:12:08 [2021-03-01T19:12:08.486Z] #42 11.44   DEP      images/sk-netlink.pb-c.d
19:12:08 [2021-03-01T19:12:08.486Z] #42 11.49   PBCC     images/sk-inet.pb-c.c
19:12:08 [2021-03-01T19:12:08.486Z] #42 11.53   DEP      images/sk-inet.pb-c.d
19:12:08 [2021-03-01T19:12:08.486Z] #42 11.60   PBCC     images/sk-unix.pb-c.c
19:12:08 [2021-03-01T19:12:08.545Z] #45 ...
19:12:08 [2021-03-01T19:12:08.545Z] 
19:12:08 [2021-03-01T19:12:08.545Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
19:12:08 [2021-03-01T19:12:08.545Z] #14 sha256:b94135c23903589bfeef79bd7a859aa77f5d77cac2e64aae46b4183454a3e060
19:12:08 [2021-03-01T19:12:08.545Z] #14 DONE 0.6s
19:12:08 [2021-03-01T19:12:08.620Z] #55 ...
19:12:08 [2021-03-01T19:12:08.620Z] 
19:12:08 [2021-03-01T19:12:08.620Z] #42 [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
19:12:08 [2021-03-01T19:12:08.620Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:12:08 [2021-03-01T19:12:08.620Z] #42 5.178 fatal: not a git repository (or any of the parent directories): .git
19:12:08 [2021-03-01T19:12:08.620Z] #42 5.260   GEN      .gitid
19:12:08 [2021-03-01T19:12:08.620Z] #42 5.328   GEN      criu/include/version.h
19:12:08 [2021-03-01T19:12:08.620Z] #42 5.455   GEN      include/common/asm
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.194   PBCC     images/timens.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.226   DEP      images/timens.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.300   PBCC     images/fown.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.316   PBCC     images/google/protobuf/descriptor.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.385   PBCC     images/opts.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.404   PBCC     images/memfd.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.496   DEP      images/fown.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.512   DEP      images/google/protobuf/descriptor.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.563   DEP      images/opts.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.667   DEP      images/memfd.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.753   PBCC     images/sit.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.810   DEP      images/sit.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.879   PBCC     images/macvlan.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.932   DEP      images/macvlan.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.960   PBCC     images/autofs.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 7.988   DEP      images/autofs.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.028   PBCC     images/sysctl.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.090   DEP      images/sysctl.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.139   PBCC     images/time.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.148   DEP      images/time.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.204   PBCC     images/binfmt-misc.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.222   DEP      images/binfmt-misc.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.298   PBCC     images/seccomp.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.319   DEP      images/seccomp.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.418   PBCC     images/userns.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.453   DEP      images/userns.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.518   PBCC     images/cgroup.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.570   DEP      images/cgroup.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.602   PBCC     images/ext-file.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.611   DEP      images/ext-file.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.707   PBCC     images/rpc.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.744   DEP      images/rpc.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.783   PBCC     images/siginfo.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.812   DEP      images/siginfo.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.882   PBCC     images/pagemap.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 8.988   DEP      images/pagemap.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.053   PBCC     images/rlimit.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.100   DEP      images/rlimit.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.157   PBCC     images/file-lock.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.193   DEP      images/file-lock.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.288   PBCC     images/tty.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.321   DEP      images/tty.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.412   PBCC     images/tun.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.472   PBCC     images/netdev.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.548   DEP      images/tun.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.640   DEP      images/netdev.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.718   PBCC     images/vma.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.803   DEP      images/vma.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.842   PBCC     images/creds.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.863   DEP      images/creds.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.894   PBCC     images/utsns.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.920   DEP      images/utsns.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 9.976   PBCC     images/ipc-desc.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.02   PBCC     images/ipc-sem.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.06   DEP      images/ipc-desc.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.11   DEP      images/ipc-sem.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.18   PBCC     images/ipc-msg.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.23   DEP      images/ipc-msg.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.30   PBCC     images/ipc-shm.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.34   DEP      images/ipc-shm.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.38   PBCC     images/ipc-var.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.41   DEP      images/ipc-var.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.45   PBCC     images/sk-opts.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.48   PBCC     images/packet-sock.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.52   DEP      images/sk-opts.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.57   DEP      images/packet-sock.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.62   PBCC     images/sk-netlink.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.67   DEP      images/sk-netlink.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.70   PBCC     images/sk-inet.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.77   DEP      images/sk-inet.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.84   PBCC     images/sk-unix.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.90   DEP      images/sk-unix.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.93   PBCC     images/mm.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 10.97   DEP      images/mm.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 11.00   PBCC     images/timerfd.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 11.02   DEP      images/timerfd.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 11.06   PBCC     images/timer.pb-c.c
19:12:08 [2021-03-01T19:12:08.620Z] #42 11.09   DEP      images/timer.pb-c.d
19:12:08 [2021-03-01T19:12:08.620Z] #42 11.14   PBCC     images/sa.pb-c.c
19:12:08 [2021-03-01T19:12:08.693Z] #42 10.75   DEP      images/packet-sock.pb-c.d
19:12:08 [2021-03-01T19:12:08.693Z] #42 10.81   PBCC     images/sk-netlink.pb-c.c
19:12:08 [2021-03-01T19:12:08.693Z] #42 10.85   DEP      images/sk-netlink.pb-c.d
19:12:08 [2021-03-01T19:12:08.693Z] #42 10.90   PBCC     images/sk-inet.pb-c.c
19:12:08 [2021-03-01T19:12:08.693Z] #42 10.94   DEP      images/sk-inet.pb-c.d
19:12:08 [2021-03-01T19:12:08.743Z] #42 11.65   DEP      images/sk-unix.pb-c.d
19:12:08 [2021-03-01T19:12:08.743Z] #42 11.72   PBCC     images/mm.pb-c.c
19:12:08 [2021-03-01T19:12:08.743Z] #42 11.77   DEP      images/mm.pb-c.d
19:12:08 [2021-03-01T19:12:08.743Z] #42 11.83   PBCC     images/timerfd.pb-c.c
19:12:08 [2021-03-01T19:12:08.843Z] 
19:12:08 [2021-03-01T19:12:08.843Z] #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
19:12:08 [2021-03-01T19:12:08.843Z] #53 sha256:19e634473bb2c1bbeacf67858e635cd0ab189a28346e6664481f61adce07eb4d
19:12:08 [2021-03-01T19:12:08.843Z] #53 0.442 + RM_GOPATH=0
19:12:08 [2021-03-01T19:12:08.843Z] #53 0.442 + TMP_GOPATH=
19:12:08 [2021-03-01T19:12:08.843Z] #53 0.442 + : /build
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.442 + '[' -z '' ']'
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.445 ++ mktemp -d
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.452 + export GOPATH=/tmp/tmp.UI587WZxIm
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.453 + GOPATH=/tmp/tmp.UI587WZxIm
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.453 + RM_GOPATH=1
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.453 + case "$(go env GOARCH)" in
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.455 ++ go env GOARCH
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.472 + export GO_BUILDMODE=-buildmode=pie
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.473 + GO_BUILDMODE=-buildmode=pie
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.474 ++ dirname /tmp/install/install.sh
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.482 + dir=/tmp/install
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.483 + bin=runc
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.484 + shift
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.485 + '[' '!' -f /tmp/install/runc.installer ']'
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.491 + . /tmp/install/runc.installer
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.493 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.494 + install_runc
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.516 + grep -q '^3\.10\.0.*\.el7\.'
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.517 + uname -r
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.522 + RUNC_BUILDTAGS='seccomp '
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.532 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.532 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.532 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.UI587WZxIm/src/github.com/opencontainers/runc
19:12:08 [2021-03-01T19:12:08.844Z] #53 0.538 Cloning into '/tmp/tmp.UI587WZxIm/src/github.com/opencontainers/runc'...
19:12:08 [2021-03-01T19:12:08.844Z] #53 ...
19:12:08 [2021-03-01T19:12:08.844Z] 
19:12:08 [2021-03-01T19:12:08.844Z] #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
19:12:08 [2021-03-01T19:12:08.844Z] #15 sha256:019f51ecfd803723b0b9a61b7e05ba706e9d86a078f72d077a8ab43eeb2e9ccc
19:12:08 [2021-03-01T19:12:08.844Z] #15 DONE 0.4s
19:12:08 [2021-03-01T19:12:08.884Z] #42 11.20   DEP      images/sa.pb-c.d
19:12:08 [2021-03-01T19:12:08.884Z] #42 11.25   PBCC     images/pipe-data.pb-c.c
19:12:08 [2021-03-01T19:12:08.884Z] #42 11.29   DEP      images/pipe-data.pb-c.d
19:12:08 [2021-03-01T19:12:08.884Z] #42 11.35   PBCC     images/mnt.pb-c.c
19:12:08 [2021-03-01T19:12:08.957Z] #42 11.01   PBCC     images/sk-unix.pb-c.c
19:12:08 [2021-03-01T19:12:08.957Z] #42 11.09   DEP      images/sk-unix.pb-c.d
19:12:08 [2021-03-01T19:12:08.957Z] #42 11.16   PBCC     images/mm.pb-c.c
19:12:08 [2021-03-01T19:12:08.984Z] #55 43.76 Checking out files:  41% (1581/3816)   
Checking out files:  42% (1603/3816)   
Checking out files:  43% (1641/3816)   
Checking out files:  44% (1680/3816)   
Checking out files:  45% (1718/3816)   
Checking out files:  46% (1756/3816)   
Checking out files:  47% (1794/3816)   
Checking out files:  48% (1832/3816)   
Checking out files:  49% (1870/3816)   
Checking out files:  50% (1908/3816)   
Checking out files:  51% (1947/3816)   
Checking out files:  52% (1985/3816)   
Checking out files:  53% (2023/3816)   
Checking out files:  54% (2061/3816)   
Checking out files:  55% (2099/3816)   
Checking out files:  56% (2137/3816)   
Checking out files:  57% (2176/3816)   
Checking out files:  58% (2214/3816)   
Checking out files:  59% (2252/3816)   
Checking out files:  60% (2290/3816)   
Checking out files:  61% (2328/3816)   
Checking out files:  62% (2366/3816)   
Checking out files:  63% (2405/3816)   
Checking out files:  64% (2443/3816)   
Checking out files:  65% (2481/3816)   
Checking out files:  66% (2519/3816)   
Checking out files:  67% (2557/3816)   
Checking out files:  68% (2595/3816)   
Checking out files:  69% (2634/3816)   
Checking out files:  70% (2672/3816)   
Checking out files:  71% (2710/3816)   
Checking out files:  72% (2748/3816)   
Checking out files:  73% (2786/3816)   
Checking out files:  74% (2824/3816)   
Checking out files:  75% (2862/3816)   
Checking out files:  76% (2901/3816)   
Checking out files:  77% (2939/3816)   
Checking out files:  78% (2977/3816)   
Checking out files:  79% (3015/3816)   
Checking out files:  80% (3053/3816)   
Checking out files:  81% (3091/3816)   
Checking out files:  82% (3130/3816)   
Checking out files:  83% (3168/3816)   
Checking out files:  84% (3206/3816)   
Checking out files:  85% (3244/3816)   
Checking out files:  85% (3261/3816)   
Checking out files:  86% (3282/3816)   
Checking out files:  87% (3320/3816)   
Checking out files:  88% (3359/3816)   
Checking out files:  89% (3397/3816)   
Checking out files:  90% (3435/3816)   
Checking out files:  91% (3473/3816)   
Checking out files:  92% (3511/3816)   
Checking out files:  93% (3549/3816)   
Checking out files:  94% (3588/3816)   
Checking out files:  95% (3626/3816)   
Checking out files:  96% (3664/3816)   
Checking out files:  97% (3702/3816)   
Checking out files:  98% (3740/3816)   
Checking out files:  99% (3778/3816)   
Checking out files: 100% (3816/3816)   
Checking out files: 100% (3816/3816), done.
19:12:08 [2021-03-01T19:12:08.984Z] #55 45.52 + cd /tmp/tmp.fIScczOrDY/src/github.com/containerd/containerd
19:12:08 [2021-03-01T19:12:08.984Z] #55 45.52 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:12:09 [2021-03-01T19:12:09.000Z] #42 11.93   DEP      images/timerfd.pb-c.d
19:12:09 [2021-03-01T19:12:09.000Z] #42 11.96   PBCC     images/timer.pb-c.c
19:12:09 [2021-03-01T19:12:09.000Z] #42 11.99   DEP      images/timer.pb-c.d
19:12:09 [2021-03-01T19:12:09.000Z] #42 12.03   PBCC     images/sa.pb-c.c
19:12:09 [2021-03-01T19:12:09.142Z] 
19:12:09 [2021-03-01T19:12:09.142Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:12:09 [2021-03-01T19:12:09.142Z] #16 sha256:fa150b462abe21c0842ca3bb8b2af46cbb6f2141aee1950feab35c3a2258ce13
19:12:09 [2021-03-01T19:12:09.142Z] #16 0.243 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
19:12:09 [2021-03-01T19:12:09.148Z] #42 11.43   DEP      images/mnt.pb-c.d
19:12:09 [2021-03-01T19:12:09.148Z] #42 11.56   PBCC     images/sk-packet.pb-c.c
19:12:09 [2021-03-01T19:12:09.148Z] #42 11.59   DEP      images/sk-packet.pb-c.d
19:12:09 [2021-03-01T19:12:09.164Z] #19 61.90 Setting up python3-pip (18.1-5) ...
19:12:09 [2021-03-01T19:12:09.218Z] #42 11.23   DEP      images/mm.pb-c.d
19:12:09 [2021-03-01T19:12:09.218Z] #42 11.30   PBCC     images/timerfd.pb-c.c
19:12:09 [2021-03-01T19:12:09.218Z] #42 11.34   DEP      images/timerfd.pb-c.d
19:12:09 [2021-03-01T19:12:09.218Z] #42 11.40   PBCC     images/timer.pb-c.c
19:12:09 [2021-03-01T19:12:09.257Z] #42 12.07   DEP      images/sa.pb-c.d
19:12:09 [2021-03-01T19:12:09.257Z] #42 12.11   PBCC     images/pipe-data.pb-c.c
19:12:09 [2021-03-01T19:12:09.257Z] #42 12.13   DEP      images/pipe-data.pb-c.d
19:12:09 [2021-03-01T19:12:09.257Z] #42 12.21   PBCC     images/mnt.pb-c.c
19:12:09 [2021-03-01T19:12:09.257Z] #42 12.27   DEP      images/mnt.pb-c.d
19:12:09 [2021-03-01T19:12:09.257Z] #42 12.31   PBCC     images/sk-packet.pb-c.c
19:12:09 [2021-03-01T19:12:09.257Z] #42 12.35   DEP      images/sk-packet.pb-c.d
19:12:09 [2021-03-01T19:12:09.257Z] #42 12.40   PBCC     images/tcp-stream.pb-c.c
19:12:09 [2021-03-01T19:12:09.414Z] #42 11.65   PBCC     images/tcp-stream.pb-c.c
19:12:09 [2021-03-01T19:12:09.414Z] #42 11.78   DEP      images/tcp-stream.pb-c.d
19:12:09 [2021-03-01T19:12:09.414Z] #42 11.84   PBCC     images/pipe.pb-c.c
19:12:09 [2021-03-01T19:12:09.414Z] #42 11.91   DEP      images/pipe.pb-c.d
19:12:09 [2021-03-01T19:12:09.414Z] #42 ...
19:12:09 [2021-03-01T19:12:09.414Z] 
19:12:09 [2021-03-01T19:12:09.414Z] #36 [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
19:12:09 [2021-03-01T19:12:09.414Z] #36 sha256:d9c33f6328f92a7b26a513637e3c890b3223d756f9bf79b96ea2dd8bb65e80bc
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.471 + RM_GOPATH=0
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.472 + TMP_GOPATH=
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.472 + : /build
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.472 + '[' -z '' ']'
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.473 ++ mktemp -d
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.477 + export GOPATH=/tmp/tmp.5G9Xxs9RdM
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.477 + GOPATH=/tmp/tmp.5G9Xxs9RdM
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.477 + RM_GOPATH=1
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.477 + case "$(go env GOARCH)" in
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.477 ++ go env GOARCH
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.489 + export GO_BUILDMODE=-buildmode=pie
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.489 + GO_BUILDMODE=-buildmode=pie
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.493 ++ dirname /tmp/install/install.sh
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.495 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.495 + dir=/tmp/install
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.495 + bin=tini
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.495 + shift
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.495 + '[' '!' -f /tmp/install/tini.installer ']'
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.495 + . /tmp/install/tini.installer
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.495 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.495 + install_tini
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.495 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.495 + git clone https://github.com/krallin/tini.git /tmp/tmp.5G9Xxs9RdM/tini
19:12:09 [2021-03-01T19:12:09.414Z] #36 2.502 Cloning into '/tmp/tmp.5G9Xxs9RdM/tini'...
19:12:09 [2021-03-01T19:12:09.414Z] #36 3.298 + cd /tmp/tmp.5G9Xxs9RdM/tini
19:12:09 [2021-03-01T19:12:09.414Z] #36 3.302 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
19:12:09 [2021-03-01T19:12:09.414Z] #36 3.323 + cmake .
19:12:09 [2021-03-01T19:12:09.414Z] #36 3.978 -- The C compiler identification is GNU 8.3.0
19:12:09 [2021-03-01T19:12:09.414Z] #36 4.015 -- Check for working C compiler: /usr/bin/cc
19:12:09 [2021-03-01T19:12:09.414Z] #36 4.736 -- Check for working C compiler: /usr/bin/cc -- works
19:12:09 [2021-03-01T19:12:09.414Z] #36 4.738 -- Detecting C compiler ABI info
19:12:09 [2021-03-01T19:12:09.414Z] #36 5.453 -- Detecting C compiler ABI info - done
19:12:09 [2021-03-01T19:12:09.414Z] #36 5.482 -- Detecting C compile features
19:12:09 [2021-03-01T19:12:09.414Z] #36 7.929 -- Detecting C compile features - done
19:12:09 [2021-03-01T19:12:09.414Z] #36 8.036 -- Performing Test HAS_BUILTIN_FORTIFY
19:12:09 [2021-03-01T19:12:09.414Z] #36 8.318 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
19:12:09 [2021-03-01T19:12:09.414Z] #36 8.436 -- Configuring done
19:12:09 [2021-03-01T19:12:09.414Z] #36 8.459 -- Generating done
19:12:09 [2021-03-01T19:12:09.414Z] #36 8.476 -- Build files have been written to: /tmp/tmp.5G9Xxs9RdM/tini
19:12:09 [2021-03-01T19:12:09.414Z] #36 8.481 + make tini-static
19:12:09 [2021-03-01T19:12:09.414Z] #36 8.966 Scanning dependencies of target tini-static
19:12:09 [2021-03-01T19:12:09.414Z] #36 9.042 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
19:12:09 [2021-03-01T19:12:09.414Z] #36 10.13 [100%] Linking C executable tini-static
19:12:09 [2021-03-01T19:12:09.414Z] #36 10.57 [100%] Built target tini-static
19:12:09 [2021-03-01T19:12:09.414Z] #36 10.68 + mkdir -p /build
19:12:09 [2021-03-01T19:12:09.414Z] #36 10.68 + cp tini-static /build/docker-init
19:12:09 [2021-03-01T19:12:09.442Z] #16 DONE 0.3s
19:12:09 [2021-03-01T19:12:09.442Z] 
19:12:09 [2021-03-01T19:12:09.442Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:12:09 [2021-03-01T19:12:09.442Z] #17 sha256:655a7efebbd89ea6256be84d236e344c608f082a642e9394768d9520c8284f07
19:12:09 [2021-03-01T19:12:09.480Z] #42 11.45   DEP      images/timer.pb-c.d
19:12:09 [2021-03-01T19:12:09.480Z] #42 11.52   PBCC     images/sa.pb-c.c
19:12:09 [2021-03-01T19:12:09.480Z] #42 11.55   DEP      images/sa.pb-c.d
19:12:09 [2021-03-01T19:12:09.480Z] #42 11.61   PBCC     images/pipe-data.pb-c.c
19:12:09 [2021-03-01T19:12:09.480Z] #42 11.62   DEP      images/pipe-data.pb-c.d
19:12:09 [2021-03-01T19:12:09.480Z] #42 11.66   PBCC     images/mnt.pb-c.c
19:12:09 [2021-03-01T19:12:09.480Z] #42 11.71   DEP      images/mnt.pb-c.d
19:12:09 [2021-03-01T19:12:09.480Z] #42 11.78   PBCC     images/sk-packet.pb-c.c
19:12:09 [2021-03-01T19:12:09.513Z] #42 12.44   DEP      images/tcp-stream.pb-c.d
19:12:09 [2021-03-01T19:12:09.513Z] #42 12.49   PBCC     images/pipe.pb-c.c
19:12:09 [2021-03-01T19:12:09.513Z] #42 12.52   DEP      images/pipe.pb-c.d
19:12:09 [2021-03-01T19:12:09.513Z] #42 12.56   PBCC     images/pstree.pb-c.c
19:12:09 [2021-03-01T19:12:09.513Z] #42 12.58   DEP      images/pstree.pb-c.d
19:12:09 [2021-03-01T19:12:09.513Z] #42 12.64   PBCC     images/fs.pb-c.c
19:12:09 [2021-03-01T19:12:09.679Z] #36 ...
19:12:09 [2021-03-01T19:12:09.679Z] 
19:12:09 [2021-03-01T19:12:09.679Z] #42 [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
19:12:09 [2021-03-01T19:12:09.679Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:12:09 [2021-03-01T19:12:09.679Z] #42 11.96   PBCC     images/pstree.pb-c.c
19:12:09 [2021-03-01T19:12:09.679Z] #42 12.00   DEP      images/pstree.pb-c.d
19:12:09 [2021-03-01T19:12:09.679Z] #42 12.04   PBCC     images/fs.pb-c.c
19:12:09 [2021-03-01T19:12:09.679Z] #42 12.05   DEP      images/fs.pb-c.d
19:12:09 [2021-03-01T19:12:09.679Z] #42 12.09   PBCC     images/signalfd.pb-c.c
19:12:09 [2021-03-01T19:12:09.679Z] #42 12.13   DEP      images/signalfd.pb-c.d
19:12:09 [2021-03-01T19:12:09.679Z] #42 12.16   PBCC     images/fh.pb-c.c
19:12:09 [2021-03-01T19:12:09.679Z] #42 12.19   PBCC     images/fsnotify.pb-c.c
19:12:09 [2021-03-01T19:12:09.679Z] #42 12.22   DEP      images/fh.pb-c.d
19:12:09 [2021-03-01T19:12:09.679Z] #42 12.27   DEP      images/fsnotify.pb-c.d
19:12:09 [2021-03-01T19:12:09.741Z] #42 11.82   DEP      images/sk-packet.pb-c.d
19:12:09 [2021-03-01T19:12:09.741Z] #42 11.87   PBCC     images/tcp-stream.pb-c.c
19:12:09 [2021-03-01T19:12:09.752Z] #17 DONE 0.3s
19:12:09 [2021-03-01T19:12:09.752Z] 
19:12:09 [2021-03-01T19:12:09.752Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:12:09 [2021-03-01T19:12:09.752Z] #18 sha256:014420600259ce67fcf640c2e80d4638883d75766789d4038d9d929517221565
19:12:09 [2021-03-01T19:12:09.752Z] #18 DONE 0.3s
19:12:09 [2021-03-01T19:12:09.752Z] 
19:12:09 [2021-03-01T19:12:09.752Z] #19 [dev-systemd-false  6/26] RUN ldconfig
19:12:09 [2021-03-01T19:12:09.752Z] #19 sha256:b5c691b79a79694b2c56e6ee2a28b3911ddca902f50501f5c24b9b08f71dc2fc
19:12:09 [2021-03-01T19:12:09.770Z] #42 12.64   DEP      images/fs.pb-c.d
19:12:09 [2021-03-01T19:12:09.770Z] #42 12.71   PBCC     images/signalfd.pb-c.c
19:12:09 [2021-03-01T19:12:09.770Z] #42 12.74   DEP      images/signalfd.pb-c.d
19:12:09 [2021-03-01T19:12:09.770Z] #42 12.80   PBCC     images/fh.pb-c.c
19:12:09 [2021-03-01T19:12:09.770Z] #42 12.84   PBCC     images/fsnotify.pb-c.c
19:12:09 [2021-03-01T19:12:09.911Z] #55 ...
19:12:09 [2021-03-01T19:12:09.911Z] 
19:12:09 [2021-03-01T19:12:09.911Z] #50 [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
19:12:09 [2021-03-01T19:12:09.911Z] #50 sha256:e9bdd1a129d6aed7dcd607237f43050b68baace8d452244d757a054f28c9f36b
19:12:09 [2021-03-01T19:12:09.911Z] #50 DONE 96.4s
19:12:09 [2021-03-01T19:12:09.911Z] 
19:12:09 [2021-03-01T19:12:09.911Z] #42 [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
19:12:09 [2021-03-01T19:12:09.911Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:09 [2021-03-01T19:12:09.911Z] #42 17.70 make[1]: Nothing to be done for 'all'.
19:12:09 [2021-03-01T19:12:09.911Z] #42 19.17   CC       images/stats.o
19:12:09 [2021-03-01T19:12:09.911Z] #42 19.68   CC       images/core.o
19:12:09 [2021-03-01T19:12:09.911Z] #42 20.23   CC       images/core-x86.o
19:12:09 [2021-03-01T19:12:09.911Z] #42 20.69   CC       images/core-arm.o
19:12:09 [2021-03-01T19:12:09.911Z] #42 21.14   CC       images/core-aarch64.o
19:12:09 [2021-03-01T19:12:09.911Z] #42 21.49   CC       images/core-ppc64.o
19:12:09 [2021-03-01T19:12:09.911Z] #42 22.10   CC       images/core-s390.o
19:12:09 [2021-03-01T19:12:09.911Z] #42 22.91   CC       images/cpuinfo.o
19:12:09 [2021-03-01T19:12:09.911Z] #42 23.37   CC       images/inventory.o
19:12:09 [2021-03-01T19:12:09.911Z] #42 23.63   CC       images/fdinfo.o
19:12:09 [2021-03-01T19:12:09.944Z] #42 12.34   PBCC     images/eventpoll.pb-c.c
19:12:09 [2021-03-01T19:12:09.944Z] #42 12.38   DEP      images/eventpoll.pb-c.d
19:12:09 [2021-03-01T19:12:09.944Z] #42 12.42   PBCC     images/eventfd.pb-c.c
19:12:09 [2021-03-01T19:12:09.944Z] #42 12.45   DEP      images/eventfd.pb-c.d
19:12:09 [2021-03-01T19:12:09.944Z] #42 12.49   PBCC     images/remap-file-path.pb-c.c
19:12:10 [2021-03-01T19:12:10.003Z] #42 11.96   DEP      images/tcp-stream.pb-c.d
19:12:10 [2021-03-01T19:12:10.003Z] #42 12.03   PBCC     images/pipe.pb-c.c
19:12:10 [2021-03-01T19:12:10.003Z] #42 12.07   DEP      images/pipe.pb-c.d
19:12:10 [2021-03-01T19:12:10.003Z] #42 12.13   PBCC     images/pstree.pb-c.c
19:12:10 [2021-03-01T19:12:10.003Z] #42 12.14   DEP      images/pstree.pb-c.d
19:12:10 [2021-03-01T19:12:10.026Z] #42 12.89   DEP      images/fh.pb-c.d
19:12:10 [2021-03-01T19:12:10.026Z] #42 12.96   DEP      images/fsnotify.pb-c.d
19:12:10 [2021-03-01T19:12:10.026Z] #42 12.99   PBCC     images/eventpoll.pb-c.c
19:12:10 [2021-03-01T19:12:10.026Z] #42 13.04   DEP      images/eventpoll.pb-c.d
19:12:10 [2021-03-01T19:12:10.026Z] #42 13.08   PBCC     images/eventfd.pb-c.c
19:12:10 [2021-03-01T19:12:10.026Z] #42 13.10   DEP      images/eventfd.pb-c.d
19:12:10 [2021-03-01T19:12:10.167Z] #42 23.98   CC       images/fown.o
19:12:10 [2021-03-01T19:12:10.209Z] #42 12.52   DEP      images/remap-file-path.pb-c.d
19:12:10 [2021-03-01T19:12:10.209Z] #42 12.66   PBCC     images/fifo.pb-c.c
19:12:10 [2021-03-01T19:12:10.209Z] #42 12.70   DEP      images/fifo.pb-c.d
19:12:10 [2021-03-01T19:12:10.209Z] #42 12.75   PBCC     images/ghost-file.pb-c.c
19:12:10 [2021-03-01T19:12:10.264Z] #42 12.22   PBCC     images/fs.pb-c.c
19:12:10 [2021-03-01T19:12:10.264Z] #42 12.26   DEP      images/fs.pb-c.d
19:12:10 [2021-03-01T19:12:10.264Z] #42 12.29   PBCC     images/signalfd.pb-c.c
19:12:10 [2021-03-01T19:12:10.264Z] #42 12.34   DEP      images/signalfd.pb-c.d
19:12:10 [2021-03-01T19:12:10.264Z] #42 12.40   PBCC     images/fh.pb-c.c
19:12:10 [2021-03-01T19:12:10.264Z] #42 12.43   PBCC     images/fsnotify.pb-c.c
19:12:10 [2021-03-01T19:12:10.283Z] #42 13.12   PBCC     images/remap-file-path.pb-c.c
19:12:10 [2021-03-01T19:12:10.283Z] #42 13.16   DEP      images/remap-file-path.pb-c.d
19:12:10 [2021-03-01T19:12:10.283Z] #42 13.24   PBCC     images/fifo.pb-c.c
19:12:10 [2021-03-01T19:12:10.283Z] #42 13.28   DEP      images/fifo.pb-c.d
19:12:10 [2021-03-01T19:12:10.283Z] #42 13.30   PBCC     images/ghost-file.pb-c.c
19:12:10 [2021-03-01T19:12:10.283Z] #42 13.37   DEP      images/ghost-file.pb-c.d
19:12:10 [2021-03-01T19:12:10.397Z] #19 DONE 0.4s
19:12:10 [2021-03-01T19:12:10.397Z] 
19:12:10 [2021-03-01T19:12:10.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
19:12:10 [2021-03-01T19:12:10.397Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a
19:12:10 [2021-03-01T19:12:10.423Z] #42 24.15   CC       images/ns.o
19:12:10 [2021-03-01T19:12:10.526Z] #42 12.49   DEP      images/fh.pb-c.d
19:12:10 [2021-03-01T19:12:10.526Z] #42 12.55   DEP      images/fsnotify.pb-c.d
19:12:10 [2021-03-01T19:12:10.526Z] #42 12.65   PBCC     images/eventpoll.pb-c.c
19:12:10 [2021-03-01T19:12:10.526Z] #42 12.66   DEP      images/eventpoll.pb-c.d
19:12:10 [2021-03-01T19:12:10.526Z] #42 12.72   PBCC     images/eventfd.pb-c.c
19:12:10 [2021-03-01T19:12:10.526Z] #42 12.73   DEP      images/eventfd.pb-c.d
19:12:10 [2021-03-01T19:12:10.539Z] #42 13.42   PBCC     images/regfile.pb-c.c
19:12:10 [2021-03-01T19:12:10.539Z] #42 13.46   DEP      images/regfile.pb-c.d
19:12:10 [2021-03-01T19:12:10.539Z] #42 13.52   PBCC     images/ns.pb-c.c
19:12:10 [2021-03-01T19:12:10.539Z] #42 13.54   DEP      images/ns.pb-c.d
19:12:10 [2021-03-01T19:12:10.539Z] #42 13.61   PBCC     images/fdinfo.pb-c.c
19:12:10 [2021-03-01T19:12:10.543Z] #19 63.05 Processing triggers for libc-bin (2.28-10) ...
19:12:10 [2021-03-01T19:12:10.543Z] #19 63.09 Processing triggers for mime-support (3.62) ...
19:12:10 [2021-03-01T19:12:10.598Z] #42 12.85   DEP      images/ghost-file.pb-c.d
19:12:10 [2021-03-01T19:12:10.598Z] #42 12.90   PBCC     images/regfile.pb-c.c
19:12:10 [2021-03-01T19:12:10.598Z] #42 12.98   DEP      images/regfile.pb-c.d
19:12:10 [2021-03-01T19:12:10.679Z] #42 24.50   CC       images/regfile.o
19:12:10 [2021-03-01T19:12:10.698Z] #20 0.536 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:12:10 [2021-03-01T19:12:10.787Z] #42 12.81   PBCC     images/remap-file-path.pb-c.c
19:12:10 [2021-03-01T19:12:10.787Z] #42 12.82   DEP      images/remap-file-path.pb-c.d
19:12:10 [2021-03-01T19:12:10.787Z] #42 12.87   PBCC     images/fifo.pb-c.c
19:12:10 [2021-03-01T19:12:10.787Z] #42 12.90   DEP      images/fifo.pb-c.d
19:12:10 [2021-03-01T19:12:10.787Z] #42 12.96   PBCC     images/ghost-file.pb-c.c
19:12:10 [2021-03-01T19:12:10.787Z] #42 13.03   DEP      images/ghost-file.pb-c.d
19:12:10 [2021-03-01T19:12:10.795Z] #42 13.76   DEP      images/fdinfo.pb-c.d
19:12:10 [2021-03-01T19:12:10.795Z] #42 13.82   PBCC     images/core-aarch64.pb-c.c
19:12:10 [2021-03-01T19:12:10.795Z] #42 13.88   PBCC     images/core-arm.pb-c.c
19:12:10 [2021-03-01T19:12:10.795Z] #42 13.94   PBCC     images/core-ppc64.pb-c.c
19:12:10 [2021-03-01T19:12:10.803Z] #19 ...
19:12:10 [2021-03-01T19:12:10.803Z] 
19:12:10 [2021-03-01T19:12:10.803Z] #39 [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
19:12:10 [2021-03-01T19:12:10.803Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:12:10 [2021-03-01T19:12:10.803Z] #39 199.6 + dpkg --print-architecture
19:12:10 [2021-03-01T19:12:10.803Z] #39 199.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
19:12:10 [2021-03-01T19:12:10.803Z] #39 200.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
19:12:10 [2021-03-01T19:12:10.803Z] #39 200.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
19:12:10 [2021-03-01T19:12:10.868Z] #42 13.03   PBCC     images/ns.pb-c.c
19:12:10 [2021-03-01T19:12:10.868Z] #42 13.19   DEP      images/ns.pb-c.d
19:12:10 [2021-03-01T19:12:10.868Z] #42 13.23   PBCC     images/fdinfo.pb-c.c
19:12:10 [2021-03-01T19:12:10.868Z] #42 13.29   DEP      images/fdinfo.pb-c.d
19:12:10 [2021-03-01T19:12:10.868Z] #42 13.34   PBCC     images/core-aarch64.pb-c.c
19:12:10 [2021-03-01T19:12:10.934Z] #42 ...
19:12:10 [2021-03-01T19:12:10.934Z] 
19:12:10 [2021-03-01T19:12:10.934Z] #55 [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
19:12:10 [2021-03-01T19:12:10.934Z] #55 sha256:e2bdd5235c486b3aaf5cc518316b1ccb18d2ab2dcdb8134380192a3235bb8d6f
19:12:10 [2021-03-01T19:12:10.934Z] #55 47.55 + export 'BUILDTAGS=netgo osusergo static_build'
19:12:10 [2021-03-01T19:12:10.934Z] #55 47.55 + BUILDTAGS='netgo osusergo static_build'
19:12:10 [2021-03-01T19:12:10.934Z] #55 47.55 + export EXTRA_FLAGS=-buildmode=pie
19:12:10 [2021-03-01T19:12:10.934Z] #55 47.55 + EXTRA_FLAGS=-buildmode=pie
19:12:10 [2021-03-01T19:12:10.934Z] #55 47.55 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
19:12:10 [2021-03-01T19:12:10.934Z] #55 47.55 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
19:12:10 [2021-03-01T19:12:10.934Z] #55 47.55 + '[' '' = dynamic ']'
19:12:10 [2021-03-01T19:12:10.934Z] #55 47.55 + make
19:12:10 [2021-03-01T19:12:10.996Z] #20 0.735 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:12:11 [2021-03-01T19:12:11.049Z] #42 13.10   PBCC     images/regfile.pb-c.c
19:12:11 [2021-03-01T19:12:11.049Z] #42 13.14   DEP      images/regfile.pb-c.d
19:12:11 [2021-03-01T19:12:11.049Z] #42 13.19   PBCC     images/ns.pb-c.c
19:12:11 [2021-03-01T19:12:11.049Z] #42 13.21   DEP      images/ns.pb-c.d
19:12:11 [2021-03-01T19:12:11.049Z] #42 13.27   PBCC     images/fdinfo.pb-c.c
19:12:11 [2021-03-01T19:12:11.052Z] #42 14.00   PBCC     images/core-s390.pb-c.c
19:12:11 [2021-03-01T19:12:11.052Z] #42 14.04   PBCC     images/core-x86.pb-c.c
19:12:11 [2021-03-01T19:12:11.134Z] #42 13.46   PBCC     images/core-arm.pb-c.c
19:12:11 [2021-03-01T19:12:11.134Z] #42 13.57   PBCC     images/core-ppc64.pb-c.c
19:12:11 [2021-03-01T19:12:11.134Z] #42 ...
19:12:11 [2021-03-01T19:12:11.134Z] 
19:12:11 [2021-03-01T19:12:11.134Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:11 [2021-03-01T19:12:11.134Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:12:11 [2021-03-01T19:12:11.134Z] #12 87.07 Selecting previously unselected package gcc-mingw-w64-base.
19:12:11 [2021-03-01T19:12:11.134Z] #12 87.08 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
19:12:11 [2021-03-01T19:12:11.134Z] #12 87.09 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:12:11 [2021-03-01T19:12:11.134Z] #12 87.61 Selecting previously unselected package gcc-mingw-w64-x86-64.
19:12:11 [2021-03-01T19:12:11.134Z] #12 87.61 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
19:12:11 [2021-03-01T19:12:11.134Z] #12 87.62 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:11 [2021-03-01T19:12:11.134Z] #12 ...
19:12:11 [2021-03-01T19:12:11.134Z] 
19:12:11 [2021-03-01T19:12:11.134Z] #36 [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
19:12:11 [2021-03-01T19:12:11.134Z] #36 sha256:d9c33f6328f92a7b26a513637e3c890b3223d756f9bf79b96ea2dd8bb65e80bc
19:12:11 [2021-03-01T19:12:11.134Z] #36 DONE 14.3s
19:12:11 [2021-03-01T19:12:11.134Z] 
19:12:11 [2021-03-01T19:12:11.134Z] #42 [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
19:12:11 [2021-03-01T19:12:11.134Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:12:11 [2021-03-01T19:12:11.134Z] #42 13.68   PBCC     images/core-s390.pb-c.c
19:12:11 [2021-03-01T19:12:11.297Z] #20 0.924 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:12:11 [2021-03-01T19:12:11.308Z] #42 14.09   PBCC     images/core.pb-c.c
19:12:11 [2021-03-01T19:12:11.308Z] #42 14.15   PBCC     images/inventory.pb-c.c
19:12:11 [2021-03-01T19:12:11.308Z] #42 14.21   DEP      images/core-aarch64.pb-c.d
19:12:11 [2021-03-01T19:12:11.308Z] #42 14.26   DEP      images/core-arm.pb-c.d
19:12:11 [2021-03-01T19:12:11.308Z] #42 14.30   DEP      images/core-ppc64.pb-c.d
19:12:11 [2021-03-01T19:12:11.311Z] #42 13.35   DEP      images/fdinfo.pb-c.d
19:12:11 [2021-03-01T19:12:11.311Z] #42 13.42   PBCC     images/core-aarch64.pb-c.c
19:12:11 [2021-03-01T19:12:11.311Z] #42 13.48   PBCC     images/core-arm.pb-c.c
19:12:11 [2021-03-01T19:12:11.311Z] #42 13.52   PBCC     images/core-ppc64.pb-c.c
19:12:11 [2021-03-01T19:12:11.399Z] #42 13.74   PBCC     images/core-x86.pb-c.c
19:12:11 [2021-03-01T19:12:11.399Z] #42 13.77   PBCC     images/core.pb-c.c
19:12:11 [2021-03-01T19:12:11.399Z] #42 13.84   PBCC     images/inventory.pb-c.c
19:12:11 [2021-03-01T19:12:11.399Z] #42 13.91   DEP      images/core-aarch64.pb-c.d
19:12:11 [2021-03-01T19:12:11.399Z] #42 13.94   DEP      images/core-arm.pb-c.d
19:12:11 [2021-03-01T19:12:11.565Z] #42 14.37   DEP      images/core-s390.pb-c.d
19:12:11 [2021-03-01T19:12:11.565Z] #42 14.41   DEP      images/core-x86.pb-c.d
19:12:11 [2021-03-01T19:12:11.565Z] #42 14.45   DEP      images/core.pb-c.d
19:12:11 [2021-03-01T19:12:11.565Z] #42 14.48   DEP      images/inventory.pb-c.d
19:12:11 [2021-03-01T19:12:11.565Z] #42 14.58   PBCC     images/cpuinfo.pb-c.c
19:12:11 [2021-03-01T19:12:11.565Z] #42 14.62   DEP      images/cpuinfo.pb-c.d
19:12:11 [2021-03-01T19:12:11.572Z] #42 13.57   PBCC     images/core-s390.pb-c.c
19:12:11 [2021-03-01T19:12:11.572Z] #42 13.66   PBCC     images/core-x86.pb-c.c
19:12:11 [2021-03-01T19:12:11.572Z] #42 13.74   PBCC     images/core.pb-c.c
19:12:11 [2021-03-01T19:12:11.664Z] #42 13.99   DEP      images/core-ppc64.pb-c.d
19:12:11 [2021-03-01T19:12:11.664Z] #42 14.13   DEP      images/core-s390.pb-c.d
19:12:11 [2021-03-01T19:12:11.664Z] #42 14.21   DEP      images/core-x86.pb-c.d
19:12:11 [2021-03-01T19:12:11.741Z] #39 ...
19:12:11 [2021-03-01T19:12:11.741Z] 
19:12:11 [2021-03-01T19:12:11.741Z] #19 [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
19:12:11 [2021-03-01T19:12:11.741Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:12:11 [2021-03-01T19:12:11.741Z] #19 DONE 64.2s
19:12:11 [2021-03-01T19:12:11.741Z] 
19:12:11 [2021-03-01T19:12:11.741Z] #20 [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
19:12:11 [2021-03-01T19:12:11.741Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8
19:12:11 [2021-03-01T19:12:11.822Z] #42 14.66   PBCC     images/stats.pb-c.c
19:12:11 [2021-03-01T19:12:11.822Z] #42 14.70   DEP      images/stats.pb-c.d
19:12:11 [2021-03-01T19:12:11.834Z] #42 13.85   PBCC     images/inventory.pb-c.c
19:12:11 [2021-03-01T19:12:11.834Z] #42 13.92   DEP      images/core-aarch64.pb-c.d
19:12:11 [2021-03-01T19:12:11.834Z] #42 13.96   DEP      images/core-arm.pb-c.d
19:12:11 [2021-03-01T19:12:11.834Z] #42 14.04   DEP      images/core-ppc64.pb-c.d
19:12:11 [2021-03-01T19:12:11.930Z] #42 14.24   DEP      images/core.pb-c.d
19:12:11 [2021-03-01T19:12:11.930Z] #42 14.31   DEP      images/inventory.pb-c.d
19:12:11 [2021-03-01T19:12:11.930Z] #42 14.37   PBCC     images/cpuinfo.pb-c.c
19:12:11 [2021-03-01T19:12:11.930Z] #42 14.39   DEP      images/cpuinfo.pb-c.d
19:12:11 [2021-03-01T19:12:11.930Z] #42 14.42   PBCC     images/stats.pb-c.c
19:12:11 [2021-03-01T19:12:11.930Z] #42 14.45   DEP      images/stats.pb-c.d
19:12:11 [2021-03-01T19:12:11.946Z] #20 1.774 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
19:12:12 [2021-03-01T19:12:12.095Z] #42 14.10   DEP      images/core-s390.pb-c.d
19:12:12 [2021-03-01T19:12:12.095Z] #42 14.16   DEP      images/core-x86.pb-c.d
19:12:12 [2021-03-01T19:12:12.095Z] #42 14.20   DEP      images/core.pb-c.d
19:12:12 [2021-03-01T19:12:12.095Z] #42 14.29   DEP      images/inventory.pb-c.d
19:12:12 [2021-03-01T19:12:12.301Z] #55 48.63 + bin/ctr
19:12:12 [2021-03-01T19:12:12.357Z] #42 14.35   PBCC     images/cpuinfo.pb-c.c
19:12:12 [2021-03-01T19:12:12.357Z] #42 14.36   DEP      images/cpuinfo.pb-c.d
19:12:12 [2021-03-01T19:12:12.357Z] #42 14.42   PBCC     images/stats.pb-c.c
19:12:12 [2021-03-01T19:12:12.357Z] #42 14.46   DEP      images/stats.pb-c.d
19:12:12 [2021-03-01T19:12:12.515Z] #42 ...
19:12:12 [2021-03-01T19:12:12.515Z] 
19:12:12 [2021-03-01T19:12:12.515Z] #44 [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
19:12:12 [2021-03-01T19:12:12.515Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:12:12 [2021-03-01T19:12:12.515Z] #44 88.47 vendor/golang.org/x/net/http/httpguts
19:12:12 [2021-03-01T19:12:12.515Z] #44 88.49 mime/multipart
19:12:12 [2021-03-01T19:12:12.515Z] #44 91.39 crypto/tls
19:12:12 [2021-03-01T19:12:12.515Z] #44 98.05 net/http/httptrace
19:12:12 [2021-03-01T19:12:12.515Z] #44 98.34 net/http
19:12:12 [2021-03-01T19:12:12.515Z] #44 ...
19:12:12 [2021-03-01T19:12:12.515Z] 
19:12:12 [2021-03-01T19:12:12.515Z] #57 [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
19:12:12 [2021-03-01T19:12:12.515Z] #57 sha256:262beed359b27934d5d1e2260bb19a1c691fef3a46a7864a0193a363e8310e8c
19:12:12 [2021-03-01T19:12:12.515Z] #57 98.33 + for f in rootlesskit rootlesskit-docker-proxy
19:12:12 [2021-03-01T19:12:12.515Z] #57 98.33 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
19:12:12 [2021-03-01T19:12:12.680Z] #20 1.023 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
19:12:12 [2021-03-01T19:12:12.680Z] #20 1.028 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
19:12:12 [2021-03-01T19:12:12.680Z] #20 1.031 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
19:12:12 [2021-03-01T19:12:12.680Z] #20 DONE 1.1s
19:12:12 [2021-03-01T19:12:12.680Z] 
19:12:12 [2021-03-01T19:12:12.680Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:12:12 [2021-03-01T19:12:12.680Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:12:13 [2021-03-01T19:12:13.256Z] #42 16.13 make[1]: Nothing to be done for 'all'.
19:12:13 [2021-03-01T19:12:13.744Z] #42 15.82 make[1]: Nothing to be done for 'all'.
19:12:14 [2021-03-01T19:12:14.060Z] #21 ...
19:12:14 [2021-03-01T19:12:14.060Z] 
19:12:14 [2021-03-01T19:12:14.060Z] #42 [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
19:12:14 [2021-03-01T19:12:14.060Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:14 [2021-03-01T19:12:14.060Z] #42 118.1   CC       criu/image-desc.o
19:12:14 [2021-03-01T19:12:14.060Z] #42 118.2   CC       criu/image.o
19:12:14 [2021-03-01T19:12:14.060Z] #42 119.1   CC       criu/ipc_ns.o
19:12:14 [2021-03-01T19:12:14.060Z] #42 120.4   CC       criu/irmap.o
19:12:14 [2021-03-01T19:12:14.060Z] #42 121.1   CC       criu/kcmp-ids.o
19:12:14 [2021-03-01T19:12:14.060Z] #42 121.3   CC       criu/kerndat.o
19:12:14 [2021-03-01T19:12:14.060Z] #42 122.4   CC       criu/libnetlink.o
19:12:14 [2021-03-01T19:12:14.060Z] #42 122.9   CC       criu/log.o
19:12:14 [2021-03-01T19:12:14.060Z] #42 123.5   CC       criu/lsm.o
19:12:14 [2021-03-01T19:12:14.060Z] #42 124.0   CC       criu/mem.o
19:12:14 [2021-03-01T19:12:14.060Z] #42 125.6   CC       criu/memfd.o
19:12:14 [2021-03-01T19:12:14.060Z] #42 126.5   CC       criu/mount.o
19:12:14 [2021-03-01T19:12:14.067Z] #20 3.661 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [258 kB]
19:12:14 [2021-03-01T19:12:14.246Z] #42 ...
19:12:14 [2021-03-01T19:12:14.246Z] 
19:12:14 [2021-03-01T19:12:14.246Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:14 [2021-03-01T19:12:14.246Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:12:14 [2021-03-01T19:12:14.246Z] #12 96.04 Selecting previously unselected package gcc-mingw-w64-base.
19:12:14 [2021-03-01T19:12:14.246Z] #12 96.06 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:12:14 [2021-03-01T19:12:14.246Z] #12 96.08 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:12:14 [2021-03-01T19:12:14.246Z] #12 96.30 Selecting previously unselected package gcc-mingw-w64-x86-64.
19:12:14 [2021-03-01T19:12:14.246Z] #12 96.31 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:12:14 [2021-03-01T19:12:14.246Z] #12 96.31 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:14 [2021-03-01T19:12:14.502Z] #12 ...
19:12:14 [2021-03-01T19:12:14.502Z] 
19:12:14 [2021-03-01T19:12:14.502Z] #42 [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
19:12:14 [2021-03-01T19:12:14.502Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:14 [2021-03-01T19:12:14.502Z] #42 17.50   CC       images/stats.o
19:12:14 [2021-03-01T19:12:14.713Z] #20 4.460 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B]
19:12:15 [2021-03-01T19:12:15.064Z] #42 17.84   CC       images/core.o
19:12:15 [2021-03-01T19:12:15.133Z] #42 17.18   CC       images/stats.o
19:12:15 [2021-03-01T19:12:15.133Z] #42 ...
19:12:15 [2021-03-01T19:12:15.133Z] 
19:12:15 [2021-03-01T19:12:15.133Z] #55 [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
19:12:15 [2021-03-01T19:12:15.133Z] #55 sha256:57f2916ddde9a5058f430576b9e6c074d4506f86288c8b1fd7b574bfa26d6eed
19:12:15 [2021-03-01T19:12:15.627Z] #42 18.45   CC       images/core-x86.o
19:12:15 [2021-03-01T19:12:15.884Z] #42 18.94   CC       images/core-arm.o
19:12:16 [2021-03-01T19:12:16.181Z] #55 42.49 Checking out files:  39% (1514/3816)   
Checking out files:  40% (1527/3816)   
Checking out files:  41% (1565/3816)   
Checking out files:  42% (1603/3816)   
Checking out files:  43% (1641/3816)   
Checking out files:  44% (1680/3816)   
Checking out files:  45% (1718/3816)   
Checking out files:  46% (1756/3816)   
Checking out files:  47% (1794/3816)   
Checking out files:  48% (1832/3816)   
Checking out files:  49% (1870/3816)   
Checking out files:  50% (1908/3816)   
Checking out files:  51% (1947/3816)   
Checking out files:  52% (1985/3816)   
Checking out files:  53% (2023/3816)   
Checking out files:  54% (2061/3816)   
Checking out files:  55% (2099/3816)   
Checking out files:  56% (2137/3816)   
Checking out files:  57% (2176/3816)   
Checking out files:  58% (2214/3816)   
Checking out files:  59% (2252/3816)   
Checking out files:  60% (2290/3816)   
Checking out files:  61% (2328/3816)   
Checking out files:  62% (2366/3816)   
Checking out files:  63% (2405/3816)   
Checking out files:  64% (2443/3816)   
Checking out files:  65% (2481/3816)   
Checking out files:  66% (2519/3816)   
Checking out files:  67% (2557/3816)   
Checking out files:  68% (2595/3816)   
Checking out files:  69% (2634/3816)   
Checking out files:  70% (2672/3816)   
Checking out files:  71% (2710/3816)   
Checking out files:  72% (2748/3816)   
Checking out files:  73% (2786/3816)   
Checking out files:  74% (2824/3816)   
Checking out files:  75% (2862/3816)   
Checking out files:  76% (2901/3816)   
Checking out files:  77% (2939/3816)   
Checking out files:  78% (2977/3816)   
Checking out files:  79% (3015/3816)   
Checking out files:  80% (3053/3816)   
Checking out files:  81% (3091/3816)   
Checking out files:  82% (3130/3816)   
Checking out files:  83% (3168/3816)   
Checking out files:  84% (3206/3816)   
Checking out files:  85% (3244/3816)   
19:12:16 [2021-03-01T19:12:16.181Z] #55 ...
19:12:16 [2021-03-01T19:12:16.181Z] 
19:12:16 [2021-03-01T19:12:16.181Z] #44 [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
19:12:16 [2021-03-01T19:12:16.181Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:12:16 [2021-03-01T19:12:16.181Z] #44 96.95 go/parser
19:12:16 [2021-03-01T19:12:16.181Z] #44 96.95 text/template
19:12:16 [2021-03-01T19:12:16.181Z] #44 100.6 encoding/xml
19:12:16 [2021-03-01T19:12:16.181Z] #44 102.4 go/doc
19:12:16 [2021-03-01T19:12:16.181Z] #44 105.6 github.com/LK4D4/vndr/build
19:12:16 [2021-03-01T19:12:16.181Z] #44 106.5 github.com/LK4D4/vndr/versioned
19:12:16 [2021-03-01T19:12:16.181Z] #44 106.7 compress/flate
19:12:16 [2021-03-01T19:12:16.255Z] #20 ...
19:12:16 [2021-03-01T19:12:16.255Z] 
19:12:16 [2021-03-01T19:12:16.255Z] #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
19:12:16 [2021-03-01T19:12:16.255Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:12:16 [2021-03-01T19:12:16.255Z] #43 46.91   CC       compel/plugins/std/string.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 47.52   CC       compel/plugins/std/infect.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 48.02   CC       compel/arch/ppc64/plugins/std/parasite-head.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 48.08   CC       compel/arch/ppc64/plugins/std/memcpy.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 48.11   CC       compel/arch/ppc64/plugins/std/memcmp.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 48.17   CC       compel/arch/ppc64/plugins/std/syscalls/syscalls.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 48.30   AR       compel/plugins/std.lib.a
19:12:16 [2021-03-01T19:12:16.255Z] #43 48.37   CC       compel/plugins/fds/fds.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 48.55   AR       compel/plugins/fds.lib.a
19:12:16 [2021-03-01T19:12:16.255Z] #43 48.62   HOSTDEP  compel/src/lib/log-host.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 48.99   HOSTDEP  compel/src/lib/handle-elf-host.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 49.14   HOSTDEP  compel/arch/ppc64/src/lib/handle-elf-host.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 49.22   HOSTDEP  compel/src/main-host.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 49.41   DEP      compel/src/lib/ptrace.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 49.59   DEP      compel/src/lib/infect.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 49.77   DEP      compel/src/lib/infect-util.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 49.86   DEP      compel/src/lib/infect-rpc.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 49.98   DEP      compel/arch/ppc64/src/lib/infect.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 50.09   DEP      compel/arch/ppc64/src/lib/cpu.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 50.15   DEP      compel/src/lib/log.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 50.24   DEP      compel/src/main.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 50.45   DEP      compel/src/lib/handle-elf.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 50.61   DEP      compel/arch/ppc64/src/lib/handle-elf.d
19:12:16 [2021-03-01T19:12:16.255Z] #43 50.74   CC       compel/src/lib/log.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 51.20   CC       compel/arch/ppc64/src/lib/cpu.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 51.41   CC       compel/arch/ppc64/src/lib/infect.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 52.22   CC       compel/src/lib/infect-rpc.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 52.65   CC       compel/src/lib/infect-util.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 52.99   CC       compel/src/lib/infect.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 55.62   CC       compel/src/lib/ptrace.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 56.12   AR       compel/libcompel.a
19:12:16 [2021-03-01T19:12:16.255Z] #43 56.21   HOSTCC   compel/src/main-host.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 56.50   HOSTCC   compel/arch/ppc64/src/lib/handle-elf-host.o
19:12:16 [2021-03-01T19:12:16.255Z] #43 56.70   HOSTCC   compel/src/lib/handle-elf-host.o
19:12:16 [2021-03-01T19:12:16.443Z] #44 ...
19:12:16 [2021-03-01T19:12:16.443Z] 
19:12:16 [2021-03-01T19:12:16.443Z] #55 [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
19:12:16 [2021-03-01T19:12:16.443Z] #55 sha256:57f2916ddde9a5058f430576b9e6c074d4506f86288c8b1fd7b574bfa26d6eed
19:12:16 [2021-03-01T19:12:16.447Z] #42 19.27   CC       images/core-aarch64.o
19:12:16 [2021-03-01T19:12:16.447Z] #42 ...
19:12:16 [2021-03-01T19:12:16.447Z] 
19:12:16 [2021-03-01T19:12:16.447Z] #50 [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
19:12:16 [2021-03-01T19:12:16.447Z] #50 sha256:a83e322da063f75b63ccdfc973d8faf0332a033c94ac4fb33a38d1329b286683
19:12:16 [2021-03-01T19:12:16.447Z] #50 98.45 go/ast
19:12:16 [2021-03-01T19:12:16.447Z] #50 101.3 golang.org/x/crypto/ssh/terminal
19:12:16 [2021-03-01T19:12:16.447Z] #50 102.6 mvdan.cc/editorconfig
19:12:16 [2021-03-01T19:12:16.447Z] #50 103.4 mvdan.cc/sh/v3/fileutil
19:12:16 [2021-03-01T19:12:16.447Z] #50 103.7 mvdan.cc/sh/v3/syntax
19:12:16 [2021-03-01T19:12:16.469Z] #55 ...
19:12:16 [2021-03-01T19:12:16.469Z] 
19:12:16 [2021-03-01T19:12:16.469Z] #42 [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
19:12:16 [2021-03-01T19:12:16.469Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:16 [2021-03-01T19:12:16.469Z] #42 24.80   CC       images/ghost-file.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 25.11   CC       images/fifo.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 25.35   CC       images/remap-file-path.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 25.59   CC       images/eventfd.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 25.81   CC       images/eventpoll.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 26.13   CC       images/fh.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 26.46   CC       images/fsnotify.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 27.06   CC       images/signalfd.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 27.38   CC       images/fs.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 27.61   CC       images/pstree.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 27.81   CC       images/pipe.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 28.12   CC       images/tcp-stream.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 28.37   CC       images/sk-packet.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 28.73   CC       images/mnt.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 29.00   CC       images/pipe-data.o
19:12:16 [2021-03-01T19:12:16.469Z] #42 29.20   CC       images/sa.o
19:12:16 [2021-03-01T19:12:16.470Z] #42 29.37   CC       images/timer.o
19:12:16 [2021-03-01T19:12:16.470Z] #42 29.62   CC       images/timerfd.o
19:12:16 [2021-03-01T19:12:16.470Z] #42 29.83   CC       images/mm.o
19:12:16 [2021-03-01T19:12:16.470Z] #42 30.07   CC       images/sk-opts.o
19:12:16 [2021-03-01T19:12:16.470Z] #42 30.26   CC       images/sk-unix.o
19:12:16 [2021-03-01T19:12:16.555Z] #43 57.22   HOSTCC   compel/src/lib/log-host.o
19:12:16 [2021-03-01T19:12:16.555Z] #43 57.37   HOSTLINK compel/compel-host-bin
19:12:16 [2021-03-01T19:12:16.703Z] #50 ...
19:12:16 [2021-03-01T19:12:16.703Z] 
19:12:16 [2021-03-01T19:12:16.703Z] #42 [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
19:12:16 [2021-03-01T19:12:16.703Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:16 [2021-03-01T19:12:16.703Z] #42 19.64   CC       images/core-ppc64.o
19:12:16 [2021-03-01T19:12:16.705Z] #55 42.49 Checking out files:  39% (1514/3816)   
Checking out files:  40% (1527/3816)   
Checking out files:  41% (1565/3816)   
Checking out files:  42% (1603/3816)   
Checking out files:  43% (1641/3816)   
Checking out files:  44% (1680/3816)   
Checking out files:  45% (1718/3816)   
Checking out files:  46% (1756/3816)   
Checking out files:  47% (1794/3816)   
Checking out files:  48% (1832/3816)   
Checking out files:  49% (1870/3816)   
Checking out files:  50% (1908/3816)   
Checking out files:  51% (1947/3816)   
Checking out files:  52% (1985/3816)   
Checking out files:  53% (2023/3816)   
Checking out files:  54% (2061/3816)   
Checking out files:  55% (2099/3816)   
Checking out files:  56% (2137/3816)   
Checking out files:  57% (2176/3816)   
Checking out files:  58% (2214/3816)   
Checking out files:  59% (2252/3816)   
Checking out files:  60% (2290/3816)   
Checking out files:  61% (2328/3816)   
Checking out files:  62% (2366/3816)   
Checking out files:  63% (2405/3816)   
Checking out files:  64% (2443/3816)   
Checking out files:  65% (2481/3816)   
Checking out files:  66% (2519/3816)   
Checking out files:  67% (2557/3816)   
Checking out files:  68% (2595/3816)   
Checking out files:  69% (2634/3816)   
Checking out files:  70% (2672/3816)   
Checking out files:  71% (2710/3816)   
Checking out files:  72% (2748/3816)   
Checking out files:  73% (2786/3816)   
Checking out files:  74% (2824/3816)   
Checking out files:  75% (2862/3816)   
Checking out files:  76% (2901/3816)   
Checking out files:  77% (2939/3816)   
Checking out files:  78% (2977/3816)   
Checking out files:  79% (3015/3816)   
Checking out files:  80% (3053/3816)   
Checking out files:  81% (3091/3816)   
Checking out files:  82% (3130/3816)   
Checking out files:  83% (3168/3816)   
Checking out files:  84% (3206/3816)   
Checking out files:  85% (3244/3816)   
Checking out files:  86% (3282/3816)   
Checking out files:  87% (3320/3816)   
Checking out files:  88% (3359/3816)   
Checking out files:  89% (3397/3816)   
Checking out files:  90% (3435/3816)   
Checking out files:  91% (3473/3816)   
Checking out files:  92% (3511/3816)   
Checking out files:  93% (3549/3816)   
Checking out files:  94% (3588/3816)   
Checking out files:  95% (3626/3816)   
Checking out files:  96% (3664/3816)   
Checking out files:  97% (3702/3816)   
Checking out files:  98% (3740/3816)   
Checking out files:  99% (3778/3816)   
Checking out files: 100% (3816/3816)   
Checking out files: 100% (3816/3816), done.
19:12:16 [2021-03-01T19:12:16.725Z] #42 30.59   CC       images/sk-inet.o
19:12:16 [2021-03-01T19:12:16.855Z] #43 57.50   DEP      soccr/soccr.d
19:12:16 [2021-03-01T19:12:16.855Z] #43 ...
19:12:16 [2021-03-01T19:12:16.855Z] 
19:12:16 [2021-03-01T19:12:16.856Z] #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
19:12:16 [2021-03-01T19:12:16.856Z] #51 sha256:06c0178ee9aaa7e090fb3e16602a05ce9eebb2317066e19b2b4f4d047158b41a
19:12:16 [2021-03-01T19:12:16.856Z] #51 114.4 golang.org/x/crypto/ssh/terminal
19:12:16 [2021-03-01T19:12:16.856Z] #51 121.2 mvdan.cc/sh/v3/cmd/shfmt
19:12:16 [2021-03-01T19:12:16.966Z] #55 44.17 + cd /tmp/tmp.bafDgpxoO4/src/github.com/containerd/containerd
19:12:16 [2021-03-01T19:12:16.966Z] #55 44.17 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:12:17 [2021-03-01T19:12:17.155Z] #51 ...
19:12:17 [2021-03-01T19:12:17.155Z] 
19:12:17 [2021-03-01T19:12:17.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
19:12:17 [2021-03-01T19:12:17.155Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:12:17 [2021-03-01T19:12:17.155Z] #43 57.69   CC       soccr/soccr.o
19:12:17 [2021-03-01T19:12:17.266Z] #42 20.20   CC       images/core-s390.o
19:12:17 [2021-03-01T19:12:17.286Z] #42 31.05   CC       images/tun.o
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ok  	github.com/docker/docker/api/server/httputils	0.002s	coverage: 14.7% of statements
19:12:17 [2021-03-01T19:12:17.337Z] ok  	github.com/docker/docker/api/server/middleware	0.003s	coverage: 37.7% of statements
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ok  	github.com/docker/docker/api/server/router/swarm	0.009s	coverage: 5.7% of statements
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/container	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/events	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ok  	github.com/docker/docker/api/types/strslice	0.013s	coverage: 90.0% of statements
19:12:17 [2021-03-01T19:12:17.337Z] ok  	github.com/docker/docker/api/types/filters	0.003s	coverage: 92.2% of statements
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/image	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/network	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ok  	github.com/docker/docker/api/types/time	0.007s	coverage: 100.0% of statements
19:12:17 [2021-03-01T19:12:17.337Z] ok  	github.com/docker/docker/api/types/versions	0.004s	coverage: 75.0% of statements
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/builder	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ok  	github.com/docker/docker/builder/remotecontext	0.358s	coverage: 13.7% of statements
19:12:17 [2021-03-01T19:12:17.337Z] ok  	github.com/docker/docker/builder/dockerfile	0.920s	coverage: 48.3% of statements
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
19:12:17 [2021-03-01T19:12:17.337Z] ok  	github.com/docker/docker/builder/remotecontext/git	0.897s	coverage: 86.3% of statements
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/cli	[no test files]
19:12:17 [2021-03-01T19:12:17.337Z] ?   	github.com/docker/docker/cli/config	[no test files]
19:12:17 [2021-03-01T19:12:17.351Z] #42 131.1   CC       criu/namespaces.o
19:12:17 [2021-03-01T19:12:17.557Z] #42 31.34   CC       images/sk-netlink.o
19:12:17 [2021-03-01T19:12:17.557Z] #42 ...
19:12:17 [2021-03-01T19:12:17.557Z] 
19:12:17 [2021-03-01T19:12:17.557Z] #44 [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
19:12:17 [2021-03-01T19:12:17.557Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:12:17 [2021-03-01T19:12:17.557Z] #44 94.19 net
19:12:17 [2021-03-01T19:12:17.557Z] #44 95.33 vendor/golang.org/x/text/transform
19:12:17 [2021-03-01T19:12:17.557Z] #44 96.10 vendor/golang.org/x/text/unicode/bidi
19:12:17 [2021-03-01T19:12:17.557Z] #44 98.04 vendor/golang.org/x/text/secure/bidirule
19:12:17 [2021-03-01T19:12:17.557Z] #44 98.32 vendor/golang.org/x/text/unicode/norm
19:12:17 [2021-03-01T19:12:17.557Z] #44 102.3 vendor/golang.org/x/net/idna
19:12:17 [2021-03-01T19:12:17.611Z] #42 ...
19:12:17 [2021-03-01T19:12:17.611Z] 
19:12:17 [2021-03-01T19:12:17.611Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:12:17 [2021-03-01T19:12:17.611Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:12:17 [2021-03-01T19:12:17.611Z] #21 4.858 Collecting yamllint==1.16.0
19:12:17 [2021-03-01T19:12:17.813Z] #44 ...
19:12:17 [2021-03-01T19:12:17.813Z] 
19:12:17 [2021-03-01T19:12:17.813Z] #42 [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
19:12:17 [2021-03-01T19:12:17.813Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:17 [2021-03-01T19:12:17.813Z] #42 31.58   CC       images/packet-sock.o
19:12:17 [2021-03-01T19:12:17.828Z] #42 20.87   CC       images/cpuinfo.o
19:12:17 [2021-03-01T19:12:17.842Z] #57 ...
19:12:17 [2021-03-01T19:12:17.842Z] 
19:12:17 [2021-03-01T19:12:17.842Z] #42 [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
19:12:17 [2021-03-01T19:12:17.842Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:12:17 [2021-03-01T19:12:17.842Z] #42 16.19 make[1]: Nothing to be done for 'all'.
19:12:17 [2021-03-01T19:12:17.842Z] #42 17.61   CC       images/stats.o
19:12:17 [2021-03-01T19:12:17.842Z] #42 18.06   CC       images/core.o
19:12:17 [2021-03-01T19:12:17.842Z] #42 18.79   CC       images/core-x86.o
19:12:17 [2021-03-01T19:12:17.842Z] #42 19.54   CC       images/core-arm.o
19:12:17 [2021-03-01T19:12:17.842Z] #42 19.99   CC       images/core-aarch64.o
19:12:18 [2021-03-01T19:12:18.068Z] #42 31.98   CC       images/ipc-var.o
19:12:18 [2021-03-01T19:12:18.107Z] #42 20.58   CC       images/core-ppc64.o
19:12:18 [2021-03-01T19:12:18.324Z] #42 32.16   CC       images/ipc-desc.o
19:12:18 [2021-03-01T19:12:18.390Z] #42 21.30   CC       images/inventory.o
19:12:18 [2021-03-01T19:12:18.579Z] #42 32.45   CC       images/ipc-shm.o
19:12:18 [2021-03-01T19:12:18.647Z] #42 21.55   CC       images/fdinfo.o
19:12:18 [2021-03-01T19:12:18.647Z] #42 ...
19:12:18 [2021-03-01T19:12:18.647Z] 
19:12:18 [2021-03-01T19:12:18.647Z] #44 [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
19:12:18 [2021-03-01T19:12:18.647Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:12:18 [2021-03-01T19:12:18.647Z] #44 100.5 text/template
19:12:18 [2021-03-01T19:12:18.647Z] #44 100.5 go/parser
19:12:18 [2021-03-01T19:12:18.647Z] #44 104.1 encoding/xml
19:12:18 [2021-03-01T19:12:18.647Z] #44 105.5 go/doc
19:12:18 [2021-03-01T19:12:18.647Z] #44 108.7 github.com/LK4D4/vndr/build
19:12:18 [2021-03-01T19:12:18.647Z] #44 109.4 github.com/LK4D4/vndr/versioned
19:12:18 [2021-03-01T19:12:18.647Z] #44 109.5 compress/flate
19:12:18 [2021-03-01T19:12:18.647Z] #44 ...
19:12:18 [2021-03-01T19:12:18.647Z] 
19:12:18 [2021-03-01T19:12:18.647Z] #55 [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
19:12:18 [2021-03-01T19:12:18.647Z] #55 sha256:4bef205aea7f69a6d1961ff1ef0c5bbb667ea4ac1128f6e0258aa6c2913c3ebe
19:12:18 [2021-03-01T19:12:18.647Z] #55 46.40 Checking out files:  51% (1951/3816)   
Checking out files:  52% (1985/3816)   
Checking out files:  53% (2023/3816)   
Checking out files:  54% (2061/3816)   
Checking out files:  55% (2099/3816)   
Checking out files:  56% (2137/3816)   
Checking out files:  57% (2176/3816)   
Checking out files:  58% (2214/3816)   
Checking out files:  59% (2252/3816)   
Checking out files:  60% (2290/3816)   
Checking out files:  61% (2328/3816)   
Checking out files:  62% (2366/3816)   
Checking out files:  63% (2405/3816)   
Checking out files:  64% (2443/3816)   
Checking out files:  65% (2481/3816)   
Checking out files:  66% (2519/3816)   
Checking out files:  67% (2557/3816)   
Checking out files:  68% (2595/3816)   
Checking out files:  69% (2634/3816)   
Checking out files:  70% (2672/3816)   
Checking out files:  71% (2710/3816)   
Checking out files:  72% (2748/3816)   
Checking out files:  73% (2786/3816)   
Checking out files:  74% (2824/3816)   
Checking out files:  75% (2862/3816)   
Checking out files:  76% (2901/3816)   
Checking out files:  77% (2939/3816)   
Checking out files:  78% (2977/3816)   
Checking out files:  79% (3015/3816)   
Checking out files:  80% (3053/3816)   
Checking out files:  81% (3091/3816)   
Checking out files:  82% (3130/3816)   
Checking out files:  83% (3168/3816)   
Checking out files:  84% (3206/3816)   
Checking out files:  85% (3244/3816)   
Checking out files:  86% (3282/3816)   
Checking out files:  87% (3320/3816)   
Checking out files:  88% (3359/3816)   
Checking out files:  88% (3392/3816)   
Checking out files:  89% (3397/3816)   
Checking out files:  90% (3435/3816)   
Checking out files:  91% (3473/3816)   
Checking out files:  92% (3511/3816)   
Checking out files:  93% (3549/3816)   
Checking out files:  94% (3588/3816)   
Checking out files:  95% (3626/3816)   
Checking out files:  96% (3664/3816)   
Checking out files:  97% (3702/3816)   
Checking out files:  98% (3740/3816)   
Checking out files:  99% (3778/3816)   
Checking out files: 100% (3816/3816)   
Checking out files: 100% (3816/3816), done.
19:12:18 [2021-03-01T19:12:18.647Z] #55 47.86 + cd /tmp/tmp.M3yaopeEDE/src/github.com/containerd/containerd
19:12:18 [2021-03-01T19:12:18.647Z] #55 47.87 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
19:12:18 [2021-03-01T19:12:18.835Z] #42 32.66   CC       images/ipc-msg.o
19:12:18 [2021-03-01T19:12:18.884Z] #55 45.99 + export 'BUILDTAGS=netgo osusergo static_build'
19:12:18 [2021-03-01T19:12:18.884Z] #55 45.99 + BUILDTAGS='netgo osusergo static_build'
19:12:18 [2021-03-01T19:12:18.884Z] #55 45.99 + export EXTRA_FLAGS=-buildmode=pie
19:12:18 [2021-03-01T19:12:18.884Z] #55 46.00 + EXTRA_FLAGS=-buildmode=pie
19:12:18 [2021-03-01T19:12:18.884Z] #55 46.00 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
19:12:18 [2021-03-01T19:12:18.884Z] #55 46.00 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
19:12:18 [2021-03-01T19:12:18.884Z] #55 46.00 + '[' '' = dynamic ']'
19:12:18 [2021-03-01T19:12:18.884Z] #55 46.00 + make
19:12:19 [2021-03-01T19:12:19.064Z] #42 21.29   CC       images/core-s390.o
19:12:19 [2021-03-01T19:12:19.091Z] #42 32.99   CC       images/ipc-sem.o
19:12:19 [2021-03-01T19:12:19.145Z] #55 ...
19:12:19 [2021-03-01T19:12:19.145Z] 
19:12:19 [2021-03-01T19:12:19.145Z] #50 [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
19:12:19 [2021-03-01T19:12:19.145Z] #50 sha256:294555622e31ee78008389cbc354c69bce8f3c1d7c1babd3c384255a54c9965a
19:12:19 [2021-03-01T19:12:19.145Z] #50 99.81 mvdan.cc/sh/v3/fileutil
19:12:19 [2021-03-01T19:12:19.145Z] #50 100.0 mvdan.cc/sh/v3/syntax
19:12:19 [2021-03-01T19:12:19.145Z] #50 106.3 mvdan.cc/sh/v3/cmd/shfmt
19:12:19 [2021-03-01T19:12:19.145Z] #50 ...
19:12:19 [2021-03-01T19:12:19.145Z] 
19:12:19 [2021-03-01T19:12:19.145Z] #44 [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
19:12:19 [2021-03-01T19:12:19.145Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:12:19 [2021-03-01T19:12:19.145Z] #44 108.9 hash/crc32
19:12:19 [2021-03-01T19:12:19.145Z] #44 109.4 net
19:12:19 [2021-03-01T19:12:19.145Z] #44 109.7 compress/gzip
19:12:19 [2021-03-01T19:12:19.267Z] #43 59.89   AR       soccr/libsoccr.a
19:12:19 [2021-03-01T19:12:19.267Z] #43 59.94 make[1]: 'soccr/libsoccr.a' is up to date.
19:12:19 [2021-03-01T19:12:19.267Z] #43 ...
19:12:19 [2021-03-01T19:12:19.267Z] 
19:12:19 [2021-03-01T19:12:19.267Z] #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
19:12:19 [2021-03-01T19:12:19.267Z] #51 sha256:06c0178ee9aaa7e090fb3e16602a05ce9eebb2317066e19b2b4f4d047158b41a
19:12:19 [2021-03-01T19:12:19.267Z] #51 DONE 127.0s
19:12:19 [2021-03-01T19:12:19.390Z] #42 33.18   CC       images/utsns.o
19:12:19 [2021-03-01T19:12:19.569Z] 
19:12:19 [2021-03-01T19:12:19.569Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
19:12:19 [2021-03-01T19:12:19.569Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:12:19 [2021-03-01T19:12:19.569Z] #45 118.8 encoding/xml
19:12:19 [2021-03-01T19:12:19.569Z] #45 127.3 go/doc
19:12:19 [2021-03-01T19:12:19.577Z] #55 49.00 + export 'BUILDTAGS=netgo osusergo static_build'
19:12:19 [2021-03-01T19:12:19.577Z] #55 49.00 + BUILDTAGS='netgo osusergo static_build'
19:12:19 [2021-03-01T19:12:19.577Z] #55 49.00 + export EXTRA_FLAGS=-buildmode=pie
19:12:19 [2021-03-01T19:12:19.577Z] #55 49.00 + EXTRA_FLAGS=-buildmode=pie
19:12:19 [2021-03-01T19:12:19.577Z] #55 49.00 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
19:12:19 [2021-03-01T19:12:19.577Z] #55 49.00 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
19:12:19 [2021-03-01T19:12:19.577Z] #55 49.00 + '[' '' = dynamic ']'
19:12:19 [2021-03-01T19:12:19.577Z] #55 49.00 + make
19:12:19 [2021-03-01T19:12:19.644Z] #42 22.08   CC       images/cpuinfo.o
19:12:19 [2021-03-01T19:12:19.645Z] #42 33.35   CC       images/creds.o
19:12:19 [2021-03-01T19:12:19.718Z] #44 110.3 vendor/golang.org/x/text/transform
19:12:19 [2021-03-01T19:12:19.869Z] #45 ...
19:12:19 [2021-03-01T19:12:19.869Z] 
19:12:19 [2021-03-01T19:12:19.869Z] #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
19:12:19 [2021-03-01T19:12:19.869Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:12:19 [2021-03-01T19:12:19.869Z] #43 60.45   DEP      criu/arch/ppc64/sigframe.d
19:12:19 [2021-03-01T19:12:19.869Z] #43 60.70   DEP      criu/arch/ppc64/crtools.d
19:12:19 [2021-03-01T19:12:19.901Z] #42 33.58   CC       images/vma.o
19:12:19 [2021-03-01T19:12:19.901Z] #42 33.82   CC       images/netdev.o
19:12:20 [2021-03-01T19:12:20.078Z] ok  	github.com/docker/docker/client	0.143s	coverage: 75.4% of statements
19:12:20 [2021-03-01T19:12:20.168Z] #43 60.92   DEP      criu/arch/ppc64/cpu.d
19:12:20 [2021-03-01T19:12:20.226Z] #42 22.68   CC       images/inventory.o
19:12:20 [2021-03-01T19:12:20.291Z] #44 111.1 vendor/golang.org/x/text/unicode/bidi
19:12:20 [2021-03-01T19:12:20.462Z] #42 34.17   CC       images/tty.o
19:12:20 [2021-03-01T19:12:20.469Z] #43 61.13   CC       criu/arch/ppc64/cpu.o
19:12:20 [2021-03-01T19:12:20.491Z] #42 22.86   CC       images/fdinfo.o
19:12:20 [2021-03-01T19:12:20.506Z] #55 50.17 + bin/ctr
19:12:21 [2021-03-01T19:12:21.039Z] #42 34.74   CC       images/file-lock.o
19:12:21 [2021-03-01T19:12:21.039Z] #42 34.94   CC       images/rlimit.o
19:12:21 [2021-03-01T19:12:21.071Z] #42 23.30   CC       images/fown.o
19:12:21 [2021-03-01T19:12:21.071Z] #42 ...
19:12:21 [2021-03-01T19:12:21.071Z] 
19:12:21 [2021-03-01T19:12:21.071Z] #57 [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
19:12:21 [2021-03-01T19:12:21.071Z] #57 sha256:262beed359b27934d5d1e2260bb19a1c691fef3a46a7864a0193a363e8310e8c
19:12:21 [2021-03-01T19:12:21.071Z] #57 DONE 107.1s
19:12:21 [2021-03-01T19:12:21.071Z] 
19:12:21 [2021-03-01T19:12:21.071Z] #42 [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
19:12:21 [2021-03-01T19:12:21.071Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:12:21 [2021-03-01T19:12:21.071Z] #42 23.62   CC       images/ns.o
19:12:21 [2021-03-01T19:12:21.119Z] #43 61.80   CC       criu/arch/ppc64/crtools.o
19:12:21 [2021-03-01T19:12:21.294Z] #42 35.13   CC       images/pagemap.o
19:12:21 [2021-03-01T19:12:21.337Z] #42 ...
19:12:21 [2021-03-01T19:12:21.337Z] 
19:12:21 [2021-03-01T19:12:21.337Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:12:21 [2021-03-01T19:12:21.337Z] #58 sha256:a13d2011c58810224b9a769f2670d446753e31cc5e74cbd4f191d9888db8f752
19:12:21 [2021-03-01T19:12:21.337Z] #58 DONE 0.1s
19:12:21 [2021-03-01T19:12:21.337Z] 
19:12:21 [2021-03-01T19:12:21.337Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:12:21 [2021-03-01T19:12:21.337Z] #59 sha256:f9a6ada90a2217ce6774b345e2fe55e6d2e9ff405c8e341fc32c15654c196c4e
19:12:21 [2021-03-01T19:12:21.337Z] #59 DONE 0.3s
19:12:21 [2021-03-01T19:12:21.337Z] 
19:12:21 [2021-03-01T19:12:21.337Z] #44 [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
19:12:21 [2021-03-01T19:12:21.337Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:12:21 [2021-03-01T19:12:21.603Z] #44 ...
19:12:21 [2021-03-01T19:12:21.603Z] 
19:12:21 [2021-03-01T19:12:21.603Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:21 [2021-03-01T19:12:21.603Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:12:21 [2021-03-01T19:12:21.603Z] #12 107.6 Selecting previously unselected package g++-mingw-w64-x86-64.
19:12:21 [2021-03-01T19:12:21.603Z] #12 107.6 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
19:12:21 [2021-03-01T19:12:21.603Z] #12 107.6 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:21 [2021-03-01T19:12:21.855Z] #42 35.50   CC       images/siginfo.o
19:12:21 [2021-03-01T19:12:21.855Z] #42 35.73   CC       images/rpc.o
19:12:22 [2021-03-01T19:12:22.047Z] using credential docker-jenkins-github-credentials
19:12:22 [2021-03-01T19:12:22.121Z] Cloning the remote Git repository
19:12:22 [2021-03-01T19:12:22.121Z] Cloning with configured refspecs honoured and without tags
19:12:22 [2021-03-01T19:12:22.176Z] #43 62.92   CC       criu/arch/ppc64/sigframe.o
19:12:22 [2021-03-01T19:12:22.213Z] #44 ...
19:12:22 [2021-03-01T19:12:22.213Z] 
19:12:22 [2021-03-01T19:12:22.213Z] #50 [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
19:12:22 [2021-03-01T19:12:22.213Z] #50 sha256:294555622e31ee78008389cbc354c69bce8f3c1d7c1babd3c384255a54c9965a
19:12:22 [2021-03-01T19:12:22.213Z] #50 DONE 112.8s
19:12:22 [2021-03-01T19:12:22.213Z] 
19:12:22 [2021-03-01T19:12:22.213Z] #44 [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
19:12:22 [2021-03-01T19:12:22.213Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:12:22 [2021-03-01T19:12:22.213Z] #44 112.9 vendor/golang.org/x/text/secure/bidirule
19:12:22 [2021-03-01T19:12:22.475Z] #44 113.2 vendor/golang.org/x/text/unicode/norm
19:12:22 [2021-03-01T19:12:22.492Z] #43 63.23   LINK     criu/arch/ppc64/crtools.built-in.o
19:12:22 [2021-03-01T19:12:22.492Z] #43 63.28   DEP      criu/pie/util-vdso.d
19:12:22 [2021-03-01T19:12:22.792Z] #43 63.58   DEP      criu/pie/util.d
19:12:22 [2021-03-01T19:12:22.886Z] #21 10.21   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
19:12:22 [2021-03-01T19:12:22.886Z] #21 10.29 Collecting pyyaml (from yamllint==1.16.0)
19:12:23 [2021-03-01T19:12:23.091Z] #43 63.78   CC       criu/pie/util.o
19:12:23 [2021-03-01T19:12:23.146Z] #21 10.55   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
19:12:23 [2021-03-01T19:12:23.220Z] #42 36.85   CC       images/ext-file.o
19:12:23 [2021-03-01T19:12:23.220Z] #42 37.05   CC       images/cgroup.o
19:12:23 [2021-03-01T19:12:23.389Z] #43 64.14   CC       criu/pie/util-vdso.o
19:12:23 [2021-03-01T19:12:23.714Z] #21 10.94 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
19:12:23 [2021-03-01T19:12:23.714Z] #21 10.99   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
19:12:23 [2021-03-01T19:12:23.714Z] #21 11.05 Installing collected packages: pyyaml, pathspec, yamllint
19:12:23 [2021-03-01T19:12:23.779Z] #55 ...
19:12:23 [2021-03-01T19:12:23.779Z] 
19:12:23 [2021-03-01T19:12:23.779Z] #50 [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
19:12:23 [2021-03-01T19:12:23.780Z] #50 sha256:a83e322da063f75b63ccdfc973d8faf0332a033c94ac4fb33a38d1329b286683
19:12:23 [2021-03-01T19:12:23.780Z] #50 109.4 mvdan.cc/sh/v3/cmd/shfmt
19:12:23 [2021-03-01T19:12:23.780Z] #50 DONE 115.6s
19:12:23 [2021-03-01T19:12:23.780Z] 
19:12:23 [2021-03-01T19:12:23.780Z] #42 [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
19:12:23 [2021-03-01T19:12:23.780Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:23 [2021-03-01T19:12:23.780Z] #42 21.81   CC       images/fown.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 22.10   CC       images/ns.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 22.29   CC       images/regfile.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 22.57   CC       images/ghost-file.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 22.96   CC       images/fifo.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 23.31   CC       images/remap-file-path.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 23.56   CC       images/eventfd.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 23.77   CC       images/eventpoll.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 24.02   CC       images/fh.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 24.43   CC       images/fsnotify.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 24.98   CC       images/signalfd.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 25.21   CC       images/fs.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 25.43   CC       images/pstree.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 25.67   CC       images/pipe.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 25.88   CC       images/tcp-stream.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 26.17   CC       images/sk-packet.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 26.41   CC       images/mnt.o
19:12:23 [2021-03-01T19:12:23.780Z] #42 26.82   CC       images/pipe-data.o
19:12:23 [2021-03-01T19:12:23.824Z] #42 ...
19:12:23 [2021-03-01T19:12:23.824Z] 
19:12:23 [2021-03-01T19:12:23.824Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:23 [2021-03-01T19:12:23.824Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:12:23 [2021-03-01T19:12:23.824Z] #12 100.5 Selecting previously unselected package g++-mingw-w64-x86-64.
19:12:23 [2021-03-01T19:12:23.824Z] #12 100.5 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:12:23 [2021-03-01T19:12:23.824Z] #12 100.5 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:23 [2021-03-01T19:12:23.824Z] #12 ...
19:12:23 [2021-03-01T19:12:23.824Z] 
19:12:23 [2021-03-01T19:12:23.824Z] #42 [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
19:12:23 [2021-03-01T19:12:23.824Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:23 [2021-03-01T19:12:23.824Z] #42 37.68   CC       images/userns.o
19:12:23 [2021-03-01T19:12:23.974Z] #21 11.41 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
19:12:24 [2021-03-01T19:12:24.036Z] #43 64.82   AR       criu/pie/pie.lib.a
19:12:24 [2021-03-01T19:12:24.036Z] #43 64.87   DEP      criu/pie/restorer.d
19:12:22 [2021-03-01T19:12:22.372Z] Cloning repository https://github.com/moby/moby.git
19:12:22 [2021-03-01T19:12:22.847Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
19:12:24 [2021-03-01T19:12:24.032Z] Fetching upstream changes from https://github.com/moby/moby.git
19:12:24 [2021-03-01T19:12:24.032Z]  > git --version # timeout=10
19:12:24 [2021-03-01T19:12:24.342Z] #42 27.26   CC       images/sa.o
19:12:24 [2021-03-01T19:12:24.408Z] #42 38.04   CC       images/google/protobuf/descriptor.o
19:12:24 [2021-03-01T19:12:24.543Z] #21 DONE 11.9s
19:12:24 [2021-03-01T19:12:24.543Z] 
19:12:24 [2021-03-01T19:12:24.543Z] #42 [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
19:12:24 [2021-03-01T19:12:24.543Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:24 [2021-03-01T19:12:24.543Z] #42 133.0   CC       criu/net.o
19:12:24 [2021-03-01T19:12:24.543Z] #42 136.1   CC       criu/netfilter.o
19:12:24 [2021-03-01T19:12:24.543Z] #42 136.4   CC       criu/page-pipe.o
19:12:24 [2021-03-01T19:12:24.543Z] #42 137.0   CC       criu/page-xfer.o
19:12:24 [2021-03-01T19:12:24.543Z] #42 ...
19:12:24 [2021-03-01T19:12:24.543Z] 
19:12:24 [2021-03-01T19:12:24.543Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:12:24 [2021-03-01T19:12:24.543Z] #24 sha256:24583ec14e821c6136b8fc5290e43b0e021408e74a95a966daf1911dd30a63a1
19:12:24 [2021-03-01T19:12:24.682Z] #43 65.19   DEP      criu/arch/ppc64/vdso-trampoline.d
19:12:24 [2021-03-01T19:12:24.682Z] #43 65.21   DEP      criu/arch/ppc64/restorer.d
19:12:24 [2021-03-01T19:12:24.905Z] #42 27.68   CC       images/timer.o
19:12:24 [2021-03-01T19:12:24.980Z] #43 65.50   DEP      criu/arch/ppc64/vdso-pie.d
19:12:24 [2021-03-01T19:12:24.980Z] #43 65.66   DEP      criu/pie/parasite-vdso.d
19:12:25 [2021-03-01T19:12:25.113Z] #24 DONE 0.5s
19:12:25 [2021-03-01T19:12:25.113Z] 
19:12:25 [2021-03-01T19:12:25.113Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:12:25 [2021-03-01T19:12:25.113Z] #29 sha256:ed151143eb51f5c096eb4c81ab4419edabf5b039cfc6ed91c53cf4c5cf83b987
19:12:25 [2021-03-01T19:12:25.162Z] #42 28.07   CC       images/timerfd.o
19:12:25 [2021-03-01T19:12:25.278Z] #43 65.83   DEP      criu/pie/parasite.d
19:12:25 [2021-03-01T19:12:25.419Z] #42 28.35   CC       images/mm.o
19:12:25 [2021-03-01T19:12:25.576Z] #43 66.14   CC       criu/pie/parasite.o
19:12:25 [2021-03-01T19:12:25.675Z] #42 28.69   CC       images/sk-opts.o
19:12:25 [2021-03-01T19:12:25.774Z] #42 39.64   CC       images/opts.o
19:12:25 [2021-03-01T19:12:25.781Z] #44 ...
19:12:25 [2021-03-01T19:12:25.781Z] 
19:12:25 [2021-03-01T19:12:25.781Z] #42 [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
19:12:25 [2021-03-01T19:12:25.781Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:25 [2021-03-01T19:12:25.781Z] #42 17.58   CC       images/core.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 18.28   CC       images/core-x86.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 18.81   CC       images/core-arm.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 19.22   CC       images/core-aarch64.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 19.63   CC       images/core-ppc64.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 20.31   CC       images/core-s390.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 21.16   CC       images/cpuinfo.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 21.57   CC       images/inventory.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 21.79   CC       images/fdinfo.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 22.19   CC       images/fown.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 22.49   CC       images/ns.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 22.65   CC       images/regfile.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 22.89   CC       images/ghost-file.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 23.17   CC       images/fifo.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 23.33   CC       images/remap-file-path.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 23.60   CC       images/eventfd.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 23.82   CC       images/eventpoll.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 24.11   CC       images/fh.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 24.58   CC       images/fsnotify.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 25.55   CC       images/signalfd.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 25.77   CC       images/fs.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 25.99   CC       images/pstree.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 26.24   CC       images/pipe.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 26.50   CC       images/tcp-stream.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 26.70   CC       images/sk-packet.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 27.02   CC       images/mnt.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 27.32   CC       images/pipe-data.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 27.57   CC       images/sa.o
19:12:25 [2021-03-01T19:12:25.781Z] #42 27.84   CC       images/timer.o
19:12:25 [2021-03-01T19:12:25.932Z] #42 28.89   CC       images/sk-unix.o
19:12:26 [2021-03-01T19:12:26.030Z] #42 39.84   CC       images/seccomp.o
19:12:26 [2021-03-01T19:12:26.043Z] #42 28.16   CC       images/timerfd.o
19:12:26 [2021-03-01T19:12:26.043Z] #42 ...
19:12:26 [2021-03-01T19:12:26.043Z] 
19:12:26 [2021-03-01T19:12:26.043Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:26 [2021-03-01T19:12:26.043Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:12:26 [2021-03-01T19:12:26.043Z] #12 116.7 Selecting previously unselected package g++-mingw-w64-x86-64.
19:12:26 [2021-03-01T19:12:26.043Z] #12 116.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:12:26 [2021-03-01T19:12:26.043Z] #12 116.8 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:24 [2021-03-01T19:12:24.085Z]  > git --version # 'git version 2.24.1.windows.2'
19:12:24 [2021-03-01T19:12:24.086Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:12:24 [2021-03-01T19:12:24.089Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:12:26 [2021-03-01T19:12:26.188Z] #42 29.14   CC       images/sk-inet.o
19:12:26 [2021-03-01T19:12:26.286Z] #42 40.11   CC       images/binfmt-misc.o
19:12:26 [2021-03-01T19:12:26.445Z] #42 29.53   CC       images/tun.o
19:12:26 [2021-03-01T19:12:26.542Z] #42 40.37   CC       images/time.o
19:12:26 [2021-03-01T19:12:26.798Z] #42 40.62   CC       images/sysctl.o
19:12:27 [2021-03-01T19:12:27.008Z] #42 29.74   CC       images/sk-netlink.o
19:12:27 [2021-03-01T19:12:27.008Z] #42 29.93   CC       images/packet-sock.o
19:12:27 [2021-03-01T19:12:27.053Z] #42 40.80   CC       images/autofs.o
19:12:27 [2021-03-01T19:12:27.120Z] #43 67.56   LINK     criu/pie/parasite.built-in.o
19:12:27 [2021-03-01T19:12:27.120Z] #43 67.58   GEN      criu/pie/parasite-blob.h
19:12:27 [2021-03-01T19:12:27.120Z] #43 67.64   CC       criu/pie/parasite-vdso.o
19:12:27 [2021-03-01T19:12:27.265Z] #42 30.21   CC       images/ipc-var.o
19:12:27 [2021-03-01T19:12:27.309Z] #42 40.99   CC       images/macvlan.o
19:12:27 [2021-03-01T19:12:27.309Z] #42 41.19   CC       images/sit.o
19:12:27 [2021-03-01T19:12:27.521Z] #42 30.45   CC       images/ipc-desc.o
19:12:27 [2021-03-01T19:12:27.565Z] #42 41.40   CC       images/memfd.o
19:12:27 [2021-03-01T19:12:27.766Z] #43 68.64   CC       criu/arch/ppc64/vdso-pie.o
19:12:27 [2021-03-01T19:12:27.778Z] #42 30.66   CC       images/ipc-shm.o
19:12:27 [2021-03-01T19:12:27.778Z] #42 30.86   CC       images/ipc-msg.o
19:12:27 [2021-03-01T19:12:27.821Z] #42 41.65   CC       images/timens.o
19:12:28 [2021-03-01T19:12:28.077Z] #42 ...
19:12:28 [2021-03-01T19:12:28.077Z] 
19:12:28 [2021-03-01T19:12:28.077Z] #44 [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
19:12:28 [2021-03-01T19:12:28.077Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:12:28 [2021-03-01T19:12:28.077Z] #44 104.6 vendor/golang.org/x/net/http2/hpack
19:12:28 [2021-03-01T19:12:28.077Z] #44 105.9 mime
19:12:28 [2021-03-01T19:12:28.077Z] #44 107.4 mime/quotedprintable
19:12:28 [2021-03-01T19:12:28.077Z] #44 107.7 net/http/internal
19:12:28 [2021-03-01T19:12:28.077Z] #44 111.5 net/textproto
19:12:28 [2021-03-01T19:12:28.077Z] #44 111.5 crypto/x509
19:12:28 [2021-03-01T19:12:28.077Z] #44 112.7 vendor/golang.org/x/net/http/httpguts
19:12:28 [2021-03-01T19:12:28.077Z] #44 113.0 vendor/golang.org/x/net/http/httpproxy
19:12:28 [2021-03-01T19:12:28.077Z] #44 113.4 mime/multipart
19:12:28 [2021-03-01T19:12:28.077Z] #44 ...
19:12:28 [2021-03-01T19:12:28.077Z] 
19:12:28 [2021-03-01T19:12:28.077Z] #42 [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
19:12:28 [2021-03-01T19:12:28.077Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:28 [2021-03-01T19:12:28.077Z] #42 41.96   LINK     images/built-in.o
19:12:28 [2021-03-01T19:12:28.252Z] #12 ...
19:12:28 [2021-03-01T19:12:28.252Z] 
19:12:28 [2021-03-01T19:12:28.252Z] #42 [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
19:12:28 [2021-03-01T19:12:28.252Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:12:28 [2021-03-01T19:12:28.252Z] #42 23.95   CC       images/regfile.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 24.17   CC       images/ghost-file.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 24.62   CC       images/fifo.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 24.97   CC       images/remap-file-path.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 25.09   CC       images/eventfd.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 25.35   CC       images/eventpoll.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 25.84   CC       images/fh.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 26.26   CC       images/fsnotify.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 26.82   CC       images/signalfd.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 27.09   CC       images/fs.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 27.39   CC       images/pstree.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 27.54   CC       images/pipe.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 27.81   CC       images/tcp-stream.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 27.94   CC       images/sk-packet.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 28.14   CC       images/mnt.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 28.34   CC       images/pipe-data.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 28.52   CC       images/sa.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 28.76   CC       images/timer.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 29.35   CC       images/timerfd.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 29.76   CC       images/mm.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 30.06   CC       images/sk-opts.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 30.21   CC       images/sk-unix.o
19:12:28 [2021-03-01T19:12:28.252Z] #42 30.50   CC       images/sk-inet.o
19:12:28 [2021-03-01T19:12:28.333Z] #42 42.10   GEN      compel/include/asm
19:12:28 [2021-03-01T19:12:28.333Z] #42 42.14   GEN      compel/include/version.h
19:12:28 [2021-03-01T19:12:28.333Z] #42 42.18 touch .config
19:12:28 [2021-03-01T19:12:28.333Z] #42 42.23   GEN      include/common/config.h
19:12:28 [2021-03-01T19:12:28.341Z] #42 31.18   CC       images/ipc-sem.o
19:12:28 [2021-03-01T19:12:28.341Z] #42 31.41   CC       images/utsns.o
19:12:28 [2021-03-01T19:12:28.415Z] #43 69.15   CC       criu/arch/ppc64/restorer.o
19:12:28 [2021-03-01T19:12:28.518Z] #42 30.81   CC       images/tun.o
19:12:28 [2021-03-01T19:12:28.589Z] #42 42.31   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
19:12:28 [2021-03-01T19:12:28.589Z] #42 42.32   GEN      compel/plugins/include/uapi/std/syscall-64.h
19:12:28 [2021-03-01T19:12:28.589Z] #42 42.34   GEN      compel/arch/x86/plugins/std/syscalls-64.S
19:12:28 [2021-03-01T19:12:28.589Z] #42 42.36   DEP      compel/arch/x86/plugins/std/syscalls-64.d
19:12:28 [2021-03-01T19:12:28.589Z] #42 42.39   DEP      compel/arch/x86/plugins/std/memcpy.d
19:12:28 [2021-03-01T19:12:28.589Z] #42 42.41   DEP      compel/arch/x86/plugins/std/parasite-head.d
19:12:28 [2021-03-01T19:12:28.589Z] #42 42.44   GEN      compel/plugins/include/uapi/std/syscall.h
19:12:28 [2021-03-01T19:12:28.589Z] #42 42.46   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
19:12:28 [2021-03-01T19:12:28.601Z] #42 31.64   CC       images/creds.o
19:12:28 [2021-03-01T19:12:28.601Z] #42 ...
19:12:28 [2021-03-01T19:12:28.601Z] 
19:12:28 [2021-03-01T19:12:28.601Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:28 [2021-03-01T19:12:28.601Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:12:28 [2021-03-01T19:12:28.601Z] #12 120.7 Selecting previously unselected package g++-mingw-w64-x86-64.
19:12:28 [2021-03-01T19:12:28.601Z] #12 120.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
19:12:28 [2021-03-01T19:12:28.783Z] #42 31.22   CC       images/sk-netlink.o
19:12:28 [2021-03-01T19:12:28.845Z] #42 42.47   GEN      compel/plugins/include/uapi/std/syscall-codes.h
19:12:28 [2021-03-01T19:12:28.845Z] #42 42.51   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
19:12:28 [2021-03-01T19:12:28.845Z] #42 42.51   DEP      compel/plugins/std/infect.d
19:12:28 [2021-03-01T19:12:28.845Z] #42 42.68   DEP      compel/plugins/std/string.d
19:12:28 [2021-03-01T19:12:28.857Z] #12 120.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:29 [2021-03-01T19:12:29.049Z] #42 31.50   CC       images/packet-sock.o
19:12:29 [2021-03-01T19:12:29.063Z] #43 69.63   CC       criu/arch/ppc64/vdso-trampoline.o
19:12:29 [2021-03-01T19:12:29.063Z] #43 69.70   CC       criu/pie/restorer.o
19:12:29 [2021-03-01T19:12:29.101Z] #42 42.80   DEP      compel/plugins/std/log.d
19:12:29 [2021-03-01T19:12:29.101Z] #42 42.90   DEP      compel/plugins/std/fds.d
19:12:29 [2021-03-01T19:12:29.101Z] #42 43.00   DEP      compel/plugins/std/std.d
19:12:29 [2021-03-01T19:12:29.357Z] #42 43.12   DEP      compel/plugins/shmem/shmem.d
19:12:29 [2021-03-01T19:12:29.357Z] #42 43.25   DEP      compel/plugins/fds/fds.d
19:12:29 [2021-03-01T19:12:29.614Z] #42 43.38   CC       compel/plugins/std/std.o
19:12:29 [2021-03-01T19:12:29.629Z] #42 32.05   CC       images/ipc-var.o
19:12:29 [2021-03-01T19:12:29.894Z] #42 32.33   CC       images/ipc-desc.o
19:12:30 [2021-03-01T19:12:30.163Z] #43 ...
19:12:30 [2021-03-01T19:12:30.163Z] 
19:12:30 [2021-03-01T19:12:30.163Z] #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
19:12:30 [2021-03-01T19:12:30.163Z] #53 sha256:19e634473bb2c1bbeacf67858e635cd0ab189a28346e6664481f61adce07eb4d
19:12:30 [2021-03-01T19:12:30.163Z] #53 11.96 + cd /tmp/tmp.UI587WZxIm/src/github.com/opencontainers/runc
19:12:30 [2021-03-01T19:12:30.163Z] #53 11.98 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:12:30 [2021-03-01T19:12:30.163Z] #53 12.91 + '[' -z '' ']'
19:12:30 [2021-03-01T19:12:30.163Z] #53 12.92 + target=static
19:12:30 [2021-03-01T19:12:30.163Z] #53 12.92 + make 'BUILDTAGS=seccomp ' static
19:12:30 [2021-03-01T19:12:30.163Z] #53 13.13 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 .
19:12:30 [2021-03-01T19:12:30.176Z] #42 43.79   CC       compel/plugins/std/fds.o
19:12:30 [2021-03-01T19:12:30.224Z] #12 ...
19:12:30 [2021-03-01T19:12:30.224Z] 
19:12:30 [2021-03-01T19:12:30.224Z] #44 [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
19:12:30 [2021-03-01T19:12:30.224Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:12:30 [2021-03-01T19:12:30.224Z] #44 112.0 hash/crc32
19:12:30 [2021-03-01T19:12:30.224Z] #44 112.3 vendor/golang.org/x/crypto/cryptobyte
19:12:30 [2021-03-01T19:12:30.224Z] #44 112.7 compress/gzip
19:12:30 [2021-03-01T19:12:30.224Z] #44 113.5 net
19:12:30 [2021-03-01T19:12:30.224Z] #44 114.4 vendor/golang.org/x/crypto/poly1305
19:12:30 [2021-03-01T19:12:30.224Z] #44 114.8 vendor/golang.org/x/crypto/chacha20poly1305
19:12:30 [2021-03-01T19:12:30.224Z] #44 116.1 vendor/golang.org/x/crypto/hkdf
19:12:30 [2021-03-01T19:12:30.224Z] #44 116.4 vendor/golang.org/x/text/transform
19:12:30 [2021-03-01T19:12:30.224Z] #44 117.3 vendor/golang.org/x/text/unicode/bidi
19:12:30 [2021-03-01T19:12:30.224Z] #44 119.0 vendor/golang.org/x/text/secure/bidirule
19:12:30 [2021-03-01T19:12:30.224Z] #44 119.3 vendor/golang.org/x/text/unicode/norm
19:12:30 [2021-03-01T19:12:30.224Z] #44 ...
19:12:30 [2021-03-01T19:12:30.224Z] 
19:12:30 [2021-03-01T19:12:30.224Z] #42 [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
19:12:30 [2021-03-01T19:12:30.225Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:30 [2021-03-01T19:12:30.225Z] #42 31.80   CC       images/vma.o
19:12:30 [2021-03-01T19:12:30.225Z] #42 32.09   CC       images/netdev.o
19:12:30 [2021-03-01T19:12:30.225Z] #42 32.41   CC       images/tty.o
19:12:30 [2021-03-01T19:12:30.225Z] #42 32.89   CC       images/file-lock.o
19:12:30 [2021-03-01T19:12:30.225Z] #42 33.05   CC       images/rlimit.o
19:12:30 [2021-03-01T19:12:30.225Z] #42 33.27   CC       images/pagemap.o
19:12:30 [2021-03-01T19:12:30.255Z] #12 ...
19:12:30 [2021-03-01T19:12:30.255Z] 
19:12:30 [2021-03-01T19:12:30.255Z] #55 [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
19:12:30 [2021-03-01T19:12:30.255Z] #55 sha256:57f2916ddde9a5058f430576b9e6c074d4506f86288c8b1fd7b574bfa26d6eed
19:12:30 [2021-03-01T19:12:30.255Z] #55 47.07 + bin/ctr
19:12:30 [2021-03-01T19:12:30.255Z] #55 ...
19:12:30 [2021-03-01T19:12:30.255Z] 
19:12:30 [2021-03-01T19:12:30.255Z] #42 [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
19:12:30 [2021-03-01T19:12:30.255Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:30 [2021-03-01T19:12:30.255Z] #42 28.45   CC       images/mm.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 28.77   CC       images/sk-opts.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 29.02   CC       images/sk-unix.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 29.37   CC       images/sk-inet.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 29.67   CC       images/tun.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 29.98   CC       images/sk-netlink.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 30.21   CC       images/packet-sock.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 30.55   CC       images/ipc-var.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 30.78   CC       images/ipc-desc.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 31.00   CC       images/ipc-shm.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 31.23   CC       images/ipc-msg.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 31.49   CC       images/ipc-sem.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 31.78   CC       images/utsns.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 31.97   CC       images/creds.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 32.22   CC       images/vma.o
19:12:30 [2021-03-01T19:12:30.255Z] #42 32.47   CC       images/netdev.o
19:12:30 [2021-03-01T19:12:30.390Z] #29 DONE 5.3s
19:12:30 [2021-03-01T19:12:30.390Z] 
19:12:30 [2021-03-01T19:12:30.390Z] #42 [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
19:12:30 [2021-03-01T19:12:30.390Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:30 [2021-03-01T19:12:30.390Z] #42 138.7   CC       criu/pagemap-cache.o
19:12:30 [2021-03-01T19:12:30.390Z] #42 139.1   CC       criu/pagemap.o
19:12:30 [2021-03-01T19:12:30.390Z] #42 140.2   CC       criu/parasite-syscall.o
19:12:30 [2021-03-01T19:12:30.390Z] #42 141.1   CC       criu/path.o
19:12:30 [2021-03-01T19:12:30.390Z] #42 141.3   CC       criu/pie-util-vdso-elf32.o
19:12:30 [2021-03-01T19:12:30.390Z] #42 141.8   CC       criu/pie-util-vdso.o
19:12:30 [2021-03-01T19:12:30.390Z] #42 142.2   CC       criu/pie-util.o
19:12:30 [2021-03-01T19:12:30.390Z] #42 142.3   CC       criu/pipes.o
19:12:30 [2021-03-01T19:12:30.390Z] #42 143.1   CC       criu/plugin.o
19:12:30 [2021-03-01T19:12:30.390Z] #42 143.5   CC       criu/proc_parse.o
19:12:30 [2021-03-01T19:12:30.432Z] #42 44.23   CC       compel/plugins/std/log.o
19:12:30 [2021-03-01T19:12:30.463Z] #53 ...
19:12:30 [2021-03-01T19:12:30.463Z] 
19:12:30 [2021-03-01T19:12:30.463Z] #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
19:12:30 [2021-03-01T19:12:30.463Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:12:30 [2021-03-01T19:12:30.463Z] #45 128.1 crypto/rand
19:12:30 [2021-03-01T19:12:30.463Z] #45 130.3 crypto/elliptic
19:12:30 [2021-03-01T19:12:30.463Z] #45 136.6 encoding/asn1
19:12:30 [2021-03-01T19:12:30.474Z] #42 32.64   CC       images/ipc-shm.o
19:12:30 [2021-03-01T19:12:30.481Z] #42 33.53   CC       images/siginfo.o
19:12:30 [2021-03-01T19:12:30.738Z] #42 32.93   CC       images/ipc-msg.o
19:12:30 [2021-03-01T19:12:30.769Z] #45 ...
19:12:30 [2021-03-01T19:12:30.769Z] 
19:12:30 [2021-03-01T19:12:30.769Z] #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
19:12:30 [2021-03-01T19:12:30.769Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a
19:12:30 [2021-03-01T19:12:30.769Z] #20 11.83 Fetched 8198 kB in 11s (716 kB/s)
19:12:30 [2021-03-01T19:12:30.769Z] #20 11.83 Reading package lists...
19:12:30 [2021-03-01T19:12:30.769Z] #20 16.09 Reading package lists...
19:12:30 [2021-03-01T19:12:30.769Z] #20 20.47 Building dependency tree...
19:12:30 [2021-03-01T19:12:30.769Z] #20 ...
19:12:30 [2021-03-01T19:12:30.769Z] 
19:12:30 [2021-03-01T19:12:30.769Z] #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
19:12:30 [2021-03-01T19:12:30.769Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:12:30 [2021-03-01T19:12:30.769Z] #45 138.4 github.com/LK4D4/vndr/build
19:12:30 [2021-03-01T19:12:30.828Z] #42 32.86   CC       images/tty.o
19:12:30 [2021-03-01T19:12:30.969Z] #42 ...
19:12:30 [2021-03-01T19:12:30.969Z] 
19:12:30 [2021-03-01T19:12:30.969Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:12:30 [2021-03-01T19:12:30.969Z] #32 sha256:b3f2f57b8515d6877b04d423ecb8de3acba37cfb53ad3c52d9c14205757da502
19:12:30 [2021-03-01T19:12:30.969Z] #32 DONE 0.5s
19:12:30 [2021-03-01T19:12:30.969Z] 
19:12:30 [2021-03-01T19:12:30.969Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
19:12:30 [2021-03-01T19:12:30.969Z] #34 sha256:8888dbaeeef1050ea7cca03a4d91bb214d438a1fd4fc3dd83321a3c233bb8bad
19:12:30 [2021-03-01T19:12:30.969Z] #34 DONE 0.1s
19:12:30 [2021-03-01T19:12:30.969Z] 
19:12:30 [2021-03-01T19:12:30.969Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
19:12:30 [2021-03-01T19:12:30.969Z] #37 sha256:a98ed795dc78f5a4192941608bf8867bf35a6115334bd7955030208a948c7914
19:12:30 [2021-03-01T19:12:30.969Z] #37 DONE 0.1s
19:12:30 [2021-03-01T19:12:30.969Z] 
19:12:30 [2021-03-01T19:12:30.969Z] #52 [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
19:12:30 [2021-03-01T19:12:30.969Z] #52 sha256:b894789c6bed0fa24c34a0de6fb0c39928ed72e62d49b7a2019f810e55c0335c
19:12:31 [2021-03-01T19:12:31.003Z] #42 33.30   CC       images/ipc-sem.o
19:12:31 [2021-03-01T19:12:31.003Z] #42 33.46   CC       images/utsns.o
19:12:31 [2021-03-01T19:12:31.044Z] #42 33.87   CC       images/rpc.o
19:12:31 [2021-03-01T19:12:31.268Z] #42 33.70   CC       images/creds.o
19:12:31 [2021-03-01T19:12:31.360Z] #42 44.97   CC       compel/plugins/std/string.o
19:12:31 [2021-03-01T19:12:31.402Z] #42 33.52   CC       images/file-lock.o
19:12:31 [2021-03-01T19:12:31.534Z] #42 33.86   CC       images/vma.o
19:12:31 [2021-03-01T19:12:31.534Z] #42 34.10   CC       images/netdev.o
19:12:31 [2021-03-01T19:12:31.664Z] #42 33.76   CC       images/rlimit.o
19:12:31 [2021-03-01T19:12:31.664Z] #42 33.93   CC       images/pagemap.o
19:12:31 [2021-03-01T19:12:31.829Z] #45 139.2 vendor/golang.org/x/net/idna
19:12:31 [2021-03-01T19:12:31.907Z] #52 ...
19:12:31 [2021-03-01T19:12:31.907Z] 
19:12:31 [2021-03-01T19:12:31.907Z] #42 [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
19:12:31 [2021-03-01T19:12:31.907Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:31 [2021-03-01T19:12:31.907Z] #42 145.9   CC       criu/protobuf-desc.o
19:12:31 [2021-03-01T19:12:31.922Z] #42 45.61   CC       compel/plugins/std/infect.o
19:12:31 [2021-03-01T19:12:31.925Z] #42 34.21   CC       images/siginfo.o
19:12:31 [2021-03-01T19:12:31.982Z] #42 35.01   CC       images/ext-file.o
19:12:32 [2021-03-01T19:12:32.114Z] #42 34.42   CC       images/tty.o
19:12:32 [2021-03-01T19:12:32.179Z] #42 45.99   CC       compel/arch/x86/plugins/std/parasite-head.o
19:12:32 [2021-03-01T19:12:32.179Z] #42 46.05   CC       compel/arch/x86/plugins/std/memcpy.o
19:12:32 [2021-03-01T19:12:32.179Z] #42 46.09   CC       compel/arch/x86/plugins/std/syscalls-64.o
19:12:32 [2021-03-01T19:12:32.238Z] #42 35.19   CC       images/cgroup.o
19:12:32 [2021-03-01T19:12:32.390Z] #42 34.95   CC       images/file-lock.o
19:12:32 [2021-03-01T19:12:32.435Z] #42 46.17   AR       compel/plugins/std.lib.a
19:12:32 [2021-03-01T19:12:32.435Z] #42 46.24   CC       compel/plugins/fds/fds.o
19:12:32 [2021-03-01T19:12:32.498Z] #42 34.43   CC       images/rpc.o
19:12:32 [2021-03-01T19:12:32.656Z] #42 35.22   CC       images/rlimit.o
19:12:32 [2021-03-01T19:12:32.656Z] #42 ...
19:12:32 [2021-03-01T19:12:32.656Z] 
19:12:32 [2021-03-01T19:12:32.656Z] #44 [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
19:12:32 [2021-03-01T19:12:32.656Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:12:32 [2021-03-01T19:12:32.656Z] #44 108.7 github.com/LK4D4/vndr/godl
19:12:32 [2021-03-01T19:12:32.656Z] #44 109.6 github.com/LK4D4/vndr
19:12:32 [2021-03-01T19:12:32.691Z] #42 46.54   AR       compel/plugins/fds.lib.a
19:12:32 [2021-03-01T19:12:32.801Z] #42 35.80   CC       images/userns.o
19:12:32 [2021-03-01T19:12:32.844Z] #42 146.9   CC       criu/protobuf.o
19:12:32 [2021-03-01T19:12:32.921Z] #44 ...
19:12:32 [2021-03-01T19:12:32.921Z] 
19:12:32 [2021-03-01T19:12:32.921Z] #42 [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
19:12:32 [2021-03-01T19:12:32.921Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:12:32 [2021-03-01T19:12:32.921Z] #42 35.44   CC       images/pagemap.o
19:12:32 [2021-03-01T19:12:32.947Z] #42 46.61   HOSTDEP  compel/src/lib/log-host.d
19:12:32 [2021-03-01T19:12:32.947Z] #42 46.74   HOSTDEP  compel/src/lib/handle-elf-host.d
19:12:33 [2021-03-01T19:12:33.057Z] #42 36.08   CC       images/google/protobuf/descriptor.o
19:12:33 [2021-03-01T19:12:33.203Z] #42 46.90   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
19:12:33 [2021-03-01T19:12:33.203Z] #42 46.98   HOSTDEP  compel/src/main-host.d
19:12:33 [2021-03-01T19:12:33.203Z] #42 47.08   DEP      compel/src/lib/ptrace.d
19:12:33 [2021-03-01T19:12:33.203Z] #42 47.19   DEP      compel/src/lib/infect.d
19:12:33 [2021-03-01T19:12:33.412Z] #42 147.3   CC       criu/pstree.o
19:12:33 [2021-03-01T19:12:33.442Z] #42 35.48   CC       images/ext-file.o
19:12:33 [2021-03-01T19:12:33.512Z] #42 35.67   CC       images/siginfo.o
19:12:33 [2021-03-01T19:12:33.704Z] #42 35.75   CC       images/cgroup.o
19:12:33 [2021-03-01T19:12:33.767Z] #42 47.40   DEP      compel/src/lib/infect-util.d
19:12:33 [2021-03-01T19:12:33.767Z] #42 47.57   DEP      compel/src/lib/infect-rpc.d
19:12:33 [2021-03-01T19:12:33.779Z] #42 36.03   CC       images/rpc.o
19:12:33 [2021-03-01T19:12:33.779Z] #42 ...
19:12:33 [2021-03-01T19:12:33.779Z] 
19:12:33 [2021-03-01T19:12:33.779Z] #44 [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
19:12:33 [2021-03-01T19:12:33.779Z] #44 sha256:7febd6e6b752a506ddb01df2cd7d167d75e598b3ffdddf0db1b3b977e39e5cc2
19:12:33 [2021-03-01T19:12:33.779Z] #44 DONE 119.8s
19:12:33 [2021-03-01T19:12:33.779Z] 
19:12:33 [2021-03-01T19:12:33.779Z] #31 [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
19:12:33 [2021-03-01T19:12:33.779Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805
19:12:33 [2021-03-01T19:12:33.779Z] #31 DONE 119.4s
19:12:33 [2021-03-01T19:12:33.779Z] 
19:12:33 [2021-03-01T19:12:33.779Z] #23 [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
19:12:33 [2021-03-01T19:12:33.779Z] #23 sha256:1d7cb6c6cea8a66b605c9c5373841fa8694d873f8c1e3194b527847f0c358544
19:12:34 [2021-03-01T19:12:34.027Z] #42 47.70   DEP      compel/arch/x86/src/lib/infect.d
19:12:34 [2021-03-01T19:12:34.027Z] #42 47.81   DEP      compel/arch/x86/src/lib/cpu.d
19:12:34 [2021-03-01T19:12:34.027Z] #42 47.87   DEP      compel/src/lib/log.d
19:12:34 [2021-03-01T19:12:34.277Z] #42 36.40   CC       images/userns.o
19:12:34 [2021-03-01T19:12:34.283Z] #42 47.95   DEP      compel/src/main.d
19:12:34 [2021-03-01T19:12:34.283Z] #42 48.03   DEP      compel/src/lib/handle-elf.d
19:12:34 [2021-03-01T19:12:34.283Z] #42 48.13   DEP      compel/arch/x86/src/lib/handle-elf.d
19:12:34 [2021-03-01T19:12:34.539Z] #42 48.29   CC       compel/src/lib/log.o
19:12:34 [2021-03-01T19:12:34.539Z] #42 ...
19:12:34 [2021-03-01T19:12:34.539Z] 
19:12:34 [2021-03-01T19:12:34.539Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:34 [2021-03-01T19:12:34.539Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:12:34 [2021-03-01T19:12:34.539Z] #12 115.8 Selecting previously unselected package libapparmor1:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 115.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 115.8 Unpacking libapparmor1:amd64 (2.13.2-10) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 115.9 Selecting previously unselected package libapparmor-dev:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 115.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 115.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.1 Selecting previously unselected package libbtrfs0.
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.1 Unpacking libbtrfs0 (4.20.1-2) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.2 Selecting previously unselected package libbtrfs-dev.
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.2 Unpacking libbtrfs-dev (4.20.1-2) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.4 Selecting previously unselected package libudev-dev:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.5 Unpacking libudev-dev:amd64 (241-7~deb10u6) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.6 Selecting previously unselected package libsepol1-dev:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 116.6 Unpacking libsepol1-dev:amd64 (2.8-1) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.0 Selecting previously unselected package libpcre16-3:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.2 Selecting previously unselected package libpcre32-3:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.4 Selecting previously unselected package libpcrecpp0v5:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.5 Selecting previously unselected package libpcre3-dev:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 117.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.0 Selecting previously unselected package libselinux1-dev:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.2 Selecting previously unselected package libdevmapper-dev:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.3 Selecting previously unselected package libseccomp-dev:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.3 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.4 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.5 Selecting previously unselected package libsystemd-dev:amd64.
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 118.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.1 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.1 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.2 Setting up libapparmor1:amd64 (2.13.2-10) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.2 Setting up libpcre16-3:amd64 (2:8.39-12) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.2 Setting up libsepol1-dev:amd64 (2.8-1) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.4 Setting up libbtrfs0 (4.20.1-2) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.4 Setting up libpcre32-3:amd64 (2:8.39-12) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.4 Setting up libudev-dev:amd64 (241-7~deb10u6) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.4 Setting up libbtrfs-dev (4.20.1-2) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.5 Setting up mingw-w64-common (6.0.0-3) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.5 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.5 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
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.5 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
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.6 Setting up dmsetup (2:1.02.155-3) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 119.7 Processing triggers for libc-bin (2.28-10) ...
19:12:34 [2021-03-01T19:12:34.539Z] #12 DONE 121.3s
19:12:34 [2021-03-01T19:12:34.539Z] 
19:12:34 [2021-03-01T19:12:34.539Z] #57 [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
19:12:34 [2021-03-01T19:12:34.539Z] #57 sha256:e4eaa9cf9dfbf0eeb3b60a08f8f8c15ad42595599ff2e9407fe055385388538e
19:12:34 [2021-03-01T19:12:34.539Z] #57 120.1 + for f in rootlesskit rootlesskit-docker-proxy
19:12:34 [2021-03-01T19:12:34.539Z] #57 120.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
19:12:34 [2021-03-01T19:12:34.541Z] #42 36.62   CC       images/google/protobuf/descriptor.o
19:12:34 [2021-03-01T19:12:34.734Z] #23 ...
19:12:34 [2021-03-01T19:12:34.735Z] 
19:12:34 [2021-03-01T19:12:34.735Z] #42 [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
19:12:34 [2021-03-01T19:12:34.735Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:12:34 [2021-03-01T19:12:34.735Z] #42 37.16   CC       images/ext-file.o
19:12:34 [2021-03-01T19:12:34.833Z] #42 148.6   CC       criu/rbtree.o
19:12:34 [2021-03-01T19:12:34.951Z] #42 37.62   CC       images/opts.o
19:12:34 [2021-03-01T19:12:34.951Z] #42 37.81   CC       images/seccomp.o
19:12:34 [2021-03-01T19:12:34.999Z] #42 37.53   CC       images/cgroup.o
19:12:35 [2021-03-01T19:12:35.093Z] #42 148.9   CC       criu/rst-malloc.o
19:12:35 [2021-03-01T19:12:35.207Z] #42 38.04   CC       images/binfmt-misc.o
19:12:35 [2021-03-01T19:12:35.207Z] #42 38.24   CC       images/time.o
19:12:35 [2021-03-01T19:12:35.358Z] #42 149.2   CC       criu/seccomp.o
19:12:35 [2021-03-01T19:12:35.464Z] #42 38.48   CC       images/sysctl.o
19:12:35 [2021-03-01T19:12:35.625Z] #42 ...
19:12:35 [2021-03-01T19:12:35.625Z] 
19:12:35 [2021-03-01T19:12:35.625Z] #39 [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
19:12:35 [2021-03-01T19:12:35.625Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:12:35 [2021-03-01T19:12:35.625Z] #39 DONE 229.9s
19:12:35 [2021-03-01T19:12:35.721Z] #42 38.71   CC       images/autofs.o
19:12:35 [2021-03-01T19:12:35.901Z] 
19:12:35 [2021-03-01T19:12:35.901Z] #42 [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
19:12:35 [2021-03-01T19:12:35.901Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:35 [2021-03-01T19:12:35.930Z] #42 38.09   CC       images/opts.o
19:12:35 [2021-03-01T19:12:35.955Z] #42 38.43   CC       images/userns.o
19:12:35 [2021-03-01T19:12:35.977Z] #42 38.96   CC       images/macvlan.o
19:12:36 [2021-03-01T19:12:36.161Z] #42 150.1   CC       criu/seize.o
19:12:36 [2021-03-01T19:12:36.193Z] #42 38.31   CC       images/seccomp.o
19:12:36 [2021-03-01T19:12:36.233Z] #42 39.17   CC       images/sit.o
19:12:36 [2021-03-01T19:12:36.233Z] #42 39.36   CC       images/memfd.o
19:12:36 [2021-03-01T19:12:36.344Z] #45 ...
19:12:36 [2021-03-01T19:12:36.345Z] 
19:12:36 [2021-03-01T19:12:36.345Z] #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
19:12:36 [2021-03-01T19:12:36.345Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a
19:12:36 [2021-03-01T19:12:36.345Z] #20 20.47 Building dependency tree...
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.90 libcap2-bin is already the newest version (1:2.25-2).
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.90 The following additional packages will be installed:
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92   python3.7 python3.7-minimal vim-runtime xxd
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92 Suggested packages:
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92 Recommended packages:
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92   aufs-dkms nftables build-essential python3-dev python3-keyring
19:12:36 [2021-03-01T19:12:36.345Z] #20 21.92   python3-keyrings.alt python3-xdg unzip
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.05 The following NEW packages will be installed:
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.05   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.05   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.05   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.05   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.06   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.06   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.06   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.06   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.06   xz-utils zip
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.19 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded.
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.19 Need to get 29.2 MB of archives.
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.19 After this operation, 134 MB of additional disk space will be used.
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.21 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.93 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.96 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.96 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.97 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.98 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.98 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.99 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 24.99 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.03 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.03 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.06 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.08 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.09 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.10 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.14 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.15 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.23 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.24 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.25 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.25 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.25 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.76 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.77 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.79 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.79 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.79 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.82 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.92 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.93 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.94 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.96 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.97 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 25.99 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB]
19:12:36 [2021-03-01T19:12:36.345Z] #20 26.16 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u3 [1230 kB]
19:12:36 [2021-03-01T19:12:36.454Z] #42 ...
19:12:36 [2021-03-01T19:12:36.454Z] 
19:12:36 [2021-03-01T19:12:36.454Z] #44 [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
19:12:36 [2021-03-01T19:12:36.454Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:12:36 [2021-03-01T19:12:36.454Z] #44 117.1 vendor/golang.org/x/net/idna
19:12:36 [2021-03-01T19:12:36.454Z] #44 119.5 vendor/golang.org/x/net/http2/hpack
19:12:36 [2021-03-01T19:12:36.454Z] #44 120.7 mime
19:12:36 [2021-03-01T19:12:36.454Z] #44 122.4 mime/quotedprintable
19:12:36 [2021-03-01T19:12:36.454Z] #44 122.9 net/http/internal
19:12:36 [2021-03-01T19:12:36.454Z] #44 126.3 net/textproto
19:12:36 [2021-03-01T19:12:36.454Z] #44 126.4 crypto/x509
19:12:36 [2021-03-01T19:12:36.454Z] #44 ...
19:12:36 [2021-03-01T19:12:36.454Z] 
19:12:36 [2021-03-01T19:12:36.454Z] #42 [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
19:12:36 [2021-03-01T19:12:36.454Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:36 [2021-03-01T19:12:36.454Z] #42 38.56   CC       images/binfmt-misc.o
19:12:36 [2021-03-01T19:12:36.535Z] #42 38.73   CC       images/google/protobuf/descriptor.o
19:12:36 [2021-03-01T19:12:36.716Z] #42 38.80   CC       images/time.o
19:12:36 [2021-03-01T19:12:36.796Z] #42 39.60   CC       images/timens.o
19:12:36 [2021-03-01T19:12:36.978Z] #42 38.97   CC       images/sysctl.o
19:12:36 [2021-03-01T19:12:36.978Z] #42 39.18   CC       images/autofs.o
19:12:36 [2021-03-01T19:12:36.995Z] #20 26.66 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB]
19:12:36 [2021-03-01T19:12:36.995Z] #20 26.72 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB]
19:12:36 [2021-03-01T19:12:36.995Z] #20 26.78 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB]
19:12:37 [2021-03-01T19:12:37.052Z] #42 39.84   LINK     images/built-in.o
19:12:37 [2021-03-01T19:12:37.052Z] #42 39.99   GEN      compel/include/asm
19:12:37 [2021-03-01T19:12:37.052Z] #42 40.01   GEN      compel/include/version.h
19:12:37 [2021-03-01T19:12:37.052Z] #42 40.04 touch .config
19:12:37 [2021-03-01T19:12:37.052Z] #42 40.07   GEN      include/common/config.h
19:12:37 [2021-03-01T19:12:37.052Z] #42 40.18   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
19:12:37 [2021-03-01T19:12:37.240Z] #42 39.47   CC       images/macvlan.o
19:12:37 [2021-03-01T19:12:37.308Z] #42 40.22   GEN      compel/plugins/include/uapi/std/syscall-64.h
19:12:37 [2021-03-01T19:12:37.308Z] #42 40.23   GEN      compel/arch/x86/plugins/std/syscalls-64.S
19:12:37 [2021-03-01T19:12:37.308Z] #42 40.26   DEP      compel/arch/x86/plugins/std/syscalls-64.d
19:12:37 [2021-03-01T19:12:37.308Z] #42 40.27   DEP      compel/arch/x86/plugins/std/memcpy.d
19:12:37 [2021-03-01T19:12:37.308Z] #42 40.30   DEP      compel/arch/x86/plugins/std/parasite-head.d
19:12:37 [2021-03-01T19:12:37.308Z] #42 40.32   GEN      compel/plugins/include/uapi/std/syscall.h
19:12:37 [2021-03-01T19:12:37.308Z] #42 40.34   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
19:12:37 [2021-03-01T19:12:37.308Z] #42 40.38   GEN      compel/plugins/include/uapi/std/syscall-codes.h
19:12:37 [2021-03-01T19:12:37.308Z] #42 40.40   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
19:12:37 [2021-03-01T19:12:37.502Z] #42 39.65   CC       images/sit.o
19:12:37 [2021-03-01T19:12:37.565Z] #42 40.41   DEP      compel/plugins/std/infect.d
19:12:37 [2021-03-01T19:12:37.565Z] #42 40.57   DEP      compel/plugins/std/string.d
19:12:37 [2021-03-01T19:12:37.565Z] #42 40.70   DEP      compel/plugins/std/log.d
19:12:37 [2021-03-01T19:12:37.660Z] #20 27.23 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB]
19:12:37 [2021-03-01T19:12:37.764Z] #42 39.81   CC       images/memfd.o
19:12:37 [2021-03-01T19:12:37.823Z] #42 40.84   DEP      compel/plugins/std/fds.d
19:12:37 [2021-03-01T19:12:37.958Z] #20 27.67 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB]
19:12:37 [2021-03-01T19:12:37.958Z] #20 27.74 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB]
19:12:38 [2021-03-01T19:12:38.026Z] #42 40.16   CC       images/timens.o
19:12:38 [2021-03-01T19:12:38.067Z] #42 151.6   CC       criu/servicefd.o
19:12:38 [2021-03-01T19:12:38.067Z] #42 152.0   CC       criu/shmem.o
19:12:38 [2021-03-01T19:12:38.084Z] #42 40.98   DEP      compel/plugins/std/std.d
19:12:38 [2021-03-01T19:12:38.084Z] #42 41.12   DEP      compel/plugins/shmem/shmem.d
19:12:38 [2021-03-01T19:12:38.287Z] #42 40.43   LINK     images/built-in.o
19:12:38 [2021-03-01T19:12:38.340Z] #42 41.25   DEP      compel/plugins/fds/fds.d
19:12:38 [2021-03-01T19:12:38.340Z] #42 41.40   CC       compel/plugins/std/std.o
19:12:38 [2021-03-01T19:12:38.471Z] #42 40.55   CC       images/opts.o
19:12:38 [2021-03-01T19:12:38.471Z] #42 40.71   CC       images/seccomp.o
19:12:38 [2021-03-01T19:12:38.471Z] #42 40.91   CC       images/binfmt-misc.o
19:12:38 [2021-03-01T19:12:38.471Z] #42 41.06   CC       images/time.o
19:12:38 [2021-03-01T19:12:38.549Z] #42 40.61   GEN      compel/include/asm
19:12:38 [2021-03-01T19:12:38.549Z] #42 40.64   GEN      compel/include/version.h
19:12:38 [2021-03-01T19:12:38.549Z] #42 40.67 touch .config
19:12:38 [2021-03-01T19:12:38.549Z] #42 40.72   GEN      include/common/config.h
19:12:38 [2021-03-01T19:12:38.549Z] #42 40.79   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
19:12:38 [2021-03-01T19:12:38.597Z] #42 41.63   CC       compel/plugins/std/fds.o
19:12:38 [2021-03-01T19:12:38.610Z] #20 28.47 debconf: delaying package configuration, since apt-utils is not installed
19:12:38 [2021-03-01T19:12:38.610Z] #20 ...
19:12:38 [2021-03-01T19:12:38.610Z] 
19:12:38 [2021-03-01T19:12:38.610Z] #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
19:12:38 [2021-03-01T19:12:38.610Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:12:38 [2021-03-01T19:12:38.610Z] #45 146.3 vendor/golang.org/x/crypto/cryptobyte
19:12:38 [2021-03-01T19:12:38.635Z] #42 ...
19:12:38 [2021-03-01T19:12:38.635Z] 
19:12:38 [2021-03-01T19:12:38.635Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
19:12:38 [2021-03-01T19:12:38.635Z] #40 sha256:c4072cd36eaf9f0ec7133016962e92c78552cdf4d755851ced1ffa9bd1e69fd4
19:12:38 [2021-03-01T19:12:38.635Z] #40 DONE 0.6s
19:12:38 [2021-03-01T19:12:38.635Z] 
19:12:38 [2021-03-01T19:12:38.635Z] #48 [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
19:12:38 [2021-03-01T19:12:38.635Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:12:38 [2021-03-01T19:12:38.710Z] #57 ...
19:12:38 [2021-03-01T19:12:38.710Z] 
19:12:38 [2021-03-01T19:12:38.710Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
19:12:38 [2021-03-01T19:12:38.710Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25
19:12:38 [2021-03-01T19:12:38.710Z] #13 DONE 4.2s
19:12:38 [2021-03-01T19:12:38.710Z] 
19:12:38 [2021-03-01T19:12:38.710Z] #44 [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
19:12:38 [2021-03-01T19:12:38.710Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:12:38 [2021-03-01T19:12:38.710Z] #44 115.5 crypto/tls
19:12:38 [2021-03-01T19:12:38.710Z] #44 121.9 net/http/httptrace
19:12:38 [2021-03-01T19:12:38.710Z] #44 122.1 net/http
19:12:38 [2021-03-01T19:12:38.737Z] #42 41.18   CC       images/sysctl.o
19:12:38 [2021-03-01T19:12:38.810Z] #42 40.82   GEN      compel/plugins/include/uapi/std/syscall-64.h
19:12:38 [2021-03-01T19:12:38.810Z] #42 40.85   GEN      compel/arch/x86/plugins/std/syscalls-64.S
19:12:38 [2021-03-01T19:12:38.810Z] #42 40.87   DEP      compel/arch/x86/plugins/std/syscalls-64.d
19:12:38 [2021-03-01T19:12:38.810Z] #42 40.90   DEP      compel/arch/x86/plugins/std/memcpy.d
19:12:38 [2021-03-01T19:12:38.810Z] #42 40.96   DEP      compel/arch/x86/plugins/std/parasite-head.d
19:12:38 [2021-03-01T19:12:38.810Z] #42 41.00   GEN      compel/plugins/include/uapi/std/syscall.h
19:12:38 [2021-03-01T19:12:38.895Z] #48 ...
19:12:38 [2021-03-01T19:12:38.895Z] 
19:12:38 [2021-03-01T19:12:38.895Z] #42 [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
19:12:38 [2021-03-01T19:12:38.895Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:38 [2021-03-01T19:12:38.895Z] #42 152.8   CC       criu/sigframe.o
19:12:38 [2021-03-01T19:12:38.895Z] #42 153.0   CC       criu/signalfd.o
19:12:38 [2021-03-01T19:12:38.966Z] #44 ...
19:12:38 [2021-03-01T19:12:38.966Z] 
19:12:38 [2021-03-01T19:12:38.966Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:12:38 [2021-03-01T19:12:38.966Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075
19:12:39 [2021-03-01T19:12:39.002Z] #42 41.35   CC       images/autofs.o
19:12:39 [2021-03-01T19:12:39.002Z] #42 41.52   CC       images/macvlan.o
19:12:39 [2021-03-01T19:12:39.072Z] #42 41.02   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
19:12:39 [2021-03-01T19:12:39.072Z] #42 41.03   GEN      compel/plugins/include/uapi/std/syscall-codes.h
19:12:39 [2021-03-01T19:12:39.072Z] #42 41.05   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
19:12:39 [2021-03-01T19:12:39.072Z] #42 41.06   DEP      compel/plugins/std/infect.d
19:12:39 [2021-03-01T19:12:39.072Z] #42 41.16   DEP      compel/plugins/std/string.d
19:12:39 [2021-03-01T19:12:39.072Z] #42 41.24   DEP      compel/plugins/std/log.d
19:12:39 [2021-03-01T19:12:39.154Z] #42 153.3   CC       criu/sk-inet.o
19:12:39 [2021-03-01T19:12:39.160Z] #42 42.16   CC       compel/plugins/std/log.o
19:12:39 [2021-03-01T19:12:39.267Z] #42 41.66   CC       images/sit.o
19:12:39 [2021-03-01T19:12:39.333Z] #42 41.30   DEP      compel/plugins/std/fds.d
19:12:39 [2021-03-01T19:12:39.333Z] #42 41.40   DEP      compel/plugins/std/std.d
19:12:39 [2021-03-01T19:12:39.333Z] #42 41.50   DEP      compel/plugins/shmem/shmem.d
19:12:39 [2021-03-01T19:12:39.333Z] #42 41.56   DEP      compel/plugins/fds/fds.d
19:12:39 [2021-03-01T19:12:39.532Z] #42 41.92   CC       images/memfd.o
19:12:39 [2021-03-01T19:12:39.595Z] #42 41.70   CC       compel/plugins/std/std.o
19:12:39 [2021-03-01T19:12:39.724Z] #42 ...
19:12:39 [2021-03-01T19:12:39.724Z] 
19:12:39 [2021-03-01T19:12:39.724Z] #57 [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
19:12:39 [2021-03-01T19:12:39.724Z] #57 sha256:6ecc4ccffb41b469303474e255f0790690e483917f01d2561a63edc4e5257a72
19:12:39 [2021-03-01T19:12:39.724Z] #57 131.5 + for f in rootlesskit rootlesskit-docker-proxy
19:12:39 [2021-03-01T19:12:39.724Z] #57 131.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
19:12:39 [2021-03-01T19:12:39.797Z] #42 42.25   CC       images/timens.o
19:12:39 [2021-03-01T19:12:39.856Z] #42 41.95   CC       compel/plugins/std/fds.o
19:12:40 [2021-03-01T19:12:40.062Z] #42 42.46   LINK     images/built-in.o
19:12:40 [2021-03-01T19:12:40.092Z] #42 154.1   CC       criu/sk-netlink.o
19:12:40 [2021-03-01T19:12:40.150Z] #45 147.8 mime
19:12:40 [2021-03-01T19:12:40.327Z] #42 42.55   GEN      compel/include/asm
19:12:40 [2021-03-01T19:12:40.327Z] #42 42.58   GEN      compel/include/version.h
19:12:40 [2021-03-01T19:12:40.327Z] #42 42.60 touch .config
19:12:40 [2021-03-01T19:12:40.327Z] #42 42.68   GEN      include/common/config.h
19:12:40 [2021-03-01T19:12:40.327Z] #42 42.74   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
19:12:40 [2021-03-01T19:12:40.327Z] #42 42.75   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
19:12:40 [2021-03-01T19:12:40.327Z] #42 42.78   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
19:12:40 [2021-03-01T19:12:40.327Z] #42 42.80   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
19:12:40 [2021-03-01T19:12:40.327Z] #42 42.80   DEP      compel/plugins/std/infect.d
19:12:40 [2021-03-01T19:12:40.351Z] #42 ...
19:12:40 [2021-03-01T19:12:40.351Z] 
19:12:40 [2021-03-01T19:12:40.351Z] #48 [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
19:12:40 [2021-03-01T19:12:40.351Z] #48 sha256:4cac60db7ad266cd9ac981a13b2cce837e2a5afe1929f4f95891977812ff83ed
19:12:40 [2021-03-01T19:12:40.351Z] #48 234.2 + /build/golangci-lint --version
19:12:40 [2021-03-01T19:12:40.351Z] #48 234.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
19:12:40 [2021-03-01T19:12:40.351Z] #48 DONE 234.8s
19:12:40 [2021-03-01T19:12:40.351Z] 
19:12:40 [2021-03-01T19:12:40.351Z] #42 [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
19:12:40 [2021-03-01T19:12:40.351Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:40 [2021-03-01T19:12:40.351Z] #42 154.4   CC       criu/sk-packet.o
19:12:40 [2021-03-01T19:12:40.429Z] #42 42.36   CC       compel/plugins/std/log.o
19:12:40 [2021-03-01T19:12:40.592Z] #42 42.90   DEP      compel/plugins/std/string.d
19:12:40 [2021-03-01T19:12:40.592Z] #42 43.00   DEP      compel/plugins/std/log.d
19:12:40 [2021-03-01T19:12:40.592Z] #42 43.11   DEP      compel/plugins/std/fds.d
19:12:40 [2021-03-01T19:12:40.858Z] #42 43.20   DEP      compel/plugins/std/std.d
19:12:40 [2021-03-01T19:12:40.858Z] #42 43.28   DEP      compel/plugins/shmem/shmem.d
19:12:40 [2021-03-01T19:12:40.858Z] #42 43.34   DEP      compel/plugins/fds/fds.d
19:12:41 [2021-03-01T19:12:41.002Z] #42 43.19   CC       compel/plugins/std/string.o
19:12:41 [2021-03-01T19:12:41.092Z] #57 ...
19:12:41 [2021-03-01T19:12:41.092Z] 
19:12:41 [2021-03-01T19:12:41.092Z] #44 [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
19:12:41 [2021-03-01T19:12:41.092Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:12:41 [2021-03-01T19:12:41.092Z] #44 123.1 vendor/golang.org/x/net/idna
19:12:41 [2021-03-01T19:12:41.092Z] #44 125.2 vendor/golang.org/x/net/http2/hpack
19:12:41 [2021-03-01T19:12:41.092Z] #44 126.1 mime
19:12:41 [2021-03-01T19:12:41.092Z] #44 128.0 mime/quotedprintable
19:12:41 [2021-03-01T19:12:41.092Z] #44 128.4 net/http/internal
19:12:41 [2021-03-01T19:12:41.092Z] #44 131.1 crypto/tls
19:12:41 [2021-03-01T19:12:41.123Z] #42 43.45   CC       compel/plugins/std/std.o
19:12:41 [2021-03-01T19:12:41.289Z] #42 155.1   CC       criu/sk-queue.o
19:12:41 [2021-03-01T19:12:41.348Z] #44 ...
19:12:41 [2021-03-01T19:12:41.348Z] 
19:12:41 [2021-03-01T19:12:41.348Z] #42 [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
19:12:41 [2021-03-01T19:12:41.348Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:41 [2021-03-01T19:12:41.348Z] #42 43.01   CC       compel/plugins/std/string.o
19:12:41 [2021-03-01T19:12:41.348Z] #42 43.61   CC       compel/plugins/std/infect.o
19:12:41 [2021-03-01T19:12:41.348Z] #42 44.08   CC       compel/arch/x86/plugins/std/parasite-head.o
19:12:41 [2021-03-01T19:12:41.348Z] #42 44.12   CC       compel/arch/x86/plugins/std/memcpy.o
19:12:41 [2021-03-01T19:12:41.348Z] #42 44.16   CC       compel/arch/x86/plugins/std/syscalls-64.o
19:12:41 [2021-03-01T19:12:41.348Z] #42 44.21   AR       compel/plugins/std.lib.a
19:12:41 [2021-03-01T19:12:41.348Z] #42 44.29   CC       compel/plugins/fds/fds.o
19:12:41 [2021-03-01T19:12:41.402Z] #42 43.75   CC       compel/plugins/std/fds.o
19:12:41 [2021-03-01T19:12:41.402Z] #42 ...
19:12:41 [2021-03-01T19:12:41.402Z] 
19:12:41 [2021-03-01T19:12:41.402Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:41 [2021-03-01T19:12:41.402Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c
19:12:41 [2021-03-01T19:12:41.402Z] #12 124.3 Selecting previously unselected package libapparmor1:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 124.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 124.3 Unpacking libapparmor1:arm64 (2.13.2-10) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 124.5 Selecting previously unselected package libapparmor-dev:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 124.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 124.5 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 124.9 Selecting previously unselected package libbtrfs0.
19:12:41 [2021-03-01T19:12:41.402Z] #12 124.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 124.9 Unpacking libbtrfs0 (4.20.1-2) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.0 Selecting previously unselected package libbtrfs-dev.
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.0 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.0 Unpacking libbtrfs-dev (4.20.1-2) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.3 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.3 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.4 Selecting previously unselected package libudev-dev:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.4 Unpacking libudev-dev:arm64 (241-7~deb10u6) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.6 Selecting previously unselected package libsepol1-dev:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 125.6 Unpacking libsepol1-dev:arm64 (2.8-1) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.0 Selecting previously unselected package libpcre16-3:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.0 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.2 Selecting previously unselected package libpcre32-3:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.2 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.5 Selecting previously unselected package libpcrecpp0v5:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.5 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.6 Selecting previously unselected package libpcre3-dev:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.6 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.9 Selecting previously unselected package libselinux1-dev:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 126.9 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 127.1 Selecting previously unselected package libdevmapper-dev:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 127.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 127.1 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 127.2 Selecting previously unselected package libseccomp-dev:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 127.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 127.2 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 127.5 Selecting previously unselected package libsystemd-dev:arm64.
19:12:41 [2021-03-01T19:12:41.402Z] #12 127.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_arm64.deb ...
19:12:41 [2021-03-01T19:12:41.402Z] #12 127.5 Unpacking libsystemd-dev:arm64 (241-7~deb10u6) ...
19:12:41 [2021-03-01T19:12:41.484Z] #14 ...
19:12:41 [2021-03-01T19:12:41.484Z] 
19:12:41 [2021-03-01T19:12:41.484Z] #57 [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
19:12:41 [2021-03-01T19:12:41.484Z] #57 sha256:e4eaa9cf9dfbf0eeb3b60a08f8f8c15ad42595599ff2e9407fe055385388538e
19:12:41 [2021-03-01T19:12:41.484Z] #57 DONE 128.1s
19:12:41 [2021-03-01T19:12:41.549Z] #42 155.7   CC       criu/sk-tcp.o
19:12:41 [2021-03-01T19:12:41.576Z] #42 43.77   CC       compel/plugins/std/infect.o
19:12:41 [2021-03-01T19:12:41.605Z] #42 44.56   AR       compel/plugins/fds.lib.a
19:12:41 [2021-03-01T19:12:41.605Z] #42 44.61   HOSTDEP  compel/src/lib/log-host.d
19:12:41 [2021-03-01T19:12:41.605Z] #42 44.67   HOSTDEP  compel/src/lib/handle-elf-host.d
19:12:41 [2021-03-01T19:12:41.766Z] 
19:12:41 [2021-03-01T19:12:41.766Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:12:41 [2021-03-01T19:12:41.766Z] #58 sha256:3ed2031088a0a5b4927b07789ff83329cfa967d64d816ab762db97d1928bec1d
19:12:41 [2021-03-01T19:12:41.766Z] #58 DONE 0.2s
19:12:41 [2021-03-01T19:12:41.766Z] 
19:12:41 [2021-03-01T19:12:41.766Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:12:41 [2021-03-01T19:12:41.766Z] #59 sha256:af0c70a37159ac08dafc83affdb7c2afd45760729186b6fcd93b73faef73d1b8
19:12:41 [2021-03-01T19:12:41.861Z] #42 44.82   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
19:12:41 [2021-03-01T19:12:41.861Z] #42 44.91   HOSTDEP  compel/src/main-host.d
19:12:41 [2021-03-01T19:12:41.988Z] #12 128.0 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
19:12:41 [2021-03-01T19:12:41.988Z] #12 128.0 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
19:12:41 [2021-03-01T19:12:41.988Z] #12 128.0 Setting up libapparmor1:arm64 (2.13.2-10) ...
19:12:42 [2021-03-01T19:12:42.023Z] #59 DONE 0.2s
19:12:42 [2021-03-01T19:12:42.023Z] 
19:12:42 [2021-03-01T19:12:42.023Z] #42 [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
19:12:42 [2021-03-01T19:12:42.023Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:42 [2021-03-01T19:12:42.023Z] #42 48.60   CC       compel/arch/x86/src/lib/cpu.o
19:12:42 [2021-03-01T19:12:42.023Z] #42 49.53   CC       compel/arch/x86/src/lib/infect.o
19:12:42 [2021-03-01T19:12:42.023Z] #42 50.33   CC       compel/src/lib/infect-rpc.o
19:12:42 [2021-03-01T19:12:42.023Z] #42 50.70   CC       compel/src/lib/infect-util.o
19:12:42 [2021-03-01T19:12:42.023Z] #42 50.94   CC       compel/src/lib/infect.o
19:12:42 [2021-03-01T19:12:42.023Z] #42 53.47   CC       compel/src/lib/ptrace.o
19:12:42 [2021-03-01T19:12:42.023Z] #42 53.98   AR       compel/libcompel.a
19:12:42 [2021-03-01T19:12:42.023Z] #42 54.05   HOSTCC   compel/src/main-host.o
19:12:42 [2021-03-01T19:12:42.023Z] #42 54.38   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
19:12:42 [2021-03-01T19:12:42.023Z] #42 54.55   HOSTCC   compel/src/lib/handle-elf-host.o
19:12:42 [2021-03-01T19:12:42.023Z] #42 54.91   HOSTCC   compel/src/lib/log-host.o
19:12:42 [2021-03-01T19:12:42.023Z] #42 55.12   HOSTLINK compel/compel-host-bin
19:12:42 [2021-03-01T19:12:42.023Z] #42 55.22   DEP      soccr/soccr.d
19:12:42 [2021-03-01T19:12:42.023Z] #42 55.49   CC       soccr/soccr.o
19:12:42 [2021-03-01T19:12:42.118Z] #42 44.99   DEP      compel/src/lib/ptrace.d
19:12:42 [2021-03-01T19:12:42.127Z] #42 156.2   CC       criu/sk-unix.o
19:12:42 [2021-03-01T19:12:42.149Z] #42 44.17   CC       compel/arch/x86/plugins/std/parasite-head.o
19:12:42 [2021-03-01T19:12:42.149Z] #42 44.23   CC       compel/arch/x86/plugins/std/memcpy.o
19:12:42 [2021-03-01T19:12:42.149Z] #42 44.29   CC       compel/arch/x86/plugins/std/syscalls-64.o
19:12:42 [2021-03-01T19:12:42.149Z] #42 44.34   AR       compel/plugins/std.lib.a
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.1 Setting up libpcre16-3:arm64 (2:8.39-12) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.1 Setting up libsepol1-dev:arm64 (2.8-1) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.1 Setting up libbtrfs0 (4.20.1-2) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.2 Setting up libpcre32-3:arm64 (2:8.39-12) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.2 Setting up libudev-dev:arm64 (241-7~deb10u6) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.2 Setting up libbtrfs-dev (4.20.1-2) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.3 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.3 Setting up mingw-w64-common (6.0.0-3) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.3 Setting up libsystemd-dev:arm64 (241-7~deb10u6) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.3 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.3 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
19:12:42 [2021-03-01T19:12:42.253Z] #12 128.4 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
19:12:42 [2021-03-01T19:12:42.279Z] #42 ...
19:12:42 [2021-03-01T19:12:42.279Z] 
19:12:42 [2021-03-01T19:12:42.279Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:12:42 [2021-03-01T19:12:42.279Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075
19:12:42 [2021-03-01T19:12:42.279Z] #14 DONE 3.3s
19:12:42 [2021-03-01T19:12:42.279Z] 
19:12:42 [2021-03-01T19:12:42.279Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:12:42 [2021-03-01T19:12:42.279Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7
19:12:42 [2021-03-01T19:12:42.374Z] #42 45.13   DEP      compel/src/lib/infect.d
19:12:42 [2021-03-01T19:12:42.374Z] #42 45.36   DEP      compel/src/lib/infect-util.d
19:12:42 [2021-03-01T19:12:42.411Z] #42 44.42   CC       compel/plugins/fds/fds.o
19:12:42 [2021-03-01T19:12:42.411Z] #42 44.61   AR       compel/plugins/fds.lib.a
19:12:42 [2021-03-01T19:12:42.411Z] #42 44.66   HOSTDEP  compel/src/lib/log-host.d
19:12:42 [2021-03-01T19:12:42.631Z] #42 45.48   DEP      compel/src/lib/infect-rpc.d
19:12:42 [2021-03-01T19:12:42.631Z] #42 45.63   DEP      compel/arch/x86/src/lib/infect.d
19:12:42 [2021-03-01T19:12:42.672Z] #42 44.73   HOSTDEP  compel/src/lib/handle-elf-host.d
19:12:42 [2021-03-01T19:12:42.672Z] #42 44.84   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
19:12:42 [2021-03-01T19:12:42.681Z] #12 128.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:42 [2021-03-01T19:12:42.681Z] #12 128.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
19:12:42 [2021-03-01T19:12:42.681Z] #12 128.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
19:12:42 [2021-03-01T19:12:42.681Z] #12 128.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
19:12:42 [2021-03-01T19:12:42.681Z] #12 128.6 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
19:12:42 [2021-03-01T19:12:42.681Z] #12 128.6 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
19:12:42 [2021-03-01T19:12:42.681Z] #12 128.6 Setting up dmsetup (2:1.02.155-3) ...
19:12:42 [2021-03-01T19:12:42.681Z] #12 128.6 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
19:12:42 [2021-03-01T19:12:42.681Z] #12 128.6 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
19:12:42 [2021-03-01T19:12:42.887Z] #42 45.77   DEP      compel/arch/x86/src/lib/cpu.d
19:12:42 [2021-03-01T19:12:42.887Z] #42 45.87   DEP      compel/src/lib/log.d
19:12:42 [2021-03-01T19:12:42.887Z] #42 45.97   DEP      compel/src/main.d
19:12:42 [2021-03-01T19:12:42.933Z] #42 44.96   HOSTDEP  compel/src/main-host.d
19:12:42 [2021-03-01T19:12:42.934Z] #42 45.06   DEP      compel/src/lib/ptrace.d
19:12:42 [2021-03-01T19:12:42.934Z] #42 45.20   DEP      compel/src/lib/infect.d
19:12:42 [2021-03-01T19:12:42.938Z] #45 ...
19:12:42 [2021-03-01T19:12:42.938Z] 
19:12:42 [2021-03-01T19:12:42.938Z] #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
19:12:42 [2021-03-01T19:12:42.938Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:12:42 [2021-03-01T19:12:42.938Z] #43 73.48   LINK     criu/pie/restorer.built-in.o
19:12:42 [2021-03-01T19:12:42.938Z] #43 73.51   GEN      criu/pie/restorer-blob.h
19:12:42 [2021-03-01T19:12:42.938Z] #43 73.66   DEP      criu/vdso.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 73.86   DEP      criu/uts_ns.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 74.04   DEP      criu/util.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 74.32   DEP      criu/uffd.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 74.64   DEP      criu/tun.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 74.84   DEP      criu/tty.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 75.09   DEP      criu/timerfd.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 75.32   DEP      criu/timens.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 75.51   DEP      criu/sysfs_parse.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 75.67   DEP      criu/sysctl.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 75.87   DEP      criu/string.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 75.94   DEP      criu/stats.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 76.11   DEP      criu/sockets.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 76.31   DEP      criu/sk-unix.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 76.60   DEP      criu/sk-tcp.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 76.82   DEP      criu/sk-queue.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 77.00   DEP      criu/sk-packet.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 77.19   DEP      criu/sk-netlink.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 77.42   DEP      criu/sk-inet.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 77.69   DEP      criu/signalfd.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 77.97   DEP      criu/sigframe.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 78.13   DEP      criu/shmem.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 78.35   DEP      criu/servicefd.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 78.66   DEP      criu/seize.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 78.91   DEP      criu/seccomp.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 79.21   DEP      criu/rst-malloc.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 79.32   DEP      criu/rbtree.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 79.35   DEP      criu/pstree.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 79.61   DEP      criu/protobuf.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 79.80   GEN      criu/protobuf-desc-gen.h
19:12:42 [2021-03-01T19:12:42.938Z] #43 82.04   DEP      criu/protobuf-desc.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 82.24   DEP      criu/proc_parse.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 82.45   DEP      criu/plugin.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 82.56   DEP      criu/pipes.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 82.78   DEP      criu/pie-util.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 82.93   DEP      criu/pie-util-vdso.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 83.06   DEP      criu/path.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 83.22   DEP      criu/parasite-syscall.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 83.49   DEP      criu/pagemap.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 83.68   DEP      criu/pagemap-cache.d
19:12:42 [2021-03-01T19:12:42.938Z] #43 ...
19:12:42 [2021-03-01T19:12:42.938Z] 
19:12:42 [2021-03-01T19:12:42.938Z] #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
19:12:42 [2021-03-01T19:12:42.938Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a
19:12:42 [2021-03-01T19:12:42.938Z] #20 28.64 Fetched 29.2 MB in 4s (8073 kB/s)
19:12:42 [2021-03-01T19:12:42.938Z] #20 28.69 Selecting previously unselected package pigz.
19:12:42 [2021-03-01T19:12:42.938Z] #20 28.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 ... 23361 files and directories currently installed.)
19:12:42 [2021-03-01T19:12:42.938Z] #20 28.75 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ...
19:12:42 [2021-03-01T19:12:42.938Z] #20 28.75 Unpacking pigz (2.4-1) ...
19:12:42 [2021-03-01T19:12:42.938Z] #20 28.90 Selecting previously unselected package libpython3.7-minimal:ppc64el.
19:12:42 [2021-03-01T19:12:42.938Z] #20 28.91 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
19:12:42 [2021-03-01T19:12:42.938Z] #20 28.92 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
19:12:42 [2021-03-01T19:12:42.938Z] #20 29.47 Selecting previously unselected package python3.7-minimal.
19:12:42 [2021-03-01T19:12:42.938Z] #20 29.47 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
19:12:42 [2021-03-01T19:12:42.938Z] #20 29.50 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
19:12:42 [2021-03-01T19:12:42.938Z] #20 30.59 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
19:12:42 [2021-03-01T19:12:42.938Z] #20 30.63 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
19:12:42 [2021-03-01T19:12:42.946Z] #12 128.7 Processing triggers for libc-bin (2.28-10) ...
19:12:43 [2021-03-01T19:12:43.144Z] #42 46.09   DEP      compel/src/lib/handle-elf.d
19:12:43 [2021-03-01T19:12:43.144Z] #42 46.19   DEP      compel/arch/x86/src/lib/handle-elf.d
19:12:43 [2021-03-01T19:12:43.144Z] #42 46.27   CC       compel/src/lib/log.o
19:12:43 [2021-03-01T19:12:43.195Z] #42 45.39   DEP      compel/src/lib/infect-util.d
19:12:43 [2021-03-01T19:12:43.301Z] Fetching without tags
19:12:43 [2021-03-01T19:12:43.456Z] #42 45.53   DEP      compel/src/lib/infect-rpc.d
19:12:43 [2021-03-01T19:12:43.456Z] #42 ...
19:12:43 [2021-03-01T19:12:43.456Z] 
19:12:43 [2021-03-01T19:12:43.456Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:43 [2021-03-01T19:12:43.456Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.3 Selecting previously unselected package libapparmor1:amd64.
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.3 Unpacking libapparmor1:amd64 (2.13.2-10) ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.4 Selecting previously unselected package libapparmor-dev:amd64.
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.6 Selecting previously unselected package libbtrfs0.
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.6 Unpacking libbtrfs0 (4.20.1-2) ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.6 Selecting previously unselected package libbtrfs-dev.
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.7 Unpacking libbtrfs-dev (4.20.1-2) ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.9 Selecting previously unselected package libudev-dev:amd64.
19:12:43 [2021-03-01T19:12:43.456Z] #12 131.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 132.0 Unpacking libudev-dev:amd64 (241-7~deb10u6) ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 132.1 Selecting previously unselected package libsepol1-dev:amd64.
19:12:43 [2021-03-01T19:12:43.456Z] #12 132.1 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.456Z] #12 132.2 Unpacking libsepol1-dev:amd64 (2.8-1) ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 132.5 Selecting previously unselected package libpcre16-3:amd64.
19:12:43 [2021-03-01T19:12:43.457Z] #12 132.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 132.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 132.7 Selecting previously unselected package libpcre32-3:amd64.
19:12:43 [2021-03-01T19:12:43.457Z] #12 132.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 132.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 132.9 Selecting previously unselected package libpcrecpp0v5:amd64.
19:12:43 [2021-03-01T19:12:43.457Z] #12 132.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 132.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.0 Selecting previously unselected package libpcre3-dev:amd64.
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.5 Selecting previously unselected package libselinux1-dev:amd64.
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.8 Selecting previously unselected package libdevmapper-dev:amd64.
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.9 Selecting previously unselected package libseccomp-dev:amd64.
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.9 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 133.9 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 134.0 Selecting previously unselected package libsystemd-dev:amd64.
19:12:43 [2021-03-01T19:12:43.457Z] #12 134.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ...
19:12:43 [2021-03-01T19:12:43.457Z] #12 134.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ...
19:12:43 [2021-03-01T19:12:43.486Z] #20 33.36 Selecting previously unselected package python3-minimal.
19:12:43 [2021-03-01T19:12:43.503Z] #42 157.5   CC       criu/sockets.o
19:12:43 [2021-03-01T19:12:43.707Z] #42 46.47   CC       compel/arch/x86/src/lib/cpu.o
19:12:43 [2021-03-01T19:12:43.718Z] #12 134.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
19:12:43 [2021-03-01T19:12:43.719Z] #12 134.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
19:12:43 [2021-03-01T19:12:43.819Z] #20 33.36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23610 files and directories currently installed.)
19:12:43 [2021-03-01T19:12:43.819Z] #20 33.44 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ...
19:12:43 [2021-03-01T19:12:43.819Z] #20 33.45 Unpacking python3-minimal (3.7.3-1) ...
19:12:43 [2021-03-01T19:12:43.819Z] #20 33.58 Selecting previously unselected package libmpdec2:ppc64el.
19:12:43 [2021-03-01T19:12:43.819Z] #20 33.59 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ...
19:12:43 [2021-03-01T19:12:43.819Z] #20 33.60 Unpacking libmpdec2:ppc64el (2.4.2-2) ...
19:12:42 [2021-03-01T19:12:42.953Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:12:43 [2021-03-01T19:12:43.023Z]  > git config --add remote.origin.fetch +refs/pull/42102/head:refs/remotes/origin/PR-42102 # timeout=10
19:12:43 [2021-03-01T19:12:43.078Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:12:43 [2021-03-01T19:12:43.209Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:12:43 [2021-03-01T19:12:43.339Z] Fetching upstream changes from https://github.com/moby/moby.git
19:12:43 [2021-03-01T19:12:43.339Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:12:43 [2021-03-01T19:12:43.341Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42102/head:refs/remotes/origin/PR-42102 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:12:43 [2021-03-01T19:12:43.980Z] #12 134.6 Setting up libapparmor1:amd64 (2.13.2-10) ...
19:12:43 [2021-03-01T19:12:43.980Z] #12 134.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:12:43 [2021-03-01T19:12:43.980Z] #12 134.7 Setting up libpcre16-3:amd64 (2:8.39-12) ...
19:12:43 [2021-03-01T19:12:43.980Z] #12 134.7 Setting up libsepol1-dev:amd64 (2.8-1) ...
19:12:43 [2021-03-01T19:12:43.980Z] #12 134.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:12:43 [2021-03-01T19:12:43.980Z] #12 134.7 Setting up libbtrfs0 (4.20.1-2) ...
19:12:43 [2021-03-01T19:12:43.980Z] #12 134.8 Setting up libpcre32-3:amd64 (2:8.39-12) ...
19:12:43 [2021-03-01T19:12:43.980Z] #12 134.8 Setting up libudev-dev:amd64 (241-7~deb10u6) ...
19:12:43 [2021-03-01T19:12:43.980Z] #12 134.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:12:44 [2021-03-01T19:12:44.072Z] #42 158.1   CC       criu/stats.o
19:12:44 [2021-03-01T19:12:44.118Z] #20 33.72 Selecting previously unselected package libpython3.7-stdlib:ppc64el.
19:12:44 [2021-03-01T19:12:44.118Z] #20 33.74 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ...
19:12:44 [2021-03-01T19:12:44.118Z] #20 33.75 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
19:12:44 [2021-03-01T19:12:44.246Z] #12 134.8 Setting up libbtrfs-dev (4.20.1-2) ...
19:12:44 [2021-03-01T19:12:44.246Z] #12 134.8 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
19:12:44 [2021-03-01T19:12:44.246Z] #12 134.8 Setting up mingw-w64-common (6.0.0-3) ...
19:12:44 [2021-03-01T19:12:44.246Z] #12 134.9 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ...
19:12:44 [2021-03-01T19:12:44.246Z] #12 134.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
19:12:44 [2021-03-01T19:12:44.246Z] #12 134.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
19:12:44 [2021-03-01T19:12:44.246Z] #12 134.9 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:44 [2021-03-01T19:12:44.246Z] #12 134.9 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
19:12:44 [2021-03-01T19:12:44.246Z] #12 134.9 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
19:12:44 [2021-03-01T19:12:44.246Z] #12 134.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:44 [2021-03-01T19:12:44.246Z] #12 134.9 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
19:12:44 [2021-03-01T19:12:44.246Z] #12 135.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
19:12:44 [2021-03-01T19:12:44.247Z] #12 135.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
19:12:44 [2021-03-01T19:12:44.247Z] #12 135.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
19:12:44 [2021-03-01T19:12:44.270Z] #42 47.26   CC       compel/arch/x86/src/lib/infect.o
19:12:44 [2021-03-01T19:12:44.331Z] #42 158.3   CC       criu/string.o
19:12:44 [2021-03-01T19:12:44.331Z] #42 158.4   CC       criu/sysctl.o
19:12:44 [2021-03-01T19:12:44.348Z] #12 DONE 130.1s
19:12:44 [2021-03-01T19:12:44.348Z] 
19:12:44 [2021-03-01T19:12:44.348Z] #52 [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
19:12:44 [2021-03-01T19:12:44.348Z] #52 sha256:3ef60450c151b09862fe43ed0a3d70c1ec33913671151022cf6f072ec15ee99d
19:12:44 [2021-03-01T19:12:44.508Z] #12 135.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
19:12:44 [2021-03-01T19:12:44.508Z] #12 135.0 Setting up dmsetup (2:1.02.155-3) ...
19:12:44 [2021-03-01T19:12:44.508Z] #12 135.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
19:12:44 [2021-03-01T19:12:44.508Z] #12 135.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
19:12:44 [2021-03-01T19:12:44.508Z] #12 135.1 Processing triggers for libc-bin (2.28-10) ...
19:12:44 [2021-03-01T19:12:44.727Z] Merging remotes/origin/master commit a602b052a9c285e9659e9ce007f2aa7f0a73812f into PR head commit 5542f13c1a24468bff92ce265c892f7391f68f36
19:12:44 [2021-03-01T19:12:44.796Z] #15 ...
19:12:44 [2021-03-01T19:12:44.796Z] 
19:12:44 [2021-03-01T19:12:44.796Z] #52 [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
19:12:44 [2021-03-01T19:12:44.796Z] #52 sha256:7c2d2fc2c3352f0448b339c3ad05202ebcfe5b452d445257a15bd7629c381986
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.302 + RM_GOPATH=0
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.302 + TMP_GOPATH=
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.302 + : /build
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.302 + '[' -z '' ']'
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.302 ++ mktemp -d
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.324 + export GOPATH=/tmp/tmp.AmszGdTNtF
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.324 + GOPATH=/tmp/tmp.AmszGdTNtF
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.324 + RM_GOPATH=1
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.324 + case "$(go env GOARCH)" in
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.324 ++ go env GOARCH
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.356 + export GO_BUILDMODE=-buildmode=pie
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.356 + GO_BUILDMODE=-buildmode=pie
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.356 ++ dirname /tmp/install/install.sh
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.380 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 + dir=/tmp/install
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 + bin=runc
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 + shift
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 + '[' '!' -f /tmp/install/runc.installer ']'
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 + . /tmp/install/runc.installer
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 + install_runc
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 + uname -r
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 + grep -q '^3\.10\.0.*\.el7\.'
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 + RUNC_BUILDTAGS='seccomp '
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.AmszGdTNtF/src/github.com/opencontainers/runc
19:12:44 [2021-03-01T19:12:44.796Z] #52 4.381 Cloning into '/tmp/tmp.AmszGdTNtF/src/github.com/opencontainers/runc'...
19:12:44 [2021-03-01T19:12:44.796Z] #52 ...
19:12:44 [2021-03-01T19:12:44.796Z] 
19:12:44 [2021-03-01T19:12:44.796Z] #42 [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
19:12:44 [2021-03-01T19:12:44.796Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:44 [2021-03-01T19:12:44.796Z] #42 57.01   AR       soccr/libsoccr.a
19:12:44 [2021-03-01T19:12:44.796Z] #42 57.03 make[1]: 'soccr/libsoccr.a' is up to date.
19:12:44 [2021-03-01T19:12:44.796Z] #42 57.37   DEP      criu/arch/x86/sigframe.d
19:12:44 [2021-03-01T19:12:44.796Z] #42 57.57   DEP      criu/arch/x86/sigaction_compat.d
19:12:44 [2021-03-01T19:12:44.796Z] #42 57.64   DEP      criu/arch/x86/kerndat.d
19:12:44 [2021-03-01T19:12:44.796Z] #42 57.85   DEP      criu/arch/x86/crtools.d
19:12:44 [2021-03-01T19:12:44.796Z] #42 58.03   DEP      criu/arch/x86/cpu.d
19:12:44 [2021-03-01T19:12:44.796Z] #42 58.20   CC       criu/arch/x86/cpu.o
19:12:44 [2021-03-01T19:12:44.900Z] #42 158.8   CC       criu/sysfs_parse.o
19:12:45 [2021-03-01T19:12:45.052Z] #42 58.88   CC       criu/arch/x86/crtools.o
19:12:45 [2021-03-01T19:12:45.160Z] #42 159.0   CC       criu/timens.o
19:12:45 [2021-03-01T19:12:45.199Z] #42 48.10   CC       compel/src/lib/infect-rpc.o
19:12:45 [2021-03-01T19:12:45.419Z] #42 159.2   CC       criu/timerfd.o
19:12:45 [2021-03-01T19:12:45.419Z] #42 159.5   CC       criu/tty.o
19:12:45 [2021-03-01T19:12:45.455Z] #42 48.42   CC       compel/src/lib/infect-util.o
19:12:45 [2021-03-01T19:12:45.658Z] #20 35.02 Selecting previously unselected package python3.7.
19:12:45 [2021-03-01T19:12:45.658Z] #20 35.03 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ...
19:12:45 [2021-03-01T19:12:45.658Z] #20 35.04 Unpacking python3.7 (3.7.3-2+deb10u2) ...
19:12:45 [2021-03-01T19:12:45.658Z] #20 35.20 Selecting previously unselected package libpython3-stdlib:ppc64el.
19:12:45 [2021-03-01T19:12:45.658Z] #20 35.22 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ...
19:12:45 [2021-03-01T19:12:45.658Z] #20 35.22 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ...
19:12:45 [2021-03-01T19:12:45.658Z] #20 35.30 Setting up python3-minimal (3.7.3-1) ...
19:12:45 [2021-03-01T19:12:45.712Z] #42 48.65   CC       compel/src/lib/infect.o
19:12:45 [2021-03-01T19:12:45.958Z] #20 ...
19:12:45 [2021-03-01T19:12:45.958Z] 
19:12:45 [2021-03-01T19:12:45.958Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh vndr
19:12:45 [2021-03-01T19:12:45.958Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:12:45 [2021-03-01T19:12:45.958Z] #45 153.5 net/textproto
19:12:45 [2021-03-01T19:12:45.958Z] #45 153.5 crypto/x509
19:12:45 [2021-03-01T19:12:45.958Z] #45 153.5 vendor/golang.org/x/net/http/httpproxy
19:12:45 [2021-03-01T19:12:45.968Z] #42 ...
19:12:45 [2021-03-01T19:12:45.968Z] 
19:12:45 [2021-03-01T19:12:45.968Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:45 [2021-03-01T19:12:45.968Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.1 Selecting previously unselected package libapparmor1:amd64.
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.1 Unpacking libapparmor1:amd64 (2.13.2-10) ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.2 Selecting previously unselected package libapparmor-dev:amd64.
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.4 Selecting previously unselected package libbtrfs0.
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.4 Unpacking libbtrfs0 (4.20.1-2) ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.5 Selecting previously unselected package libbtrfs-dev.
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.5 Unpacking libbtrfs-dev (4.20.1-2) ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.7 Selecting previously unselected package libudev-dev:amd64.
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u6_amd64.deb ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.8 Unpacking libudev-dev:amd64 (241-7~deb10u6) ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 136.9 Selecting previously unselected package libsepol1-dev:amd64.
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.0 Unpacking libsepol1-dev:amd64 (2.8-1) ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.2 Selecting previously unselected package libpcre16-3:amd64.
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.5 Selecting previously unselected package libpcre32-3:amd64.
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.6 Selecting previously unselected package libpcrecpp0v5:amd64.
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.8 Selecting previously unselected package libpcre3-dev:amd64.
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
19:12:45 [2021-03-01T19:12:45.968Z] #12 137.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
19:12:46 [2021-03-01T19:12:46.225Z] #12 138.2 Selecting previously unselected package libselinux1-dev:amd64.
19:12:46 [2021-03-01T19:12:46.225Z] #12 138.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
19:12:46 [2021-03-01T19:12:46.225Z] #12 138.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.005 + RM_GOPATH=0
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.005 + TMP_GOPATH=
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.005 + : /build
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.005 + '[' -z '' ']'
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.007 ++ mktemp -d
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.008 + export GOPATH=/tmp/tmp.mWzVgdwkHV
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.008 + GOPATH=/tmp/tmp.mWzVgdwkHV
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.008 + RM_GOPATH=1
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.008 + case "$(go env GOARCH)" in
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.009 ++ go env GOARCH
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.024 + export GO_BUILDMODE=-buildmode=pie
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.025 + GO_BUILDMODE=-buildmode=pie
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.025 ++ dirname /tmp/install/install.sh
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.028 + dir=/tmp/install
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.028 + bin=runc
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.029 + shift
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.029 + '[' '!' -f /tmp/install/runc.installer ']'
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.030 + . /tmp/install/runc.installer
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.031 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.031 + install_runc
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.033 + uname -r
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.034 + grep -q '^3\.10\.0.*\.el7\.'
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.044 + RUNC_BUILDTAGS='seccomp '
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.044 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.044 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.045 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.mWzVgdwkHV/src/github.com/opencontainers/runc
19:12:46 [2021-03-01T19:12:46.286Z] #52 2.055 Cloning into '/tmp/tmp.mWzVgdwkHV/src/github.com/opencontainers/runc'...
19:12:46 [2021-03-01T19:12:46.418Z] #42 ...
19:12:46 [2021-03-01T19:12:46.418Z] 
19:12:46 [2021-03-01T19:12:46.418Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:12:46 [2021-03-01T19:12:46.418Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7
19:12:46 [2021-03-01T19:12:46.418Z] #15 4.032 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
19:12:46 [2021-03-01T19:12:46.418Z] #15 DONE 4.2s
19:12:46 [2021-03-01T19:12:46.418Z] 
19:12:46 [2021-03-01T19:12:46.418Z] #42 [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
19:12:46 [2021-03-01T19:12:46.418Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:46 [2021-03-01T19:12:46.418Z] #42 60.16   CC       criu/arch/x86/kerndat.o
19:12:46 [2021-03-01T19:12:46.426Z] #12 DONE 137.0s
19:12:46 [2021-03-01T19:12:46.426Z] 
19:12:46 [2021-03-01T19:12:46.426Z] #42 [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
19:12:46 [2021-03-01T19:12:46.426Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:46 [2021-03-01T19:12:46.426Z] #42 45.67   DEP      compel/arch/x86/src/lib/infect.d
19:12:46 [2021-03-01T19:12:46.426Z] #42 45.78   DEP      compel/arch/x86/src/lib/cpu.d
19:12:46 [2021-03-01T19:12:46.426Z] #42 45.87   DEP      compel/src/lib/log.d
19:12:46 [2021-03-01T19:12:46.426Z] #42 45.95   DEP      compel/src/main.d
19:12:46 [2021-03-01T19:12:46.426Z] #42 46.01   DEP      compel/src/lib/handle-elf.d
19:12:46 [2021-03-01T19:12:46.426Z] #42 46.11   DEP      compel/arch/x86/src/lib/handle-elf.d
19:12:46 [2021-03-01T19:12:46.426Z] #42 46.26   CC       compel/src/lib/log.o
19:12:46 [2021-03-01T19:12:46.426Z] #42 46.48   CC       compel/arch/x86/src/lib/cpu.o
19:12:46 [2021-03-01T19:12:46.426Z] #42 47.23   CC       compel/arch/x86/src/lib/infect.o
19:12:46 [2021-03-01T19:12:46.426Z] #42 48.01   CC       compel/src/lib/infect-rpc.o
19:12:46 [2021-03-01T19:12:46.426Z] #42 48.33   CC       compel/src/lib/infect-util.o
19:12:46 [2021-03-01T19:12:46.688Z] #42 48.68   CC       compel/src/lib/infect.o
19:12:46 [2021-03-01T19:12:46.789Z] #12 138.5 Selecting previously unselected package libdevmapper-dev:amd64.
19:12:46 [2021-03-01T19:12:46.790Z] #12 138.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
19:12:46 [2021-03-01T19:12:46.790Z] #12 138.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
19:12:46 [2021-03-01T19:12:46.790Z] #12 138.7 Selecting previously unselected package libseccomp-dev:amd64.
19:12:46 [2021-03-01T19:12:46.790Z] #12 138.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
19:12:46 [2021-03-01T19:12:46.790Z] #12 138.7 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
19:12:46 [2021-03-01T19:12:46.797Z] #42 160.8   CC       criu/tun.o
19:12:44 [2021-03-01T19:12:44.832Z]  > git config core.sparsecheckout # timeout=10
19:12:44 [2021-03-01T19:12:44.889Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:12:46 [2021-03-01T19:12:46.950Z] #42 ...
19:12:46 [2021-03-01T19:12:46.950Z] 
19:12:46 [2021-03-01T19:12:46.950Z] #44 [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
19:12:46 [2021-03-01T19:12:46.950Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:12:46 [2021-03-01T19:12:46.950Z] #44 127.5 vendor/golang.org/x/net/http/httpguts
19:12:46 [2021-03-01T19:12:46.950Z] #44 127.8 vendor/golang.org/x/net/http/httpproxy
19:12:46 [2021-03-01T19:12:46.950Z] #44 128.4 mime/multipart
19:12:46 [2021-03-01T19:12:46.950Z] #44 130.5 crypto/tls
19:12:46 [2021-03-01T19:12:46.950Z] #44 136.6 net/http/httptrace
19:12:46 [2021-03-01T19:12:46.950Z] #44 136.8 net/http
19:12:46 [2021-03-01T19:12:46.950Z] #44 ...
19:12:46 [2021-03-01T19:12:46.950Z] 
19:12:46 [2021-03-01T19:12:46.950Z] #52 [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
19:12:46 [2021-03-01T19:12:46.950Z] #52 sha256:58343df0e43ecaab046b0c2de68aae14ab47346ded41504341fcb5f61f005da6
19:12:46 [2021-03-01T19:12:46.980Z] #42 60.82   CC       criu/arch/x86/sigaction_compat.o
19:12:47 [2021-03-01T19:12:47.046Z] #12 138.8 Selecting previously unselected package libsystemd-dev:amd64.
19:12:47 [2021-03-01T19:12:47.046Z] #12 138.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u6_amd64.deb ...
19:12:47 [2021-03-01T19:12:47.046Z] #12 138.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u6) ...
19:12:47 [2021-03-01T19:12:47.244Z] ok  	github.com/docker/docker/cmd/dockerd	0.067s	coverage: 29.1% of statements
19:12:47 [2021-03-01T19:12:47.244Z] ok  	github.com/docker/docker/container	0.109s	coverage: 34.4% of statements
19:12:47 [2021-03-01T19:12:47.244Z] ?   	github.com/docker/docker/container/stream	[no test files]
19:12:47 [2021-03-01T19:12:47.244Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
19:12:47 [2021-03-01T19:12:47.244Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
19:12:47 [2021-03-01T19:12:47.244Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
19:12:47 [2021-03-01T19:12:47.248Z] #52 ...
19:12:47 [2021-03-01T19:12:47.248Z] 
19:12:47 [2021-03-01T19:12:47.248Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
19:12:47 [2021-03-01T19:12:47.248Z] #13 sha256:45b665fa2f6159ddf5354c16cc477f2d9ed38abd838cba31085b0c76fe535cce
19:12:47 [2021-03-01T19:12:47.248Z] #13 DONE 2.9s
19:12:47 [2021-03-01T19:12:47.248Z] 
19:12:47 [2021-03-01T19:12:47.248Z] #23 [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
19:12:47 [2021-03-01T19:12:47.248Z] #23 sha256:1d7cb6c6cea8a66b605c9c5373841fa8694d873f8c1e3194b527847f0c358544
19:12:47 [2021-03-01T19:12:47.366Z] #42 161.2   CC       criu/uffd.o
19:12:47 [2021-03-01T19:12:47.542Z] #42 61.13   CC       criu/arch/x86/sigframe.o
19:12:47 [2021-03-01T19:12:47.542Z] #42 61.44   LINK     criu/arch/x86/crtools.built-in.o
19:12:47 [2021-03-01T19:12:47.542Z] #42 61.48   DEP      criu/pie/util-vdso-elf32.d
19:12:47 [2021-03-01T19:12:47.737Z] Merge succeeded, producing 5542f13c1a24468bff92ce265c892f7391f68f36
19:12:47 [2021-03-01T19:12:47.737Z] Checking out Revision 5542f13c1a24468bff92ce265c892f7391f68f36 (PR-42102)
19:12:47 [2021-03-01T19:12:47.798Z] #42 61.63   DEP      criu/pie/util-vdso.d
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.599 + RM_GOPATH=0
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.599 + TMP_GOPATH=
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.599 + : /build
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.599 + '[' -z '' ']'
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.599 ++ mktemp -d
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.607 + export GOPATH=/tmp/tmp.xR2lzEV7ht
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.607 + GOPATH=/tmp/tmp.xR2lzEV7ht
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.607 + RM_GOPATH=1
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.607 + case "$(go env GOARCH)" in
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.607 ++ go env GOARCH
19:12:47 [2021-03-01T19:12:47.897Z] #52 ...
19:12:47 [2021-03-01T19:12:47.897Z] 
19:12:47 [2021-03-01T19:12:47.897Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
19:12:47 [2021-03-01T19:12:47.897Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25
19:12:47 [2021-03-01T19:12:47.897Z] #13 DONE 1.6s
19:12:47 [2021-03-01T19:12:47.897Z] 
19:12:47 [2021-03-01T19:12:47.897Z] #52 [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
19:12:47 [2021-03-01T19:12:47.897Z] #52 sha256:58343df0e43ecaab046b0c2de68aae14ab47346ded41504341fcb5f61f005da6
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.657 + export GO_BUILDMODE=-buildmode=pie
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.657 + GO_BUILDMODE=-buildmode=pie
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.657 ++ dirname /tmp/install/install.sh
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.657 + dir=/tmp/install
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.657 + bin=runc
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.657 + shift
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.657 + '[' '!' -f /tmp/install/runc.installer ']'
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.657 + . /tmp/install/runc.installer
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.657 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.657 + install_runc
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.657 + grep -q '^3\.10\.0.*\.el7\.'
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.658 + uname -r
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.661 + RUNC_BUILDTAGS='seccomp '
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.661 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.661 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.661 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.xR2lzEV7ht/src/github.com/opencontainers/runc
19:12:47 [2021-03-01T19:12:47.897Z] #52 1.675 Cloning into '/tmp/tmp.xR2lzEV7ht/src/github.com/opencontainers/runc'...
19:12:47 [2021-03-01T19:12:47.934Z] #42 162.0   CC       criu/util.o
19:12:47 [2021-03-01T19:12:47.976Z] #12 139.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
19:12:48 [2021-03-01T19:12:48.054Z] #42 61.80   DEP      criu/pie/util.d
19:12:48 [2021-03-01T19:12:48.054Z] #42 62.02   CC       criu/pie/util.o
19:12:48 [2021-03-01T19:12:48.243Z] #12 140.2 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
19:12:48 [2021-03-01T19:12:48.500Z] #12 140.5 Setting up libapparmor1:amd64 (2.13.2-10) ...
19:12:48 [2021-03-01T19:12:48.500Z] 
19:12:48 [2021-03-01T19:12:48.500Z] #12 ...
19:12:48 [2021-03-01T19:12:48.500Z] 
19:12:48 [2021-03-01T19:12:48.500Z] #57 [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
19:12:48 [2021-03-01T19:12:48.500Z] #57 sha256:6ecc4ccffb41b469303474e255f0790690e483917f01d2561a63edc4e5257a72
19:12:48 [2021-03-01T19:12:48.500Z] #57 DONE 140.6s
19:12:48 [2021-03-01T19:12:48.500Z] 
19:12:48 [2021-03-01T19:12:48.500Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:48 [2021-03-01T19:12:48.500Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:12:48 [2021-03-01T19:12:48.500Z] #12 140.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
19:12:48 [2021-03-01T19:12:48.614Z] #42 62.40   CC       criu/pie/util-vdso.o
19:12:48 [2021-03-01T19:12:48.740Z] #45 155.8 vendor/golang.org/x/net/http/httpguts
19:12:48 [2021-03-01T19:12:48.740Z] #45 155.8 mime/multipart
19:12:48 [2021-03-01T19:12:48.803Z] #12 140.6 Setting up libpcre16-3:amd64 (2:8.39-12) ...#12 ...
19:12:48 [2021-03-01T19:12:48.803Z] 
19:12:48 [2021-03-01T19:12:48.803Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:12:48 [2021-03-01T19:12:48.804Z] #58 sha256:d0af1574d4a25f5a5b12e10f9cfdcc0e08a20d41ba5d772131091757a6e0c489
19:12:48 [2021-03-01T19:12:48.804Z] #58 DONE 0.1s
19:12:48 [2021-03-01T19:12:48.804Z] 
19:12:48 [2021-03-01T19:12:48.804Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:48 [2021-03-01T19:12:48.804Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:12:48 [2021-03-01T19:12:48.804Z] #12 140.6 Setting up libpcre16-3:amd64 (2:8.39-12) ...
19:12:48 [2021-03-01T19:12:48.804Z] #12 140.7 Setting up libsepol1-dev:amd64 (2.8-1) ...
19:12:48 [2021-03-01T19:12:48.804Z] #12 140.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
19:12:48 [2021-03-01T19:12:48.804Z] #12 140.7 Setting up libbtrfs0 (4.20.1-2) ...
19:12:48 [2021-03-01T19:12:48.804Z] #12 140.7 Setting up libpcre32-3:amd64 (2:8.39-12) ...
19:12:48 [2021-03-01T19:12:48.804Z] #12 ...
19:12:48 [2021-03-01T19:12:48.804Z] 
19:12:48 [2021-03-01T19:12:48.804Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:12:48 [2021-03-01T19:12:48.804Z] #59 sha256:bcf38e1b8b57fa1c7b1b038a33d1a1056aa86abbd54c30272a186122b66c4f78
19:12:48 [2021-03-01T19:12:48.804Z] #59 DONE 0.1s
19:12:48 [2021-03-01T19:12:48.804Z] 
19:12:48 [2021-03-01T19:12:48.804Z] #12 [runtime-dev-cross-false 1/1] 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             libsystemd-dev             libudev-dev
19:12:48 [2021-03-01T19:12:48.804Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e
19:12:48 [2021-03-01T19:12:48.804Z] #12 140.8 Setting up libudev-dev:amd64 (241-7~deb10u6) ...
19:12:48 [2021-03-01T19:12:48.804Z] #12 140.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
19:12:48 [2021-03-01T19:12:48.804Z] #12 140.8 Setting up libbtrfs-dev (4.20.1-2) ...
19:12:48 [2021-03-01T19:12:48.804Z] #12 140.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
19:12:48 [2021-03-01T19:12:48.872Z] #42 162.9   CC       criu/uts_ns.o
19:12:48 [2021-03-01T19:12:48.997Z] #23 130.9 Checking out files:  21% (2386/11189)   
Checking out files:  22% (2462/11189)   
Checking out files:  23% (2574/11189)   
Checking out files:  24% (2686/11189)   
Checking out files:  25% (2798/11189)   
Checking out files:  26% (2910/11189)   
Checking out files:  27% (3022/11189)   
Checking out files:  28% (3133/11189)   
Checking out files:  29% (3245/11189)   
Checking out files:  30% (3357/11189)   
Checking out files:  31% (3469/11189)   
Checking out files:  32% (3581/11189)   
Checking out files:  33% (3693/11189)   
Checking out files:  34% (3805/11189)   
Checking out files:  35% (3917/11189)   
Checking out files:  36% (4029/11189)   
Checking out files:  37% (4140/11189)   
Checking out files:  38% (4252/11189)   
Checking out files:  39% (4364/11189)   
Checking out files:  40% (4476/11189)   
Checking out files:  41% (4588/11189)   
Checking out files:  42% (4700/11189)   
Checking out files:  42% (4766/11189)   
Checking out files:  43% (4812/11189)   
Checking out files:  44% (4924/11189)   
Checking out files:  45% (5036/11189)   
Checking out files:  46% (5147/11189)   
Checking out files:  47% (5259/11189)   
Checking out files:  48% (5371/11189)   
Checking out files:  49% (5483/11189)   
Checking out files:  50% (5595/11189)   
Checking out files:  51% (5707/11189)   
Checking out files:  52% (5819/11189)   
Checking out files:  53% (5931/11189)   
Checking out files:  54% (6043/11189)   
Checking out files:  55% (6154/11189)   
Checking out files:  56% (6266/11189)   
Checking out files:  57% (6378/11189)   
Checking out files:  58% (6490/11189)   
Checking out files:  59% (6602/11189)   
Checking out files:  60% (6714/11189)   
Checking out files:  61% (6826/11189)   
Checking out files:  62% (6938/11189)   
Checking out files:  63% (7050/11189)   
Checking out files:  64% (7161/11189)   
Checking out files:  65% (7273/11189)   
Checking out files:  66% (7385/11189)   
Checking out files:  66% (7450/11189)   
Checking out files:  67% (7497/11189)   
Checking out files:  68% (7609/11189)   
Checking out files:  69% (7721/11189)   
Checking out files:  70% (7833/11189)   
Checking out files:  71% (7945/11189)   
Checking out files:  72% (8057/11189)   
Checking out files:  73% (8168/11189)   
Checking out files:  74% (8280/11189)   
Checking out files:  75% (8392/11189)   
Checking out files:  76% (8504/11189)   
Checking out files:  77% (8616/11189)   
Checking out files:  78% (8728/11189)   
Checking out files:  79% (8840/11189)   
Checking out files:  80% (8952/11189)   
Checking out files:  81% (9064/11189)   
Checking out files:  82% (9175/11189)   
Checking out files:  83% (9287/11189)   
Checking out files:  84% (9399/11189)   
Checking out files:  85% (9511/11189)   
Checking out files:  86% (9623/11189)   
Checking out files:  87% (9735/11189)   
Checking out files:  88% (9847/11189)   
Checking out files:  89% (9959/11189)   
Checking out files:  90% (10071/11189)   
Checking out files:  91% (10182/11189)   
Checking out files:  92% (10294/11189)   
Checking out files:  93% (10406/11189)   
Checking out files:  94% (10518/11189)   
Checking out files:  95% (10630/11189)   
Checking out files:  96% (10742/11189)   
Checking out files:  97% (10854/11189)   
Checking out files:  98% (10966/11189)   
Checking out files:  99% (11078/11189)   
Checking out files:  99% (11153/11189)   
Checking out files: 100% (11189/11189)   
Checking out files: 100% (11189/11189), done.
19:12:48 [2021-03-01T19:12:48.997Z] #23 135.0 + cd /tmp/tmp.0V3dbNhDEj/tmp/docker-ce
19:12:48 [2021-03-01T19:12:48.997Z] #23 135.0 + git checkout -q v17.06.2-ce
19:12:49 [2021-03-01T19:12:49.060Z] #12 140.9 Setting up mingw-w64-common (6.0.0-3) ...
19:12:49 [2021-03-01T19:12:49.060Z] #12 140.9 Setting up libsystemd-dev:amd64 (241-7~deb10u6) ...
19:12:49 [2021-03-01T19:12:49.061Z] #12 140.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
19:12:49 [2021-03-01T19:12:49.061Z] #12 141.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
19:12:49 [2021-03-01T19:12:49.061Z] #12 141.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:49 [2021-03-01T19:12:49.061Z] #12 141.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
19:12:49 [2021-03-01T19:12:49.061Z] #12 141.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
19:12:49 [2021-03-01T19:12:49.061Z] #12 141.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
19:12:49 [2021-03-01T19:12:49.061Z] #12 141.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
19:12:49 [2021-03-01T19:12:49.061Z] #12 141.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
19:12:49 [2021-03-01T19:12:49.061Z] #12 141.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
19:12:49 [2021-03-01T19:12:49.061Z] #12 141.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
19:12:49 [2021-03-01T19:12:49.132Z] #42 163.1   CC       criu/vdso-compat.o
19:12:49 [2021-03-01T19:12:49.288Z] #52 ...
19:12:49 [2021-03-01T19:12:49.288Z] 
19:12:49 [2021-03-01T19:12:49.288Z] #57 [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
19:12:49 [2021-03-01T19:12:49.288Z] #57 sha256:320419eebab3c13dcf63334ce157080a6e1c8b2a70e0ca7038ee79c342d31b10
19:12:49 [2021-03-01T19:12:49.288Z] #57 131.8 + for f in rootlesskit rootlesskit-docker-proxy
19:12:49 [2021-03-01T19:12:49.288Z] #57 131.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
19:12:49 [2021-03-01T19:12:49.288Z] #57 DONE 140.0s
19:12:49 [2021-03-01T19:12:49.288Z] 
19:12:49 [2021-03-01T19:12:49.288Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:12:49 [2021-03-01T19:12:49.288Z] #58 sha256:27833cbee4b21b78025707dae1173d6ac00e434a08b342dd7fdc09b7307a4f21
19:12:49 [2021-03-01T19:12:49.288Z] #58 DONE 0.1s
19:12:49 [2021-03-01T19:12:49.288Z] 
19:12:49 [2021-03-01T19:12:49.288Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:12:49 [2021-03-01T19:12:49.288Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075
19:12:49 [2021-03-01T19:12:49.288Z] #14 DONE 1.5s
19:12:49 [2021-03-01T19:12:49.288Z] 
19:12:49 [2021-03-01T19:12:49.288Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:12:49 [2021-03-01T19:12:49.288Z] #59 sha256:02efdc4bb28c8eb4f99cd5a92969cc38bf49009fce2c48cb26eab22f70640d9c
19:12:49 [2021-03-01T19:12:49.323Z] #12 141.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
19:12:49 [2021-03-01T19:12:49.323Z] #12 141.1 Setting up dmsetup (2:1.02.155-3) ...
19:12:49 [2021-03-01T19:12:49.323Z] #12 141.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
19:12:49 [2021-03-01T19:12:49.323Z] #12 141.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
19:12:49 [2021-03-01T19:12:49.323Z] #12 141.2 Processing triggers for libc-bin (2.28-10) ...
19:12:49 [2021-03-01T19:12:49.393Z] #42 163.3   CC       criu/vdso.o
19:12:49 [2021-03-01T19:12:49.542Z] #42 63.08   CC       criu/pie/util-vdso-elf32.o
19:12:49 [2021-03-01T19:12:49.552Z] #59 DONE 0.2s
19:12:49 [2021-03-01T19:12:49.552Z] 
19:12:49 [2021-03-01T19:12:49.552Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:12:49 [2021-03-01T19:12:49.552Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7
19:12:49 [2021-03-01T19:12:49.583Z] #12 DONE 141.6s
19:12:49 [2021-03-01T19:12:49.583Z] 
19:12:49 [2021-03-01T19:12:49.583Z] #52 [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
19:12:49 [2021-03-01T19:12:49.583Z] #52 sha256:6baa357b1ebb5dab1bdb66fd36a2162f789e606a6ee64e4618e80105d5c616dc
19:12:49 [2021-03-01T19:12:49.960Z] #23 ...
19:12:49 [2021-03-01T19:12:49.960Z] 
19:12:49 [2021-03-01T19:12:49.960Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:12:49 [2021-03-01T19:12:49.960Z] #14 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be
19:12:49 [2021-03-01T19:12:49.960Z] #14 DONE 2.9s
19:12:49 [2021-03-01T19:12:49.960Z] 
19:12:49 [2021-03-01T19:12:49.960Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:12:49 [2021-03-01T19:12:49.960Z] #15 sha256:32f6cc3ae9f58f5f089f3ea1f950a58492e7d9d8c82f02929abf8033cd75cd45
19:12:49 [2021-03-01T19:12:49.961Z] #42 163.7   LINK     criu/built-in.o
19:12:49 [2021-03-01T19:12:49.961Z] #42 163.8   LINK     criu/criu
19:12:50 [2021-03-01T19:12:50.104Z] #42 63.80   AR       criu/pie/pie.lib.a
19:12:50 [2021-03-01T19:12:50.104Z] #42 63.86   DEP      criu/pie/restorer.d
19:12:47 [2021-03-01T19:12:47.309Z]  > git remote # timeout=10
19:12:47 [2021-03-01T19:12:47.429Z]  > git config --get remote.origin.url # timeout=10
19:12:47 [2021-03-01T19:12:47.481Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:12:47 [2021-03-01T19:12:47.483Z]  > git merge a602b052a9c285e9659e9ce007f2aa7f0a73812f # timeout=10
19:12:47 [2021-03-01T19:12:47.625Z]  > git rev-parse "HEAD^{commit}" # timeout=10
19:12:47 [2021-03-01T19:12:47.769Z]  > git config core.sparsecheckout # timeout=10
19:12:47 [2021-03-01T19:12:47.821Z]  > git checkout -f 5542f13c1a24468bff92ce265c892f7391f68f36 # timeout=10
19:12:50 [2021-03-01T19:12:50.220Z] #42 164.2   DEP      lib/c/criu.d
19:12:50 [2021-03-01T19:12:50.220Z] #42 164.3   CC       images/rpc.pb-c.o
19:12:50 [2021-03-01T19:12:50.361Z] #42 64.13   DEP      criu/arch/x86/sigaction_compat_pie.d
19:12:50 [2021-03-01T19:12:50.617Z] #42 64.30   DEP      criu/arch/x86/restorer_unmap.d
19:12:50 [2021-03-01T19:12:50.617Z] #42 64.31   DEP      criu/arch/x86/restorer.d
19:12:50 [2021-03-01T19:12:50.617Z] #42 64.52   DEP      criu/arch/x86/vdso-pie.d
19:12:50 [2021-03-01T19:12:50.771Z] ok  	github.com/docker/docker/daemon/cluster	0.055s	coverage: 0.5% of statements
19:12:50 [2021-03-01T19:12:50.789Z] #42 164.7   CC       lib/c/criu.o
19:12:50 [2021-03-01T19:12:50.873Z] #42 64.60   DEP      criu/pie/parasite-vdso.d
19:12:50 [2021-03-01T19:12:50.945Z] #15 1.269 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
19:12:50 [2021-03-01T19:12:50.945Z] #15 DONE 1.4s
19:12:50 [2021-03-01T19:12:50.945Z] 
19:12:50 [2021-03-01T19:12:50.945Z] #42 [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
19:12:50 [2021-03-01T19:12:50.945Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:50 [2021-03-01T19:12:50.945Z] #42 52.27   CC       compel/src/lib/ptrace.o
19:12:50 [2021-03-01T19:12:50.945Z] #42 52.76   AR       compel/libcompel.a
19:12:50 [2021-03-01T19:12:50.945Z] #42 52.88   HOSTCC   compel/src/main-host.o
19:12:51 [2021-03-01T19:12:51.129Z] #42 64.83   DEP      criu/pie/parasite.d
19:12:51 [2021-03-01T19:12:51.129Z] #42 65.09   CC       criu/pie/parasite.o
19:12:51 [2021-03-01T19:12:51.210Z] #42 53.32   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
19:12:51 [2021-03-01T19:12:51.357Z] #42 165.4   LINK     lib/c/built-in.o
19:12:51 [2021-03-01T19:12:51.357Z] #42 165.4   LINK     lib/c/libcriu.so
19:12:51 [2021-03-01T19:12:51.361Z] #15 1.487 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
19:12:51 [2021-03-01T19:12:51.471Z] #42 53.55   HOSTCC   compel/src/lib/handle-elf-host.o
19:12:51 [2021-03-01T19:12:51.475Z] #52 ...
19:12:51 [2021-03-01T19:12:51.475Z] 
19:12:51 [2021-03-01T19:12:51.475Z] #13 [dev-systemd-false  1/26] RUN groupadd -r docker
19:12:51 [2021-03-01T19:12:51.475Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25
19:12:51 [2021-03-01T19:12:51.475Z] #13 DONE 1.8s
19:12:51 [2021-03-01T19:12:51.475Z] 
19:12:51 [2021-03-01T19:12:51.475Z] #14 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
19:12:51 [2021-03-01T19:12:51.475Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075
19:12:51 [2021-03-01T19:12:51.520Z] #45 ...
19:12:51 [2021-03-01T19:12:51.520Z] 
19:12:51 [2021-03-01T19:12:51.520Z] #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
19:12:51 [2021-03-01T19:12:51.520Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.41 Selecting previously unselected package python3.
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.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 ... 24022 files and directories currently installed.)
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.49 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.51 Unpacking python3 (3.7.3-1) ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.66 Selecting previously unselected package libip4tc0:ppc64el.
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.66 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.68 Unpacking libip4tc0:ppc64el (1.8.2-4) ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.79 Selecting previously unselected package libip6tc0:ppc64el.
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.81 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.81 Unpacking libip6tc0:ppc64el (1.8.2-4) ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.91 Selecting previously unselected package libiptc0:ppc64el.
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.92 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 36.92 Unpacking libiptc0:ppc64el (1.8.2-4) ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.00 Selecting previously unselected package libnfnetlink0:ppc64el.
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.01 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.02 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.11 Selecting previously unselected package libnetfilter-conntrack3:ppc64el.
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.11 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.12 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.22 Selecting previously unselected package libnftnl11:ppc64el.
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.22 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.22 Unpacking libnftnl11:ppc64el (1.1.2-2) ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.29 Selecting previously unselected package iptables.
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.32 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.33 Unpacking iptables (1.8.2-4) ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.90 Selecting previously unselected package xxd.
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.92 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 37.92 Unpacking xxd (2:8.1.0875-5) ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 38.06 Selecting previously unselected package vim-common.
19:12:51 [2021-03-01T19:12:51.520Z] #20 38.08 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 38.12 Unpacking vim-common (2:8.1.0875-5) ...
19:12:51 [2021-03-01T19:12:51.520Z] #20 38.28 Selecting previously unselected package bash-completion.
19:12:51 [2021-03-01T19:12:51.520Z] #20 38.29 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
19:12:51 [2021-03-01T19:12:51.616Z] #42 165.5   LINK     lib/c/libcriu.a
19:12:51 [2021-03-01T19:12:51.616Z] #42 165.6   GEN      magic.py
19:12:51 [2021-03-01T19:12:51.692Z] #42 ...
19:12:51 [2021-03-01T19:12:51.692Z] 
19:12:51 [2021-03-01T19:12:51.692Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:12:51 [2021-03-01T19:12:51.692Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788
19:12:51 [2021-03-01T19:12:51.692Z] #16 DONE 5.0s
19:12:51 [2021-03-01T19:12:51.692Z] 
19:12:51 [2021-03-01T19:12:51.692Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:12:51 [2021-03-01T19:12:51.692Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5
19:12:51 [2021-03-01T19:12:51.875Z] #42 165.7 Note: Building without setproctitle() and strlcpy() support.
19:12:51 [2021-03-01T19:12:51.875Z] #42 165.7       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:12:51 [2021-03-01T19:12:51.875Z] #42 165.7 Note: Building without GnuTLS support
19:12:51 [2021-03-01T19:12:51.875Z] #42 165.7 Makefile.config:39: Warn: you have no libnftables installed
19:12:51 [2021-03-01T19:12:51.875Z] #42 165.7 Makefile.config:40: Warn: Building without nftables support
19:12:51 [2021-03-01T19:12:51.944Z] #15 ...
19:12:51 [2021-03-01T19:12:51.944Z] 
19:12:51 [2021-03-01T19:12:51.944Z] #42 [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
19:12:51 [2021-03-01T19:12:51.944Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:12:51 [2021-03-01T19:12:51.944Z] #42 44.13   CC       compel/plugins/std/log.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 44.97   CC       compel/plugins/std/string.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 45.52   CC       compel/plugins/std/infect.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 45.80   CC       compel/arch/aarch64/plugins/std/parasite-head.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 45.85   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 46.09   AR       compel/plugins/std.lib.a
19:12:51 [2021-03-01T19:12:51.944Z] #42 46.14   CC       compel/plugins/fds/fds.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 46.38   AR       compel/plugins/fds.lib.a
19:12:51 [2021-03-01T19:12:51.944Z] #42 46.48   HOSTDEP  compel/src/lib/log-host.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 46.54   HOSTDEP  compel/src/lib/handle-elf-host.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 46.63   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 46.76   HOSTDEP  compel/src/main-host.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 46.87   DEP      compel/src/lib/ptrace.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 47.08   DEP      compel/src/lib/infect.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 47.28   DEP      compel/src/lib/infect-util.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 47.39   DEP      compel/src/lib/infect-rpc.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 47.53   DEP      compel/arch/aarch64/src/lib/infect.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 47.64   DEP      compel/arch/aarch64/src/lib/cpu.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 47.70   DEP      compel/src/lib/log.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 47.77   DEP      compel/src/main.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 47.87   DEP      compel/src/lib/handle-elf.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 47.98   DEP      compel/arch/aarch64/src/lib/handle-elf.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 48.14   CC       compel/src/lib/log.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 48.49   CC       compel/arch/aarch64/src/lib/cpu.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 48.70   CC       compel/arch/aarch64/src/lib/infect.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 49.00   CC       compel/src/lib/infect-rpc.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 49.37   CC       compel/src/lib/infect-util.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 49.57   CC       compel/src/lib/infect.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 51.43   CC       compel/src/lib/ptrace.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 51.86   AR       compel/libcompel.a
19:12:51 [2021-03-01T19:12:51.944Z] #42 52.00   HOSTCC   compel/src/main-host.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 52.36   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 52.63   HOSTCC   compel/src/lib/handle-elf-host.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 53.10   HOSTCC   compel/src/lib/log-host.o
19:12:51 [2021-03-01T19:12:51.944Z] #42 53.22   HOSTLINK compel/compel-host-bin
19:12:51 [2021-03-01T19:12:51.944Z] #42 53.38   DEP      soccr/soccr.d
19:12:51 [2021-03-01T19:12:51.944Z] #42 53.65   CC       soccr/soccr.o
19:12:52 [2021-03-01T19:12:52.044Z] #42 54.16   HOSTCC   compel/src/lib/log-host.o
19:12:52 [2021-03-01T19:12:52.216Z] #42 ...
19:12:52 [2021-03-01T19:12:52.216Z] 
19:12:52 [2021-03-01T19:12:52.216Z] #52 [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
19:12:52 [2021-03-01T19:12:52.216Z] #52 sha256:3ef60450c151b09862fe43ed0a3d70c1ec33913671151022cf6f072ec15ee99d
19:12:52 [2021-03-01T19:12:52.216Z] #52 8.140 + cd /tmp/tmp.mWzVgdwkHV/src/github.com/opencontainers/runc
19:12:52 [2021-03-01T19:12:52.216Z] #52 8.141 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:12:52 [2021-03-01T19:12:52.216Z] #52 8.257 + '[' -z '' ']'
19:12:52 [2021-03-01T19:12:52.287Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.006s	coverage: 65.3% of statements
19:12:52 [2021-03-01T19:12:52.305Z] #42 54.37   HOSTLINK compel/compel-host-bin
19:12:52 [2021-03-01T19:12:52.444Z] #42 166.2 fatal: not a git repository (or any of the parent directories): .git
19:12:52 [2021-03-01T19:12:52.487Z] #52 8.262 + target=static
19:12:52 [2021-03-01T19:12:52.487Z] #52 8.263 + make 'BUILDTAGS=seccomp ' static
19:12:52 [2021-03-01T19:12:52.487Z] #52 ...
19:12:52 [2021-03-01T19:12:52.487Z] 
19:12:52 [2021-03-01T19:12:52.487Z] #39 [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
19:12:52 [2021-03-01T19:12:52.487Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926
19:12:52 [2021-03-01T19:12:52.487Z] #39 137.7 + dpkg --print-architecture
19:12:52 [2021-03-01T19:12:52.487Z] #39 DONE 138.2s
19:12:52 [2021-03-01T19:12:52.487Z] 
19:12:52 [2021-03-01T19:12:52.487Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:12:52 [2021-03-01T19:12:52.487Z] #15 sha256:32f6cc3ae9f58f5f089f3ea1f950a58492e7d9d8c82f02929abf8033cd75cd45
19:12:52 [2021-03-01T19:12:52.487Z] #15 DONE 2.7s
19:12:52 [2021-03-01T19:12:52.487Z] 
19:12:52 [2021-03-01T19:12:52.487Z] #52 [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
19:12:52 [2021-03-01T19:12:52.487Z] #52 sha256:3ef60450c151b09862fe43ed0a3d70c1ec33913671151022cf6f072ec15ee99d
19:12:52 [2021-03-01T19:12:52.487Z] #52 8.476 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 .
19:12:52 [2021-03-01T19:12:52.569Z] #42 ...
19:12:52 [2021-03-01T19:12:52.569Z] 
19:12:52 [2021-03-01T19:12:52.569Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:12:52 [2021-03-01T19:12:52.569Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788
19:12:52 [2021-03-01T19:12:52.569Z] #16 DONE 1.7s
19:12:52 [2021-03-01T19:12:52.569Z] 
19:12:52 [2021-03-01T19:12:52.569Z] #42 [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
19:12:52 [2021-03-01T19:12:52.569Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:52 [2021-03-01T19:12:52.569Z] #42 54.68   DEP      soccr/soccr.d
19:12:52 [2021-03-01T19:12:52.585Z] #20 42.41 Unpacking bash-completion (1:2.8-6) ...
19:12:52 [2021-03-01T19:12:52.703Z] #42 166.8 make[1]: Nothing to be done for 'all'.
19:12:52 [2021-03-01T19:12:52.834Z] #42 55.01   CC       soccr/soccr.o
19:12:52 [2021-03-01T19:12:52.852Z] #14 DONE 1.6s
19:12:52 [2021-03-01T19:12:52.852Z] 
19:12:52 [2021-03-01T19:12:52.852Z] #52 [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
19:12:52 [2021-03-01T19:12:52.852Z] #52 sha256:6baa357b1ebb5dab1bdb66fd36a2162f789e606a6ee64e4618e80105d5c616dc
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.108 + RM_GOPATH=0
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.108 + TMP_GOPATH=
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.108 + : /build
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.108 + '[' -z '' ']'
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.108 ++ mktemp -d
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.108 + export GOPATH=/tmp/tmp.ZK06wMWL0Z
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.108 + GOPATH=/tmp/tmp.ZK06wMWL0Z
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.108 + RM_GOPATH=1
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.108 + case "$(go env GOARCH)" in
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.108 ++ go env GOARCH
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.125 + export GO_BUILDMODE=-buildmode=pie
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.125 + GO_BUILDMODE=-buildmode=pie
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.126 ++ dirname /tmp/install/install.sh
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.138 + dir=/tmp/install
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.138 + bin=runc
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.138 + shift
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.138 + '[' '!' -f /tmp/install/runc.installer ']'
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.138 + . /tmp/install/runc.installer
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.138 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.138 + install_runc
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.138 + grep -q '^3\.10\.0.*\.el7\.'
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.146 + uname -r
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.157 + RUNC_BUILDTAGS='seccomp '
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.157 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )'
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.157 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ZK06wMWL0Z/src/github.com/opencontainers/runc
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.166 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )
19:12:52 [2021-03-01T19:12:52.852Z] #52 2.168 Cloning into '/tmp/tmp.ZK06wMWL0Z/src/github.com/opencontainers/runc'...
19:12:53 [2021-03-01T19:12:53.244Z] #20 ...
19:12:53 [2021-03-01T19:12:53.244Z] 
19:12:53 [2021-03-01T19:12:53.244Z] #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
19:12:53 [2021-03-01T19:12:53.244Z] #58 sha256:f6ef52bb326ed0be3edaffbcd9d857a90c9aa3376ca4e7627945a29fcbe9fce4
19:12:53 [2021-03-01T19:12:53.244Z] #58 150.7 + for f in rootlesskit rootlesskit-docker-proxy
19:12:53 [2021-03-01T19:12:53.244Z] #58 150.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
19:12:53 [2021-03-01T19:12:53.244Z] #58 DONE 160.6s
19:12:53 [2021-03-01T19:12:53.244Z] 
19:12:53 [2021-03-01T19:12:53.244Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:12:53 [2021-03-01T19:12:53.244Z] #59 sha256:be63f3187f79313a2da62f500454bb999bc400b2f98cfe70171ef398f3ad9a98
19:12:53 [2021-03-01T19:12:53.244Z] #59 ...
19:12:53 [2021-03-01T19:12:53.244Z] 
19:12:53 [2021-03-01T19:12:53.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
19:12:53 [2021-03-01T19:12:53.244Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:12:53 [2021-03-01T19:12:53.244Z] #43 83.89   DEP      criu/page-xfer.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 84.13   DEP      criu/page-pipe.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 84.28   DEP      criu/netfilter.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 84.52   DEP      criu/net.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 84.73   DEP      criu/namespaces.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 84.96   DEP      criu/mount.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 85.19   DEP      criu/memfd.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 85.40   DEP      criu/mem.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 85.65   DEP      criu/lsm.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 85.89   DEP      criu/log.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 86.02   DEP      criu/libnetlink.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 86.14   DEP      criu/kerndat.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 86.38   DEP      criu/kcmp-ids.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 86.49   DEP      criu/irmap.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 86.70   DEP      criu/ipc_ns.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 86.83   DEP      criu/image.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 86.98   DEP      criu/image-desc.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 87.08   DEP      criu/fsnotify.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 87.36   DEP      criu/filesystems.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 87.55   DEP      criu/files.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 87.78   DEP      criu/files-reg.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 88.18   DEP      criu/files-ext.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 88.46   DEP      criu/file-lock.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 88.67   DEP      criu/file-ids.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 88.89   DEP      criu/fifo.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 89.21   DEP      criu/fdstore.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 89.38   DEP      criu/fault-injection.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 89.44   DEP      criu/external.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 89.59   DEP      criu/eventpoll.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 89.97   DEP      criu/eventfd.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 90.23   DEP      criu/crtools.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 90.45   DEP      criu/cr-service.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 90.77   DEP      criu/cr-restore.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 91.15   DEP      criu/cr-errno.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 91.18   DEP      criu/cr-dump.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 91.62   DEP      criu/cr-dedup.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 91.83   DEP      criu/cr-check.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 92.12   DEP      criu/config.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 92.33   DEP      criu/clone-noasan.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 92.46   DEP      criu/cgroup.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 92.69   DEP      criu/cgroup-props.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 92.81   DEP      criu/bitmap.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 92.84   DEP      criu/bfd.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 93.03   DEP      criu/autofs.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 93.22   DEP      criu/aio.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 93.45   DEP      criu/action-scripts.d
19:12:53 [2021-03-01T19:12:53.244Z] #43 93.85   CC       criu/action-scripts.o
19:12:53 [2021-03-01T19:12:53.244Z] #43 ...
19:12:53 [2021-03-01T19:12:53.244Z] 
19:12:53 [2021-03-01T19:12:53.245Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
19:12:53 [2021-03-01T19:12:53.245Z] #59 sha256:be63f3187f79313a2da62f500454bb999bc400b2f98cfe70171ef398f3ad9a98
19:12:53 [2021-03-01T19:12:53.245Z] #59 DONE 0.3s
19:12:53 [2021-03-01T19:12:53.245Z] 
19:12:53 [2021-03-01T19:12:53.245Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
19:12:53 [2021-03-01T19:12:53.245Z] #60 sha256:9ddb0d6ea01daa48e3ed49bca389da22984992c336921b73bcea87b1041fd367
19:12:53 [2021-03-01T19:12:53.245Z] #60 DONE 0.1s
19:12:53 [2021-03-01T19:12:53.245Z] 
19:12:53 [2021-03-01T19:12:53.245Z] #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
19:12:53 [2021-03-01T19:12:53.245Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a
19:12:53 [2021-03-01T19:12:53.245Z] #20 43.07 Selecting previously unselected package bzip2.
19:12:53 [2021-03-01T19:12:53.245Z] #20 43.08 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ...
19:12:53 [2021-03-01T19:12:53.245Z] #20 43.08 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
19:12:53 [2021-03-01T19:12:53.272Z] #42 167.3 make[1]: 'images/built-in.o' is up to date.
19:12:53 [2021-03-01T19:12:53.272Z] #42 167.3 make[1]: 'compel/plugins/std.lib.a' is up to date.
19:12:53 [2021-03-01T19:12:53.272Z] #42 167.3 make[1]: 'compel/plugins/fds.lib.a' is up to date.
19:12:53 [2021-03-01T19:12:53.326Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.008s	coverage: 35.9% of statements
19:12:53 [2021-03-01T19:12:53.531Z] #42 167.4 make[1]: 'compel/libcompel.a' is up to date.
19:12:53 [2021-03-01T19:12:53.531Z] #42 167.4 make[1]: 'compel/compel-host-bin' is up to date.
19:12:53 [2021-03-01T19:12:53.531Z] #42 167.4 make[1]: Nothing to be done for 'all'.
19:12:53 [2021-03-01T19:12:53.531Z] #42 167.4 make[1]: 'soccr/libsoccr.a' is up to date.
19:12:53 [2021-03-01T19:12:53.531Z] #42 167.6 make[2]: Nothing to be done for 'all'.
19:12:53 [2021-03-01T19:12:53.544Z] #20 43.37 Selecting previously unselected package xz-utils.
19:12:53 [2021-03-01T19:12:53.544Z] #20 43.37 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ...
19:12:53 [2021-03-01T19:12:53.544Z] #20 43.39 Unpacking xz-utils (5.2.4-1) ...
19:12:53 [2021-03-01T19:12:53.793Z] #42 167.6 make[2]: Nothing to be done for 'all'.
19:12:53 [2021-03-01T19:12:53.793Z] #42 167.6 make[2]: Nothing to be done for 'all'.
19:12:53 [2021-03-01T19:12:53.793Z] #42 167.7 make[2]: Nothing to be done for 'all'.
19:12:53 [2021-03-01T19:12:53.793Z] #42 167.7 make[2]: Nothing to be done for 'all'.
19:12:53 [2021-03-01T19:12:53.793Z] #42 167.8 make[2]: Nothing to be done for 'all'.
19:12:53 [2021-03-01T19:12:53.793Z] #42 167.8 make[2]: Nothing to be done for 'all'.
19:12:53 [2021-03-01T19:12:53.793Z] #42 167.9 make[2]: Nothing to be done for 'all'.
19:12:54 [2021-03-01T19:12:54.053Z] #42 167.9   INSTALL  criu/criu
19:12:54 [2021-03-01T19:12:54.218Z] #20 43.80 Selecting previously unselected package apparmor.
19:12:54 [2021-03-01T19:12:54.218Z] #20 43.80 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ...
19:12:54 [2021-03-01T19:12:54.218Z] #20 43.90 Unpacking apparmor (2.13.2-10) ...
19:12:54 [2021-03-01T19:12:54.225Z] #42 ...
19:12:54 [2021-03-01T19:12:54.225Z] 
19:12:54 [2021-03-01T19:12:54.225Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:12:54 [2021-03-01T19:12:54.225Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5
19:12:54 [2021-03-01T19:12:54.225Z] #17 DONE 1.4s
19:12:54 [2021-03-01T19:12:54.225Z] 
19:12:54 [2021-03-01T19:12:54.225Z] #18 [dev-systemd-false  6/26] RUN ldconfig
19:12:54 [2021-03-01T19:12:54.225Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3
19:12:54 [2021-03-01T19:12:54.250Z] #17 DONE 2.5s
19:12:54 [2021-03-01T19:12:54.250Z] 
19:12:54 [2021-03-01T19:12:54.250Z] #18 [dev-systemd-false  6/26] RUN ldconfig
19:12:54 [2021-03-01T19:12:54.250Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3
19:12:54 [2021-03-01T19:12:54.312Z] #42 DONE 168.2s
19:12:54 [2021-03-01T19:12:54.312Z] 
19:12:54 [2021-03-01T19:12:54.312Z] #55 [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
19:12:54 [2021-03-01T19:12:54.312Z] #55 sha256:87c760d7e0e33464238edf485704564b6a92c485d7c997ac49e27be9f044cecf
19:12:54 [2021-03-01T19:12:54.757Z] #52 ...
19:12:54 [2021-03-01T19:12:54.757Z] 
19:12:54 [2021-03-01T19:12:54.757Z] #15 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
19:12:54 [2021-03-01T19:12:54.757Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7
19:12:54 [2021-03-01T19:12:54.757Z] #15 1.214 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
19:12:54 [2021-03-01T19:12:54.757Z] #15 DONE 1.3s
19:12:54 [2021-03-01T19:12:54.757Z] 
19:12:54 [2021-03-01T19:12:54.757Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:12:54 [2021-03-01T19:12:54.757Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788
19:12:54 [2021-03-01T19:12:54.868Z] #20 44.51 Selecting previously unselected package aufs-tools.
19:12:54 [2021-03-01T19:12:54.868Z] #20 44.54 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ...
19:12:54 [2021-03-01T19:12:54.869Z] #20 44.55 Unpacking aufs-tools (1:4.14+20190211-1) ...
19:12:55 [2021-03-01T19:12:55.056Z] #52 ...
19:12:55 [2021-03-01T19:12:55.056Z] 
19:12:55 [2021-03-01T19:12:55.056Z] #16 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
19:12:55 [2021-03-01T19:12:55.056Z] #16 sha256:9cb04e72ef9a04b0f4bfc192576234c11f69ea05edf915c6cc3526012abfec52
19:12:55 [2021-03-01T19:12:55.056Z] #16 DONE 2.3s
19:12:55 [2021-03-01T19:12:55.056Z] 
19:12:55 [2021-03-01T19:12:55.056Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:12:55 [2021-03-01T19:12:55.056Z] #17 sha256:f675607c515653c7bef5a9539c0ba98c237e0ad89b1b5f56bc801ffac0555ef7
19:12:55 [2021-03-01T19:12:55.168Z] #20 44.79 Selecting previously unselected package libonig5:ppc64el.
19:12:55 [2021-03-01T19:12:55.168Z] #20 44.81 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ...
19:12:55 [2021-03-01T19:12:55.168Z] #20 44.82 Unpacking libonig5:ppc64el (6.9.1-1) ...
19:12:55 [2021-03-01T19:12:55.168Z] #20 45.02 Selecting previously unselected package libjq1:ppc64el.
19:12:55 [2021-03-01T19:12:55.172Z] #18 DONE 1.2s
19:12:55 [2021-03-01T19:12:55.172Z] 
19:12:55 [2021-03-01T19:12:55.172Z] #42 [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
19:12:55 [2021-03-01T19:12:55.172Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:55 [2021-03-01T19:12:55.172Z] #42 57.26   AR       soccr/libsoccr.a
19:12:55 [2021-03-01T19:12:55.172Z] #42 57.33 make[1]: 'soccr/libsoccr.a' is up to date.
19:12:55 [2021-03-01T19:12:55.320Z] #16 DONE 1.1s
19:12:55 [2021-03-01T19:12:55.320Z] 
19:12:55 [2021-03-01T19:12:55.320Z] #42 [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
19:12:55 [2021-03-01T19:12:55.320Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:55 [2021-03-01T19:12:55.320Z] #42 51.13   CC       compel/src/lib/ptrace.o
19:12:55 [2021-03-01T19:12:55.320Z] #42 51.53   AR       compel/libcompel.a
19:12:55 [2021-03-01T19:12:55.320Z] #42 51.61   HOSTCC   compel/src/main-host.o
19:12:55 [2021-03-01T19:12:55.320Z] #42 52.11   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
19:12:55 [2021-03-01T19:12:55.320Z] #42 52.38   HOSTCC   compel/src/lib/handle-elf-host.o
19:12:55 [2021-03-01T19:12:55.320Z] #42 53.02   HOSTCC   compel/src/lib/log-host.o
19:12:55 [2021-03-01T19:12:55.320Z] #42 53.39   HOSTLINK compel/compel-host-bin
19:12:55 [2021-03-01T19:12:55.320Z] #42 53.66   DEP      soccr/soccr.d
19:12:55 [2021-03-01T19:12:55.320Z] #42 53.89   CC       soccr/soccr.o
19:12:55 [2021-03-01T19:12:55.320Z] #42 55.88   AR       soccr/libsoccr.a
19:12:55 [2021-03-01T19:12:55.320Z] #42 55.94 make[1]: 'soccr/libsoccr.a' is up to date.
19:12:55 [2021-03-01T19:12:55.320Z] #42 56.52   DEP      criu/arch/x86/sigframe.d
19:12:55 [2021-03-01T19:12:55.320Z] #42 56.74   DEP      criu/arch/x86/sigaction_compat.d
19:12:55 [2021-03-01T19:12:55.320Z] #42 56.84   DEP      criu/arch/x86/kerndat.d
19:12:55 [2021-03-01T19:12:55.320Z] #42 57.01   DEP      criu/arch/x86/crtools.d
19:12:55 [2021-03-01T19:12:55.320Z] #42 57.17   DEP      criu/arch/x86/cpu.d
19:12:55 [2021-03-01T19:12:55.320Z] #42 57.38   CC       criu/arch/x86/cpu.o
19:12:55 [2021-03-01T19:12:55.320Z] #42 58.30   CC       criu/arch/x86/crtools.o
19:12:55 [2021-03-01T19:12:55.496Z] #20 45.03 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
19:12:55 [2021-03-01T19:12:55.496Z] #20 45.03 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
19:12:55 [2021-03-01T19:12:55.496Z] #20 45.09 Selecting previously unselected package jq.
19:12:55 [2021-03-01T19:12:55.496Z] #20 45.10 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ...
19:12:55 [2021-03-01T19:12:55.496Z] #20 45.11 Unpacking jq (1.5+dfsg-2+b1) ...
19:12:55 [2021-03-01T19:12:55.496Z] #20 45.17 Selecting previously unselected package libaio1:ppc64el.
19:12:55 [2021-03-01T19:12:55.496Z] #20 45.18 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ...
19:12:55 [2021-03-01T19:12:55.496Z] #20 45.18 Unpacking libaio1:ppc64el (0.3.112-3) ...
19:12:55 [2021-03-01T19:12:55.496Z] #20 45.28 Selecting previously unselected package libgpm2:ppc64el.
19:12:55 [2021-03-01T19:12:55.577Z] #42 ...
19:12:55 [2021-03-01T19:12:55.577Z] 
19:12:55 [2021-03-01T19:12:55.577Z] #44 [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
19:12:55 [2021-03-01T19:12:55.577Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:12:55 [2021-03-01T19:12:55.577Z] #44 137.5 net/http/httptrace
19:12:55 [2021-03-01T19:12:55.577Z] #44 137.8 net/http
19:12:55 [2021-03-01T19:12:55.577Z] #44 ...
19:12:55 [2021-03-01T19:12:55.577Z] 
19:12:55 [2021-03-01T19:12:55.577Z] #17 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
19:12:55 [2021-03-01T19:12:55.577Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5
19:12:55 [2021-03-01T19:12:55.746Z] #42 57.83   DEP      criu/arch/x86/sigframe.d
19:12:55 [2021-03-01T19:12:55.746Z] #42 58.05   DEP      criu/arch/x86/sigaction_compat.d
19:12:55 [2021-03-01T19:12:55.795Z] #20 45.28 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ...
19:12:55 [2021-03-01T19:12:55.795Z] #20 45.29 Unpacking libgpm2:ppc64el (1.20.7-5) ...
19:12:55 [2021-03-01T19:12:55.795Z] #20 45.43 Selecting previously unselected package libicu63:ppc64el.
19:12:55 [2021-03-01T19:12:55.795Z] #20 45.44 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ...
19:12:55 [2021-03-01T19:12:55.795Z] #20 45.45 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
19:12:56 [2021-03-01T19:12:56.024Z] #42 58.19   DEP      criu/arch/x86/kerndat.d
19:12:56 [2021-03-01T19:12:56.232Z] #55 ...
19:12:56 [2021-03-01T19:12:56.232Z] 
19:12:56 [2021-03-01T19:12:56.232Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:12:56 [2021-03-01T19:12:56.232Z] #43 sha256:1c1591064efdae5773c612a9d6aa9dfb58e71a5f183b722c1f2a6a076c889e19
19:12:56 [2021-03-01T19:12:56.232Z] #43 DONE 0.1s
19:12:56 [2021-03-01T19:12:56.232Z] 
19:12:56 [2021-03-01T19:12:56.232Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
19:12:56 [2021-03-01T19:12:56.232Z] #45 sha256:4e6f57d424cd4247e0b4208bd6d4ff8853d6aa768396e0e81d249252feff1b20
19:12:56 [2021-03-01T19:12:56.232Z] #45 DONE 0.3s
19:12:56 [2021-03-01T19:12:56.232Z] 
19:12:56 [2021-03-01T19:12:56.232Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:12:56 [2021-03-01T19:12:56.232Z] #47 sha256:6940ef0b7ddd83ffb0cdbb1708657f796442d217d6874ef287d5122586ae2baf
19:12:56 [2021-03-01T19:12:56.232Z] #47 DONE 0.1s
19:12:56 [2021-03-01T19:12:56.232Z] 
19:12:56 [2021-03-01T19:12:56.232Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:12:56 [2021-03-01T19:12:56.232Z] #49 sha256:355301b0c3ce34c5cf4b199cf7e6281a34c92b5303eb1077cec94f3c42e04e3c
19:12:56 [2021-03-01T19:12:56.285Z] #42 58.37   DEP      criu/arch/x86/crtools.d
19:12:56 [2021-03-01T19:12:56.510Z] #17 DONE 1.1s
19:12:56 [2021-03-01T19:12:56.510Z] 
19:12:56 [2021-03-01T19:12:56.510Z] #18 [dev-systemd-false  6/26] RUN ldconfig
19:12:56 [2021-03-01T19:12:56.510Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3
19:12:56 [2021-03-01T19:12:56.546Z] #42 58.54   DEP      criu/arch/x86/cpu.d
19:12:56 [2021-03-01T19:12:56.546Z] #42 58.73   CC       criu/arch/x86/cpu.o
19:12:56 [2021-03-01T19:12:56.764Z] #18 DONE 2.6s
19:12:56 [2021-03-01T19:12:56.764Z] 
19:12:56 [2021-03-01T19:12:56.764Z] #19 [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
19:12:56 [2021-03-01T19:12:56.764Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:12:56 [2021-03-01T19:12:56.990Z] #17 DONE 1.9s
19:12:56 [2021-03-01T19:12:56.990Z] 
19:12:56 [2021-03-01T19:12:56.990Z] #18 [dev-systemd-false  6/26] RUN ldconfig
19:12:56 [2021-03-01T19:12:56.990Z] #18 sha256:d30e02ac8b6e2e6d6a59961b4803a4d076ab9c882cdb8140a846da750eaa758f
19:12:57 [2021-03-01T19:12:57.118Z] #42 59.34   CC       criu/arch/x86/crtools.o
19:12:57 [2021-03-01T19:12:57.173Z] #49 DONE 0.7s
19:12:57 [2021-03-01T19:12:57.173Z] 
19:12:57 [2021-03-01T19:12:57.173Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:12:57 [2021-03-01T19:12:57.173Z] #51 sha256:f90057b13cccff5122e57c3606c850f42b3fdf5a82dec03ba39bc421f998c5fb
19:12:57 [2021-03-01T19:12:57.173Z] #51 DONE 0.1s
19:12:57 [2021-03-01T19:12:57.173Z] 
19:12:57 [2021-03-01T19:12:57.173Z] #52 [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
19:12:57 [2021-03-01T19:12:57.173Z] #52 sha256:b894789c6bed0fa24c34a0de6fb0c39928ed72e62d49b7a2019f810e55c0335c
19:12:57 [2021-03-01T19:12:57.734Z] #19 ...
19:12:57 [2021-03-01T19:12:57.734Z] 
19:12:57 [2021-03-01T19:12:57.734Z] #52 [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
19:12:57 [2021-03-01T19:12:57.734Z] #52 sha256:7c2d2fc2c3352f0448b339c3ad05202ebcfe5b452d445257a15bd7629c381986
19:12:57 [2021-03-01T19:12:57.734Z] #52 13.00 + cd /tmp/tmp.AmszGdTNtF/src/github.com/opencontainers/runc
19:12:57 [2021-03-01T19:12:57.734Z] #52 13.00 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:12:57 [2021-03-01T19:12:57.735Z] #52 13.39 + '[' -z '' ']'
19:12:57 [2021-03-01T19:12:57.735Z] #52 13.39 + target=static
19:12:57 [2021-03-01T19:12:57.735Z] #52 13.39 + make 'BUILDTAGS=seccomp ' static
19:12:57 [2021-03-01T19:12:57.735Z] #52 13.83 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 .
19:12:57 [2021-03-01T19:12:57.735Z] #52 ...
19:12:57 [2021-03-01T19:12:57.735Z] 
19:12:57 [2021-03-01T19:12:57.735Z] #42 [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
19:12:57 [2021-03-01T19:12:57.735Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:57 [2021-03-01T19:12:57.735Z] #42 66.43   LINK     criu/pie/parasite.built-in.o
19:12:57 [2021-03-01T19:12:57.735Z] #42 66.44   GEN      criu/pie/parasite-blob.h
19:12:57 [2021-03-01T19:12:57.735Z] #42 66.46   CC       criu/pie/parasite-vdso.o
19:12:57 [2021-03-01T19:12:57.735Z] #42 67.18   CC       criu/arch/x86/vdso-pie.o
19:12:57 [2021-03-01T19:12:57.735Z] #42 67.53   CC       criu/arch/x86/restorer.o
19:12:57 [2021-03-01T19:12:57.735Z] #42 68.18   CC       criu/arch/x86/restorer_unmap.o
19:12:57 [2021-03-01T19:12:57.735Z] #42 68.25   CC       criu/arch/x86/sigaction_compat_pie.o
19:12:57 [2021-03-01T19:12:57.735Z] #42 68.63   CC       criu/pie/restorer.o
19:12:57 [2021-03-01T19:12:57.880Z] #18 DONE 1.1s
19:12:57 [2021-03-01T19:12:57.880Z] 
19:12:57 [2021-03-01T19:12:57.880Z] #42 [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
19:12:57 [2021-03-01T19:12:57.880Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:57 [2021-03-01T19:12:57.880Z] #42 60.21   CC       criu/arch/x86/kerndat.o
19:12:57 [2021-03-01T19:12:57.991Z] #42 71.93   LINK     criu/pie/restorer.built-in.o
19:12:58 [2021-03-01T19:12:58.136Z] #42 60.95   CC       criu/arch/x86/sigaction_compat.o
19:12:58 [2021-03-01T19:12:58.247Z] #42 71.95   GEN      criu/pie/restorer-blob.h
19:12:58 [2021-03-01T19:12:58.248Z] #42 72.09   DEP      criu/vdso.d
19:12:58 [2021-03-01T19:12:58.393Z] #42 61.35   CC       criu/arch/x86/sigframe.o
19:12:58 [2021-03-01T19:12:58.504Z] #42 72.26   DEP      criu/vdso-compat.d
19:12:58 [2021-03-01T19:12:58.549Z] #42 60.58   CC       criu/arch/x86/kerndat.o
19:12:58 [2021-03-01T19:12:58.760Z] #42 72.42   DEP      criu/uts_ns.d
19:12:58 [2021-03-01T19:12:58.760Z] #42 72.59   DEP      criu/util.d
19:12:58 [2021-03-01T19:12:58.760Z] #42 ...
19:12:58 [2021-03-01T19:12:58.760Z] 
19:12:58 [2021-03-01T19:12:58.760Z] #44 [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
19:12:58 [2021-03-01T19:12:58.760Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:12:58 [2021-03-01T19:12:58.760Z] #44 135.4 github.com/LK4D4/vndr/godl
19:12:58 [2021-03-01T19:12:58.760Z] #44 136.2 github.com/LK4D4/vndr
19:12:58 [2021-03-01T19:12:58.927Z] #18 DONE 1.8s
19:12:58 [2021-03-01T19:12:58.927Z] 
19:12:58 [2021-03-01T19:12:58.927Z] #19 [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
19:12:58 [2021-03-01T19:12:58.927Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d
19:12:58 [2021-03-01T19:12:58.956Z] #42 61.66   LINK     criu/arch/x86/crtools.built-in.o
19:12:58 [2021-03-01T19:12:58.956Z] #42 61.72   DEP      criu/pie/util-vdso-elf32.d
19:12:58 [2021-03-01T19:12:58.956Z] #42 61.85   DEP      criu/pie/util-vdso.d
19:12:58 [2021-03-01T19:12:58.956Z] #42 61.96   DEP      criu/pie/util.d
19:12:59 [2021-03-01T19:12:59.016Z] #44 ...
19:12:59 [2021-03-01T19:12:59.016Z] 
19:12:59 [2021-03-01T19:12:59.016Z] #42 [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
19:12:59 [2021-03-01T19:12:59.016Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:59 [2021-03-01T19:12:59.016Z] #42 72.80   DEP      criu/uffd.d
19:12:59 [2021-03-01T19:12:59.016Z] #42 ...
19:12:59 [2021-03-01T19:12:59.016Z] 
19:12:59 [2021-03-01T19:12:59.016Z] #44 [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
19:12:59 [2021-03-01T19:12:59.016Z] #44 sha256:66794c32973b4e37bc11079a5d17a44677b375fcb07eeb95d2aa26b0435c3fdf
19:12:59 [2021-03-01T19:12:59.016Z] #44 DONE 145.7s
19:12:59 [2021-03-01T19:12:59.129Z] #42 61.13   CC       criu/arch/x86/sigaction_compat.o
19:12:59 [2021-03-01T19:12:59.212Z] #42 62.10   CC       criu/pie/util.o
19:12:59 [2021-03-01T19:12:59.271Z] 
19:12:59 [2021-03-01T19:12:59.271Z] #42 [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
19:12:59 [2021-03-01T19:12:59.271Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:12:59 [2021-03-01T19:12:59.271Z] #42 73.01   DEP      criu/tun.d
19:12:59 [2021-03-01T19:12:59.271Z] #42 73.18   DEP      criu/tty.d
19:12:59 [2021-03-01T19:12:59.390Z] #42 61.51   CC       criu/arch/x86/sigframe.o
19:12:59 [2021-03-01T19:12:59.468Z] #42 62.51   CC       criu/pie/util-vdso.o
19:12:59 [2021-03-01T19:12:59.526Z] #42 73.35   DEP      criu/timerfd.d
19:12:59 [2021-03-01T19:12:59.651Z] #42 61.77   LINK     criu/arch/x86/crtools.built-in.o
19:12:59 [2021-03-01T19:12:59.651Z] #42 61.84   DEP      criu/pie/util-vdso-elf32.d
19:12:59 [2021-03-01T19:12:59.782Z] #42 73.55   DEP      criu/timens.d
19:12:59 [2021-03-01T19:12:59.917Z] #42 62.05   DEP      criu/pie/util-vdso.d
19:13:00 [2021-03-01T19:13:00.039Z] #42 73.70   DEP      criu/sysfs_parse.d
19:13:00 [2021-03-01T19:13:00.039Z] #42 73.86   DEP      criu/sysctl.d
19:13:00 [2021-03-01T19:13:00.181Z] #42 62.26   DEP      criu/pie/util.d
19:13:00 [2021-03-01T19:13:00.234Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.443s	coverage: 14.1% of statements
19:13:00 [2021-03-01T19:13:00.296Z] #42 74.07   DEP      criu/string.d
19:13:00 [2021-03-01T19:13:00.296Z] #42 74.14   DEP      criu/stats.d
19:13:00 [2021-03-01T19:13:00.333Z] #20 ...
19:13:00 [2021-03-01T19:13:00.333Z] 
19:13:00 [2021-03-01T19:13:00.333Z] #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
19:13:00 [2021-03-01T19:13:00.333Z] #24 sha256:b892ac149c3c70545ec785eef824e76b1368685bc95e005a75c8e2e2566eb1af
19:13:00 [2021-03-01T19:13:00.333Z] #24 163.2 Checking out files:  20% (2257/11189)   
Checking out files:  21% (2350/11189)   
Checking out files:  22% (2462/11189)   
Checking out files:  23% (2574/11189)   
Checking out files:  24% (2686/11189)   
Checking out files:  25% (2798/11189)   
Checking out files:  26% (2910/11189)   
Checking out files:  27% (3022/11189)   
Checking out files:  28% (3133/11189)   
Checking out files:  29% (3245/11189)   
Checking out files:  30% (3357/11189)   
Checking out files:  31% (3469/11189)   
Checking out files:  32% (3581/11189)   
Checking out files:  33% (3693/11189)   
Checking out files:  34% (3805/11189)   
Checking out files:  34% (3849/11189)   
Checking out files:  35% (3917/11189)   
Checking out files:  36% (4029/11189)   
Checking out files:  37% (4140/11189)   
Checking out files:  38% (4252/11189)   
Checking out files:  39% (4364/11189)   
Checking out files:  40% (4476/11189)   
Checking out files:  41% (4588/11189)   
Checking out files:  42% (4700/11189)   
Checking out files:  43% (4812/11189)   
Checking out files:  44% (4924/11189)   
Checking out files:  45% (5036/11189)   
Checking out files:  46% (5147/11189)   
Checking out files:  47% (5259/11189)   
Checking out files:  48% (5371/11189)   
Checking out files:  49% (5483/11189)   
Checking out files:  50% (5595/11189)   
Checking out files:  51% (5707/11189)   
Checking out files:  52% (5819/11189)   
Checking out files:  52% (5869/11189)   
Checking out files:  53% (5931/11189)   
Checking out files:  54% (6043/11189)   
Checking out files:  55% (6154/11189)   
Checking out files:  56% (6266/11189)   
Checking out files:  57% (6378/11189)   
Checking out files:  58% (6490/11189)   
Checking out files:  59% (6602/11189)   
Checking out files:  60% (6714/11189)   
Checking out files:  61% (6826/11189)   
Checking out files:  62% (6938/11189)   
Checking out files:  63% (7050/11189)   
Checking out files:  64% (7161/11189)   
Checking out files:  65% (7273/11189)   
Checking out files:  66% (7385/11189)   
Checking out files:  67% (7497/11189)   
Checking out files:  68% (7609/11189)   
Checking out files:  69% (7721/11189)   
Checking out files:  70% (7833/11189)   
Checking out files:  71% (7945/11189)   
Checking out files:  72% (8057/11189)   
Checking out files:  73% (8168/11189)   
Checking out files:  74% (8280/11189)   
Checking out files:  75% (8392/11189)   
Checking out files:  75% (8456/11189)   
Checking out files:  76% (8504/11189)   
Checking out files:  77% (8616/11189)   
Checking out files:  78% (8728/11189)   
Checking out files:  79% (8840/11189)   
Checking out files:  80% (8952/11189)   
Checking out files:  81% (9064/11189)   
Checking out files:  82% (9175/11189)   
Checking out files:  83% (9287/11189)   
Checking out files:  84% (9399/11189)   
Checking out files:  85% (9511/11189)   
Checking out files:  86% (9623/11189)   
Checking out files:  87% (9735/11189)   
Checking out files:  88% (9847/11189)   
Checking out files:  89% (9959/11189)   
Checking out files:  90% (10071/11189)   
Checking out files:  91% (10182/11189)   
Checking out files:  92% (10294/11189)   
Checking out files:  93% (10406/11189)   
Checking out files:  94% (10518/11189)   
Checking out files:  95% (10630/11189)   
Checking out files:  96% (10742/11189)   
Checking out files:  97% (10854/11189)   
Checking out files:  97% (10900/11189)   
Checking out files:  98% (10966/11189)   
Checking out files:  99% (11078/11189)   
Checking out files: 100% (11189/11189)   
Checking out files: 100% (11189/11189), done.
19:13:00 [2021-03-01T19:13:00.333Z] #24 167.5 + cd /tmp/tmp.fdohS96oZ2/tmp/docker-ce
19:13:00 [2021-03-01T19:13:00.333Z] #24 167.5 + git checkout -q v17.06.2-ce
19:13:00 [2021-03-01T19:13:00.397Z] #42 63.13   CC       criu/pie/util-vdso-elf32.o
19:13:00 [2021-03-01T19:13:00.416Z] Commit message: "[DNM] trigger CI with rootlesskit v0.14.0-pre"
19:13:00 [2021-03-01T19:13:00.442Z] #42 62.40   CC       criu/pie/util.o
19:13:00 [2021-03-01T19:13:00.464Z] #52 ...
19:13:00 [2021-03-01T19:13:00.464Z] 
19:13:00 [2021-03-01T19:13:00.464Z] #55 [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
19:13:00 [2021-03-01T19:13:00.464Z] #55 sha256:87c760d7e0e33464238edf485704564b6a92c485d7c997ac49e27be9f044cecf
19:13:00 [2021-03-01T19:13:00.464Z] #55 203.3 + bin/containerd
19:13:00 [2021-03-01T19:13:00.552Z] #42 74.29   DEP      criu/sockets.d
19:13:00 [2021-03-01T19:13:00.552Z] #42 74.51   DEP      criu/sk-unix.d
19:13:00 [2021-03-01T19:13:00.703Z] #42 62.76   CC       criu/pie/util-vdso.o
19:13:00 [2021-03-01T19:13:00.809Z] #42 74.74   DEP      criu/sk-tcp.d
19:13:00 [2021-03-01T19:13:00.860Z] #19 1.907 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:13:00 [2021-03-01T19:13:00.860Z] #19 1.927 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:13:00 [2021-03-01T19:13:00.860Z] #19 1.928 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:13:00 [2021-03-01T19:13:00.960Z] #42 63.83   AR       criu/pie/pie.lib.a
19:13:00 [2021-03-01T19:13:00.960Z] #42 63.88   DEP      criu/pie/restorer.d
19:13:00 [2021-03-01T19:13:00.808Z]  > git --version # timeout=10
19:13:00 [2021-03-01T19:13:00.872Z]  > git --version # 'git version 2.24.1.windows.2'
19:13:00 [2021-03-01T19:13:00.922Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
19:13:01 [2021-03-01T19:13:01.065Z] #42 74.89   DEP      criu/sk-queue.d
19:13:01 [2021-03-01T19:13:01.260Z] #42 64.11   DEP      criu/arch/x86/sigaction_compat_pie.d
19:13:01 [2021-03-01T19:13:01.260Z] #42 64.21   DEP      criu/arch/x86/restorer_unmap.d
19:13:01 [2021-03-01T19:13:01.261Z] #42 64.22   DEP      criu/arch/x86/restorer.d
19:13:01 [2021-03-01T19:13:01.272Z] ok  	github.com/docker/docker/daemon/config	0.020s	coverage: 81.8% of statements
19:13:01 [2021-03-01T19:13:01.275Z] #42 63.47   CC       criu/pie/util-vdso-elf32.o
19:13:01 [2021-03-01T19:13:01.321Z] #42 75.02   DEP      criu/sk-packet.d
19:13:01 [2021-03-01T19:13:01.321Z] #42 75.19   DEP      criu/sk-netlink.d
19:13:01 [2021-03-01T19:13:01.440Z] #19 2.556 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
19:13:01 [2021-03-01T19:13:01.524Z] #42 64.38   DEP      criu/arch/x86/vdso-pie.d
19:13:01 [2021-03-01T19:13:01.524Z] #42 64.53   DEP      criu/pie/parasite-vdso.d
[Pipeline] sh
19:13:01 [2021-03-01T19:13:01.577Z] #42 75.45   DEP      criu/sk-inet.d
19:13:01 [2021-03-01T19:13:01.782Z] #42 64.68   DEP      criu/pie/parasite.d
19:13:01 [2021-03-01T19:13:01.874Z] #24 ...
19:13:01 [2021-03-01T19:13:01.874Z] 
19:13:01 [2021-03-01T19:13:01.874Z] #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
19:13:01 [2021-03-01T19:13:01.874Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:13:01 [2021-03-01T19:13:01.874Z] #45 159.3 crypto/tls
19:13:01 [2021-03-01T19:13:01.874Z] #45 168.2 net/http/httptrace
19:13:01 [2021-03-01T19:13:01.874Z] #45 168.5 net/http
19:13:01 [2021-03-01T19:13:01.874Z] #45 ...
19:13:01 [2021-03-01T19:13:01.874Z] 
19:13:01 [2021-03-01T19:13:01.874Z] #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
19:13:01 [2021-03-01T19:13:01.874Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.14 Selecting previously unselected package libnet1:ppc64el.
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.14 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.14 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.23 Selecting previously unselected package libnl-3-200:ppc64el.
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.24 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.24 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.32 Selecting previously unselected package libprotobuf-c1:ppc64el.
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.33 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.33 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.44 Selecting previously unselected package libreadline5:ppc64el.
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.44 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.46 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.62 Selecting previously unselected package net-tools.
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.63 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.64 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.91 Selecting previously unselected package python-pip-whl.
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.93 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 50.94 Unpacking python-pip-whl (18.1-5) ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 51.48 Selecting previously unselected package python3-lib2to3.
19:13:01 [2021-03-01T19:13:01.874Z] #20 51.49 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 51.50 Unpacking python3-lib2to3 (3.7.3-1) ...
19:13:01 [2021-03-01T19:13:01.874Z] #20 51.70 Selecting previously unselected package python3-distutils.
19:13:01 [2021-03-01T19:13:01.907Z] ok  	github.com/docker/docker/daemon/discovery	0.002s	coverage: 30.0% of statements
19:13:02 [2021-03-01T19:13:02.039Z] #42 65.03   CC       criu/pie/parasite.o
19:13:02 [2021-03-01T19:13:02.140Z] #42 75.71   DEP      criu/signalfd.d
19:13:02 [2021-03-01T19:13:02.140Z] #42 75.94   DEP      criu/sigframe.d
19:13:02 [2021-03-01T19:13:02.174Z] #20 51.73 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
19:13:02 [2021-03-01T19:13:02.174Z] #20 51.73 Unpacking python3-distutils (3.7.3-1) ...
19:13:02 [2021-03-01T19:13:02.174Z] #20 51.97 Selecting previously unselected package python3-pip.
19:13:02 [2021-03-01T19:13:02.174Z] #20 51.97 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
19:13:02 [2021-03-01T19:13:02.174Z] #20 51.99 Unpacking python3-pip (18.1-5) ...
19:13:02 [2021-03-01T19:13:02.218Z] #42 64.20   AR       criu/pie/pie.lib.a
19:13:02 [2021-03-01T19:13:02.218Z] #42 64.24   DEP      criu/pie/restorer.d
19:13:02 [2021-03-01T19:13:02.218Z] #42 ...
19:13:02 [2021-03-01T19:13:02.218Z] 
19:13:02 [2021-03-01T19:13:02.218Z] #44 [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
19:13:02 [2021-03-01T19:13:02.218Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:13:02 [2021-03-01T19:13:02.218Z] #44 152.9 github.com/LK4D4/vndr/godl
19:13:02 [2021-03-01T19:13:02.395Z] #19 3.437 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [263 kB]
19:13:02 [2021-03-01T19:13:02.395Z] #19 ...
19:13:02 [2021-03-01T19:13:02.395Z] 
19:13:02 [2021-03-01T19:13:02.395Z] #42 [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
19:13:02 [2021-03-01T19:13:02.395Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:13:02 [2021-03-01T19:13:02.395Z] #42 54.74   AR       soccr/libsoccr.a
19:13:02 [2021-03-01T19:13:02.395Z] #42 54.83 make[1]: 'soccr/libsoccr.a' is up to date.
19:13:02 [2021-03-01T19:13:02.395Z] #42 55.32   DEP      criu/arch/aarch64/sigframe.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 55.42   DEP      criu/arch/aarch64/crtools.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 55.74   DEP      criu/arch/aarch64/cpu.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 55.84   DEP      criu/arch/aarch64/bitops.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 55.89   CC       criu/arch/aarch64/bitops.o
19:13:02 [2021-03-01T19:13:02.395Z] #42 55.96   CC       criu/arch/aarch64/cpu.o
19:13:02 [2021-03-01T19:13:02.395Z] #42 56.20   CC       criu/arch/aarch64/crtools.o
19:13:02 [2021-03-01T19:13:02.395Z] #42 56.87   CC       criu/arch/aarch64/sigframe.o
19:13:02 [2021-03-01T19:13:02.395Z] #42 57.04   LINK     criu/arch/aarch64/crtools.built-in.o
19:13:02 [2021-03-01T19:13:02.395Z] #42 57.08   DEP      criu/pie/util-vdso.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 57.23   DEP      criu/pie/util.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 57.43   CC       criu/pie/util.o
19:13:02 [2021-03-01T19:13:02.395Z] #42 57.87   CC       criu/pie/util-vdso.o
19:13:02 [2021-03-01T19:13:02.395Z] #42 58.38   AR       criu/pie/pie.lib.a
19:13:02 [2021-03-01T19:13:02.395Z] #42 58.45   DEP      criu/pie/restorer.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 58.69   DEP      criu/arch/aarch64/intraprocedure.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 58.73   DEP      criu/arch/aarch64/restorer.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 58.98   DEP      criu/arch/aarch64/vdso-pie.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 59.08   DEP      criu/pie/parasite-vdso.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 59.18   DEP      criu/pie/parasite.d
19:13:02 [2021-03-01T19:13:02.395Z] #42 59.38   CC       criu/pie/parasite.o
19:13:02 [2021-03-01T19:13:02.395Z] #42 60.30   LINK     criu/pie/parasite.built-in.o
19:13:02 [2021-03-01T19:13:02.395Z] #42 60.31   GEN      criu/pie/parasite-blob.h
19:13:02 [2021-03-01T19:13:02.395Z] #42 60.35   CC       criu/pie/parasite-vdso.o
19:13:02 [2021-03-01T19:13:02.396Z] #42 60.94   CC       criu/arch/aarch64/vdso-pie.o
19:13:02 [2021-03-01T19:13:02.396Z] #42 61.15   CC       criu/arch/aarch64/restorer.o
19:13:02 [2021-03-01T19:13:02.396Z] #42 61.62   CC       criu/arch/aarch64/intraprocedure.o
19:13:02 [2021-03-01T19:13:02.396Z] #42 61.74   CC       criu/pie/restorer.o
19:13:02 [2021-03-01T19:13:02.396Z] #42 64.42   LINK     criu/pie/restorer.built-in.o
19:13:02 [2021-03-01T19:13:02.396Z] #42 64.44   GEN      criu/pie/restorer-blob.h
19:13:02 [2021-03-01T19:13:02.396Z] #42 64.55   DEP      criu/vdso.d
19:13:02 [2021-03-01T19:13:02.396Z] #42 64.80   DEP      criu/uts_ns.d
19:13:02 [2021-03-01T19:13:02.438Z] #42 76.07   DEP      criu/shmem.d
19:13:02 [2021-03-01T19:13:02.438Z] #42 76.22   DEP      criu/servicefd.d
19:13:02 [2021-03-01T19:13:02.476Z] #20 52.23 Selecting previously unselected package python3-pkg-resources.
19:13:02 [2021-03-01T19:13:02.476Z] #20 52.24 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
19:13:02 [2021-03-01T19:13:02.476Z] #20 52.24 Unpacking python3-pkg-resources (40.8.0-1) ...
19:13:02 [2021-03-01T19:13:02.476Z] #20 52.39 Selecting previously unselected package python3-setuptools.
19:13:02 [2021-03-01T19:13:02.546Z] ok  	github.com/docker/docker/daemon/events	0.055s	coverage: 50.0% of statements
19:13:02 [2021-03-01T19:13:02.661Z] #42 65.03   DEP      criu/util.d
19:13:02 [2021-03-01T19:13:02.661Z] #42 ...
19:13:02 [2021-03-01T19:13:02.661Z] 
19:13:02 [2021-03-01T19:13:02.661Z] #23 [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
19:13:02 [2021-03-01T19:13:02.661Z] #23 sha256:1d7cb6c6cea8a66b605c9c5373841fa8694d873f8c1e3194b527847f0c358544
19:13:02 [2021-03-01T19:13:02.661Z] #23 138.6 + mkdir -p /tmp/tmp.0V3dbNhDEj/src/github.com/docker
19:13:02 [2021-03-01T19:13:02.661Z] #23 138.6 + mv components/cli /tmp/tmp.0V3dbNhDEj/src/github.com/docker/cli
19:13:02 [2021-03-01T19:13:02.661Z] #23 138.6 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
19:13:02 [2021-03-01T19:13:02.694Z] #42 76.39   DEP      criu/seize.d
19:13:02 [2021-03-01T19:13:02.694Z] #42 76.52   DEP      criu/seccomp.d
19:13:02 [2021-03-01T19:13:02.792Z] #20 52.41 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
19:13:02 [2021-03-01T19:13:02.792Z] #20 52.43 Unpacking python3-setuptools (40.8.0-1) ...
19:13:02 [2021-03-01T19:13:02.926Z] #23 ...
19:13:02 [2021-03-01T19:13:02.926Z] 
19:13:02 [2021-03-01T19:13:02.926Z] #42 [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
19:13:02 [2021-03-01T19:13:02.926Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:13:02 [2021-03-01T19:13:02.926Z] #42 65.26   DEP      criu/uffd.d
19:13:02 [2021-03-01T19:13:02.951Z] #42 76.75   DEP      criu/rst-malloc.d
19:13:02 [2021-03-01T19:13:02.951Z] #42 76.82   DEP      criu/rbtree.d
19:13:02 [2021-03-01T19:13:02.951Z] #42 76.86   DEP      criu/pstree.d
19:13:03 [2021-03-01T19:13:03.092Z] #20 52.76 Selecting previously unselected package python3-wheel.
19:13:03 [2021-03-01T19:13:03.092Z] #20 52.76 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
19:13:03 [2021-03-01T19:13:03.092Z] #20 52.77 Unpacking python3-wheel (0.32.3-2) ...
19:13:03 [2021-03-01T19:13:03.092Z] #20 52.83 Selecting previously unselected package sudo.
19:13:03 [2021-03-01T19:13:03.092Z] #20 52.84 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_ppc64el.deb ...
19:13:03 [2021-03-01T19:13:03.092Z] #20 52.86 Unpacking sudo (1.8.27-1+deb10u3) ...
19:13:03 [2021-03-01T19:13:03.162Z] #44 153.7 github.com/LK4D4/vndr
19:13:03 [2021-03-01T19:13:03.182Z] ok  	github.com/docker/docker/daemon/graphdriver	0.003s	coverage: 2.2% of statements
19:13:03 [2021-03-01T19:13:03.191Z] #42 65.50   DEP      criu/tun.d
19:13:03 [2021-03-01T19:13:03.206Z] #42 76.99   DEP      criu/protobuf.d
19:13:03 [2021-03-01T19:13:03.418Z] #42 66.49   LINK     criu/pie/parasite.built-in.o
19:13:03 [2021-03-01T19:13:03.418Z] #42 66.51   GEN      criu/pie/parasite-blob.h
19:13:03 [2021-03-01T19:13:03.418Z] #42 66.55   CC       criu/pie/parasite-vdso.o
19:13:03 [2021-03-01T19:13:03.457Z] #42 65.70   DEP      criu/tty.d
19:13:03 [2021-03-01T19:13:03.457Z] #42 65.98   DEP      criu/timerfd.d
19:13:03 [2021-03-01T19:13:03.463Z] #42 77.18   GEN      criu/protobuf-desc-gen.h
19:13:03 [2021-03-01T19:13:03.723Z] #42 66.20   DEP      criu/timens.d
19:13:03 [2021-03-01T19:13:03.744Z] #20 53.45 Selecting previously unselected package thin-provisioning-tools.
19:13:03 [2021-03-01T19:13:03.744Z] #20 53.46 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ...
19:13:03 [2021-03-01T19:13:03.744Z] #20 53.46 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
19:13:03 [2021-03-01T19:13:03.817Z] ok  	github.com/docker/docker/daemon	12.258s	coverage: 17.2% of statements
19:13:03 [2021-03-01T19:13:03.989Z] #42 66.37   DEP      criu/sysfs_parse.d
19:13:03 [2021-03-01T19:13:03.989Z] #42 66.49   DEP      criu/sysctl.d
19:13:03 [2021-03-01T19:13:03.989Z] #42 66.55   DEP      criu/string.d
19:13:04 [2021-03-01T19:13:04.044Z] #20 53.71 Selecting previously unselected package uidmap.
19:13:04 [2021-03-01T19:13:04.044Z] #20 53.73 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ...
19:13:04 [2021-03-01T19:13:04.044Z] #20 53.73 Unpacking uidmap (1:4.5-1.1) ...
19:13:04 [2021-03-01T19:13:04.044Z] #20 ...
19:13:04 [2021-03-01T19:13:04.044Z] 
19:13:04 [2021-03-01T19:13:04.044Z] #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
19:13:04 [2021-03-01T19:13:04.044Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:13:04 [2021-03-01T19:13:04.044Z] #43 94.82   CC       criu/aio.o
19:13:04 [2021-03-01T19:13:04.044Z] #43 95.76   CC       criu/autofs.o
19:13:04 [2021-03-01T19:13:04.044Z] #43 98.36   CC       criu/bfd.o
19:13:04 [2021-03-01T19:13:04.044Z] #43 99.50   CC       criu/bitmap.o
19:13:04 [2021-03-01T19:13:04.044Z] #43 99.67   CC       criu/cgroup-props.o
19:13:04 [2021-03-01T19:13:04.044Z] #43 101.1   CC       criu/cgroup.o
19:13:04 [2021-03-01T19:13:04.110Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
19:13:04 [2021-03-01T19:13:04.110Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
19:13:04 [2021-03-01T19:13:04.110Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
19:13:04 [2021-03-01T19:13:04.110Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
19:13:04 [2021-03-01T19:13:04.254Z] #42 66.57   DEP      criu/stats.d
19:13:04 [2021-03-01T19:13:04.254Z] #42 66.62   DEP      criu/sockets.d
19:13:04 [2021-03-01T19:13:04.254Z] #42 66.81   DEP      criu/sk-unix.d
19:13:04 [2021-03-01T19:13:04.274Z] + docker version
19:13:04 [2021-03-01T19:13:04.344Z] #43 ...
19:13:04 [2021-03-01T19:13:04.344Z] 
19:13:04 [2021-03-01T19:13:04.344Z] #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
19:13:04 [2021-03-01T19:13:04.344Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a
19:13:04 [2021-03-01T19:13:04.344Z] #20 53.87 Selecting previously unselected package vim-runtime.
19:13:04 [2021-03-01T19:13:04.344Z] #20 53.88 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
19:13:04 [2021-03-01T19:13:04.344Z] #20 53.93 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
19:13:04 [2021-03-01T19:13:04.344Z] #20 53.97 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
19:13:04 [2021-03-01T19:13:04.344Z] #20 53.99 Unpacking vim-runtime (2:8.1.0875-5) ...
19:13:04 [2021-03-01T19:13:04.346Z] #42 67.24   CC       criu/arch/x86/vdso-pie.o
19:13:04 [2021-03-01T19:13:04.519Z] #42 67.00   DEP      criu/sk-tcp.d
19:13:04 [2021-03-01T19:13:04.602Z] #42 67.58   CC       criu/arch/x86/restorer.o
19:13:04 [2021-03-01T19:13:04.784Z] #42 67.16   DEP      criu/sk-queue.d
19:13:04 [2021-03-01T19:13:04.829Z] #42 78.69   DEP      criu/protobuf-desc.d
19:13:05 [2021-03-01T19:13:05.049Z] #42 67.29   DEP      criu/sk-packet.d
19:13:05 [2021-03-01T19:13:05.049Z] #42 67.47   DEP      criu/sk-netlink.d
19:13:05 [2021-03-01T19:13:05.078Z] #44 ...
19:13:05 [2021-03-01T19:13:05.078Z] 
19:13:05 [2021-03-01T19:13:05.078Z] #19 [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
19:13:05 [2021-03-01T19:13:05.078Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:05 [2021-03-01T19:13:05.078Z] #19 1.644 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:13:05 [2021-03-01T19:13:05.078Z] #19 1.732 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:13:05 [2021-03-01T19:13:05.078Z] #19 1.823 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:13:05 [2021-03-01T19:13:05.078Z] #19 2.411 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:13:05 [2021-03-01T19:13:05.078Z] #19 3.764 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:13:05 [2021-03-01T19:13:05.078Z] #19 5.230 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:13:05 [2021-03-01T19:13:05.085Z] #42 78.81   DEP      criu/proc_parse.d
19:13:05 [2021-03-01T19:13:05.085Z] #42 78.99   DEP      criu/plugin.d
19:13:05 [2021-03-01T19:13:05.085Z] #42 79.07   DEP      criu/pipes.d
19:13:05 [2021-03-01T19:13:05.163Z] #42 68.14   CC       criu/arch/x86/restorer_unmap.o
19:13:05 [2021-03-01T19:13:05.163Z] #42 68.15   CC       criu/arch/x86/sigaction_compat_pie.o
19:13:05 [2021-03-01T19:13:05.314Z] #42 67.68   DEP      criu/sk-inet.d
19:13:05 [2021-03-01T19:13:05.339Z] #19 ...
19:13:05 [2021-03-01T19:13:05.339Z] 
19:13:05 [2021-03-01T19:13:05.339Z] #42 [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
19:13:05 [2021-03-01T19:13:05.339Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:05 [2021-03-01T19:13:05.339Z] #42 64.52   DEP      criu/arch/x86/sigaction_compat_pie.d
19:13:05 [2021-03-01T19:13:05.339Z] #42 64.66   DEP      criu/arch/x86/restorer_unmap.d
19:13:05 [2021-03-01T19:13:05.339Z] #42 64.71   DEP      criu/arch/x86/restorer.d
19:13:05 [2021-03-01T19:13:05.339Z] #42 64.98   DEP      criu/arch/x86/vdso-pie.d
19:13:05 [2021-03-01T19:13:05.339Z] #42 65.08   DEP      criu/pie/parasite-vdso.d
19:13:05 [2021-03-01T19:13:05.339Z] #42 65.22   DEP      criu/pie/parasite.d
19:13:05 [2021-03-01T19:13:05.339Z] #42 65.50   CC       criu/pie/parasite.o
19:13:05 [2021-03-01T19:13:05.339Z] #42 66.71   LINK     criu/pie/parasite.built-in.o
19:13:05 [2021-03-01T19:13:05.339Z] #42 66.72   GEN      criu/pie/parasite-blob.h
19:13:05 [2021-03-01T19:13:05.339Z] #42 66.74   CC       criu/pie/parasite-vdso.o
19:13:05 [2021-03-01T19:13:05.339Z] #42 67.38   CC       criu/arch/x86/vdso-pie.o
19:13:05 [2021-03-01T19:13:05.583Z] #42 67.85   DEP      criu/signalfd.d
19:13:05 [2021-03-01T19:13:05.583Z] #42 68.03   DEP      criu/sigframe.d
19:13:05 [2021-03-01T19:13:05.600Z] #42 67.73   CC       criu/arch/x86/restorer.o
19:13:05 [2021-03-01T19:13:05.624Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.003s	coverage: 2.9% of statements
19:13:05 [2021-03-01T19:13:05.646Z] #42 79.24   DEP      criu/pie-util.d
19:13:05 [2021-03-01T19:13:05.646Z] #42 79.38   DEP      criu/pie-util-vdso.d
19:13:05 [2021-03-01T19:13:05.646Z] #42 79.48   DEP      criu/pie-util-vdso-elf32.d
19:13:05 [2021-03-01T19:13:05.724Z] #42 68.45   CC       criu/pie/restorer.o
19:13:05 [2021-03-01T19:13:05.739Z] #55 ...
19:13:05 [2021-03-01T19:13:05.739Z] 
19:13:05 [2021-03-01T19:13:05.739Z] #52 [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
19:13:05 [2021-03-01T19:13:05.739Z] #52 sha256:b894789c6bed0fa24c34a0de6fb0c39928ed72e62d49b7a2019f810e55c0335c
19:13:05 [2021-03-01T19:13:05.739Z] #52 126.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
19:13:05 [2021-03-01T19:13:05.739Z] #52 127.1 + mkdir -p /build
19:13:05 [2021-03-01T19:13:05.739Z] #52 127.1 + cp runc /build/runc
19:13:05 [2021-03-01T19:13:05.848Z] #42 68.15   DEP      criu/shmem.d
19:13:05 [2021-03-01T19:13:05.848Z] #42 68.26   DEP      criu/servicefd.d
19:13:05 [2021-03-01T19:13:05.848Z] #42 68.36   DEP      criu/seize.d
19:13:05 [2021-03-01T19:13:05.902Z] #42 79.66   DEP      criu/path.d
19:13:05 [2021-03-01T19:13:05.902Z] #42 79.78   DEP      criu/parasite-syscall.d
19:13:05 [2021-03-01T19:13:05.917Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.191s	coverage: 56.2% of statements
19:13:06 [2021-03-01T19:13:06.114Z] #42 68.48   DEP      criu/seccomp.d
19:13:06 [2021-03-01T19:13:06.114Z] #42 68.62   DEP      criu/rst-malloc.d
19:13:06 [2021-03-01T19:13:06.173Z] #42 68.43   CC       criu/arch/x86/restorer_unmap.o
19:13:06 [2021-03-01T19:13:06.173Z] #42 79.97   DEP      criu/pagemap.d
19:13:06 [2021-03-01T19:13:06.309Z] #52 DONE 127.6s
19:13:06 [2021-03-01T19:13:06.309Z] 
19:13:06 [2021-03-01T19:13:06.309Z] #55 [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
19:13:06 [2021-03-01T19:13:06.309Z] #55 sha256:87c760d7e0e33464238edf485704564b6a92c485d7c997ac49e27be9f044cecf
19:13:06 [2021-03-01T19:13:06.379Z] #42 68.68   DEP      criu/rbtree.d
19:13:06 [2021-03-01T19:13:06.379Z] #42 68.73   DEP      criu/pstree.d
19:13:06 [2021-03-01T19:13:06.435Z] #42 68.51   CC       criu/arch/x86/sigaction_compat_pie.o
19:13:06 [2021-03-01T19:13:06.459Z] #42 80.19   DEP      criu/pagemap-cache.d
19:13:06 [2021-03-01T19:13:06.645Z] #42 68.97   DEP      criu/protobuf.d
19:13:06 [2021-03-01T19:13:06.645Z] #42 69.10   GEN      criu/protobuf-desc-gen.h
19:13:06 [2021-03-01T19:13:06.696Z] #42 68.75   CC       criu/pie/restorer.o
19:13:06 [2021-03-01T19:13:06.736Z] #42 80.35   DEP      criu/page-xfer.d
19:13:06 [2021-03-01T19:13:06.736Z] #42 80.59   DEP      criu/page-pipe.d
19:13:06 [2021-03-01T19:13:06.993Z] #42 80.69   DEP      criu/netfilter.d
19:13:06 [2021-03-01T19:13:06.993Z] #42 80.82   DEP      criu/net.d
19:13:07 [2021-03-01T19:13:07.265Z] #42 81.08   DEP      criu/namespaces.d
19:13:07 [2021-03-01T19:13:07.547Z] #42 81.21   DEP      criu/mount.d
19:13:07 [2021-03-01T19:13:07.547Z] #42 81.41   DEP      criu/memfd.d
19:13:07 [2021-03-01T19:13:07.612Z] #42 ...
19:13:07 [2021-03-01T19:13:07.612Z] 
19:13:07 [2021-03-01T19:13:07.612Z] #19 [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
19:13:07 [2021-03-01T19:13:07.612Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:07 [2021-03-01T19:13:07.612Z] #19 1.425 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:13:07 [2021-03-01T19:13:07.612Z] #19 1.466 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:13:07 [2021-03-01T19:13:07.612Z] #19 1.598 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:13:07 [2021-03-01T19:13:07.612Z] #19 2.062 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:13:07 [2021-03-01T19:13:07.612Z] #19 3.212 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:13:07 [2021-03-01T19:13:07.612Z] #19 4.787 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:13:07 [2021-03-01T19:13:07.693Z] #55 ...
19:13:07 [2021-03-01T19:13:07.693Z] 
19:13:07 [2021-03-01T19:13:07.693Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
19:13:07 [2021-03-01T19:13:07.693Z] #53 sha256:33b7551b794f269de2903c957ee5afe82091e9905dfbf21e0acceb1467622398
19:13:07 [2021-03-01T19:13:07.693Z] #53 DONE 0.3s
19:13:07 [2021-03-01T19:13:07.693Z] 
19:13:07 [2021-03-01T19:13:07.693Z] #55 [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
19:13:07 [2021-03-01T19:13:07.693Z] #55 sha256:87c760d7e0e33464238edf485704564b6a92c485d7c997ac49e27be9f044cecf
19:13:07 [2021-03-01T19:13:07.808Z] #42 81.62   DEP      criu/mem.d
19:13:07 [2021-03-01T19:13:07.868Z] #19 ...
19:13:07 [2021-03-01T19:13:07.868Z] 
19:13:07 [2021-03-01T19:13:07.868Z] #52 [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
19:13:07 [2021-03-01T19:13:07.868Z] #52 sha256:6baa357b1ebb5dab1bdb66fd36a2162f789e606a6ee64e4618e80105d5c616dc
19:13:07 [2021-03-01T19:13:07.868Z] #52 12.22 + cd /tmp/tmp.ZK06wMWL0Z/src/github.com/opencontainers/runc
19:13:07 [2021-03-01T19:13:07.868Z] #52 12.23 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:13:07 [2021-03-01T19:13:07.868Z] #52 12.54 + '[' -z '' ']'
19:13:07 [2021-03-01T19:13:07.868Z] #52 12.54 + target=static
19:13:07 [2021-03-01T19:13:07.868Z] #52 12.54 + make 'BUILDTAGS=seccomp ' static
19:13:07 [2021-03-01T19:13:07.868Z] #52 13.04 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 .
19:13:08 [2021-03-01T19:13:08.064Z] #42 81.80   DEP      criu/lsm.d
19:13:08 [2021-03-01T19:13:08.320Z] #42 81.94   DEP      criu/log.d
19:13:08 [2021-03-01T19:13:08.320Z] #42 82.08   DEP      criu/libnetlink.d
19:13:08 [2021-03-01T19:13:08.320Z] #42 82.19   DEP      criu/kerndat.d
19:13:08 [2021-03-01T19:13:08.429Z] #52 ...
19:13:08 [2021-03-01T19:13:08.429Z] 
19:13:08 [2021-03-01T19:13:08.429Z] #19 [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
19:13:08 [2021-03-01T19:13:08.429Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:08 [2021-03-01T19:13:08.429Z] #19 10.51 Fetched 8423 kB in 9s (904 kB/s)
19:13:08 [2021-03-01T19:13:08.576Z] #42 82.39   DEP      criu/kcmp-ids.d
19:13:08 [2021-03-01T19:13:08.582Z] #42 70.77   DEP      criu/protobuf-desc.d
19:13:08 [2021-03-01T19:13:08.582Z] #42 70.93   DEP      criu/proc_parse.d
19:13:08 [2021-03-01T19:13:08.611Z] #42 ...
19:13:08 [2021-03-01T19:13:08.611Z] 
19:13:08 [2021-03-01T19:13:08.611Z] #52 [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
19:13:08 [2021-03-01T19:13:08.611Z] #52 sha256:58343df0e43ecaab046b0c2de68aae14ab47346ded41504341fcb5f61f005da6
19:13:08 [2021-03-01T19:13:08.611Z] #52 12.18 + cd /tmp/tmp.xR2lzEV7ht/src/github.com/opencontainers/runc
19:13:08 [2021-03-01T19:13:08.611Z] #52 12.18 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec
19:13:08 [2021-03-01T19:13:08.611Z] #52 12.65 + '[' -z '' ']'
19:13:08 [2021-03-01T19:13:08.611Z] #52 12.66 + target=static
19:13:08 [2021-03-01T19:13:08.611Z] #52 12.66 + make 'BUILDTAGS=seccomp ' static
19:13:08 [2021-03-01T19:13:08.611Z] #52 13.13 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 .
19:13:08 [2021-03-01T19:13:08.832Z] #42 82.51   DEP      criu/irmap.d
19:13:08 [2021-03-01T19:13:08.832Z] #42 82.69   DEP      criu/ipc_ns.d
19:13:08 [2021-03-01T19:13:08.858Z] #42 71.13   DEP      criu/plugin.d
19:13:08 [2021-03-01T19:13:08.858Z] #42 71.26   DEP      criu/pipes.d
19:13:08 [2021-03-01T19:13:08.858Z] #42 71.38   DEP      criu/pie-util.d
19:13:08 [2021-03-01T19:13:08.876Z] #20 57.92 Selecting previously unselected package vim.
19:13:08 [2021-03-01T19:13:08.876Z] #20 57.92 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ...
19:13:08 [2021-03-01T19:13:08.876Z] #20 57.96 Unpacking vim (2:8.1.0875-5) ...
19:13:08 [2021-03-01T19:13:08.876Z] #20 58.56 Selecting previously unselected package xfsprogs.
19:13:08 [2021-03-01T19:13:08.876Z] #20 58.58 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ...
19:13:08 [2021-03-01T19:13:08.876Z] #20 58.59 Unpacking xfsprogs (4.20.0-1) ...
19:13:09 [2021-03-01T19:13:09.088Z] #42 82.89   DEP      criu/image.d
19:13:09 [2021-03-01T19:13:09.124Z] #42 71.45   DEP      criu/pie-util-vdso.d
19:13:09 [2021-03-01T19:13:09.124Z] #42 71.58   DEP      criu/path.d
19:13:09 [2021-03-01T19:13:09.345Z] #42 ...
19:13:09 [2021-03-01T19:13:09.345Z] 
19:13:09 [2021-03-01T19:13:09.345Z] #31 [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
19:13:09 [2021-03-01T19:13:09.345Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:13:09 [2021-03-01T19:13:09.345Z] #31 DONE 155.9s
19:13:09 [2021-03-01T19:13:09.345Z] 
19:13:09 [2021-03-01T19:13:09.345Z] #42 [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
19:13:09 [2021-03-01T19:13:09.345Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:09 [2021-03-01T19:13:09.345Z] #42 83.03   DEP      criu/image-desc.d
19:13:09 [2021-03-01T19:13:09.345Z] #42 ...
19:13:09 [2021-03-01T19:13:09.345Z] 
19:13:09 [2021-03-01T19:13:09.345Z] #19 [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
19:13:09 [2021-03-01T19:13:09.345Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:09 [2021-03-01T19:13:09.345Z] #19 3.034 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
19:13:09 [2021-03-01T19:13:09.345Z] #19 3.072 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
19:13:09 [2021-03-01T19:13:09.345Z] #19 3.072 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
19:13:09 [2021-03-01T19:13:09.345Z] #19 3.619 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
19:13:09 [2021-03-01T19:13:09.345Z] #19 5.052 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
19:13:09 [2021-03-01T19:13:09.345Z] #19 6.500 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
19:13:09 [2021-03-01T19:13:09.345Z] #19 11.13 Fetched 8423 kB in 9s (972 kB/s)
19:13:09 [2021-03-01T19:13:09.345Z] #19 11.13 Reading package lists...
19:13:09 [2021-03-01T19:13:09.345Z] #19 ...
19:13:09 [2021-03-01T19:13:09.345Z] 
19:13:09 [2021-03-01T19:13:09.345Z] #42 [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
19:13:09 [2021-03-01T19:13:09.345Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:09 [2021-03-01T19:13:09.345Z] #42 83.16   DEP      criu/fsnotify.d
19:13:09 [2021-03-01T19:13:09.390Z] #42 71.71   DEP      criu/parasite-syscall.d
19:13:09 [2021-03-01T19:13:09.390Z] #42 71.88   DEP      criu/pagemap.d
19:13:09 [2021-03-01T19:13:09.521Z] #20 59.27 Selecting previously unselected package zip.
19:13:09 [2021-03-01T19:13:09.521Z] #20 59.30 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ...
19:13:09 [2021-03-01T19:13:09.521Z] #20 59.30 Unpacking zip (3.0-11+b1) ...
19:13:09 [2021-03-01T19:13:09.554Z] #52 ...
19:13:09 [2021-03-01T19:13:09.554Z] 
19:13:09 [2021-03-01T19:13:09.554Z] #42 [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
19:13:09 [2021-03-01T19:13:09.554Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:09 [2021-03-01T19:13:09.554Z] #42 71.66   LINK     criu/pie/restorer.built-in.o
19:13:09 [2021-03-01T19:13:09.554Z] #42 71.69   GEN      criu/pie/restorer-blob.h
19:13:09 [2021-03-01T19:13:09.554Z] #42 71.77   DEP      criu/vdso.d
19:13:09 [2021-03-01T19:13:09.600Z] #42 83.32   DEP      criu/filesystems.d
19:13:09 [2021-03-01T19:13:09.600Z] #42 83.48   DEP      criu/files.d
19:13:09 [2021-03-01T19:13:09.655Z] #42 72.01   DEP      criu/pagemap-cache.d
19:13:09 [2021-03-01T19:13:09.655Z] #42 72.09   DEP      criu/page-xfer.d
19:13:09 [2021-03-01T19:13:09.655Z] #42 72.21   DEP      criu/page-pipe.d
19:13:09 [2021-03-01T19:13:09.814Z] #42 71.98   DEP      criu/vdso-compat.d
19:13:09 [2021-03-01T19:13:09.814Z] #42 72.11   DEP      criu/uts_ns.d
19:13:09 [2021-03-01T19:13:09.821Z] #20 59.57 Setting up aufs-tools (1:4.14+20190211-1) ...
19:13:09 [2021-03-01T19:13:09.821Z] #20 59.59 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
19:13:09 [2021-03-01T19:13:09.821Z] #20 59.59 Setting up libip6tc0:ppc64el (1.8.2-4) ...
19:13:09 [2021-03-01T19:13:09.821Z] #20 59.60 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ...
19:13:09 [2021-03-01T19:13:09.821Z] #20 59.61 Setting up libgpm2:ppc64el (1.20.7-5) ...
19:13:09 [2021-03-01T19:13:09.821Z] #20 59.62 Setting up libip4tc0:ppc64el (1.8.2-4) ...
19:13:09 [2021-03-01T19:13:09.821Z] #20 59.63 Setting up uidmap (1:4.5-1.1) ...
19:13:09 [2021-03-01T19:13:09.821Z] #20 59.64 Setting up libnftnl11:ppc64el (1.1.2-2) ...
19:13:09 [2021-03-01T19:13:09.821Z] #20 59.65 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
19:13:09 [2021-03-01T19:13:09.821Z] #20 59.66 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
19:13:09 [2021-03-01T19:13:09.821Z] #20 59.67 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
19:13:09 [2021-03-01T19:13:09.856Z] #42 83.69   DEP      criu/files-reg.d
19:13:09 [2021-03-01T19:13:09.920Z] #42 72.28   DEP      criu/netfilter.d
19:13:09 [2021-03-01T19:13:09.920Z] #42 72.38   DEP      criu/net.d
19:13:10 [2021-03-01T19:13:10.112Z] #42 83.87   DEP      criu/files-ext.d
19:13:10 [2021-03-01T19:13:10.120Z] #20 59.68 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
19:13:10 [2021-03-01T19:13:10.120Z] #20 59.69 Setting up xxd (2:8.1.0875-5) ...
19:13:10 [2021-03-01T19:13:10.120Z] #20 59.69 Setting up zip (3.0-11+b1) ...
19:13:10 [2021-03-01T19:13:10.120Z] #20 59.70 Setting up vim-common (2:8.1.0875-5) ...
19:13:10 [2021-03-01T19:13:10.120Z] #20 59.76 Setting up bash-completion (1:2.8-6) ...
19:13:10 [2021-03-01T19:13:10.186Z] #42 72.51   DEP      criu/namespaces.d
19:13:10 [2021-03-01T19:13:10.319Z] #19 10.51 Reading package lists...
19:13:10 [2021-03-01T19:13:10.319Z] #19 ...
19:13:10 [2021-03-01T19:13:10.319Z] 
19:13:10 [2021-03-01T19:13:10.319Z] #44 [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
19:13:10 [2021-03-01T19:13:10.319Z] #44 sha256:37ee36f104cfc69cb4a21442018e6d968e9e9f280170e59d75639bfe5e8c64c2
19:13:10 [2021-03-01T19:13:10.319Z] #44 151.8 github.com/LK4D4/vndr/godl
19:13:10 [2021-03-01T19:13:10.319Z] #44 152.6 github.com/LK4D4/vndr
19:13:10 [2021-03-01T19:13:10.319Z] #44 DONE 162.1s
19:13:10 [2021-03-01T19:13:10.319Z] 
19:13:10 [2021-03-01T19:13:10.319Z] #42 [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
19:13:10 [2021-03-01T19:13:10.319Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:10 [2021-03-01T19:13:10.319Z] #42 71.51   LINK     criu/pie/restorer.built-in.o
19:13:10 [2021-03-01T19:13:10.319Z] #42 71.54   GEN      criu/pie/restorer-blob.h
19:13:10 [2021-03-01T19:13:10.319Z] #42 71.68   DEP      criu/vdso.d
19:13:10 [2021-03-01T19:13:10.319Z] #42 71.99   DEP      criu/vdso-compat.d
19:13:10 [2021-03-01T19:13:10.319Z] #42 72.24   DEP      criu/uts_ns.d
19:13:10 [2021-03-01T19:13:10.319Z] #42 72.46   DEP      criu/util.d
19:13:10 [2021-03-01T19:13:10.319Z] #42 72.67   DEP      criu/uffd.d
19:13:10 [2021-03-01T19:13:10.319Z] #42 72.87   DEP      criu/tun.d
19:13:10 [2021-03-01T19:13:10.319Z] #42 73.02   DEP      criu/tty.d
19:13:10 [2021-03-01T19:13:10.319Z] #42 73.31   DEP      criu/timerfd.d
19:13:10 [2021-03-01T19:13:10.371Z] #42 84.00   DEP      criu/file-lock.d
19:13:10 [2021-03-01T19:13:10.371Z] #42 84.22   DEP      criu/file-ids.d
19:13:10 [2021-03-01T19:13:10.386Z] #42 72.31   DEP      criu/util.d
19:13:10 [2021-03-01T19:13:10.386Z] #42 72.54   DEP      criu/uffd.d
19:13:10 [2021-03-01T19:13:10.413Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.038s	coverage: 46.2% of statements
19:13:10 [2021-03-01T19:13:10.471Z] #42 72.72   DEP      criu/mount.d
19:13:10 [2021-03-01T19:13:10.575Z] #42 73.53   DEP      criu/timens.d
19:13:10 [2021-03-01T19:13:10.628Z] #42 84.40   DEP      criu/fifo.d
19:13:10 [2021-03-01T19:13:10.628Z] #42 84.54   DEP      criu/fdstore.d
19:13:10 [2021-03-01T19:13:10.647Z] #42 72.82   DEP      criu/tun.d
19:13:10 [2021-03-01T19:13:10.740Z] #42 72.98   DEP      criu/memfd.d
19:13:10 [2021-03-01T19:13:10.831Z] #42 73.86   DEP      criu/sysfs_parse.d
19:13:10 [2021-03-01T19:13:10.884Z] #42 84.62   DEP      criu/fault-injection.d
19:13:10 [2021-03-01T19:13:10.884Z] #42 84.71   DEP      criu/external.d
19:13:10 [2021-03-01T19:13:10.884Z] #42 84.80   DEP      criu/eventpoll.d
19:13:10 [2021-03-01T19:13:10.908Z] #42 73.09   DEP      criu/tty.d
19:13:11 [2021-03-01T19:13:11.007Z] #42 73.24   DEP      criu/mem.d
19:13:11 [2021-03-01T19:13:11.007Z] #42 73.49   DEP      criu/lsm.d
19:13:11 [2021-03-01T19:13:11.049Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.004s	coverage: 1.9% of statements
19:13:11 [2021-03-01T19:13:11.140Z] #42 85.01   DEP      criu/eventfd.d
19:13:11 [2021-03-01T19:13:11.169Z] #42 73.32   DEP      criu/timerfd.d
19:13:11 [2021-03-01T19:13:11.272Z] #42 73.63   DEP      criu/log.d
19:13:11 [2021-03-01T19:13:11.394Z] #42 74.17   DEP      criu/sysctl.d
19:13:11 [2021-03-01T19:13:11.395Z] #42 74.32   DEP      criu/string.d
19:13:11 [2021-03-01T19:13:11.395Z] #42 74.37   DEP      criu/stats.d
19:13:11 [2021-03-01T19:13:11.395Z] #42 85.12   DEP      criu/crtools.d
19:13:11 [2021-03-01T19:13:11.395Z] #42 85.33   DEP      criu/cr-service.d
19:13:11 [2021-03-01T19:13:11.430Z] #42 73.57   DEP      criu/timens.d
19:13:11 [2021-03-01T19:13:11.545Z] #42 73.80   DEP      criu/libnetlink.d
19:13:11 [2021-03-01T19:13:11.545Z] #42 73.95   DEP      criu/kerndat.d
19:13:11 [2021-03-01T19:13:11.651Z] #42 85.57   DEP      criu/cr-restore.d
19:13:11 [2021-03-01T19:13:11.651Z] #42 74.51   DEP      criu/sockets.d
19:13:11 [2021-03-01T19:13:11.651Z] #42 74.67   DEP      criu/sk-unix.d
19:13:11 [2021-03-01T19:13:11.691Z] #42 73.81   DEP      criu/sysfs_parse.d
19:13:11 [2021-03-01T19:13:11.810Z] #42 74.22   DEP      criu/kcmp-ids.d
19:13:11 [2021-03-01T19:13:11.810Z] #42 74.35   DEP      criu/irmap.d
19:13:11 [2021-03-01T19:13:11.908Z] #42 74.87   DEP      criu/sk-tcp.d
19:13:11 [2021-03-01T19:13:11.952Z] #42 73.96   DEP      criu/sysctl.d
19:13:11 [2021-03-01T19:13:11.952Z] #42 74.21   DEP      criu/string.d
19:13:11 [2021-03-01T19:13:11.952Z] #42 74.24   DEP      criu/stats.d
19:13:12 [2021-03-01T19:13:12.075Z] #42 74.50   DEP      criu/ipc_ns.d
19:13:12 [2021-03-01T19:13:12.164Z] #42 75.08   DEP      criu/sk-queue.d
19:13:12 [2021-03-01T19:13:12.212Z] #42 85.81   DEP      criu/cr-errno.d
19:13:12 [2021-03-01T19:13:12.212Z] #42 85.82   DEP      criu/cr-dump.d
19:13:12 [2021-03-01T19:13:12.213Z] #42 74.38   DEP      criu/sockets.d
19:13:12 [2021-03-01T19:13:12.341Z] #42 74.73   DEP      criu/image.d
19:13:12 [2021-03-01T19:13:12.341Z] #42 74.92   DEP      criu/image-desc.d
19:13:12 [2021-03-01T19:13:12.421Z] #42 75.23   DEP      criu/sk-packet.d
19:13:12 [2021-03-01T19:13:12.421Z] #42 75.36   DEP      criu/sk-netlink.d
19:13:12 [2021-03-01T19:13:12.467Z] #42 86.16   DEP      criu/cr-dedup.d
19:13:12 [2021-03-01T19:13:12.467Z] #42 86.35   DEP      criu/cr-check.d
19:13:12 [2021-03-01T19:13:12.474Z] #42 ...
19:13:12 [2021-03-01T19:13:12.474Z] 
19:13:12 [2021-03-01T19:13:12.474Z] #44 [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
19:13:12 [2021-03-01T19:13:12.474Z] #44 sha256:8c4cea4b2107e82af89623c9b1e8652141084d6e6cc85c10ccd6c16681f07cc9
19:13:12 [2021-03-01T19:13:12.474Z] #44 DONE 163.2s
19:13:12 [2021-03-01T19:13:12.474Z] 
19:13:12 [2021-03-01T19:13:12.474Z] #42 [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
19:13:12 [2021-03-01T19:13:12.474Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:12 [2021-03-01T19:13:12.474Z] #42 74.57   DEP      criu/sk-unix.d
19:13:12 [2021-03-01T19:13:12.608Z] #42 75.06   DEP      criu/fsnotify.d
19:13:12 [2021-03-01T19:13:12.677Z] #42 75.52   DEP      criu/sk-inet.d
19:13:12 [2021-03-01T19:13:12.677Z] #42 75.74   DEP      criu/signalfd.d
19:13:12 [2021-03-01T19:13:12.722Z] #42 86.62   DEP      criu/config.d
19:13:12 [2021-03-01T19:13:12.735Z] #42 74.90   DEP      criu/sk-tcp.d
19:13:12 [2021-03-01T19:13:12.865Z] Client: Docker Engine - Enterprise
19:13:12 [2021-03-01T19:13:12.865Z]  Version:           19.03.12
19:13:12 [2021-03-01T19:13:12.865Z]  API version:       1.40
19:13:12 [2021-03-01T19:13:12.865Z]  Go version:        go1.13.13
19:13:12 [2021-03-01T19:13:12.865Z]  Git commit:        4306744
19:13:12 [2021-03-01T19:13:12.865Z]  Built:             08/05/2020 19:27:53
19:13:12 [2021-03-01T19:13:12.865Z]  OS/Arch:           windows/amd64
19:13:12 [2021-03-01T19:13:12.865Z]  Experimental:      false
19:13:12 [2021-03-01T19:13:12.865Z] 
19:13:12 [2021-03-01T19:13:12.865Z] Server: Docker Engine - Enterprise
19:13:12 [2021-03-01T19:13:12.865Z]  Engine:
19:13:12 [2021-03-01T19:13:12.866Z]   Version:          19.03.12
19:13:12 [2021-03-01T19:13:12.866Z]   API version:      1.40 (minimum version 1.24)
19:13:12 [2021-03-01T19:13:12.866Z]   Go version:       go1.13.13
19:13:12 [2021-03-01T19:13:12.866Z]   Git commit:       f295753ffd
19:13:12 [2021-03-01T19:13:12.866Z]   Built:            08/05/2020 19:26:41
19:13:12 [2021-03-01T19:13:12.866Z]   OS/Arch:          windows/amd64
19:13:12 [2021-03-01T19:13:12.866Z]   Experimental:     true
19:13:12 [2021-03-01T19:13:12.874Z] #42 75.21   DEP      criu/filesystems.d
19:13:12 [2021-03-01T19:13:12.874Z] #42 75.31   DEP      criu/files.d
19:13:12 [2021-03-01T19:13:12.934Z] #42 75.95   DEP      criu/sigframe.d
19:13:12 [2021-03-01T19:13:12.934Z] #42 76.01   DEP      criu/shmem.d
19:13:12 [2021-03-01T19:13:12.978Z] #42 86.77   DEP      criu/clone-noasan.d
19:13:12 [2021-03-01T19:13:12.978Z] #42 86.89   DEP      criu/cgroup.d
19:13:12 [2021-03-01T19:13:12.998Z] #42 75.16   DEP      criu/sk-queue.d
19:13:13 [2021-03-01T19:13:13.140Z] #42 75.60   DEP      criu/files-reg.d
19:13:13 [2021-03-01T19:13:13.140Z] #42 ...
19:13:13 [2021-03-01T19:13:13.140Z] 
19:13:13 [2021-03-01T19:13:13.140Z] #19 [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
19:13:13 [2021-03-01T19:13:13.140Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d
19:13:13 [2021-03-01T19:13:13.140Z] #19 4.422 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [9480 B]
19:13:13 [2021-03-01T19:13:13.140Z] #19 6.891 Fetched 8247 kB in 5s (1539 kB/s)
19:13:13 [2021-03-01T19:13:13.140Z] #19 6.891 Reading package lists...
19:13:13 [2021-03-01T19:13:13.140Z] #19 9.585 Reading package lists...
19:13:13 [2021-03-01T19:13:13.140Z] #19 11.97 Building dependency tree...
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08 libcap2-bin is already the newest version (1:2.25-2).
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08 The following additional packages will be installed:
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08   python3.7 python3.7-minimal vim-runtime xxd
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08 Suggested packages:
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08 Recommended packages:
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08   aufs-dkms nftables build-essential python3-dev python3-keyring
19:13:13 [2021-03-01T19:13:13.140Z] #19 13.08   python3-keyrings.alt python3-xdg unzip
19:13:13 [2021-03-01T19:13:13.140Z] #19 14.51 The following NEW packages will be installed:
19:13:13 [2021-03-01T19:13:13.190Z] #42 76.15   DEP      criu/servicefd.d
19:13:13 [2021-03-01T19:13:13.245Z] #42 87.13   DEP      criu/cgroup-props.d
19:13:13 [2021-03-01T19:13:13.406Z] #19 14.52   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
19:13:13 [2021-03-01T19:13:13.406Z] #19 14.52   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
19:13:13 [2021-03-01T19:13:13.406Z] #19 14.52   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
19:13:13 [2021-03-01T19:13:13.406Z] #19 14.52   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
19:13:13 [2021-03-01T19:13:13.406Z] #19 14.52   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
19:13:13 [2021-03-01T19:13:13.406Z] #19 14.52   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
19:13:13 [2021-03-01T19:13:13.406Z] #19 14.52   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
19:13:13 [2021-03-01T19:13:13.406Z] #19 14.52   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
19:13:13 [2021-03-01T19:13:13.406Z] #19 14.52   xz-utils zip
19:13:13 [2021-03-01T19:13:13.406Z] #19 ...
19:13:13 [2021-03-01T19:13:13.406Z] 
19:13:13 [2021-03-01T19:13:13.406Z] #42 [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
19:13:13 [2021-03-01T19:13:13.406Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:13:13 [2021-03-01T19:13:13.406Z] #42 75.78   DEP      criu/files-ext.d
19:13:13 [2021-03-01T19:13:13.406Z] #42 75.89   DEP      criu/file-lock.d
19:13:13 [2021-03-01T19:13:13.406Z] #42 76.00   DEP      criu/file-ids.d
19:13:13 [2021-03-01T19:13:13.447Z] #42 76.30   DEP      criu/seize.d
19:13:13 [2021-03-01T19:13:13.447Z] #42 76.42   DEP      criu/seccomp.d
19:13:13 [2021-03-01T19:13:13.447Z] #42 76.55   DEP      criu/rst-malloc.d
19:13:13 [2021-03-01T19:13:13.504Z] #42 87.24   DEP      criu/bitmap.d
19:13:13 [2021-03-01T19:13:13.504Z] #42 87.27   DEP      criu/bfd.d
19:13:13 [2021-03-01T19:13:13.504Z] #42 87.35   DEP      criu/autofs.d
[Pipeline] sh
19:13:13 [2021-03-01T19:13:13.570Z] #42 75.60   DEP      criu/sk-packet.d
19:13:13 [2021-03-01T19:13:13.671Z] #42 76.12   DEP      criu/fifo.d
19:13:13 [2021-03-01T19:13:13.703Z] #42 76.62   DEP      criu/rbtree.d
19:13:13 [2021-03-01T19:13:13.703Z] #42 76.66   DEP      criu/pstree.d
19:13:13 [2021-03-01T19:13:13.703Z] #42 76.79   DEP      criu/protobuf.d
19:13:13 [2021-03-01T19:13:13.760Z] #42 87.52   DEP      criu/aio.d
19:13:13 [2021-03-01T19:13:13.830Z] #42 75.82   DEP      criu/sk-netlink.d
19:13:13 [2021-03-01T19:13:13.830Z] #42 75.96   DEP      criu/sk-inet.d
19:13:13 [2021-03-01T19:13:13.936Z] #42 76.32   DEP      criu/fdstore.d
19:13:13 [2021-03-01T19:13:13.936Z] #42 76.43   DEP      criu/fault-injection.d
19:13:13 [2021-03-01T19:13:13.959Z] #42 76.97   GEN      criu/protobuf-desc-gen.h
19:13:14 [2021-03-01T19:13:14.015Z] #42 87.66   DEP      criu/action-scripts.d
19:13:14 [2021-03-01T19:13:14.016Z] #42 87.91   CC       criu/action-scripts.o
19:13:14 [2021-03-01T19:13:14.092Z] #42 76.19   DEP      criu/signalfd.d
19:13:14 [2021-03-01T19:13:14.201Z] #42 76.51   DEP      criu/external.d
19:13:14 [2021-03-01T19:13:14.201Z] #42 76.69   DEP      criu/eventpoll.d
19:13:14 [2021-03-01T19:13:14.353Z] #42 76.40   DEP      criu/sigframe.d
19:13:14 [2021-03-01T19:13:14.353Z] #42 76.51   DEP      criu/shmem.d
19:13:14 [2021-03-01T19:13:14.401Z] + docker info
19:13:14 [2021-03-01T19:13:14.467Z] #42 76.90   DEP      criu/eventfd.d
19:13:14 [2021-03-01T19:13:14.577Z] #42 88.42   CC       criu/aio.o
19:13:14 [2021-03-01T19:13:14.577Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.442s	coverage: 49.4% of statements
19:13:14 [2021-03-01T19:13:14.614Z] #42 76.66   DEP      criu/servicefd.d
19:13:14 [2021-03-01T19:13:14.656Z] #20 ...
19:13:14 [2021-03-01T19:13:14.656Z] 
19:13:14 [2021-03-01T19:13:14.656Z] #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
19:13:14 [2021-03-01T19:13:14.656Z] #24 sha256:b892ac149c3c70545ec785eef824e76b1368685bc95e005a75c8e2e2566eb1af
19:13:14 [2021-03-01T19:13:14.656Z] #24 171.5 + mkdir -p /tmp/tmp.fdohS96oZ2/src/github.com/docker
19:13:14 [2021-03-01T19:13:14.656Z] #24 171.5 + mv components/cli /tmp/tmp.fdohS96oZ2/src/github.com/docker/cli
19:13:14 [2021-03-01T19:13:14.656Z] #24 171.5 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
19:13:14 [2021-03-01T19:13:14.656Z] #24 ...
19:13:14 [2021-03-01T19:13:14.656Z] 
19:13:14 [2021-03-01T19:13:14.656Z] #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
19:13:14 [2021-03-01T19:13:14.656Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:13:14 [2021-03-01T19:13:14.656Z] #43 106.7   CC       criu/clone-noasan.o
19:13:14 [2021-03-01T19:13:14.656Z] #43 107.1   CC       criu/config.o
19:13:14 [2021-03-01T19:13:14.656Z] #43 110.1   CC       criu/cr-check.o
19:13:14 [2021-03-01T19:13:14.656Z] #43 112.6   CC       criu/cr-dedup.o
19:13:14 [2021-03-01T19:13:14.656Z] #43 113.1   CC       criu/cr-dump.o
19:13:14 [2021-03-01T19:13:14.656Z] #43 ...
19:13:14 [2021-03-01T19:13:14.656Z] 
19:13:14 [2021-03-01T19:13:14.656Z] #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
19:13:14 [2021-03-01T19:13:14.656Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:13:14 [2021-03-01T19:13:14.656Z] #45 181.8 github.com/LK4D4/vndr/godl
19:13:14 [2021-03-01T19:13:14.733Z] #42 77.08   DEP      criu/crtools.d
19:13:14 [2021-03-01T19:13:14.733Z] #42 77.22   DEP      criu/cr-service.d
19:13:14 [2021-03-01T19:13:14.876Z] #42 76.81   DEP      criu/seize.d
19:13:14 [2021-03-01T19:13:14.876Z] #42 76.99   DEP      criu/seccomp.d
19:13:14 [2021-03-01T19:13:14.998Z] #42 77.36   DEP      criu/cr-restore.d
19:13:15 [2021-03-01T19:13:15.000Z] #45 182.6 github.com/LK4D4/vndr
19:13:15 [2021-03-01T19:13:15.137Z] #42 77.21   DEP      criu/rst-malloc.d
19:13:15 [2021-03-01T19:13:15.137Z] #42 77.31   DEP      criu/rbtree.d
19:13:15 [2021-03-01T19:13:15.139Z] #42 88.94   CC       criu/autofs.o
19:13:15 [2021-03-01T19:13:15.263Z] #42 77.74   DEP      criu/cr-errno.d
19:13:15 [2021-03-01T19:13:15.325Z] #42 78.39   DEP      criu/protobuf-desc.d
19:13:15 [2021-03-01T19:13:15.399Z] #42 77.39   DEP      criu/pstree.d
19:13:15 [2021-03-01T19:13:15.399Z] #42 77.63   DEP      criu/protobuf.d
19:13:15 [2021-03-01T19:13:15.529Z] #42 77.76   DEP      criu/cr-dump.d
19:13:15 [2021-03-01T19:13:15.529Z] #42 77.98   DEP      criu/cr-dedup.d
19:13:15 [2021-03-01T19:13:15.582Z] #42 78.49   DEP      criu/proc_parse.d
19:13:15 [2021-03-01T19:13:15.661Z] #42 77.79   GEN      criu/protobuf-desc-gen.h
19:13:15 [2021-03-01T19:13:15.794Z] #42 78.07   DEP      criu/cr-check.d
19:13:15 [2021-03-01T19:13:15.794Z] #42 78.19   DEP      criu/config.d
19:13:15 [2021-03-01T19:13:15.839Z] #42 78.75   DEP      criu/plugin.d
19:13:15 [2021-03-01T19:13:15.839Z] #42 78.83   DEP      criu/pipes.d
19:13:16 [2021-03-01T19:13:16.059Z] #42 78.36   DEP      criu/clone-noasan.d
19:13:16 [2021-03-01T19:13:16.059Z] #42 78.48   DEP      criu/cgroup.d
19:13:16 [2021-03-01T19:13:16.095Z] #42 79.04   DEP      criu/pie-util.d
19:13:16 [2021-03-01T19:13:16.095Z] #42 79.13   DEP      criu/pie-util-vdso.d
19:13:16 [2021-03-01T19:13:16.234Z] #42 ...
19:13:16 [2021-03-01T19:13:16.234Z] 
19:13:16 [2021-03-01T19:13:16.234Z] #19 [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
19:13:16 [2021-03-01T19:13:16.234Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:16 [2021-03-01T19:13:16.234Z] #19 10.99 Fetched 8423 kB in 10s (862 kB/s)
19:13:16 [2021-03-01T19:13:16.234Z] #19 10.99 Reading package lists...
19:13:16 [2021-03-01T19:13:16.234Z] #19 14.69 Reading package lists...
19:13:16 [2021-03-01T19:13:16.234Z] #19 18.92 Building dependency tree...
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.27 libcap2-bin is already the newest version (1:2.25-2).
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.27 The following additional packages will be installed:
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.27   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.28   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.28   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.28   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.28   python3.7 python3.7-minimal vim-runtime xxd
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.29 Suggested packages:
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.30   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.30   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.30   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.30 Recommended packages:
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.30   aufs-dkms nftables build-essential python3-dev python3-keyring
19:13:16 [2021-03-01T19:13:16.234Z] #19 20.30   python3-keyrings.alt python3-xdg unzip
19:13:16 [2021-03-01T19:13:16.324Z] #42 78.63   DEP      criu/cgroup-props.d
19:13:16 [2021-03-01T19:13:16.324Z] #42 78.78   DEP      criu/bitmap.d
19:13:16 [2021-03-01T19:13:16.324Z] #42 78.80   DEP      criu/bfd.d
19:13:16 [2021-03-01T19:13:16.351Z] #42 79.30   DEP      criu/pie-util-vdso-elf32.d
19:13:16 [2021-03-01T19:13:16.504Z] #42 90.20   CC       criu/bfd.o
19:13:16 [2021-03-01T19:13:16.589Z] #42 79.06   DEP      criu/autofs.d
19:13:16 [2021-03-01T19:13:16.608Z] #42 79.46   DEP      criu/path.d
19:13:16 [2021-03-01T19:13:16.608Z] #42 79.68   DEP      criu/parasite-syscall.d
19:13:16 [2021-03-01T19:13:16.870Z] #42 79.29   DEP      criu/aio.d
19:13:17 [2021-03-01T19:13:17.065Z] #42 90.67   CC       criu/bitmap.o
19:13:17 [2021-03-01T19:13:17.065Z] #42 90.89   CC       criu/cgroup-props.o
19:13:17 [2021-03-01T19:13:17.137Z] #42 79.52   DEP      criu/action-scripts.d
19:13:17 [2021-03-01T19:13:17.170Z] #42 79.92   DEP      criu/pagemap.d
19:13:17 [2021-03-01T19:13:17.170Z] #42 80.05   DEP      criu/pagemap-cache.d
19:13:17 [2021-03-01T19:13:17.170Z] #42 80.17   DEP      criu/page-xfer.d
19:13:17 [2021-03-01T19:13:17.179Z] #19 ...
19:13:17 [2021-03-01T19:13:17.179Z] 
19:13:17 [2021-03-01T19:13:17.179Z] #42 [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
19:13:17 [2021-03-01T19:13:17.179Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:17 [2021-03-01T19:13:17.179Z] #42 79.34   DEP      criu/protobuf-desc.d
19:13:17 [2021-03-01T19:13:17.402Z] #42 79.75   CC       criu/action-scripts.o
19:13:17 [2021-03-01T19:13:17.426Z] #42 80.37   DEP      criu/page-pipe.d
19:13:17 [2021-03-01T19:13:17.440Z] #42 79.45   DEP      criu/proc_parse.d
19:13:17 [2021-03-01T19:13:17.440Z] #42 79.69   DEP      criu/plugin.d
19:13:17 [2021-03-01T19:13:17.626Z] #42 91.61   CC       criu/cgroup.o
19:13:17 [2021-03-01T19:13:17.682Z] #42 80.51   DEP      criu/netfilter.d
19:13:17 [2021-03-01T19:13:17.682Z] #42 80.62   DEP      criu/net.d
19:13:17 [2021-03-01T19:13:17.702Z] #42 79.76   DEP      criu/pipes.d
19:13:17 [2021-03-01T19:13:17.702Z] #42 79.95   DEP      criu/pie-util.d
19:13:17 [2021-03-01T19:13:17.939Z] #42 80.80   DEP      criu/namespaces.d
19:13:17 [2021-03-01T19:13:17.939Z] #42 81.01   DEP      criu/mount.d
19:13:17 [2021-03-01T19:13:17.963Z] #42 80.02   DEP      criu/pie-util-vdso.d
19:13:17 [2021-03-01T19:13:17.963Z] #42 80.13   DEP      criu/pie-util-vdso-elf32.d
19:13:17 [2021-03-01T19:13:17.982Z] #42 80.38   CC       criu/aio.o
19:13:18 [2021-03-01T19:13:18.189Z] #42 ...
19:13:18 [2021-03-01T19:13:18.189Z] 
19:13:18 [2021-03-01T19:13:18.189Z] #19 [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
19:13:18 [2021-03-01T19:13:18.189Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:18 [2021-03-01T19:13:18.189Z] #19 11.13 Reading package lists...
19:13:18 [2021-03-01T19:13:18.189Z] #19 14.73 Reading package lists...
19:13:18 [2021-03-01T19:13:18.189Z] #19 17.95 Building dependency tree...
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.50 libcap2-bin is already the newest version (1:2.25-2).
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.50 The following additional packages will be installed:
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.51   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.51   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.51   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.51   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.51   python3.7 python3.7-minimal vim-runtime xxd
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.52 Suggested packages:
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.52   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.52   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.52   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.52 Recommended packages:
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.52   aufs-dkms nftables build-essential python3-dev python3-keyring
19:13:18 [2021-03-01T19:13:18.189Z] #19 19.52   python3-keyrings.alt python3-xdg unzip
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.00 The following NEW packages will be installed:
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.01   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.01   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.01   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.01   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.01   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.01   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.01   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.02   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.02   xz-utils zip
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.34 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded.
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.34 Need to get 28.5 MB of archives.
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.34 After this operation, 116 MB of additional disk space will be used.
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.34 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.34 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.36 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.50 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.50 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.50 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.58 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.59 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.60 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.60 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.61 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.61 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.62 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.62 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.62 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.65 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.66 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.67 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.68 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.69 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.70 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
19:13:18 [2021-03-01T19:13:18.189Z] #19 21.73 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
19:13:18 [2021-03-01T19:13:18.195Z] #42 81.17   DEP      criu/memfd.d
19:13:18 [2021-03-01T19:13:18.225Z] #42 80.25   DEP      criu/path.d
19:13:18 [2021-03-01T19:13:18.225Z] #42 80.35   DEP      criu/parasite-syscall.d
19:13:18 [2021-03-01T19:13:18.225Z] #42 80.51   DEP      criu/pagemap.d
19:13:18 [2021-03-01T19:13:18.445Z] #19 21.73 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
19:13:18 [2021-03-01T19:13:18.445Z] #19 21.74 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
19:13:18 [2021-03-01T19:13:18.445Z] #19 21.75 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
19:13:18 [2021-03-01T19:13:18.445Z] #19 21.75 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
19:13:18 [2021-03-01T19:13:18.445Z] #19 21.76 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
19:13:18 [2021-03-01T19:13:18.445Z] #19 21.76 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
19:13:18 [2021-03-01T19:13:18.452Z] #42 81.37   DEP      criu/mem.d
19:13:18 [2021-03-01T19:13:18.487Z] #42 80.64   DEP      criu/pagemap-cache.d
19:13:18 [2021-03-01T19:13:18.487Z] #42 80.77   DEP      criu/page-xfer.d
19:13:18 [2021-03-01T19:13:18.562Z] #42 80.84   CC       criu/autofs.o
19:13:18 [2021-03-01T19:13:18.701Z] #19 22.20 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
19:13:18 [2021-03-01T19:13:18.701Z] #19 22.20 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
19:13:18 [2021-03-01T19:13:18.701Z] #19 22.20 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
19:13:18 [2021-03-01T19:13:18.701Z] #19 22.20 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
19:13:18 [2021-03-01T19:13:18.701Z] #19 22.21 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
19:13:18 [2021-03-01T19:13:18.701Z] #19 22.23 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
19:13:18 [2021-03-01T19:13:18.701Z] #19 22.28 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
19:13:18 [2021-03-01T19:13:18.708Z] #42 81.55   DEP      criu/lsm.d
19:13:18 [2021-03-01T19:13:18.708Z] #42 81.67   DEP      criu/log.d
19:13:18 [2021-03-01T19:13:18.749Z] #42 80.90   DEP      criu/page-pipe.d
19:13:18 [2021-03-01T19:13:18.749Z] #42 81.02   DEP      criu/netfilter.d
19:13:18 [2021-03-01T19:13:18.956Z] #19 22.29 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
19:13:18 [2021-03-01T19:13:18.956Z] #19 22.29 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
19:13:18 [2021-03-01T19:13:18.956Z] #19 22.30 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
19:13:18 [2021-03-01T19:13:18.956Z] #19 22.31 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
19:13:18 [2021-03-01T19:13:18.956Z] #19 22.34 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
19:13:18 [2021-03-01T19:13:18.956Z] #19 22.34 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
19:13:18 [2021-03-01T19:13:18.956Z] #19 22.39 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
19:13:18 [2021-03-01T19:13:18.956Z] #19 22.41 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
19:13:18 [2021-03-01T19:13:18.956Z] #19 22.41 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
19:13:18 [2021-03-01T19:13:18.964Z] #42 81.78   DEP      criu/libnetlink.d
19:13:18 [2021-03-01T19:13:18.964Z] #42 81.89   DEP      criu/kerndat.d
19:13:19 [2021-03-01T19:13:19.012Z] #42 81.16   DEP      criu/net.d
19:13:19 [2021-03-01T19:13:19.212Z] #19 22.74 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
19:13:19 [2021-03-01T19:13:19.212Z] #19 22.79 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
19:13:19 [2021-03-01T19:13:19.220Z] #42 82.06   DEP      criu/kcmp-ids.d
19:13:19 [2021-03-01T19:13:19.220Z] #42 82.13   DEP      criu/irmap.d
19:13:19 [2021-03-01T19:13:19.220Z] #42 82.24   DEP      criu/ipc_ns.d
19:13:19 [2021-03-01T19:13:19.220Z] #42 82.36   DEP      criu/image.d
19:13:19 [2021-03-01T19:13:19.273Z] #42 81.43   DEP      criu/namespaces.d
19:13:19 [2021-03-01T19:13:19.467Z] #19 22.83 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
19:13:19 [2021-03-01T19:13:19.476Z] #42 82.50   DEP      criu/image-desc.d
19:13:19 [2021-03-01T19:13:19.518Z] #42 ...
19:13:19 [2021-03-01T19:13:19.518Z] 
19:13:19 [2021-03-01T19:13:19.518Z] #19 [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
19:13:19 [2021-03-01T19:13:19.518Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d
19:13:19 [2021-03-01T19:13:19.518Z] #19 14.89 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded.
19:13:19 [2021-03-01T19:13:19.518Z] #19 14.89 Need to get 27.6 MB of archives.
19:13:19 [2021-03-01T19:13:19.518Z] #19 14.89 After this operation, 114 MB of additional disk space will be used.
19:13:19 [2021-03-01T19:13:19.518Z] #19 14.89 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
19:13:19 [2021-03-01T19:13:19.518Z] #19 14.89 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB]
19:13:19 [2021-03-01T19:13:19.518Z] #19 14.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB]
19:13:19 [2021-03-01T19:13:19.518Z] #19 14.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
19:13:19 [2021-03-01T19:13:19.518Z] #19 14.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
19:13:19 [2021-03-01T19:13:19.518Z] #19 14.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB]
19:13:19 [2021-03-01T19:13:19.518Z] #19 15.03 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB]
19:13:19 [2021-03-01T19:13:19.518Z] #19 15.04 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
19:13:19 [2021-03-01T19:13:19.518Z] #19 15.05 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
19:13:19 [2021-03-01T19:13:19.518Z] #19 15.05 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
19:13:19 [2021-03-01T19:13:19.518Z] #19 15.05 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.05 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.07 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.07 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.08 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.09 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.10 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.10 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.12 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.12 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.13 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.14 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.16 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.17 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.17 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.18 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.19 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.19 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.55 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.55 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.56 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.56 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.56 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.57 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.64 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.65 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.66 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.67 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.67 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.69 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.70 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.74 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.75 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 15.77 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 16.07 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 16.42 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 16.44 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
19:13:19 [2021-03-01T19:13:19.519Z] #19 16.99 debconf: delaying package configuration, since apt-utils is not installed
19:13:19 [2021-03-01T19:13:19.519Z] #19 17.06 Fetched 27.6 MB in 2s (15.1 MB/s)
19:13:19 [2021-03-01T19:13:19.519Z] #19 17.11 Selecting previously unselected package pigz.
19:13:19 [2021-03-01T19:13:19.519Z] #19 17.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23405 files and directories currently installed.)
19:13:19 [2021-03-01T19:13:19.519Z] #19 17.15 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 17.17 Unpacking pigz (2.4-1) ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 17.27 Selecting previously unselected package libpython3.7-minimal:arm64.
19:13:19 [2021-03-01T19:13:19.519Z] #19 17.28 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 17.28 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 17.67 Selecting previously unselected package python3.7-minimal.
19:13:19 [2021-03-01T19:13:19.519Z] #19 17.67 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 17.68 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 18.19 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 18.23 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 19.83 Selecting previously unselected package python3-minimal.
19:13:19 [2021-03-01T19:13:19.519Z] #19 19.83 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23654 files and directories currently installed.)
19:13:19 [2021-03-01T19:13:19.519Z] #19 19.87 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 19.88 Unpacking python3-minimal (3.7.3-1) ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 20.10 Selecting previously unselected package libmpdec2:arm64.
19:13:19 [2021-03-01T19:13:19.519Z] #19 20.10 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 20.16 Unpacking libmpdec2:arm64 (2.4.2-2) ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 20.27 Selecting previously unselected package libpython3.7-stdlib:arm64.
19:13:19 [2021-03-01T19:13:19.519Z] #19 20.28 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ...
19:13:19 [2021-03-01T19:13:19.519Z] #19 20.29 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
19:13:19 [2021-03-01T19:13:19.535Z] #42 81.58   DEP      criu/mount.d
19:13:19 [2021-03-01T19:13:19.535Z] #42 81.73   DEP      criu/memfd.d
19:13:19 [2021-03-01T19:13:19.537Z] #45 ...
19:13:19 [2021-03-01T19:13:19.537Z] 
19:13:19 [2021-03-01T19:13:19.537Z] #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
19:13:19 [2021-03-01T19:13:19.537Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.74 Setting up libiptc0:ppc64el (1.8.2-4) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.75 Setting up xz-utils (5.2.4-1) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.78 Setting up sudo (1.8.27-1+deb10u3) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.86 invoke-rc.d: could not determine current runlevel
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.87 invoke-rc.d: policy-rc.d denied execution of start.
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.88 Setting up pigz (2.4-1) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.89 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.89 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.90 Setting up python-pip-whl (18.1-5) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.91 Setting up libmpdec2:ppc64el (2.4.2-2) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 64.91 Setting up vim-runtime (2:8.1.0875-5) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.55 Setting up libaio1:ppc64el (0.3.112-3) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.55 Setting up libonig5:ppc64el (6.9.1-1) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.56 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.56 Setting up vim (2:8.1.0875-5) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.69 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.70 Setting up thin-provisioning-tools (0.7.6-2.1) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.70 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.71 Setting up jq (1.5+dfsg-2+b1) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.74 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ...
19:13:19 [2021-03-01T19:13:19.537Z] #20 65.75 Setting up python3.7 (3.7.3-2+deb10u2) ...
19:13:19 [2021-03-01T19:13:19.733Z] #42 82.56   DEP      criu/fsnotify.d
19:13:19 [2021-03-01T19:13:19.733Z] #42 82.71   DEP      criu/filesystems.d
19:13:19 [2021-03-01T19:13:19.733Z] #42 ...
19:13:19 [2021-03-01T19:13:19.733Z] 
19:13:19 [2021-03-01T19:13:19.733Z] #19 [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
19:13:19 [2021-03-01T19:13:19.733Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:19 [2021-03-01T19:13:19.733Z] #19 10.51 Reading package lists...
19:13:19 [2021-03-01T19:13:19.733Z] #19 14.62 Reading package lists...
19:13:19 [2021-03-01T19:13:19.733Z] #19 18.16 Building dependency tree...
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.48 libcap2-bin is already the newest version (1:2.25-2).
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.48 The following additional packages will be installed:
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.48   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.49   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.49   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.49   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.49   python3.7 python3.7-minimal vim-runtime xxd
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.49 Suggested packages:
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.49   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.49   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.49   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.49 Recommended packages:
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.49   aufs-dkms nftables build-essential python3-dev python3-keyring
19:13:19 [2021-03-01T19:13:19.733Z] #19 19.49   python3-keyrings.alt python3-xdg unzip
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.38 The following NEW packages will be installed:
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.38   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.38   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.38   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.38   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.39   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.39   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.39   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.39   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.39   xz-utils zip
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.73 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded.
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.73 Need to get 28.5 MB of archives.
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.73 After this operation, 116 MB of additional disk space will be used.
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.88 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
19:13:19 [2021-03-01T19:13:19.733Z] #19 21.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
19:13:19 [2021-03-01T19:13:19.733Z] #19 22.00 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
19:13:19 [2021-03-01T19:13:19.733Z] #19 22.03 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
19:13:19 [2021-03-01T19:13:19.733Z] #19 22.03 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
19:13:19 [2021-03-01T19:13:19.733Z] #19 22.03 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
19:13:19 [2021-03-01T19:13:19.733Z] #19 22.03 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.04 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.04 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.05 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.06 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.06 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.09 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.10 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.11 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.12 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.13 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.13 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.17 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.17 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.19 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 22.20 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
19:13:19 [2021-03-01T19:13:19.734Z] #19 ...
19:13:19 [2021-03-01T19:13:19.734Z] 
19:13:19 [2021-03-01T19:13:19.734Z] #42 [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
19:13:19 [2021-03-01T19:13:19.734Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:19 [2021-03-01T19:13:19.734Z] #42 82.84   DEP      criu/files.d
19:13:20 [2021-03-01T19:13:20.028Z] #19 23.49 debconf: delaying package configuration, since apt-utils is not installed
19:13:20 [2021-03-01T19:13:20.028Z] #19 23.60 Fetched 28.5 MB in 2s (16.1 MB/s)
19:13:20 [2021-03-01T19:13:20.099Z] #19 21.29 Selecting previously unselected package python3.7.
19:13:20 [2021-03-01T19:13:20.099Z] #19 21.30 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ...
19:13:20 [2021-03-01T19:13:20.099Z] #19 21.30 Unpacking python3.7 (3.7.3-2+deb10u2) ...
19:13:20 [2021-03-01T19:13:20.110Z] #42 ...
19:13:20 [2021-03-01T19:13:20.110Z] 
19:13:20 [2021-03-01T19:13:20.110Z] #31 [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
19:13:20 [2021-03-01T19:13:20.110Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:13:20 [2021-03-01T19:13:20.110Z] #31 DONE 170.5s
19:13:20 [2021-03-01T19:13:20.110Z] 
19:13:20 [2021-03-01T19:13:20.110Z] #42 [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
19:13:20 [2021-03-01T19:13:20.110Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:20 [2021-03-01T19:13:20.110Z] #42 81.96   DEP      criu/mem.d
19:13:20 [2021-03-01T19:13:20.110Z] #42 82.17   DEP      criu/lsm.d
19:13:20 [2021-03-01T19:13:20.284Z] #19 23.65 Selecting previously unselected package pigz.
19:13:20 [2021-03-01T19:13:20.284Z] #19 23.65 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23432 files and directories currently installed.)
19:13:20 [2021-03-01T19:13:20.284Z] #19 23.72 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
19:13:20 [2021-03-01T19:13:20.284Z] #19 23.74 Unpacking pigz (2.4-1) ...
19:13:20 [2021-03-01T19:13:20.296Z] #42 83.09   DEP      criu/files-reg.d
19:13:20 [2021-03-01T19:13:20.296Z] #42 83.31   DEP      criu/files-ext.d
19:13:20 [2021-03-01T19:13:20.364Z] #19 21.42 Selecting previously unselected package libpython3-stdlib:arm64.
19:13:20 [2021-03-01T19:13:20.364Z] #19 21.43 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
19:13:20 [2021-03-01T19:13:20.364Z] #19 21.44 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
19:13:20 [2021-03-01T19:13:20.364Z] #19 21.56 Setting up python3-minimal (3.7.3-1) ...
19:13:20 [2021-03-01T19:13:20.372Z] #42 82.52   DEP      criu/log.d
19:13:20 [2021-03-01T19:13:20.540Z] #19 23.82 Selecting previously unselected package libpython3.7-minimal:amd64.
19:13:20 [2021-03-01T19:13:20.540Z] #19 23.84 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
19:13:20 [2021-03-01T19:13:20.540Z] #19 23.84 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
19:13:20 [2021-03-01T19:13:20.540Z] #19 ...
19:13:20 [2021-03-01T19:13:20.540Z] 
19:13:20 [2021-03-01T19:13:20.540Z] #42 [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
19:13:20 [2021-03-01T19:13:20.540Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:20 [2021-03-01T19:13:20.540Z] #42 94.26   CC       criu/clone-noasan.o
19:13:20 [2021-03-01T19:13:20.540Z] #42 94.47   CC       criu/config.o
19:13:20 [2021-03-01T19:13:20.554Z] #42 83.52   DEP      criu/file-lock.d
19:13:20 [2021-03-01T19:13:20.633Z] #42 82.71   DEP      criu/libnetlink.d
19:13:20 [2021-03-01T19:13:20.811Z] #42 83.67   DEP      criu/file-ids.d
19:13:20 [2021-03-01T19:13:20.811Z] #42 83.83   DEP      criu/fifo.d
19:13:20 [2021-03-01T19:13:20.895Z] #42 82.99   DEP      criu/kerndat.d
19:13:20 [2021-03-01T19:13:20.902Z] #20 70.37 Setting up iptables (1.8.2-4) ...
19:13:20 [2021-03-01T19:13:20.902Z] #20 70.41 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
19:13:20 [2021-03-01T19:13:20.902Z] #20 70.43 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:13:20 [2021-03-01T19:13:20.902Z] #20 70.44 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
19:13:20 [2021-03-01T19:13:20.902Z] #20 70.44 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:13:20 [2021-03-01T19:13:20.902Z] #20 70.45 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
19:13:20 [2021-03-01T19:13:20.902Z] #20 70.47 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
19:13:20 [2021-03-01T19:13:20.902Z] #20 70.49 Setting up python3 (3.7.3-1) ...
19:13:21 [2021-03-01T19:13:21.068Z] #42 83.97   DEP      criu/fdstore.d
19:13:21 [2021-03-01T19:13:21.156Z] #42 83.24   DEP      criu/kcmp-ids.d
19:13:21 [2021-03-01T19:13:21.320Z] #19 22.55 Selecting previously unselected package python3.
19:13:21 [2021-03-01T19:13:21.327Z] #42 84.14   DEP      criu/fault-injection.d
19:13:21 [2021-03-01T19:13:21.327Z] #42 84.24   DEP      criu/external.d
19:13:21 [2021-03-01T19:13:21.327Z] #42 84.32   DEP      criu/eventpoll.d
19:13:21 [2021-03-01T19:13:21.418Z] #42 83.39   DEP      criu/irmap.d
19:13:21 [2021-03-01T19:13:21.482Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	17.228s	coverage: 73.3% of statements
19:13:21 [2021-03-01T19:13:21.482Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
19:13:21 [2021-03-01T19:13:21.555Z] #20 71.05 Setting up python3-wheel (0.32.3-2) ...
19:13:21 [2021-03-01T19:13:21.585Z] #42 84.53   DEP      criu/eventfd.d
19:13:21 [2021-03-01T19:13:21.585Z] #42 ...
19:13:21 [2021-03-01T19:13:21.585Z] 
19:13:21 [2021-03-01T19:13:21.585Z] #31 [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
19:13:21 [2021-03-01T19:13:21.585Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548
19:13:21 [2021-03-01T19:13:21.585Z] #31 DONE 173.3s
19:13:21 [2021-03-01T19:13:21.585Z] #19 22.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 ... 24066 files and directories currently installed.)
19:13:21 [2021-03-01T19:13:21.586Z] #19 22.62 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
19:13:21 [2021-03-01T19:13:21.586Z] #19 22.64 Unpacking python3 (3.7.3-1) ...
19:13:21 [2021-03-01T19:13:21.586Z] #19 22.77 Selecting previously unselected package libip4tc0:arm64.
19:13:21 [2021-03-01T19:13:21.586Z] #19 22.79 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
19:13:21 [2021-03-01T19:13:21.586Z] #19 22.79 Unpacking libip4tc0:arm64 (1.8.2-4) ...
19:13:21 [2021-03-01T19:13:21.680Z] #42 83.65   DEP      criu/ipc_ns.d
19:13:21 [2021-03-01T19:13:21.680Z] #42 83.82   DEP      criu/image.d
19:13:21 [2021-03-01T19:13:21.775Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.010s	coverage: 57.5% of statements
19:13:21 [2021-03-01T19:13:21.775Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.629s	coverage: 57.7% of statements
19:13:21 [2021-03-01T19:13:21.775Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
19:13:21 [2021-03-01T19:13:21.775Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
19:13:21 [2021-03-01T19:13:21.842Z] 
19:13:21 [2021-03-01T19:13:21.842Z] #19 [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
19:13:21 [2021-03-01T19:13:21.842Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.21 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.22 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.22 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.77 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.77 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.77 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.77 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.77 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.80 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.88 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.90 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.90 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.91 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.92 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.94 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 22.94 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 23.01 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 23.05 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 23.07 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 23.49 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 23.54 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 23.60 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
19:13:21 [2021-03-01T19:13:21.842Z] #19 24.26 debconf: delaying package configuration, since apt-utils is not installed
19:13:21 [2021-03-01T19:13:21.862Z] #19 22.89 Selecting previously unselected package libip6tc0:arm64.
19:13:21 [2021-03-01T19:13:21.862Z] #19 22.90 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
19:13:21 [2021-03-01T19:13:21.862Z] #19 22.91 Unpacking libip6tc0:arm64 (1.8.2-4) ...
19:13:21 [2021-03-01T19:13:21.862Z] #19 23.03 Selecting previously unselected package libiptc0:arm64.
19:13:21 [2021-03-01T19:13:21.862Z] #19 23.05 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
19:13:21 [2021-03-01T19:13:21.862Z] #19 23.06 Unpacking libiptc0:arm64 (1.8.2-4) ...
19:13:21 [2021-03-01T19:13:21.942Z] #42 83.94   DEP      criu/image-desc.d
19:13:21 [2021-03-01T19:13:21.942Z] #42 84.02   DEP      criu/fsnotify.d
19:13:21 [2021-03-01T19:13:21.942Z] #42 84.14   DEP      criu/filesystems.d
19:13:22 [2021-03-01T19:13:22.098Z] #19 24.40 Fetched 28.5 MB in 2s (13.3 MB/s)
19:13:22 [2021-03-01T19:13:22.098Z] #19 24.46 Selecting previously unselected package pigz.
19:13:22 [2021-03-01T19:13:22.098Z] #19 24.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 ... 23432 files and directories currently installed.)
19:13:22 [2021-03-01T19:13:22.127Z] #19 23.19 Selecting previously unselected package libnfnetlink0:arm64.
19:13:22 [2021-03-01T19:13:22.127Z] #19 23.19 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
19:13:22 [2021-03-01T19:13:22.127Z] #19 23.26 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
19:13:22 [2021-03-01T19:13:22.127Z] #19 23.34 Selecting previously unselected package libnetfilter-conntrack3:arm64.
19:13:22 [2021-03-01T19:13:22.127Z] #19 23.35 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
19:13:22 [2021-03-01T19:13:22.127Z] #19 23.37 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
19:13:22 [2021-03-01T19:13:22.203Z] #42 84.36   DEP      criu/files.d
19:13:22 [2021-03-01T19:13:22.355Z] #19 24.56 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
19:13:22 [2021-03-01T19:13:22.355Z] #19 24.58 Unpacking pigz (2.4-1) ...
19:13:22 [2021-03-01T19:13:22.355Z] #19 24.70 Selecting previously unselected package libpython3.7-minimal:amd64.
19:13:22 [2021-03-01T19:13:22.393Z] #19 23.52 Selecting previously unselected package libnftnl11:arm64.
19:13:22 [2021-03-01T19:13:22.393Z] #19 23.53 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
19:13:22 [2021-03-01T19:13:22.393Z] #19 23.54 Unpacking libnftnl11:arm64 (1.1.2-2) ...
19:13:22 [2021-03-01T19:13:22.393Z] #19 23.63 Selecting previously unselected package iptables.
19:13:22 [2021-03-01T19:13:22.393Z] #19 23.63 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
19:13:22 [2021-03-01T19:13:22.393Z] #19 23.64 Unpacking iptables (1.8.2-4) ...
19:13:22 [2021-03-01T19:13:22.428Z] #42 95.85   CC       criu/cr-check.o
19:13:22 [2021-03-01T19:13:22.465Z] #42 84.55   DEP      criu/files-reg.d
19:13:22 [2021-03-01T19:13:22.612Z] #19 24.71 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
19:13:22 [2021-03-01T19:13:22.612Z] #19 24.71 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
19:13:22 [2021-03-01T19:13:22.613Z] #20 72.13 Setting up apparmor (2.13.2-10) ...
19:13:22 [2021-03-01T19:13:22.730Z] #42 84.67   DEP      criu/files-ext.d
19:13:22 [2021-03-01T19:13:22.730Z] #42 84.75   DEP      criu/file-lock.d
19:13:22 [2021-03-01T19:13:22.730Z] #42 84.87   DEP      criu/file-ids.d
19:13:22 [2021-03-01T19:13:22.814Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.022s	coverage: 3.0% of statements
19:13:22 [2021-03-01T19:13:22.973Z] #19 23.96 Selecting previously unselected package xxd.
19:13:22 [2021-03-01T19:13:22.973Z] #19 23.96 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
19:13:22 [2021-03-01T19:13:22.973Z] #19 23.98 Unpacking xxd (2:8.1.0875-5) ...
19:13:22 [2021-03-01T19:13:22.973Z] #19 24.13 Selecting previously unselected package vim-common.
19:13:22 [2021-03-01T19:13:22.973Z] #19 24.13 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
19:13:22 [2021-03-01T19:13:22.973Z] #19 24.16 Unpacking vim-common (2:8.1.0875-5) ...
19:13:22 [2021-03-01T19:13:22.992Z] #42 84.99   DEP      criu/fifo.d
19:13:22 [2021-03-01T19:13:22.992Z] #42 85.12   DEP      criu/fdstore.d
19:13:22 [2021-03-01T19:13:22.992Z] #42 85.17   DEP      criu/fault-injection.d
19:13:22 [2021-03-01T19:13:22.992Z] #42 85.20   DEP      criu/external.d
19:13:23 [2021-03-01T19:13:23.174Z] #19 25.50 Selecting previously unselected package python3.7-minimal.
19:13:23 [2021-03-01T19:13:23.174Z] #19 25.50 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
19:13:23 [2021-03-01T19:13:23.174Z] #19 25.51 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
19:13:23 [2021-03-01T19:13:23.239Z] #19 24.37 Selecting previously unselected package bash-completion.
19:13:23 [2021-03-01T19:13:23.239Z] #19 24.37 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
19:13:23 [2021-03-01T19:13:23.254Z] #42 85.34   DEP      criu/eventpoll.d
19:13:23 [2021-03-01T19:13:23.450Z] ok  	github.com/docker/docker/daemon/links	0.006s	coverage: 93.0% of statements
19:13:23 [2021-03-01T19:13:23.516Z] #42 85.55   DEP      criu/eventfd.d
19:13:23 [2021-03-01T19:13:23.516Z] #42 85.72   DEP      criu/crtools.d
19:13:23 [2021-03-01T19:13:23.777Z] #42 85.93   DEP      criu/cr-service.d
19:13:23 [2021-03-01T19:13:23.791Z] #42 97.58   CC       criu/cr-dedup.o
19:13:24 [2021-03-01T19:13:24.039Z] #42 86.16   DEP      criu/cr-restore.d
19:13:24 [2021-03-01T19:13:24.047Z] #42 98.00   CC       criu/cr-dump.o
19:13:24 [2021-03-01T19:13:24.087Z] ok  	github.com/docker/docker/daemon/images	0.013s	coverage: 6.7% of statements
19:13:24 [2021-03-01T19:13:24.087Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
19:13:24 [2021-03-01T19:13:24.087Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
19:13:24 [2021-03-01T19:13:24.102Z] #19 26.30 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
19:13:24 [2021-03-01T19:13:24.102Z] #19 26.32 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
19:13:24 [2021-03-01T19:13:24.301Z] #42 86.36   DEP      criu/cr-errno.d
19:13:24 [2021-03-01T19:13:24.301Z] #42 86.38   DEP      criu/cr-dump.d
19:13:24 [2021-03-01T19:13:24.563Z] #42 86.59   DEP      criu/cr-dedup.d
19:13:24 [2021-03-01T19:13:24.563Z] #42 86.76   DEP      criu/cr-check.d
19:13:24 [2021-03-01T19:13:24.825Z] #42 86.99   DEP      criu/config.d
19:13:24 [2021-03-01T19:13:24.825Z] #42 87.12   DEP      criu/clone-noasan.d
19:13:25 [2021-03-01T19:13:25.087Z] #42 87.26   DEP      criu/cgroup.d
19:13:25 [2021-03-01T19:13:25.126Z] ok  	github.com/docker/docker/daemon/logger	0.216s	coverage: 43.2% of statements
19:13:25 [2021-03-01T19:13:25.349Z] #42 87.47   DEP      criu/cgroup-props.d
19:13:25 [2021-03-01T19:13:25.349Z] #42 87.55   DEP      criu/bitmap.d
19:13:25 [2021-03-01T19:13:25.419Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.075s	coverage: 77.4% of statements
19:13:25 [2021-03-01T19:13:25.419Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
19:13:25 [2021-03-01T19:13:25.419Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
19:13:25 [2021-03-01T19:13:25.441Z] #20 74.62 Setting up xfsprogs (4.20.0-1) ...
19:13:25 [2021-03-01T19:13:25.441Z] #20 74.62 Setting up python3-lib2to3 (3.7.3-1) ...
19:13:25 [2021-03-01T19:13:25.441Z] #20 75.27 Setting up python3-pkg-resources (40.8.0-1) ...
19:13:25 [2021-03-01T19:13:25.611Z] #42 87.57   DEP      criu/bfd.d
19:13:25 [2021-03-01T19:13:25.611Z] #42 87.69   DEP      criu/autofs.d
19:13:25 [2021-03-01T19:13:25.741Z] #20 ...
19:13:25 [2021-03-01T19:13:25.741Z] 
19:13:25 [2021-03-01T19:13:25.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
19:13:25 [2021-03-01T19:13:25.741Z] #45 sha256:2282e2fbe832aaada45597235aae0bf631b4ca09052c19d4fb09139a2e973267
19:13:25 [2021-03-01T19:13:25.741Z] #45 DONE 193.2s
19:13:25 [2021-03-01T19:13:25.741Z] 
19:13:25 [2021-03-01T19:13:25.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
19:13:25 [2021-03-01T19:13:25.741Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:13:25 [2021-03-01T19:13:25.741Z] #43 116.6   CC       criu/cr-errno.o
19:13:25 [2021-03-01T19:13:25.741Z] #43 116.7   CC       criu/cr-restore.o
19:13:25 [2021-03-01T19:13:25.741Z] #43 123.4   CC       criu/cr-service.o
19:13:25 [2021-03-01T19:13:25.741Z] #43 126.0   CC       criu/crtools.o
19:13:25 [2021-03-01T19:13:25.873Z] #42 87.86   DEP      criu/aio.d
19:13:25 [2021-03-01T19:13:25.873Z] #42 88.01   DEP      criu/action-scripts.d
19:13:25 [2021-03-01T19:13:25.994Z] #19 28.15 Selecting previously unselected package python3-minimal.
19:13:25 [2021-03-01T19:13:25.994Z] #19 28.15 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23681 files and directories currently installed.)
19:13:25 [2021-03-01T19:13:25.994Z] #19 28.20 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
19:13:25 [2021-03-01T19:13:25.994Z] #19 28.21 Unpacking python3-minimal (3.7.3-1) ...
19:13:25 [2021-03-01T19:13:25.994Z] #19 28.30 Selecting previously unselected package libmpdec2:amd64.
19:13:25 [2021-03-01T19:13:25.994Z] #19 28.31 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
19:13:25 [2021-03-01T19:13:25.994Z] #19 28.32 Unpacking libmpdec2:amd64 (2.4.2-2) ...
19:13:25 [2021-03-01T19:13:25.994Z] #19 28.43 Selecting previously unselected package libpython3.7-stdlib:amd64.
19:13:25 [2021-03-01T19:13:25.994Z] #19 28.43 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.055Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.003s	coverage: 67.0% of statements
19:13:26 [2021-03-01T19:13:26.134Z] #42 88.24   CC       criu/action-scripts.o
19:13:26 [2021-03-01T19:13:26.250Z] #19 28.44 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.347Z] ok  	github.com/docker/docker/daemon/logger/journald	0.002s	coverage: 23.9% of statements
19:13:26 [2021-03-01T19:13:26.396Z] #42 88.56   CC       criu/aio.o
19:13:26 [2021-03-01T19:13:26.396Z] #43 127.2   CC       criu/eventfd.o
19:13:26 [2021-03-01T19:13:26.562Z] #42 ...
19:13:26 [2021-03-01T19:13:26.562Z] 
19:13:26 [2021-03-01T19:13:26.562Z] #19 [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
19:13:26 [2021-03-01T19:13:26.562Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:26 [2021-03-01T19:13:26.562Z] #19 24.27 Selecting previously unselected package python3.7-minimal.
19:13:26 [2021-03-01T19:13:26.562Z] #19 24.28 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.562Z] #19 24.29 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.562Z] #19 25.11 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.562Z] #19 25.12 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.562Z] #19 27.12 Selecting previously unselected package python3-minimal.
19:13:26 [2021-03-01T19:13:26.562Z] #19 27.12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23681 files and directories currently installed.)
19:13:26 [2021-03-01T19:13:26.562Z] #19 27.16 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.562Z] #19 27.17 Unpacking python3-minimal (3.7.3-1) ...
19:13:26 [2021-03-01T19:13:26.562Z] #19 27.24 Selecting previously unselected package libmpdec2:amd64.
19:13:26 [2021-03-01T19:13:26.562Z] #19 27.25 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.562Z] #19 27.27 Unpacking libmpdec2:amd64 (2.4.2-2) ...
19:13:26 [2021-03-01T19:13:26.562Z] #19 27.37 Selecting previously unselected package libpython3.7-stdlib:amd64.
19:13:26 [2021-03-01T19:13:26.562Z] #19 27.37 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.562Z] #19 27.37 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 28.35 Selecting previously unselected package python3.7.
19:13:26 [2021-03-01T19:13:26.563Z] #19 28.35 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 28.35 Unpacking python3.7 (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 28.48 Selecting previously unselected package libpython3-stdlib:amd64.
19:13:26 [2021-03-01T19:13:26.563Z] #19 28.50 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 28.51 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 28.69 Setting up python3-minimal (3.7.3-1) ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.56 Selecting previously unselected package python3.
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.56 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24093 files and directories currently installed.)
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.63 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.64 Unpacking python3 (3.7.3-1) ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.74 Selecting previously unselected package libip4tc0:amd64.
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.75 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.76 Unpacking libip4tc0:amd64 (1.8.2-4) ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.84 Selecting previously unselected package libip6tc0:amd64.
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.84 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.85 Unpacking libip6tc0:amd64 (1.8.2-4) ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.93 Selecting previously unselected package libiptc0:amd64.
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.94 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 29.94 Unpacking libiptc0:amd64 (1.8.2-4) ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 30.01 Selecting previously unselected package libnfnetlink0:amd64.
19:13:26 [2021-03-01T19:13:26.563Z] #19 30.02 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 30.03 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
19:13:26 [2021-03-01T19:13:26.563Z] #19 30.09 Selecting previously unselected package libnetfilter-conntrack3:amd64.
19:13:26 [2021-03-01T19:13:26.573Z] #19 27.22 Unpacking bash-completion (1:2.8-6) ...
19:13:26 [2021-03-01T19:13:26.573Z] #19 27.74 Selecting previously unselected package bzip2.
19:13:26 [2021-03-01T19:13:26.573Z] #19 27.75 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
19:13:26 [2021-03-01T19:13:26.573Z] #19 27.75 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
19:13:26 [2021-03-01T19:13:26.641Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.013s	coverage: 87.2% of statements
19:13:26 [2021-03-01T19:13:26.818Z] #19 30.09 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.818Z] #19 30.10 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
19:13:26 [2021-03-01T19:13:26.818Z] #19 30.17 Selecting previously unselected package libnftnl11:amd64.
19:13:26 [2021-03-01T19:13:26.818Z] #19 30.17 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.818Z] #19 30.18 Unpacking libnftnl11:amd64 (1.1.2-2) ...
19:13:26 [2021-03-01T19:13:26.818Z] #19 30.25 Selecting previously unselected package iptables.
19:13:26 [2021-03-01T19:13:26.818Z] #19 30.26 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.818Z] #19 30.26 Unpacking iptables (1.8.2-4) ...
19:13:26 [2021-03-01T19:13:26.839Z] #19 27.88 Selecting previously unselected package xz-utils.
19:13:26 [2021-03-01T19:13:26.839Z] #19 27.89 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
19:13:26 [2021-03-01T19:13:26.839Z] #19 27.90 Unpacking xz-utils (5.2.4-1) ...
19:13:26 [2021-03-01T19:13:26.839Z] #19 28.09 Selecting previously unselected package apparmor.
19:13:26 [2021-03-01T19:13:26.839Z] #19 28.10 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
19:13:26 [2021-03-01T19:13:26.935Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.011s	coverage: 61.6% of statements
19:13:26 [2021-03-01T19:13:26.970Z] #42 89.11   CC       criu/autofs.o
19:13:26 [2021-03-01T19:13:26.970Z] #42 ...
19:13:26 [2021-03-01T19:13:26.970Z] 
19:13:26 [2021-03-01T19:13:26.970Z] #19 [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
19:13:26 [2021-03-01T19:13:26.970Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.32 The following NEW packages will be installed:
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.33   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.33   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.33   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.33   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.33   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.33   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.33   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.33   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.33   xz-utils zip
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.73 0 upgraded, 48 newly installed, 0 to remove and 21 not upgraded.
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.73 Need to get 28.5 MB of archives.
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.73 After this operation, 116 MB of additional disk space will be used.
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 22.96 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.02 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.12 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.17 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.17 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.18 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.18 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.22 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.23 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.26 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.27 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.28 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.29 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.33 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.33 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.35 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.35 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.40 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.40 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.40 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.88 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.88 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.88 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.88 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.88 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.90 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.97 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.98 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 23.99 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 24.01 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 24.02 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 24.04 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 24.04 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 24.08 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 24.10 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 24.12 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 24.46 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 24.51 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 24.60 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
19:13:26 [2021-03-01T19:13:26.970Z] #19 25.36 debconf: delaying package configuration, since apt-utils is not installed
19:13:26 [2021-03-01T19:13:26.970Z] #19 25.57 Fetched 28.5 MB in 2s (12.8 MB/s)
19:13:26 [2021-03-01T19:13:26.970Z] #19 25.76 Selecting previously unselected package pigz.
19:13:26 [2021-03-01T19:13:26.970Z] #19 25.76 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23432 files and directories currently installed.)
19:13:26 [2021-03-01T19:13:26.970Z] #19 25.89 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 25.91 Unpacking pigz (2.4-1) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 26.19 Selecting previously unselected package libpython3.7-minimal:amd64.
19:13:26 [2021-03-01T19:13:26.970Z] #19 26.20 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 26.21 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 26.70 Selecting previously unselected package python3.7-minimal.
19:13:26 [2021-03-01T19:13:26.970Z] #19 26.71 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 26.72 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 27.49 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 27.52 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 29.44 Selecting previously unselected package python3-minimal.
19:13:26 [2021-03-01T19:13:26.970Z] #19 29.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 ... 23681 files and directories currently installed.)
19:13:26 [2021-03-01T19:13:26.970Z] #19 29.50 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 29.50 Unpacking python3-minimal (3.7.3-1) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 29.60 Selecting previously unselected package libmpdec2:amd64.
19:13:26 [2021-03-01T19:13:26.970Z] #19 29.60 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 29.61 Unpacking libmpdec2:amd64 (2.4.2-2) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 29.69 Selecting previously unselected package libpython3.7-stdlib:amd64.
19:13:26 [2021-03-01T19:13:26.970Z] #19 29.69 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 29.70 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 30.63 Selecting previously unselected package python3.7.
19:13:26 [2021-03-01T19:13:26.970Z] #19 30.64 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 30.64 Unpacking python3.7 (3.7.3-2+deb10u2) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 30.76 Selecting previously unselected package libpython3-stdlib:amd64.
19:13:26 [2021-03-01T19:13:26.970Z] #19 30.76 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 30.76 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 30.89 Setting up python3-minimal (3.7.3-1) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 31.55 Selecting previously unselected package python3.
19:13:26 [2021-03-01T19:13:26.970Z] #19 31.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 ... 24093 files and directories currently installed.)
19:13:26 [2021-03-01T19:13:26.970Z] #19 31.59 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 31.61 Unpacking python3 (3.7.3-1) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 31.72 Selecting previously unselected package libip4tc0:amd64.
19:13:26 [2021-03-01T19:13:26.970Z] #19 31.72 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 31.73 Unpacking libip4tc0:amd64 (1.8.2-4) ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 31.85 Selecting previously unselected package libip6tc0:amd64.
19:13:26 [2021-03-01T19:13:26.970Z] #19 31.86 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
19:13:26 [2021-03-01T19:13:26.970Z] #19 31.88 Unpacking libip6tc0:amd64 (1.8.2-4) ...
19:13:27 [2021-03-01T19:13:27.045Z] #43 ...
19:13:27 [2021-03-01T19:13:27.045Z] 
19:13:27 [2021-03-01T19:13:27.045Z] #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
19:13:27 [2021-03-01T19:13:27.045Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a
19:13:27 [2021-03-01T19:13:27.045Z] #20 76.57 Setting up python3-distutils (3.7.3-1) ...
19:13:27 [2021-03-01T19:13:27.073Z] #19 30.60 Selecting previously unselected package xxd.
19:13:27 [2021-03-01T19:13:27.073Z] #19 30.61 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
19:13:27 [2021-03-01T19:13:27.073Z] #19 30.61 Unpacking xxd (2:8.1.0875-5) ...
19:13:27 [2021-03-01T19:13:27.104Z] #19 28.19 Unpacking apparmor (2.13.2-10) ...
19:13:27 [2021-03-01T19:13:27.180Z] #19 29.40 Selecting previously unselected package python3.7.
19:13:27 [2021-03-01T19:13:27.180Z] #19 29.41 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
19:13:27 [2021-03-01T19:13:27.180Z] #19 29.41 Unpacking python3.7 (3.7.3-2+deb10u2) ...
19:13:27 [2021-03-01T19:13:27.180Z] #19 29.51 Selecting previously unselected package libpython3-stdlib:amd64.
19:13:27 [2021-03-01T19:13:27.180Z] #19 29.51 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
19:13:27 [2021-03-01T19:13:27.180Z] #19 29.52 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
19:13:27 [2021-03-01T19:13:27.231Z] #19 32.02 Selecting previously unselected package libiptc0:amd64.
19:13:27 [2021-03-01T19:13:27.231Z] #19 32.02 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
19:13:27 [2021-03-01T19:13:27.231Z] #19 32.03 Unpacking libiptc0:amd64 (1.8.2-4) ...
19:13:27 [2021-03-01T19:13:27.231Z] #19 32.11 Selecting previously unselected package libnfnetlink0:amd64.
19:13:27 [2021-03-01T19:13:27.329Z] #19 30.74 Selecting previously unselected package vim-common.
19:13:27 [2021-03-01T19:13:27.329Z] #19 30.74 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
19:13:27 [2021-03-01T19:13:27.329Z] #19 30.78 Unpacking vim-common (2:8.1.0875-5) ...
19:13:27 [2021-03-01T19:13:27.329Z] #19 30.95 Selecting previously unselected package bash-completion.
19:13:27 [2021-03-01T19:13:27.329Z] #19 30.95 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
19:13:27 [2021-03-01T19:13:27.343Z] #20 77.06 Setting up python3-setuptools (40.8.0-1) ...
19:13:27 [2021-03-01T19:13:27.370Z] #19 28.51 Selecting previously unselected package aufs-tools.
19:13:27 [2021-03-01T19:13:27.370Z] #19 28.53 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
19:13:27 [2021-03-01T19:13:27.370Z] #19 28.54 Unpacking aufs-tools (1:4.14+20190211-1) ...
19:13:27 [2021-03-01T19:13:27.370Z] #19 28.74 Selecting previously unselected package libonig5:arm64.
19:13:27 [2021-03-01T19:13:27.436Z] #19 29.63 Setting up python3-minimal (3.7.3-1) ...
19:13:27 [2021-03-01T19:13:27.493Z] #19 32.11 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
19:13:27 [2021-03-01T19:13:27.493Z] #19 32.13 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
19:13:27 [2021-03-01T19:13:27.493Z] #19 32.20 Selecting previously unselected package libnetfilter-conntrack3:amd64.
19:13:27 [2021-03-01T19:13:27.493Z] #19 32.20 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
19:13:27 [2021-03-01T19:13:27.493Z] #19 32.20 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
19:13:27 [2021-03-01T19:13:27.493Z] #19 32.29 Selecting previously unselected package libnftnl11:amd64.
19:13:27 [2021-03-01T19:13:27.493Z] #19 32.29 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
19:13:27 [2021-03-01T19:13:27.493Z] #19 32.30 Unpacking libnftnl11:amd64 (1.1.2-2) ...
19:13:27 [2021-03-01T19:13:27.570Z] ok  	github.com/docker/docker/daemon/logger/local	0.008s	coverage: 75.2% of statements
19:13:27 [2021-03-01T19:13:27.570Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
19:13:27 [2021-03-01T19:13:27.636Z] #19 28.75 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
19:13:27 [2021-03-01T19:13:27.636Z] #19 28.77 Unpacking libonig5:arm64 (6.9.1-1) ...
19:13:27 [2021-03-01T19:13:27.754Z] #19 32.36 Selecting previously unselected package iptables.
19:13:27 [2021-03-01T19:13:27.754Z] #19 32.37 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
19:13:27 [2021-03-01T19:13:27.754Z] #19 32.37 Unpacking iptables (1.8.2-4) ...
19:13:27 [2021-03-01T19:13:27.754Z] #19 32.65 Selecting previously unselected package xxd.
19:13:27 [2021-03-01T19:13:27.864Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.048s	coverage: 56.8% of statements
19:13:27 [2021-03-01T19:13:27.901Z] #19 28.94 Selecting previously unselected package libjq1:arm64.
19:13:27 [2021-03-01T19:13:27.901Z] #19 28.95 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
19:13:27 [2021-03-01T19:13:27.901Z] #19 28.96 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
19:13:27 [2021-03-01T19:13:27.901Z] #19 29.07 Selecting previously unselected package jq.
19:13:27 [2021-03-01T19:13:27.901Z] #19 29.09 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
19:13:27 [2021-03-01T19:13:27.901Z] #19 29.11 Unpacking jq (1.5+dfsg-2+b1) ...
19:13:28 [2021-03-01T19:13:28.016Z] #19 32.66 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
19:13:28 [2021-03-01T19:13:28.016Z] #19 32.67 Unpacking xxd (2:8.1.0875-5) ...
19:13:28 [2021-03-01T19:13:28.016Z] #19 32.78 Selecting previously unselected package vim-common.
19:13:28 [2021-03-01T19:13:28.016Z] #19 32.78 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
19:13:28 [2021-03-01T19:13:28.016Z] #19 32.82 Unpacking vim-common (2:8.1.0875-5) ...
19:13:28 [2021-03-01T19:13:28.166Z] #19 29.24 Selecting previously unselected package libaio1:arm64.
19:13:28 [2021-03-01T19:13:28.166Z] #19 29.25 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
19:13:28 [2021-03-01T19:13:28.166Z] #19 29.26 Unpacking libaio1:arm64 (0.3.112-3) ...
19:13:28 [2021-03-01T19:13:28.166Z] #19 29.37 Selecting previously unselected package libgpm2:arm64.
19:13:28 [2021-03-01T19:13:28.166Z] #19 29.37 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
19:13:28 [2021-03-01T19:13:28.166Z] #19 29.39 Unpacking libgpm2:arm64 (1.20.7-5) ...
19:13:28 [2021-03-01T19:13:28.256Z] #19 30.46 Selecting previously unselected package python3.
19:13:28 [2021-03-01T19:13:28.256Z] #19 30.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 ... 24093 files and directories currently installed.)
19:13:28 [2021-03-01T19:13:28.256Z] #19 30.54 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
19:13:28 [2021-03-01T19:13:28.256Z] #19 30.56 Unpacking python3 (3.7.3-1) ...
19:13:28 [2021-03-01T19:13:28.256Z] #19 30.64 Selecting previously unselected package libip4tc0:amd64.
19:13:28 [2021-03-01T19:13:28.256Z] #19 30.65 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
19:13:28 [2021-03-01T19:13:28.256Z] #19 30.65 Unpacking libip4tc0:amd64 (1.8.2-4) ...
19:13:28 [2021-03-01T19:13:28.278Z] #19 32.99 Selecting previously unselected package bash-completion.
19:13:28 [2021-03-01T19:13:28.278Z] #19 33.00 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
19:13:28 [2021-03-01T19:13:28.278Z] #19 ...
19:13:28 [2021-03-01T19:13:28.278Z] 
19:13:28 [2021-03-01T19:13:28.278Z] #42 [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
19:13:28 [2021-03-01T19:13:28.278Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:28 [2021-03-01T19:13:28.278Z] #42 90.49   CC       criu/bfd.o
19:13:28 [2021-03-01T19:13:28.430Z] #19 29.51 Selecting previously unselected package libicu63:arm64.
19:13:28 [2021-03-01T19:13:28.431Z] #19 29.53 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
19:13:28 [2021-03-01T19:13:28.431Z] #19 29.53 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
19:13:28 [2021-03-01T19:13:28.520Z] #19 30.74 Selecting previously unselected package libip6tc0:amd64.
19:13:28 [2021-03-01T19:13:28.520Z] #19 30.75 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
19:13:28 [2021-03-01T19:13:28.520Z] #19 30.76 Unpacking libip6tc0:amd64 (1.8.2-4) ...
19:13:28 [2021-03-01T19:13:28.520Z] #19 30.86 Selecting previously unselected package libiptc0:amd64.
19:13:28 [2021-03-01T19:13:28.520Z] #19 30.86 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
19:13:28 [2021-03-01T19:13:28.520Z] #19 30.87 Unpacking libiptc0:amd64 (1.8.2-4) ...
19:13:28 [2021-03-01T19:13:28.520Z] #19 30.94 Selecting previously unselected package libnfnetlink0:amd64.
19:13:28 [2021-03-01T19:13:28.520Z] #19 30.94 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
19:13:28 [2021-03-01T19:13:28.520Z] #19 30.95 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
19:13:28 [2021-03-01T19:13:28.776Z] #19 31.13 Selecting previously unselected package libnetfilter-conntrack3:amd64.
19:13:28 [2021-03-01T19:13:28.850Z] #42 91.01   CC       criu/bitmap.o
19:13:28 [2021-03-01T19:13:28.886Z] #20 78.60 Setting up python3-pip (18.1-5) ...
19:13:28 [2021-03-01T19:13:28.902Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.007s	coverage: 31.5% of statements
19:13:29 [2021-03-01T19:13:29.033Z] #19 31.14 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
19:13:29 [2021-03-01T19:13:29.033Z] #19 31.19 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
19:13:29 [2021-03-01T19:13:29.033Z] #19 31.33 Selecting previously unselected package libnftnl11:amd64.
19:13:29 [2021-03-01T19:13:29.033Z] #19 31.33 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
19:13:29 [2021-03-01T19:13:29.033Z] #19 31.35 Unpacking libnftnl11:amd64 (1.1.2-2) ...
19:13:29 [2021-03-01T19:13:29.033Z] #19 31.43 Selecting previously unselected package iptables.
19:13:29 [2021-03-01T19:13:29.112Z] #42 91.21   CC       criu/cgroup-props.o
19:13:29 [2021-03-01T19:13:29.288Z] #19 31.44 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
19:13:29 [2021-03-01T19:13:29.289Z] #19 31.45 Unpacking iptables (1.8.2-4) ...
19:13:29 [2021-03-01T19:13:29.538Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.002s	coverage: 46.8% of statements
19:13:29 [2021-03-01T19:13:29.544Z] #19 31.79 Selecting previously unselected package xxd.
19:13:29 [2021-03-01T19:13:29.544Z] #19 31.81 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
19:13:29 [2021-03-01T19:13:29.544Z] #19 31.82 Unpacking xxd (2:8.1.0875-5) ...
19:13:29 [2021-03-01T19:13:29.544Z] #19 31.97 Selecting previously unselected package vim-common.
19:13:29 [2021-03-01T19:13:29.544Z] #19 31.99 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
19:13:29 [2021-03-01T19:13:29.685Z] #42 91.94   CC       criu/cgroup.o
19:13:29 [2021-03-01T19:13:29.801Z] #19 32.02 Unpacking vim-common (2:8.1.0875-5) ...
19:13:29 [2021-03-01T19:13:29.801Z] #19 32.20 Selecting previously unselected package bash-completion.
19:13:29 [2021-03-01T19:13:29.801Z] #19 32.21 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
19:13:29 [2021-03-01T19:13:29.831Z] ok  	github.com/docker/docker/daemon/logger/templates	0.001s	coverage: 8.3% of statements
19:13:29 [2021-03-01T19:13:29.833Z] #19 ...
19:13:29 [2021-03-01T19:13:29.833Z] 
19:13:29 [2021-03-01T19:13:29.833Z] #42 [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
19:13:29 [2021-03-01T19:13:29.833Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:13:29 [2021-03-01T19:13:29.833Z] #42 82.09   CC       criu/bfd.o
19:13:29 [2021-03-01T19:13:29.833Z] #42 82.45   CC       criu/bitmap.o
19:13:29 [2021-03-01T19:13:29.833Z] #42 82.54   CC       criu/cgroup-props.o
19:13:29 [2021-03-01T19:13:29.833Z] #42 83.14   CC       criu/cgroup.o
19:13:29 [2021-03-01T19:13:29.833Z] #42 85.16   CC       criu/clone-noasan.o
19:13:29 [2021-03-01T19:13:29.833Z] #42 85.32   CC       criu/config.o
19:13:29 [2021-03-01T19:13:29.833Z] #42 86.67   CC       criu/cr-check.o
19:13:29 [2021-03-01T19:13:29.833Z] #42 88.20   CC       criu/cr-dedup.o
19:13:29 [2021-03-01T19:13:29.833Z] #42 88.60   CC       criu/cr-dump.o
19:13:29 [2021-03-01T19:13:29.833Z] #42 90.66   CC       criu/cr-errno.o
19:13:29 [2021-03-01T19:13:29.833Z] #42 90.72   CC       criu/cr-restore.o
19:13:30 [2021-03-01T19:13:30.425Z] #20 79.87 Processing triggers for libc-bin (2.28-10) ...
19:13:30 [2021-03-01T19:13:30.425Z] #20 79.92 Processing triggers for mime-support (3.62) ...
19:13:30 [2021-03-01T19:13:30.425Z] #20 DONE 80.2s
19:13:30 [2021-03-01T19:13:30.425Z] 
19:13:30 [2021-03-01T19:13:30.425Z] #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
19:13:30 [2021-03-01T19:13:30.425Z] #21 sha256:f9cfccc8fb34cc555d5fadd4829421e33abeed7ec28087cd74c46e1cbd7e7291
19:13:30 [2021-03-01T19:13:30.466Z] ok  	github.com/docker/docker/daemon/network	0.003s	coverage: 63.8% of statements
19:13:30 [2021-03-01T19:13:30.466Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.428s	coverage: 82.5% of statements
19:13:30 [2021-03-01T19:13:30.466Z] ?   	github.com/docker/docker/daemon/names	[no test files]
19:13:30 [2021-03-01T19:13:30.466Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
19:13:30 [2021-03-01T19:13:30.636Z] #19 33.61 Unpacking bash-completion (1:2.8-6) ...
19:13:30 [2021-03-01T19:13:30.636Z] #19 34.01 Selecting previously unselected package bzip2.
19:13:30 [2021-03-01T19:13:30.636Z] #19 34.02 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
19:13:30 [2021-03-01T19:13:30.636Z] #19 34.02 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
19:13:30 [2021-03-01T19:13:30.636Z] #19 34.10 Selecting previously unselected package xz-utils.
19:13:30 [2021-03-01T19:13:30.636Z] #19 34.10 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
19:13:30 [2021-03-01T19:13:30.636Z] #19 34.10 Unpacking xz-utils (5.2.4-1) ...
19:13:30 [2021-03-01T19:13:30.636Z] #19 34.28 Selecting previously unselected package apparmor.
19:13:30 [2021-03-01T19:13:30.725Z] #21 0.370 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
19:13:30 [2021-03-01T19:13:30.725Z] #21 0.374 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
19:13:30 [2021-03-01T19:13:30.725Z] #21 0.378 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
19:13:30 [2021-03-01T19:13:30.725Z] #21 DONE 0.5s
19:13:30 [2021-03-01T19:13:30.725Z] 
19:13:30 [2021-03-01T19:13:30.725Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1     && cd /usr/src/criu     && make     && make PREFIX=/build/ install-criu
19:13:30 [2021-03-01T19:13:30.725Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:13:30 [2021-03-01T19:13:30.725Z] #43 128.3   CC       criu/eventpoll.o
19:13:30 [2021-03-01T19:13:30.725Z] #43 129.6   CC       criu/external.o
19:13:30 [2021-03-01T19:13:30.725Z] #43 130.1   CC       criu/fault-injection.o
19:13:30 [2021-03-01T19:13:30.725Z] #43 130.2   CC       criu/fdstore.o
19:13:30 [2021-03-01T19:13:30.725Z] #43 130.7   CC       criu/fifo.o
19:13:30 [2021-03-01T19:13:30.725Z] #43 131.2   CC       criu/file-ids.o
19:13:30 [2021-03-01T19:13:30.725Z] #43 131.6   CC       criu/file-lock.o
19:13:30 [2021-03-01T19:13:30.891Z] #19 34.29 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
19:13:30 [2021-03-01T19:13:30.892Z] #19 34.38 Unpacking apparmor (2.13.2-10) ...
19:13:31 [2021-03-01T19:13:31.147Z] #19 34.73 Selecting previously unselected package aufs-tools.
19:13:31 [2021-03-01T19:13:31.402Z] #19 34.74 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
19:13:31 [2021-03-01T19:13:31.402Z] #19 34.75 Unpacking aufs-tools (1:4.14+20190211-1) ...
19:13:31 [2021-03-01T19:13:31.402Z] #19 34.87 Selecting previously unselected package libonig5:amd64.
19:13:31 [2021-03-01T19:13:31.402Z] #19 34.87 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
19:13:31 [2021-03-01T19:13:31.402Z] #19 34.89 Unpacking libonig5:amd64 (6.9.1-1) ...
19:13:31 [2021-03-01T19:13:31.657Z] #19 35.04 Selecting previously unselected package libjq1:amd64.
19:13:31 [2021-03-01T19:13:31.657Z] #19 35.04 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
19:13:31 [2021-03-01T19:13:31.657Z] #19 35.06 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
19:13:31 [2021-03-01T19:13:31.657Z] #19 35.18 Selecting previously unselected package jq.
19:13:31 [2021-03-01T19:13:31.657Z] #19 35.19 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
19:13:31 [2021-03-01T19:13:31.657Z] #19 35.20 Unpacking jq (1.5+dfsg-2+b1) ...
19:13:31 [2021-03-01T19:13:31.657Z] #19 35.28 Selecting previously unselected package libaio1:amd64.
19:13:31 [2021-03-01T19:13:31.693Z] #19 ...
19:13:31 [2021-03-01T19:13:31.693Z] 
19:13:31 [2021-03-01T19:13:31.693Z] #42 [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
19:13:31 [2021-03-01T19:13:31.693Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:31 [2021-03-01T19:13:31.693Z] #42 84.72   DEP      criu/crtools.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 84.98   DEP      criu/cr-service.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 85.18   DEP      criu/cr-restore.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 85.53   DEP      criu/cr-errno.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 85.59   DEP      criu/cr-dump.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 85.88   DEP      criu/cr-dedup.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 86.11   DEP      criu/cr-check.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 86.28   DEP      criu/config.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 86.43   DEP      criu/clone-noasan.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 86.49   DEP      criu/cgroup.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 86.62   DEP      criu/cgroup-props.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 86.73   DEP      criu/bitmap.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 86.76   DEP      criu/bfd.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 86.89   DEP      criu/autofs.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 87.04   DEP      criu/aio.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 87.19   DEP      criu/action-scripts.d
19:13:31 [2021-03-01T19:13:31.693Z] #42 87.38   CC       criu/action-scripts.o
19:13:31 [2021-03-01T19:13:31.693Z] #42 87.74   CC       criu/aio.o
19:13:31 [2021-03-01T19:13:31.693Z] #42 88.25   CC       criu/autofs.o
19:13:31 [2021-03-01T19:13:31.693Z] #42 89.55   CC       criu/bfd.o
19:13:31 [2021-03-01T19:13:31.693Z] #42 89.97   CC       criu/bitmap.o
19:13:31 [2021-03-01T19:13:31.693Z] #42 90.12   CC       criu/cgroup-props.o
19:13:31 [2021-03-01T19:13:31.693Z] #42 90.86   CC       criu/cgroup.o
19:13:31 [2021-03-01T19:13:31.693Z] #42 93.62   CC       criu/clone-noasan.o
19:13:31 [2021-03-01T19:13:31.693Z] #42 93.87   CC       criu/config.o
19:13:31 [2021-03-01T19:13:31.768Z] #42 ...
19:13:31 [2021-03-01T19:13:31.768Z] 
19:13:31 [2021-03-01T19:13:31.768Z] #19 [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
19:13:31 [2021-03-01T19:13:31.768Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d
19:13:31 [2021-03-01T19:13:31.768Z] #19 32.91 Selecting previously unselected package libnet1:arm64.
19:13:31 [2021-03-01T19:13:31.768Z] #19 32.92 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
19:13:31 [2021-03-01T19:13:31.768Z] #19 32.92 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
19:13:31 [2021-03-01T19:13:31.913Z] #19 35.29 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
19:13:31 [2021-03-01T19:13:31.913Z] #19 35.30 Unpacking libaio1:amd64 (0.3.112-3) ...
19:13:31 [2021-03-01T19:13:31.913Z] #19 35.35 Selecting previously unselected package libgpm2:amd64.
19:13:31 [2021-03-01T19:13:31.913Z] #19 35.36 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
19:13:31 [2021-03-01T19:13:31.913Z] #19 35.37 Unpacking libgpm2:amd64 (1.20.7-5) ...
19:13:31 [2021-03-01T19:13:31.979Z] ok  	github.com/docker/docker/distribution/metadata	0.025s	coverage: 48.2% of statements
19:13:32 [2021-03-01T19:13:32.041Z] #19 33.08 Selecting previously unselected package libnl-3-200:arm64.
19:13:32 [2021-03-01T19:13:32.041Z] #19 33.08 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
19:13:32 [2021-03-01T19:13:32.041Z] #19 33.09 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
19:13:32 [2021-03-01T19:13:32.041Z] #19 33.21 Selecting previously unselected package libprotobuf-c1:arm64.
19:13:32 [2021-03-01T19:13:32.041Z] #19 33.22 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
19:13:32 [2021-03-01T19:13:32.041Z] #19 33.23 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
19:13:32 [2021-03-01T19:13:32.041Z] #19 33.30 Selecting previously unselected package libreadline5:arm64.
19:13:32 [2021-03-01T19:13:32.041Z] #19 33.31 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
19:13:32 [2021-03-01T19:13:32.110Z] Client:
19:13:32 [2021-03-01T19:13:32.110Z]  Debug Mode: false
19:13:32 [2021-03-01T19:13:32.110Z]  Plugins:
19:13:32 [2021-03-01T19:13:32.110Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
19:13:32 [2021-03-01T19:13:32.110Z] 
19:13:32 [2021-03-01T19:13:32.110Z] Server:
19:13:32 [2021-03-01T19:13:32.110Z]  Containers: 0
19:13:32 [2021-03-01T19:13:32.110Z]   Running: 0
19:13:32 [2021-03-01T19:13:32.110Z]   Paused: 0
19:13:32 [2021-03-01T19:13:32.110Z]   Stopped: 0
19:13:32 [2021-03-01T19:13:32.110Z]  Images: 0
19:13:32 [2021-03-01T19:13:32.110Z]  Server Version: 19.03.12
19:13:32 [2021-03-01T19:13:32.110Z]  Storage Driver: windowsfilter (windows) lcow (linux)
19:13:32 [2021-03-01T19:13:32.110Z]   Windows: 
19:13:32 [2021-03-01T19:13:32.110Z]   LCOW: 
19:13:32 [2021-03-01T19:13:32.110Z]  Logging Driver: json-file
19:13:32 [2021-03-01T19:13:32.110Z]  Plugins:
19:13:32 [2021-03-01T19:13:32.110Z]   Volume: local
19:13:32 [2021-03-01T19:13:32.110Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
19:13:32 [2021-03-01T19:13:32.110Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
19:13:32 [2021-03-01T19:13:32.110Z]  Swarm: inactive
19:13:32 [2021-03-01T19:13:32.110Z]  Default Isolation: process
19:13:32 [2021-03-01T19:13:32.110Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
19:13:32 [2021-03-01T19:13:32.110Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697)
19:13:32 [2021-03-01T19:13:32.110Z]  OSType: windows
19:13:32 [2021-03-01T19:13:32.110Z]  Architecture: x86_64
19:13:32 [2021-03-01T19:13:32.110Z]  CPUs: 4
19:13:32 [2021-03-01T19:13:32.110Z]  Total Memory: 32GiB
19:13:32 [2021-03-01T19:13:32.110Z]  Name: azwin-2-60d050
19:13:32 [2021-03-01T19:13:32.110Z]  ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3
19:13:32 [2021-03-01T19:13:32.110Z]  Docker Root Dir: D:\docker
19:13:32 [2021-03-01T19:13:32.110Z]  Debug Mode: false
19:13:32 [2021-03-01T19:13:32.110Z]  Registry: https://index.docker.io/v1/
19:13:32 [2021-03-01T19:13:32.110Z]  Labels:
19:13:32 [2021-03-01T19:13:32.110Z]  Experimental: true
19:13:32 [2021-03-01T19:13:32.110Z]  Insecure Registries:
19:13:32 [2021-03-01T19:13:32.110Z]   10.0.0.4:5000
19:13:32 [2021-03-01T19:13:32.110Z]   127.0.0.0/8
19:13:32 [2021-03-01T19:13:32.110Z]  Registry Mirrors:
19:13:32 [2021-03-01T19:13:32.110Z]   http://10.0.0.4:5000/
19:13:32 [2021-03-01T19:13:32.110Z]  Live Restore Enabled: false
19:13:32 [2021-03-01T19:13:32.110Z] 
19:13:32 [2021-03-01T19:13:32.168Z] #19 35.43 Selecting previously unselected package libicu63:amd64.
19:13:32 [2021-03-01T19:13:32.168Z] #19 35.44 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
19:13:32 [2021-03-01T19:13:32.168Z] #19 35.44 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
[Pipeline] }
19:13:32 [2021-03-01T19:13:32.256Z] #42 95.13   CC       criu/cr-check.o
[Pipeline] // stage
19:13:32 [2021-03-01T19:13:32.270Z] #43 132.9   CC       criu/files-ext.o
19:13:32 [2021-03-01T19:13:32.272Z] ok  	github.com/docker/docker/distribution	0.225s	coverage: 25.0% of statements
19:13:32 [2021-03-01T19:13:32.272Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
[Pipeline] stage
[Pipeline] { (Run tests)
19:13:32 [2021-03-01T19:13:32.307Z] #19 33.31 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
[Pipeline] powershell
19:13:32 [2021-03-01T19:13:32.512Z] #42 ...
19:13:32 [2021-03-01T19:13:32.512Z] 
19:13:32 [2021-03-01T19:13:32.512Z] #19 [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
19:13:32 [2021-03-01T19:13:32.512Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:32 [2021-03-01T19:13:32.512Z] #19 34.95 Unpacking bash-completion (1:2.8-6) ...
19:13:32 [2021-03-01T19:13:32.567Z] #43 133.4   CC       criu/files-reg.o
19:13:32 [2021-03-01T19:13:32.572Z] #19 33.58 Selecting previously unselected package net-tools.
19:13:32 [2021-03-01T19:13:32.572Z] #19 33.59 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
19:13:32 [2021-03-01T19:13:32.572Z] #19 33.60 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
19:13:32 [2021-03-01T19:13:32.572Z] #19 33.87 Selecting previously unselected package python-pip-whl.
19:13:32 [2021-03-01T19:13:32.837Z] #19 33.87 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
19:13:32 [2021-03-01T19:13:32.837Z] #19 33.88 Unpacking python-pip-whl (18.1-5) ...
19:13:32 [2021-03-01T19:13:32.956Z] ok  	github.com/docker/docker/errdefs	0.002s	coverage: 53.1% of statements
19:13:32 [2021-03-01T19:13:32.993Z] #42 94.69   CC       criu/clone-noasan.o
19:13:32 [2021-03-01T19:13:32.993Z] #42 94.91   CC       criu/config.o
19:13:33 [2021-03-01T19:13:33.075Z] #19 35.28 Selecting previously unselected package bzip2.
19:13:33 [2021-03-01T19:13:33.075Z] #19 35.29 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.075Z] #19 35.30 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
19:13:33 [2021-03-01T19:13:33.075Z] #19 35.37 Selecting previously unselected package xz-utils.
19:13:33 [2021-03-01T19:13:33.075Z] #19 35.38 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.075Z] #19 35.39 Unpacking xz-utils (5.2.4-1) ...
19:13:33 [2021-03-01T19:13:33.102Z] #19 34.30 Selecting previously unselected package python3-lib2to3.
19:13:33 [2021-03-01T19:13:33.102Z] #19 34.30 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
19:13:33 [2021-03-01T19:13:33.102Z] #19 34.31 Unpacking python3-lib2to3 (3.7.3-1) ...
19:13:33 [2021-03-01T19:13:33.332Z] #19 35.59 Selecting previously unselected package apparmor.
19:13:33 [2021-03-01T19:13:33.332Z] #19 35.59 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.332Z] #19 35.67 Unpacking apparmor (2.13.2-10) ...
19:13:33 [2021-03-01T19:13:33.368Z] #19 34.49 Selecting previously unselected package python3-distutils.
19:13:33 [2021-03-01T19:13:33.368Z] #19 34.50 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
19:13:33 [2021-03-01T19:13:33.368Z] #19 34.52 Unpacking python3-distutils (3.7.3-1) ...
19:13:33 [2021-03-01T19:13:33.368Z] #19 34.67 Selecting previously unselected package python3-pip.
19:13:33 [2021-03-01T19:13:33.368Z] #19 34.68 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
19:13:33 [2021-03-01T19:13:33.368Z] #19 34.69 Unpacking python3-pip (18.1-5) ...
19:13:33 [2021-03-01T19:13:33.566Z] #42 ...
19:13:33 [2021-03-01T19:13:33.566Z] 
19:13:33 [2021-03-01T19:13:33.566Z] #19 [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
19:13:33 [2021-03-01T19:13:33.566Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:33 [2021-03-01T19:13:33.566Z] #19 35.70 Unpacking bash-completion (1:2.8-6) ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.12 Selecting previously unselected package bzip2.
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.13 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.15 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.24 Selecting previously unselected package xz-utils.
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.24 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.25 Unpacking xz-utils (5.2.4-1) ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.41 Selecting previously unselected package apparmor.
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.43 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.51 Unpacking apparmor (2.13.2-10) ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.97 Selecting previously unselected package aufs-tools.
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.98 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 36.98 Unpacking aufs-tools (1:4.14+20190211-1) ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.12 Selecting previously unselected package libonig5:amd64.
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.13 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.13 Unpacking libonig5:amd64 (6.9.1-1) ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.28 Selecting previously unselected package libjq1:amd64.
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.28 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.28 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.41 Selecting previously unselected package jq.
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.42 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.44 Unpacking jq (1.5+dfsg-2+b1) ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.52 Selecting previously unselected package libaio1:amd64.
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.52 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.53 Unpacking libaio1:amd64 (0.3.112-3) ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.59 Selecting previously unselected package libgpm2:amd64.
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.59 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.60 Unpacking libgpm2:amd64 (1.20.7-5) ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.66 Selecting previously unselected package libicu63:amd64.
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.67 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.566Z] #19 37.67 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
19:13:33 [2021-03-01T19:13:33.633Z] #19 34.85 Selecting previously unselected package python3-pkg-resources.
19:13:33 [2021-03-01T19:13:33.633Z] #19 34.87 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
19:13:33 [2021-03-01T19:13:33.633Z] #19 34.87 Unpacking python3-pkg-resources (40.8.0-1) ...
19:13:33 [2021-03-01T19:13:33.648Z] ok  	github.com/docker/docker/image	0.012s	coverage: 86.6% of statements
19:13:33 [2021-03-01T19:13:33.895Z] #19 36.04 Selecting previously unselected package aufs-tools.
19:13:33 [2021-03-01T19:13:33.895Z] #19 36.05 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.895Z] #19 36.05 Unpacking aufs-tools (1:4.14+20190211-1) ...
19:13:33 [2021-03-01T19:13:33.895Z] #19 36.17 Selecting previously unselected package libonig5:amd64.
19:13:33 [2021-03-01T19:13:33.895Z] #19 36.18 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
19:13:33 [2021-03-01T19:13:33.895Z] #19 36.19 Unpacking libonig5:amd64 (6.9.1-1) ...
19:13:33 [2021-03-01T19:13:33.895Z] #19 36.34 Selecting previously unselected package libjq1:amd64.
19:13:33 [2021-03-01T19:13:33.899Z] #19 35.03 Selecting previously unselected package python3-setuptools.
19:13:33 [2021-03-01T19:13:33.899Z] #19 35.03 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
19:13:33 [2021-03-01T19:13:33.899Z] #19 35.06 Unpacking python3-setuptools (40.8.0-1) ...
19:13:34 [2021-03-01T19:13:34.152Z] #19 36.34 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
19:13:34 [2021-03-01T19:13:34.152Z] #19 36.36 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
19:13:34 [2021-03-01T19:13:34.152Z] #19 36.47 Selecting previously unselected package jq.
19:13:34 [2021-03-01T19:13:34.152Z] #19 36.48 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
19:13:34 [2021-03-01T19:13:34.152Z] #19 36.49 Unpacking jq (1.5+dfsg-2+b1) ...
19:13:34 [2021-03-01T19:13:34.165Z] #19 35.35 Selecting previously unselected package python3-wheel.
19:13:34 [2021-03-01T19:13:34.165Z] #19 35.35 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
19:13:34 [2021-03-01T19:13:34.165Z] #19 35.36 Unpacking python3-wheel (0.32.3-2) ...
19:13:34 [2021-03-01T19:13:34.247Z] #55 234.2 + bin/containerd-stress
19:13:34 [2021-03-01T19:13:34.248Z] #55 236.1 + bin/containerd-shim
19:13:34 [2021-03-01T19:13:34.345Z] ok  	github.com/docker/docker/image/cache	0.005s	coverage: 19.2% of statements
19:13:34 [2021-03-01T19:13:34.408Z] #19 36.58 Selecting previously unselected package libaio1:amd64.
19:13:34 [2021-03-01T19:13:34.408Z] #19 36.58 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
19:13:34 [2021-03-01T19:13:34.408Z] #19 36.59 Unpacking libaio1:amd64 (0.3.112-3) ...
19:13:34 [2021-03-01T19:13:34.408Z] #19 36.67 Selecting previously unselected package libgpm2:amd64.
19:13:34 [2021-03-01T19:13:34.408Z] #19 36.69 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
19:13:34 [2021-03-01T19:13:34.408Z] #19 36.69 Unpacking libgpm2:amd64 (1.20.7-5) ...
19:13:34 [2021-03-01T19:13:34.408Z] #19 36.78 Selecting previously unselected package libicu63:amd64.
19:13:34 [2021-03-01T19:13:34.408Z] #19 36.78 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
19:13:34 [2021-03-01T19:13:34.430Z] #19 35.48 Selecting previously unselected package sudo.
19:13:34 [2021-03-01T19:13:34.430Z] #19 35.49 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_arm64.deb ...
19:13:34 [2021-03-01T19:13:34.430Z] #19 35.50 Unpacking sudo (1.8.27-1+deb10u3) ...
19:13:34 [2021-03-01T19:13:34.638Z] ok  	github.com/docker/docker/distribution/xfer	1.875s	coverage: 85.6% of statements
19:13:34 [2021-03-01T19:13:34.638Z] ?   	github.com/docker/docker/dockerversion	[no test files]
19:13:34 [2021-03-01T19:13:34.665Z] #19 36.80 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
19:13:34 [2021-03-01T19:13:34.695Z] #19 35.97 Selecting previously unselected package thin-provisioning-tools.
19:13:34 [2021-03-01T19:13:34.695Z] #19 35.98 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
19:13:34 [2021-03-01T19:13:34.695Z] #19 36.00 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
19:13:34 [2021-03-01T19:13:34.932Z] ok  	github.com/docker/docker/image/tarexport	0.005s	coverage: 0.6% of statements
19:13:34 [2021-03-01T19:13:34.960Z] #19 36.33 Selecting previously unselected package uidmap.
19:13:35 [2021-03-01T19:13:35.225Z] #19 36.34 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
19:13:35 [2021-03-01T19:13:35.225Z] #19 36.35 Unpacking uidmap (1:4.5-1.1) ...
19:13:35 [2021-03-01T19:13:35.434Z] #19 38.83 Selecting previously unselected package libnet1:amd64.
19:13:35 [2021-03-01T19:13:35.434Z] #19 38.83 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
19:13:35 [2021-03-01T19:13:35.434Z] #19 38.84 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:13:35 [2021-03-01T19:13:35.434Z] #19 38.91 Selecting previously unselected package libnl-3-200:amd64.
19:13:35 [2021-03-01T19:13:35.434Z] #19 38.91 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
19:13:35 [2021-03-01T19:13:35.434Z] #19 38.92 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
19:13:35 [2021-03-01T19:13:35.434Z] #19 39.02 Selecting previously unselected package libprotobuf-c1:amd64.
19:13:35 [2021-03-01T19:13:35.434Z] #19 39.02 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
19:13:35 [2021-03-01T19:13:35.434Z] #19 39.03 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:13:35 [2021-03-01T19:13:35.434Z] #19 39.07 Selecting previously unselected package libreadline5:amd64.
19:13:35 [2021-03-01T19:13:35.491Z] #19 36.62 Selecting previously unselected package vim-runtime.
19:13:35 [2021-03-01T19:13:35.491Z] #19 36.62 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
19:13:35 [2021-03-01T19:13:35.491Z] #19 36.65 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
19:13:35 [2021-03-01T19:13:35.491Z] #19 36.68 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
19:13:35 [2021-03-01T19:13:35.491Z] #19 36.69 Unpacking vim-runtime (2:8.1.0875-5) ...
19:13:35 [2021-03-01T19:13:35.568Z] ok  	github.com/docker/docker/image/v1	0.012s	coverage: 25.0% of statements
19:13:35 [2021-03-01T19:13:35.568Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
19:13:35 [2021-03-01T19:13:35.689Z] #19 39.08 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
19:13:35 [2021-03-01T19:13:35.689Z] #19 39.09 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
19:13:35 [2021-03-01T19:13:35.689Z] #19 39.19 Selecting previously unselected package net-tools.
19:13:35 [2021-03-01T19:13:35.689Z] #19 39.19 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
19:13:35 [2021-03-01T19:13:35.689Z] #19 39.20 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
19:13:35 [2021-03-01T19:13:35.945Z] #19 39.35 Selecting previously unselected package python-pip-whl.
19:13:35 [2021-03-01T19:13:35.945Z] #19 39.35 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
19:13:35 [2021-03-01T19:13:35.945Z] #19 39.36 Unpacking python-pip-whl (18.1-5) ...
19:13:36 [2021-03-01T19:13:36.145Z] #43 136.3   CC       criu/files.o
19:13:36 [2021-03-01T19:13:36.145Z] #43 ...
19:13:36 [2021-03-01T19:13:36.145Z] 
19:13:36 [2021-03-01T19:13:36.145Z] #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
19:13:36 [2021-03-01T19:13:36.145Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030
19:13:36 [2021-03-01T19:13:36.145Z] #32 DONE 203.2s
19:13:36 [2021-03-01T19:13:36.145Z] 
19:13:36 [2021-03-01T19:13:36.145Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:13:36 [2021-03-01T19:13:36.145Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc
19:13:36 [2021-03-01T19:13:36.145Z] #22 5.247 Collecting yamllint==1.16.0
19:13:36 [2021-03-01T19:13:36.204Z] ok  	github.com/docker/docker/libcontainerd/queue	0.021s	coverage: 100.0% of statements
19:13:36 [2021-03-01T19:13:36.506Z] #19 39.86 Selecting previously unselected package python3-lib2to3.
19:13:36 [2021-03-01T19:13:36.506Z] #19 39.86 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
19:13:36 [2021-03-01T19:13:36.506Z] #19 39.87 Unpacking python3-lib2to3 (3.7.3-1) ...
19:13:36 [2021-03-01T19:13:36.506Z] #19 ...
19:13:36 [2021-03-01T19:13:36.506Z] 
19:13:36 [2021-03-01T19:13:36.506Z] #42 [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
19:13:36 [2021-03-01T19:13:36.506Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:36 [2021-03-01T19:13:36.506Z] #42 100.2   CC       criu/cr-errno.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 100.3   CC       criu/cr-restore.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 104.5   CC       criu/cr-service.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 106.1   CC       criu/crtools.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 106.7   CC       criu/eventfd.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 107.1   CC       criu/eventpoll.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 107.9   CC       criu/external.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 108.3   CC       criu/fault-injection.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 108.4   CC       criu/fdstore.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 108.9   CC       criu/fifo.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 109.3   CC       criu/file-ids.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 109.7   CC       criu/file-lock.o
19:13:36 [2021-03-01T19:13:36.506Z] #42 ...
19:13:36 [2021-03-01T19:13:36.506Z] 
19:13:36 [2021-03-01T19:13:36.506Z] #19 [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
19:13:36 [2021-03-01T19:13:36.506Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:36 [2021-03-01T19:13:36.506Z] #19 39.97 Selecting previously unselected package python3-distutils.
19:13:36 [2021-03-01T19:13:36.506Z] #19 39.97 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
19:13:36 [2021-03-01T19:13:36.506Z] #19 39.97 Unpacking python3-distutils (3.7.3-1) ...
19:13:36 [2021-03-01T19:13:36.762Z] #19 40.10 Selecting previously unselected package python3-pip.
19:13:36 [2021-03-01T19:13:36.762Z] #19 40.10 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
19:13:36 [2021-03-01T19:13:36.762Z] #19 40.12 Unpacking python3-pip (18.1-5) ...
19:13:36 [2021-03-01T19:13:36.762Z] #19 40.32 Selecting previously unselected package python3-pkg-resources.
19:13:36 [2021-03-01T19:13:36.762Z] #19 40.32 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
19:13:36 [2021-03-01T19:13:36.762Z] #19 40.33 Unpacking python3-pkg-resources (40.8.0-1) ...
19:13:36 [2021-03-01T19:13:36.796Z] #22 5.896   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
19:13:36 [2021-03-01T19:13:36.839Z] ok  	github.com/docker/docker/oci	0.007s	coverage: 45.2% of statements
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.35 Selecting previously unselected package libnet1:amd64.
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.37 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.38 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.47 Selecting previously unselected package libnl-3-200:amd64.
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.49 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.50 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.60 Selecting previously unselected package libprotobuf-c1:amd64.
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.61 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.62 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.67 Selecting previously unselected package libreadline5:amd64.
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.68 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
19:13:36 [2021-03-01T19:13:36.875Z] #19 41.69 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
19:13:37 [2021-03-01T19:13:37.017Z] #19 40.45 Selecting previously unselected package python3-setuptools.
19:13:37 [2021-03-01T19:13:37.017Z] #19 40.45 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
19:13:37 [2021-03-01T19:13:37.017Z] #19 40.46 Unpacking python3-setuptools (40.8.0-1) ...
19:13:37 [2021-03-01T19:13:37.137Z] #19 41.78 Selecting previously unselected package net-tools.
19:13:37 [2021-03-01T19:13:37.137Z] #19 41.79 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
19:13:37 [2021-03-01T19:13:37.137Z] #19 41.80 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
19:13:37 [2021-03-01T19:13:37.140Z] #22 6.035 Collecting pyyaml (from yamllint==1.16.0)
19:13:37 [2021-03-01T19:13:37.273Z] #19 40.68 Selecting previously unselected package python3-wheel.
19:13:37 [2021-03-01T19:13:37.273Z] #19 40.68 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
19:13:37 [2021-03-01T19:13:37.273Z] #19 40.69 Unpacking python3-wheel (0.32.3-2) ...
19:13:37 [2021-03-01T19:13:37.273Z] #19 40.76 Selecting previously unselected package sudo.
19:13:37 [2021-03-01T19:13:37.273Z] #19 40.76 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
19:13:37 [2021-03-01T19:13:37.273Z] #19 40.77 Unpacking sudo (1.8.27-1+deb10u3) ...
19:13:37 [2021-03-01T19:13:37.399Z] #19 42.04 Selecting previously unselected package python-pip-whl.
19:13:37 [2021-03-01T19:13:37.399Z] #19 42.05 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
19:13:37 [2021-03-01T19:13:37.399Z] #19 42.05 Unpacking python-pip-whl (18.1-5) ...
19:13:37 [2021-03-01T19:13:37.441Z] #22 6.486   Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB)
19:13:37 [2021-03-01T19:13:37.474Z] ok  	github.com/docker/docker/opts	0.014s	coverage: 67.1% of statements
19:13:37 [2021-03-01T19:13:37.474Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
19:13:37 [2021-03-01T19:13:37.661Z] #19 42.59 Selecting previously unselected package python3-lib2to3.
19:13:37 [2021-03-01T19:13:37.834Z] #19 41.22 Selecting previously unselected package thin-provisioning-tools.
19:13:37 [2021-03-01T19:13:37.834Z] #19 41.22 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
19:13:37 [2021-03-01T19:13:37.834Z] #19 41.23 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
19:13:37 [2021-03-01T19:13:37.923Z] #19 42.59 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
19:13:37 [2021-03-01T19:13:37.923Z] #19 42.60 Unpacking python3-lib2to3 (3.7.3-1) ...
19:13:37 [2021-03-01T19:13:37.923Z] #19 42.74 Selecting previously unselected package python3-distutils.
19:13:37 [2021-03-01T19:13:37.923Z] #19 42.75 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
19:13:37 [2021-03-01T19:13:37.923Z] #19 42.75 Unpacking python3-distutils (3.7.3-1) ...
19:13:37 [2021-03-01T19:13:37.935Z] #19 40.28 Selecting previously unselected package libnet1:amd64.
19:13:37 [2021-03-01T19:13:37.935Z] #19 40.28 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
19:13:37 [2021-03-01T19:13:37.935Z] #19 40.29 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:13:38 [2021-03-01T19:13:38.091Z] #19 41.43 Selecting previously unselected package uidmap.
19:13:38 [2021-03-01T19:13:38.091Z] #19 41.43 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
19:13:38 [2021-03-01T19:13:38.091Z] #19 41.45 Unpacking uidmap (1:4.5-1.1) ...
19:13:38 [2021-03-01T19:13:38.091Z] #19 41.56 Selecting previously unselected package vim-runtime.
19:13:38 [2021-03-01T19:13:38.091Z] #19 41.56 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
19:13:38 [2021-03-01T19:13:38.091Z] #19 41.60 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
19:13:38 [2021-03-01T19:13:38.091Z] #19 41.64 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
19:13:38 [2021-03-01T19:13:38.185Z] #19 42.91 Selecting previously unselected package python3-pip.
19:13:38 [2021-03-01T19:13:38.185Z] #19 42.92 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
19:13:38 [2021-03-01T19:13:38.185Z] #19 42.94 Unpacking python3-pip (18.1-5) ...
19:13:38 [2021-03-01T19:13:38.185Z] #19 43.13 Selecting previously unselected package python3-pkg-resources.
19:13:38 [2021-03-01T19:13:38.192Z] #19 40.39 Selecting previously unselected package libnl-3-200:amd64.
19:13:38 [2021-03-01T19:13:38.192Z] #19 40.40 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
19:13:38 [2021-03-01T19:13:38.192Z] #19 40.40 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
19:13:38 [2021-03-01T19:13:38.192Z] #19 40.50 Selecting previously unselected package libprotobuf-c1:amd64.
19:13:38 [2021-03-01T19:13:38.192Z] #19 40.52 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
19:13:38 [2021-03-01T19:13:38.192Z] #19 40.53 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:13:38 [2021-03-01T19:13:38.347Z] #19 41.65 Unpacking vim-runtime (2:8.1.0875-5) ...
19:13:38 [2021-03-01T19:13:38.447Z] #19 43.14 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
19:13:38 [2021-03-01T19:13:38.447Z] #19 43.15 Unpacking python3-pkg-resources (40.8.0-1) ...
19:13:38 [2021-03-01T19:13:38.447Z] #19 43.28 Selecting previously unselected package python3-setuptools.
19:13:38 [2021-03-01T19:13:38.447Z] #19 43.28 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
19:13:38 [2021-03-01T19:13:38.447Z] #19 43.29 Unpacking python3-setuptools (40.8.0-1) ...
19:13:38 [2021-03-01T19:13:38.448Z] #19 40.62 Selecting previously unselected package libreadline5:amd64.
19:13:38 [2021-03-01T19:13:38.449Z] #19 40.63 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
19:13:38 [2021-03-01T19:13:38.449Z] #19 40.63 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
19:13:38 [2021-03-01T19:13:38.449Z] #19 40.75 Selecting previously unselected package net-tools.
19:13:38 [2021-03-01T19:13:38.449Z] #19 40.77 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
19:13:38 [2021-03-01T19:13:38.449Z] #19 40.78 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
19:13:38 [2021-03-01T19:13:38.497Z] #22 7.403   Installing build dependencies: started
19:13:38 [2021-03-01T19:13:38.497Z] #22 ...
19:13:38 [2021-03-01T19:13:38.497Z] 
19:13:38 [2021-03-01T19:13:38.497Z] #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
19:13:38 [2021-03-01T19:13:38.497Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:13:38 [2021-03-01T19:13:38.497Z] #43 139.1   CC       criu/filesystems.o
19:13:38 [2021-03-01T19:13:38.705Z] #19 40.99 Selecting previously unselected package python-pip-whl.
19:13:38 [2021-03-01T19:13:38.705Z] #19 41.02 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
19:13:38 [2021-03-01T19:13:38.705Z] #19 41.03 Unpacking python-pip-whl (18.1-5) ...
19:13:38 [2021-03-01T19:13:38.709Z] #19 43.52 Selecting previously unselected package python3-wheel.
19:13:38 [2021-03-01T19:13:38.709Z] #19 43.52 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
19:13:38 [2021-03-01T19:13:38.709Z] #19 43.53 Unpacking python3-wheel (0.32.3-2) ...
19:13:38 [2021-03-01T19:13:38.831Z] #19 ...
19:13:38 [2021-03-01T19:13:38.831Z] 
19:13:38 [2021-03-01T19:13:38.831Z] #48 [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
19:13:38 [2021-03-01T19:13:38.831Z] #48 sha256:cfaf15b268936d8153020f50236023b313c41bdd6d51534f3599c62533626ca3
19:13:38 [2021-03-01T19:13:38.831Z] #48 181.2 + /build/golangci-lint --version
19:13:38 [2021-03-01T19:13:38.831Z] #48 181.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
19:13:38 [2021-03-01T19:13:38.831Z] #48 DONE 184.6s
19:13:38 [2021-03-01T19:13:38.831Z] 
19:13:38 [2021-03-01T19:13:38.831Z] #42 [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
19:13:38 [2021-03-01T19:13:38.831Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:13:38 [2021-03-01T19:13:38.831Z] #42 94.27   CC       criu/cr-service.o
19:13:38 [2021-03-01T19:13:38.831Z] #42 95.83   CC       criu/crtools.o
19:13:38 [2021-03-01T19:13:38.831Z] #42 96.52   CC       criu/eventfd.o
19:13:38 [2021-03-01T19:13:38.831Z] #42 96.97   CC       criu/eventpoll.o
19:13:38 [2021-03-01T19:13:38.831Z] #42 97.80   CC       criu/external.o
19:13:38 [2021-03-01T19:13:38.831Z] #42 98.15   CC       criu/fault-injection.o
19:13:38 [2021-03-01T19:13:38.831Z] #42 98.30   CC       criu/fdstore.o
19:13:38 [2021-03-01T19:13:38.831Z] #42 98.63   CC       criu/fifo.o
19:13:38 [2021-03-01T19:13:38.831Z] #42 98.96   CC       criu/file-ids.o
19:13:38 [2021-03-01T19:13:38.831Z] #42 99.20   CC       criu/file-lock.o
19:13:38 [2021-03-01T19:13:38.831Z] #42 99.82   CC       criu/files-ext.o
19:13:38 [2021-03-01T19:13:38.831Z] #42 100.1   CC       criu/files-reg.o
19:13:38 [2021-03-01T19:13:38.970Z] #19 43.62 Selecting previously unselected package sudo.
19:13:38 [2021-03-01T19:13:38.970Z] #19 43.62 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
19:13:38 [2021-03-01T19:13:38.970Z] #19 43.63 Unpacking sudo (1.8.27-1+deb10u3) ...
19:13:38 [2021-03-01T19:13:38.987Z] ok  	github.com/docker/docker/pkg/archive	0.467s	coverage: 77.1% of statements
19:13:39 [2021-03-01T19:13:39.232Z] #19 44.11 Selecting previously unselected package thin-provisioning-tools.
19:13:39 [2021-03-01T19:13:39.232Z] #19 44.13 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
19:13:39 [2021-03-01T19:13:39.268Z] #19 41.60 Selecting previously unselected package python3-lib2to3.
19:13:39 [2021-03-01T19:13:39.268Z] #19 41.61 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
19:13:39 [2021-03-01T19:13:39.268Z] #19 41.61 Unpacking python3-lib2to3 (3.7.3-1) ...
19:13:39 [2021-03-01T19:13:39.494Z] #19 44.14 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
19:13:39 [2021-03-01T19:13:39.494Z] #19 44.39 Selecting previously unselected package uidmap.
19:13:39 [2021-03-01T19:13:39.494Z] #19 44.41 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
19:13:39 [2021-03-01T19:13:39.494Z] #19 44.41 Unpacking uidmap (1:4.5-1.1) ...
19:13:39 [2021-03-01T19:13:39.494Z] #19 44.50 Selecting previously unselected package vim-runtime.
19:13:39 [2021-03-01T19:13:39.522Z] #55 242.8 + bin/containerd-shim-runc-v1
19:13:39 [2021-03-01T19:13:39.525Z] #19 41.74 Selecting previously unselected package python3-distutils.
19:13:39 [2021-03-01T19:13:39.525Z] #19 41.74 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
19:13:39 [2021-03-01T19:13:39.525Z] #19 41.75 Unpacking python3-distutils (3.7.3-1) ...
19:13:39 [2021-03-01T19:13:39.555Z] #43 140.1   CC       criu/fsnotify.o
19:13:39 [2021-03-01T19:13:39.756Z] #19 44.52 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
19:13:39 [2021-03-01T19:13:39.756Z] #19 44.58 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
19:13:39 [2021-03-01T19:13:39.756Z] #19 44.60 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
19:13:39 [2021-03-01T19:13:39.756Z] #19 44.62 Unpacking vim-runtime (2:8.1.0875-5) ...
19:13:39 [2021-03-01T19:13:39.782Z] #19 41.90 Selecting previously unselected package python3-pip.
19:13:39 [2021-03-01T19:13:39.782Z] #19 41.90 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
19:13:39 [2021-03-01T19:13:39.782Z] #19 41.91 Unpacking python3-pip (18.1-5) ...
19:13:39 [2021-03-01T19:13:39.782Z] #19 42.06 Selecting previously unselected package python3-pkg-resources.
19:13:39 [2021-03-01T19:13:39.782Z] #19 42.07 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
19:13:39 [2021-03-01T19:13:39.782Z] #19 42.07 Unpacking python3-pkg-resources (40.8.0-1) ...
19:13:39 [2021-03-01T19:13:39.786Z] #42 102.3   CC       criu/files.o
19:13:40 [2021-03-01T19:13:40.039Z] #19 42.19 Selecting previously unselected package python3-setuptools.
19:13:40 [2021-03-01T19:13:40.039Z] #19 42.21 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
19:13:40 [2021-03-01T19:13:40.039Z] #19 42.22 Unpacking python3-setuptools (40.8.0-1) ...
19:13:40 [2021-03-01T19:13:40.039Z] #19 42.41 Selecting previously unselected package python3-wheel.
19:13:40 [2021-03-01T19:13:40.039Z] #19 42.42 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
19:13:40 [2021-03-01T19:13:40.039Z] #19 42.42 Unpacking python3-wheel (0.32.3-2) ...
19:13:40 [2021-03-01T19:13:40.296Z] #19 42.49 Selecting previously unselected package sudo.
19:13:40 [2021-03-01T19:13:40.296Z] #19 42.51 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ...
19:13:40 [2021-03-01T19:13:40.296Z] #19 42.52 Unpacking sudo (1.8.27-1+deb10u3) ...
19:13:40 [2021-03-01T19:13:40.366Z] #42 ...
19:13:40 [2021-03-01T19:13:40.366Z] 
19:13:40 [2021-03-01T19:13:40.366Z] #19 [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
19:13:40 [2021-03-01T19:13:40.366Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d
19:13:40 [2021-03-01T19:13:40.366Z] #19 41.51 Selecting previously unselected package vim.
19:13:40 [2021-03-01T19:13:40.366Z] #19 41.53 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
19:13:40 [2021-03-01T19:13:40.366Z] #19 41.54 Unpacking vim (2:8.1.0875-5) ...
19:13:40 [2021-03-01T19:13:40.552Z] #19 43.04 Selecting previously unselected package thin-provisioning-tools.
19:13:40 [2021-03-01T19:13:40.809Z] #19 43.06 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
19:13:40 [2021-03-01T19:13:40.809Z] #19 43.07 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
19:13:40 [2021-03-01T19:13:40.809Z] #19 43.29 Selecting previously unselected package uidmap.
19:13:40 [2021-03-01T19:13:40.946Z] #19 41.95 Selecting previously unselected package xfsprogs.
19:13:40 [2021-03-01T19:13:40.946Z] #19 41.95 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
19:13:40 [2021-03-01T19:13:40.946Z] #19 41.97 Unpacking xfsprogs (4.20.0-1) ...
19:13:41 [2021-03-01T19:13:41.060Z] ok  	github.com/docker/docker/pkg/authorization	1.293s	coverage: 68.3% of statements
19:13:41 [2021-03-01T19:13:41.060Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
19:13:41 [2021-03-01T19:13:41.060Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
19:13:41 [2021-03-01T19:13:41.065Z] #19 43.30 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
19:13:41 [2021-03-01T19:13:41.065Z] #19 43.30 Unpacking uidmap (1:4.5-1.1) ...
19:13:41 [2021-03-01T19:13:41.113Z] #43 141.5   CC       criu/image-desc.o
19:13:41 [2021-03-01T19:13:41.113Z] #43 141.7   CC       criu/image.o
19:13:41 [2021-03-01T19:13:41.211Z] #19 42.41 Selecting previously unselected package zip.
19:13:41 [2021-03-01T19:13:41.211Z] #19 42.42 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
19:13:41 [2021-03-01T19:13:41.211Z] #19 42.43 Unpacking zip (3.0-11+b1) ...
19:13:41 [2021-03-01T19:13:41.322Z] #19 43.43 Selecting previously unselected package vim-runtime.
19:13:41 [2021-03-01T19:13:41.322Z] #19 43.44 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
19:13:41 [2021-03-01T19:13:41.322Z] #19 43.48 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
19:13:41 [2021-03-01T19:13:41.322Z] #19 43.52 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
19:13:41 [2021-03-01T19:13:41.322Z] #19 43.52 Unpacking vim-runtime (2:8.1.0875-5) ...
19:13:41 [2021-03-01T19:13:41.476Z] #19 42.59 Setting up aufs-tools (1:4.14+20190211-1) ...
19:13:41 [2021-03-01T19:13:41.476Z] #19 42.62 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
19:13:41 [2021-03-01T19:13:41.476Z] #19 42.63 Setting up libip6tc0:arm64 (1.8.2-4) ...
19:13:41 [2021-03-01T19:13:41.476Z] #19 42.64 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
19:13:41 [2021-03-01T19:13:41.476Z] #19 42.66 Setting up libgpm2:arm64 (1.20.7-5) ...
19:13:41 [2021-03-01T19:13:41.476Z] #19 42.67 Setting up libip4tc0:arm64 (1.8.2-4) ...
19:13:41 [2021-03-01T19:13:41.476Z] #19 42.68 Setting up uidmap (1:4.5-1.1) ...
19:13:41 [2021-03-01T19:13:41.476Z] #19 42.70 Setting up libnftnl11:arm64 (1.1.2-2) ...
19:13:41 [2021-03-01T19:13:41.476Z] #19 42.71 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
19:13:41 [2021-03-01T19:13:41.476Z] #19 42.72 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
19:13:41 [2021-03-01T19:13:41.476Z] #19 42.74 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
19:13:41 [2021-03-01T19:13:41.611Z] #19 44.82 Selecting previously unselected package vim.
19:13:41 [2021-03-01T19:13:41.611Z] #19 44.82 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
19:13:41 [2021-03-01T19:13:41.611Z] #19 44.84 Unpacking vim (2:8.1.0875-5) ...
19:13:41 [2021-03-01T19:13:41.742Z] #19 42.75 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
19:13:41 [2021-03-01T19:13:41.742Z] #19 42.76 Setting up xxd (2:8.1.0875-5) ...
19:13:41 [2021-03-01T19:13:41.742Z] #19 42.79 Setting up zip (3.0-11+b1) ...
19:13:41 [2021-03-01T19:13:41.742Z] #19 42.80 Setting up vim-common (2:8.1.0875-5) ...
19:13:41 [2021-03-01T19:13:41.742Z] #19 42.83 Setting up bash-completion (1:2.8-6) ...
19:13:41 [2021-03-01T19:13:41.866Z] #19 45.37 Selecting previously unselected package xfsprogs.
19:13:41 [2021-03-01T19:13:41.866Z] #19 45.37 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
19:13:41 [2021-03-01T19:13:41.866Z] #19 45.40 Unpacking xfsprogs (4.20.0-1) ...
19:13:42 [2021-03-01T19:13:42.169Z] #43 142.9   CC       criu/ipc_ns.o
19:13:42 [2021-03-01T19:13:42.426Z] #19 45.81 Selecting previously unselected package zip.
19:13:42 [2021-03-01T19:13:42.426Z] #19 45.82 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
19:13:42 [2021-03-01T19:13:42.426Z] #19 45.83 Unpacking zip (3.0-11+b1) ...
19:13:42 [2021-03-01T19:13:42.427Z] #19 46.04 Setting up aufs-tools (1:4.14+20190211-1) ...
19:13:42 [2021-03-01T19:13:42.427Z] #19 46.06 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
19:13:42 [2021-03-01T19:13:42.682Z] #19 46.07 Setting up libip6tc0:amd64 (1.8.2-4) ...
19:13:42 [2021-03-01T19:13:42.682Z] #19 46.08 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
19:13:42 [2021-03-01T19:13:42.682Z] #19 46.10 Setting up libgpm2:amd64 (1.20.7-5) ...
19:13:42 [2021-03-01T19:13:42.682Z] #19 46.11 Setting up libip4tc0:amd64 (1.8.2-4) ...
19:13:42 [2021-03-01T19:13:42.682Z] #19 46.12 Setting up uidmap (1:4.5-1.1) ...
19:13:42 [2021-03-01T19:13:42.682Z] #19 46.13 Setting up libnftnl11:amd64 (1.1.2-2) ...
19:13:42 [2021-03-01T19:13:42.682Z] #19 46.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:13:42 [2021-03-01T19:13:42.682Z] #19 46.17 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
19:13:42 [2021-03-01T19:13:42.682Z] #19 46.18 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:13:42 [2021-03-01T19:13:42.682Z] #19 46.20 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
19:13:42 [2021-03-01T19:13:42.682Z] #19 46.21 Setting up xxd (2:8.1.0875-5) ...
19:13:42 [2021-03-01T19:13:42.938Z] #19 46.33 Setting up zip (3.0-11+b1) ...
19:13:42 [2021-03-01T19:13:42.938Z] #19 46.35 Setting up vim-common (2:8.1.0875-5) ...
19:13:42 [2021-03-01T19:13:42.938Z] #19 46.38 Setting up bash-completion (1:2.8-6) ...
19:13:43 [2021-03-01T19:13:43.063Z] #19 47.85 Selecting previously unselected package vim.
19:13:43 [2021-03-01T19:13:43.063Z] #19 47.86 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
19:13:43 [2021-03-01T19:13:43.063Z] #19 47.89 Unpacking vim (2:8.1.0875-5) ...
19:13:43 [2021-03-01T19:13:43.637Z] #19 48.58 Selecting previously unselected package xfsprogs.
19:13:43 [2021-03-01T19:13:43.637Z] #19 48.59 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
19:13:43 [2021-03-01T19:13:43.637Z] #19 48.59 Unpacking xfsprogs (4.20.0-1) ...
19:13:43 [2021-03-01T19:13:43.706Z] #43 144.4   CC       criu/irmap.o
19:13:43 [2021-03-01T19:13:43.841Z] #19 ...
19:13:43 [2021-03-01T19:13:43.841Z] 
19:13:43 [2021-03-01T19:13:43.841Z] #42 [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
19:13:43 [2021-03-01T19:13:43.841Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:43 [2021-03-01T19:13:43.841Z] #42 96.74   CC       criu/cr-dedup.o
19:13:43 [2021-03-01T19:13:43.842Z] #42 97.14   CC       criu/cr-dump.o
19:13:43 [2021-03-01T19:13:43.842Z] #42 99.39   CC       criu/cr-errno.o
19:13:43 [2021-03-01T19:13:43.842Z] #42 99.49   CC       criu/cr-restore.o
19:13:43 [2021-03-01T19:13:43.842Z] #42 103.7   CC       criu/cr-service.o
19:13:43 [2021-03-01T19:13:43.842Z] #42 105.3   CC       criu/crtools.o
19:13:43 [2021-03-01T19:13:43.842Z] #42 105.9   CC       criu/eventfd.o
19:13:43 [2021-03-01T19:13:43.842Z] #42 106.3   CC       criu/eventpoll.o
19:13:43 [2021-03-01T19:13:43.899Z] #19 ...
19:13:43 [2021-03-01T19:13:43.899Z] 
19:13:43 [2021-03-01T19:13:43.899Z] #42 [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
19:13:43 [2021-03-01T19:13:43.899Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:43 [2021-03-01T19:13:43.899Z] #42 96.11   CC       criu/cr-check.o
19:13:43 [2021-03-01T19:13:43.899Z] #42 97.73   CC       criu/cr-dedup.o
19:13:43 [2021-03-01T19:13:43.899Z] #42 98.14   CC       criu/cr-dump.o
19:13:43 [2021-03-01T19:13:43.899Z] #42 100.4   CC       criu/cr-errno.o
19:13:43 [2021-03-01T19:13:43.899Z] #42 100.5   CC       criu/cr-restore.o
19:13:43 [2021-03-01T19:13:43.899Z] #42 104.9   CC       criu/cr-service.o
19:13:44 [2021-03-01T19:13:44.161Z] #42 ...
19:13:44 [2021-03-01T19:13:44.161Z] 
19:13:44 [2021-03-01T19:13:44.161Z] #19 [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
19:13:44 [2021-03-01T19:13:44.161Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:44 [2021-03-01T19:13:44.161Z] #19 49.00 Selecting previously unselected package zip.
19:13:44 [2021-03-01T19:13:44.161Z] #19 49.01 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
19:13:44 [2021-03-01T19:13:44.161Z] #19 49.02 Unpacking zip (3.0-11+b1) ...
19:13:44 [2021-03-01T19:13:44.409Z] #42 107.2   CC       criu/external.o
19:13:44 [2021-03-01T19:13:44.409Z] #42 ...
19:13:44 [2021-03-01T19:13:44.409Z] 
19:13:44 [2021-03-01T19:13:44.409Z] #19 [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
19:13:44 [2021-03-01T19:13:44.409Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:44 [2021-03-01T19:13:44.409Z] #19 46.75 Selecting previously unselected package vim.
19:13:44 [2021-03-01T19:13:44.409Z] #19 46.75 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
19:13:44 [2021-03-01T19:13:44.409Z] #19 46.78 Unpacking vim (2:8.1.0875-5) ...
19:13:44 [2021-03-01T19:13:44.422Z] #19 49.23 Setting up aufs-tools (1:4.14+20190211-1) ...
19:13:44 [2021-03-01T19:13:44.423Z] #19 49.25 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
19:13:44 [2021-03-01T19:13:44.423Z] #19 49.27 Setting up libip6tc0:amd64 (1.8.2-4) ...
19:13:44 [2021-03-01T19:13:44.423Z] #19 49.28 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
19:13:44 [2021-03-01T19:13:44.423Z] #19 49.29 Setting up libgpm2:amd64 (1.20.7-5) ...
19:13:44 [2021-03-01T19:13:44.423Z] #19 49.30 Setting up libip4tc0:amd64 (1.8.2-4) ...
19:13:44 [2021-03-01T19:13:44.423Z] #19 49.31 Setting up uidmap (1:4.5-1.1) ...
19:13:44 [2021-03-01T19:13:44.423Z] #19 49.32 Setting up libnftnl11:amd64 (1.1.2-2) ...
19:13:44 [2021-03-01T19:13:44.423Z] #19 49.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:13:44 [2021-03-01T19:13:44.423Z] #19 49.35 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
19:13:44 [2021-03-01T19:13:44.585Z] ok  	github.com/docker/docker/layer	7.756s	coverage: 68.8% of statements
19:13:44 [2021-03-01T19:13:44.586Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
19:13:44 [2021-03-01T19:13:44.586Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
19:13:44 [2021-03-01T19:13:44.586Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
19:13:44 [2021-03-01T19:13:44.586Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
19:13:44 [2021-03-01T19:13:44.586Z] ?   	github.com/docker/docker/oci/caps	[no test files]
19:13:44 [2021-03-01T19:13:44.586Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
19:13:44 [2021-03-01T19:13:44.586Z] ok  	github.com/docker/docker/pkg/discovery	0.003s	coverage: 58.3% of statements
19:13:44 [2021-03-01T19:13:44.684Z] #19 49.36 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:13:44 [2021-03-01T19:13:44.684Z] #19 49.37 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
19:13:44 [2021-03-01T19:13:44.684Z] #19 49.39 Setting up xxd (2:8.1.0875-5) ...
19:13:44 [2021-03-01T19:13:44.684Z] #19 49.40 Setting up zip (3.0-11+b1) ...
19:13:44 [2021-03-01T19:13:44.684Z] #19 49.41 Setting up vim-common (2:8.1.0875-5) ...
19:13:44 [2021-03-01T19:13:44.684Z] #19 49.45 Setting up bash-completion (1:2.8-6) ...
19:13:44 [2021-03-01T19:13:44.762Z] #43 145.3   CC       criu/kcmp-ids.o
19:13:44 [2021-03-01T19:13:44.788Z] #55 247.4 + bin/containerd-shim-runc-v2
19:13:44 [2021-03-01T19:13:44.878Z] ok  	github.com/docker/docker/pkg/discovery/file	0.002s	coverage: 92.9% of statements
19:13:44 [2021-03-01T19:13:44.972Z] #19 47.30 Selecting previously unselected package xfsprogs.
19:13:44 [2021-03-01T19:13:44.972Z] #19 47.32 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
19:13:44 [2021-03-01T19:13:44.972Z] #19 47.32 Unpacking xfsprogs (4.20.0-1) ...
19:13:45 [2021-03-01T19:13:45.046Z] #55 248.3 + binaries
19:13:45 [2021-03-01T19:13:45.046Z] #55 248.3 + install -D bin/containerd /build/containerd
19:13:45 [2021-03-01T19:13:45.046Z] #55 248.3 + install -D bin/containerd-shim /build/containerd-shim
19:13:45 [2021-03-01T19:13:45.046Z] #55 248.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
19:13:45 [2021-03-01T19:13:45.046Z] #55 248.4 + install -D bin/ctr /build/ctr
19:13:45 [2021-03-01T19:13:45.078Z] #43 145.8   CC       criu/kerndat.o
19:13:45 [2021-03-01T19:13:45.082Z] #19 45.74 Setting up libiptc0:arm64 (1.8.2-4) ...
19:13:45 [2021-03-01T19:13:45.082Z] #19 45.76 Setting up xz-utils (5.2.4-1) ...
19:13:45 [2021-03-01T19:13:45.082Z] #19 45.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
19:13:45 [2021-03-01T19:13:45.082Z] #19 45.80 Setting up sudo (1.8.27-1+deb10u3) ...
19:13:45 [2021-03-01T19:13:45.082Z] #19 45.91 invoke-rc.d: could not determine current runlevel
19:13:45 [2021-03-01T19:13:45.082Z] #19 45.93 invoke-rc.d: policy-rc.d denied execution of start.
19:13:45 [2021-03-01T19:13:45.082Z] #19 45.94 Setting up pigz (2.4-1) ...
19:13:45 [2021-03-01T19:13:45.082Z] #19 45.96 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
19:13:45 [2021-03-01T19:13:45.082Z] #19 45.99 Setting up libnl-3-200:arm64 (3.4.0-1) ...
19:13:45 [2021-03-01T19:13:45.082Z] #19 46.03 Setting up python-pip-whl (18.1-5) ...
19:13:45 [2021-03-01T19:13:45.082Z] #19 46.05 Setting up libmpdec2:arm64 (2.4.2-2) ...
19:13:45 [2021-03-01T19:13:45.082Z] #19 46.07 Setting up vim-runtime (2:8.1.0875-5) ...
19:13:45 [2021-03-01T19:13:45.171Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.498s	coverage: 43.2% of statements
19:13:45 [2021-03-01T19:13:45.171Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
19:13:45 [2021-03-01T19:13:45.171Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
19:13:45 [2021-03-01T19:13:45.349Z] #19 46.51 Setting up libaio1:arm64 (0.3.112-3) ...
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.52 Setting up libonig5:arm64 (6.9.1-1) ...
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.54 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.55 Setting up vim (2:8.1.0875-5) ...
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.63 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.67 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.68 Setting up thin-provisioning-tools (0.7.6-2.1) ...
19:13:45 [2021-03-01T19:13:45.350Z] #19 46.70 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
19:13:45 [2021-03-01T19:13:45.464Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.001s	coverage: 92.3% of statements
19:13:45 [2021-03-01T19:13:45.534Z] #19 47.76 Selecting previously unselected package zip.
19:13:45 [2021-03-01T19:13:45.534Z] #19 47.77 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
19:13:45 [2021-03-01T19:13:45.534Z] #19 47.79 Unpacking zip (3.0-11+b1) ...
19:13:45 [2021-03-01T19:13:45.614Z] #19 46.72 Setting up jq (1.5+dfsg-2+b1) ...
19:13:45 [2021-03-01T19:13:45.614Z] #19 46.74 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
19:13:45 [2021-03-01T19:13:45.614Z] #19 46.76 Setting up python3.7 (3.7.3-2+deb10u2) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 47.99 Setting up aufs-tools (1:4.14+20190211-1) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.01 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.03 Setting up libip6tc0:amd64 (1.8.2-4) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.04 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.06 Setting up libgpm2:amd64 (1.20.7-5) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.07 Setting up libip4tc0:amd64 (1.8.2-4) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.10 Setting up uidmap (1:4.5-1.1) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.12 Setting up libnftnl11:amd64 (1.1.2-2) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.13 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.15 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.16 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.18 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.19 Setting up xxd (2:8.1.0875-5) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.20 Setting up zip (3.0-11+b1) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.21 Setting up vim-common (2:8.1.0875-5) ...
19:13:45 [2021-03-01T19:13:45.791Z] #19 48.25 Setting up bash-completion (1:2.8-6) ...
19:13:45 [2021-03-01T19:13:45.981Z] #55 DONE 249.0s
19:13:46 [2021-03-01T19:13:46.103Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.019s	coverage: 93.8% of statements
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.17 Setting up libiptc0:amd64 (1.8.2-4) ...
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.18 Setting up xz-utils (5.2.4-1) ...
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.20 Setting up sudo (1.8.27-1+deb10u3) ...
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.28 invoke-rc.d: could not determine current runlevel
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.29 invoke-rc.d: policy-rc.d denied execution of start.
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.30 Setting up pigz (2.4-1) ...
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.31 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.32 Setting up libnl-3-200:amd64 (3.4.0-1) ...
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.34 Setting up python-pip-whl (18.1-5) ...
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.35 Setting up libmpdec2:amd64 (2.4.2-2) ...
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.36 Setting up vim-runtime (2:8.1.0875-5) ...
19:13:46 [2021-03-01T19:13:46.205Z] #19 49.84 Setting up libaio1:amd64 (0.3.112-3) ...
19:13:46 [2021-03-01T19:13:46.397Z] ok  	github.com/docker/docker/pkg/dmesg	0.005s	coverage: 83.3% of statements
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.85 Setting up libonig5:amd64 (6.9.1-1) ...
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.86 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.87 Setting up vim (2:8.1.0875-5) ...
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.94 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.95 Setting up thin-provisioning-tools (0.7.6-2.1) ...
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.96 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.97 Setting up jq (1.5+dfsg-2+b1) ...
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.98 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
19:13:46 [2021-03-01T19:13:46.461Z] #19 49.99 Setting up python3.7 (3.7.3-2+deb10u2) ...
19:13:46 [2021-03-01T19:13:46.549Z] 
19:13:46 [2021-03-01T19:13:46.549Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
19:13:46 [2021-03-01T19:13:46.549Z] #56 sha256:e72902a97381654277a508a04ee1823170b0892f871d80f2c23242f2c55f9c5d
19:13:46 [2021-03-01T19:13:46.618Z] #43 147.3   CC       criu/libnetlink.o
19:13:46 [2021-03-01T19:13:46.718Z] #19 ...
19:13:46 [2021-03-01T19:13:46.718Z] 
19:13:46 [2021-03-01T19:13:46.718Z] #42 [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
19:13:46 [2021-03-01T19:13:46.718Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:46 [2021-03-01T19:13:46.718Z] #42 110.6   CC       criu/files-ext.o
19:13:46 [2021-03-01T19:13:46.718Z] #42 111.0   CC       criu/files-reg.o
19:13:46 [2021-03-01T19:13:46.718Z] #42 113.2   CC       criu/files.o
19:13:46 [2021-03-01T19:13:46.718Z] #42 115.2   CC       criu/filesystems.o
19:13:46 [2021-03-01T19:13:46.718Z] #42 115.9   CC       criu/fsnotify.o
19:13:46 [2021-03-01T19:13:46.718Z] #42 117.1   CC       criu/image-desc.o
19:13:46 [2021-03-01T19:13:46.718Z] #42 117.3   CC       criu/image.o
19:13:46 [2021-03-01T19:13:46.718Z] #42 118.2   CC       criu/ipc_ns.o
19:13:46 [2021-03-01T19:13:46.718Z] #42 119.4   CC       criu/irmap.o
19:13:46 [2021-03-01T19:13:46.718Z] #42 120.1   CC       criu/kcmp-ids.o
19:13:46 [2021-03-01T19:13:46.718Z] #42 120.4   CC       criu/kerndat.o
19:13:46 [2021-03-01T19:13:46.974Z] #42 ...
19:13:46 [2021-03-01T19:13:46.974Z] 
19:13:46 [2021-03-01T19:13:46.974Z] #39 [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
19:13:46 [2021-03-01T19:13:46.974Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:13:46 [2021-03-01T19:13:46.974Z] #39 187.4 + dpkg --print-architecture
19:13:46 [2021-03-01T19:13:46.974Z] #39 187.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
19:13:46 [2021-03-01T19:13:46.974Z] #39 187.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
19:13:46 [2021-03-01T19:13:46.974Z] #39 187.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
19:13:47 [2021-03-01T19:13:47.116Z] #56 DONE 0.4s
19:13:47 [2021-03-01T19:13:47.116Z] 
19:13:47 [2021-03-01T19:13:47.116Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:13:47 [2021-03-01T19:13:47.116Z] #60 sha256:83d6a2cdc9f5e2384bf5fee9a189212b7efbeb2f0df9bcb0a7a8026ae057d2d9
19:13:47 [2021-03-01T19:13:47.116Z] #60 DONE 0.1s
19:13:47 [2021-03-01T19:13:47.116Z] 
19:13:47 [2021-03-01T19:13:47.116Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/bin/vpnkit.x86_64
19:13:47 [2021-03-01T19:13:47.116Z] #62 sha256:3c0332cb298234d438b0797f7c6dfb904d787d63a5cf2e69d14b5f8f004ef919
19:13:47 [2021-03-01T19:13:47.266Z] #43 147.8   CC       criu/log.o
19:13:47 [2021-03-01T19:13:47.374Z] #62 DONE 0.2s
19:13:47 [2021-03-01T19:13:47.374Z] 
19:13:47 [2021-03-01T19:13:47.374Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
19:13:47 [2021-03-01T19:13:47.374Z] #64 sha256:1d657176c97fed7500cf176e8890a35860dd3071119023822d426cf34fc68ca1
19:13:47 [2021-03-01T19:13:47.374Z] #64 DONE 0.1s
19:13:47 [2021-03-01T19:13:47.374Z] 
19:13:47 [2021-03-01T19:13:47.374Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:13:47 [2021-03-01T19:13:47.374Z] #65 sha256:3dc693429b35c3e55148645a66d835705112b58927415aab1809534f0e178675
19:13:47 [2021-03-01T19:13:47.374Z] #65 DONE 0.0s
19:13:47 [2021-03-01T19:13:47.435Z] ok  	github.com/docker/docker/pkg/filenotify	0.601s	coverage: 67.0% of statements
19:13:47 [2021-03-01T19:13:47.550Z] #19 48.87 Setting up iptables (1.8.2-4) ...
19:13:47 [2021-03-01T19:13:47.566Z] #43 148.5   CC       criu/lsm.o
19:13:47 [2021-03-01T19:13:47.579Z] #39 ...
19:13:47 [2021-03-01T19:13:47.579Z] 
19:13:47 [2021-03-01T19:13:47.579Z] #42 [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
19:13:47 [2021-03-01T19:13:47.579Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:47 [2021-03-01T19:13:47.579Z] #42 121.6   CC       criu/libnetlink.o
19:13:47 [2021-03-01T19:13:47.632Z] 
19:13:47 [2021-03-01T19:13:47.632Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker
19:13:47 [2021-03-01T19:13:47.632Z] #66 sha256:f37c6c406e9703935d4e08aa2082eb34a65846336221ebdd1e1ddde78feaaf29
19:13:47 [2021-03-01T19:13:47.814Z] #19 48.90 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
19:13:47 [2021-03-01T19:13:47.814Z] #19 48.91 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:13:47 [2021-03-01T19:13:47.814Z] #19 48.92 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
19:13:47 [2021-03-01T19:13:47.814Z] #19 48.92 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:13:47 [2021-03-01T19:13:47.814Z] #19 48.93 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
19:13:47 [2021-03-01T19:13:47.814Z] #19 48.94 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
19:13:47 [2021-03-01T19:13:47.814Z] #19 48.95 Setting up python3 (3.7.3-1) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.26 Setting up libiptc0:amd64 (1.8.2-4) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.28 Setting up xz-utils (5.2.4-1) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.29 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.31 Setting up sudo (1.8.27-1+deb10u3) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.40 invoke-rc.d: could not determine current runlevel
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.42 invoke-rc.d: policy-rc.d denied execution of start.
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.44 Setting up pigz (2.4-1) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.46 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.47 Setting up libnl-3-200:amd64 (3.4.0-1) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.49 Setting up python-pip-whl (18.1-5) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.51 Setting up libmpdec2:amd64 (2.4.2-2) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.52 Setting up vim-runtime (2:8.1.0875-5) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.96 Setting up libaio1:amd64 (0.3.112-3) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 52.99 Setting up libonig5:amd64 (6.9.1-1) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 53.01 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
19:13:48 [2021-03-01T19:13:48.063Z] #19 53.02 Setting up vim (2:8.1.0875-5) ...
19:13:48 [2021-03-01T19:13:48.072Z] ok  	github.com/docker/docker/pkg/fileutils	0.005s	coverage: 89.5% of statements
19:13:48 [2021-03-01T19:13:48.214Z] #43 149.0   CC       criu/mem.o
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.20 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.22 Setting up thin-provisioning-tools (0.7.6-2.1) ...
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.24 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
19:13:48 [2021-03-01T19:13:48.324Z] #19 53.25 Setting up jq (1.5+dfsg-2+b1) ...
19:13:48 [2021-03-01T19:13:48.395Z] #19 49.43 Setting up python3-wheel (0.32.3-2) ...
19:13:48 [2021-03-01T19:13:48.507Z] #42 122.1   CC       criu/log.o
19:13:48 [2021-03-01T19:13:48.585Z] #19 53.27 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
19:13:48 [2021-03-01T19:13:48.585Z] #19 53.28 Setting up python3.7 (3.7.3-2+deb10u2) ...
19:13:48 [2021-03-01T19:13:48.712Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.084s	coverage: 84.1% of statements
19:13:48 [2021-03-01T19:13:48.763Z] #42 122.6   CC       criu/lsm.o
19:13:49 [2021-03-01T19:13:49.005Z] ok  	github.com/docker/docker/pkg/fsutils	0.409s	coverage: 85.1% of statements
19:13:49 [2021-03-01T19:13:49.005Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
19:13:49 [2021-03-01T19:13:49.017Z] #19 50.32 Setting up apparmor (2.13.2-10) ...
19:13:49 [2021-03-01T19:13:49.020Z] #42 123.0   CC       criu/mem.o
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.05 Setting up libiptc0:amd64 (1.8.2-4) ...
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.06 Setting up xz-utils (5.2.4-1) ...
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.10 Setting up sudo (1.8.27-1+deb10u3) ...
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.19 invoke-rc.d: could not determine current runlevel
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.20 invoke-rc.d: policy-rc.d denied execution of start.
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.21 Setting up pigz (2.4-1) ...
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.23 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.24 Setting up libnl-3-200:amd64 (3.4.0-1) ...
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.26 Setting up python-pip-whl (18.1-5) ...
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.28 Setting up libmpdec2:amd64 (2.4.2-2) ...
19:13:49 [2021-03-01T19:13:49.070Z] #19 51.29 Setting up vim-runtime (2:8.1.0875-5) ...
19:13:49 [2021-03-01T19:13:49.327Z] #19 51.76 Setting up libaio1:amd64 (0.3.112-3) ...
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.78 Setting up libonig5:amd64 (6.9.1-1) ...
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.79 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.81 Setting up vim (2:8.1.0875-5) ...
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.97 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
19:13:49 [2021-03-01T19:13:49.620Z] #19 51.98 Setting up thin-provisioning-tools (0.7.6-2.1) ...
19:13:49 [2021-03-01T19:13:49.641Z] ok  	github.com/docker/docker/pkg/idtools	0.283s	coverage: 69.5% of statements
19:13:49 [2021-03-01T19:13:49.886Z] #19 52.17 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
19:13:49 [2021-03-01T19:13:49.886Z] #19 52.18 Setting up jq (1.5+dfsg-2+b1) ...
19:13:49 [2021-03-01T19:13:49.886Z] #19 52.19 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
19:13:49 [2021-03-01T19:13:49.886Z] #19 52.22 Setting up python3.7 (3.7.3-2+deb10u2) ...
19:13:49 [2021-03-01T19:13:49.934Z] ok  	github.com/docker/docker/pkg/ioutils	0.300s	coverage: 70.1% of statements
19:13:50 [2021-03-01T19:13:50.162Z] #66 DONE 2.5s
19:13:50 [2021-03-01T19:13:50.162Z] 
19:13:50 [2021-03-01T19:13:50.162Z] #67 exporting to image
19:13:50 [2021-03-01T19:13:50.162Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
19:13:50 [2021-03-01T19:13:50.162Z] #67 exporting layers
19:13:50 [2021-03-01T19:13:50.227Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.013s	coverage: 91.7% of statements
19:13:50 [2021-03-01T19:13:50.227Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
19:13:50 [2021-03-01T19:13:50.227Z] ok  	github.com/docker/docker/pkg/longpath	0.001s	coverage: 100.0% of statements
19:13:50 [2021-03-01T19:13:50.227Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
19:13:50 [2021-03-01T19:13:50.227Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
19:13:50 [2021-03-01T19:13:50.521Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.001s	coverage: 85.7% of statements
19:13:50 [2021-03-01T19:13:50.521Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
19:13:50 [2021-03-01T19:13:50.521Z] ok  	github.com/docker/docker/pkg/parsers	0.001s	coverage: 97.0% of statements
19:13:50 [2021-03-01T19:13:50.534Z] DEBUG: print all environment variables to check how Jenkins runs this script
19:13:50 [2021-03-01T19:13:50.534Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-0a5f86ac\powershellScript.ps1'; exit $LASTEXITCODE;
19:13:50 [2021-03-01T19:13:50.534Z] ----------------------------------------------------------------------------
19:13:50 [2021-03-01T19:13:50.534Z] 
19:13:50 [2021-03-01T19:13:50.534Z] INFO: executeCI.ps1 starting at Mon Mar  1 19:13:49 CUT 2021
19:13:50 [2021-03-01T19:13:50.534Z] 
19:13:50 [2021-03-01T19:13:50.534Z] INFO: Script version 05-Feb-2019 09:03 PDT
19:13:50 [2021-03-01T19:13:50.534Z] INFO: Running git version 2.24.1.windows.2
19:13:50 [2021-03-01T19:13:50.534Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
19:13:50 [2021-03-01T19:13:50.534Z] INFO: Environment variables:
19:13:50 [2021-03-01T19:13:50.534Z] 
19:13:50 [2021-03-01T19:13:50.534Z] Name                           Value                                                                                   
19:13:50 [2021-03-01T19:13:50.534Z] ----                           -----                                                                                   
19:13:50 [2021-03-01T19:13:50.534Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
19:13:50 [2021-03-01T19:13:50.534Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
19:13:50 [2021-03-01T19:13:50.534Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
19:13:50 [2021-03-01T19:13:50.534Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9                      
19:13:50 [2021-03-01T19:13:50.534Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9                                                                                  
19:13:50 [2021-03-01T19:13:50.534Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
19:13:50 [2021-03-01T19:13:50.534Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
19:13:50 [2021-03-01T19:13:50.534Z] BRANCH_NAME                    PR-42102                                                                                
19:13:50 [2021-03-01T19:13:50.534Z] BUILD_DISPLAY_NAME             #1                                                                                      
19:13:50 [2021-03-01T19:13:50.534Z] BUILD_ID                       1                                                                                       
19:13:50 [2021-03-01T19:13:50.534Z] BUILD_NUMBER                   1                                                                                       
19:13:50 [2021-03-01T19:13:50.534Z] BUILD_TAG                      jenkins-moby-PR-42102-1                                                                 
19:13:50 [2021-03-01T19:13:50.534Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42102/1/                              
19:13:50 [2021-03-01T19:13:50.534Z] CHANGE_AUTHOR                  AkihiroSuda                                                                             
19:13:50 [2021-03-01T19:13:50.534Z] CHANGE_AUTHOR_DISPLAY_NAME     Akihiro Suda                                                                            
19:13:50 [2021-03-01T19:13:50.534Z] CHANGE_AUTHOR_EMAIL            suda.kyoto@gmail.com                                                                    
19:13:50 [2021-03-01T19:13:50.534Z] CHANGE_BRANCH                  rootlesskit-20210302                                                                    
19:13:50 [2021-03-01T19:13:50.534Z] CHANGE_FORK                    AkihiroSuda/docker                                                                      
19:13:50 [2021-03-01T19:13:50.534Z] CHANGE_ID                      42102                                                                                   
19:13:50 [2021-03-01T19:13:50.534Z] CHANGE_TARGET                  master                                                                                  
19:13:50 [2021-03-01T19:13:50.534Z] CHANGE_TITLE                   [DNM] trigger CI with rootlesskit v0.14.0-pre                                           
19:13:50 [2021-03-01T19:13:50.534Z] CHANGE_URL                     https://github.com/moby/moby/pull/42102                                                 
19:13:50 [2021-03-01T19:13:50.534Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
19:13:50 [2021-03-01T19:13:50.534Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
19:13:50 [2021-03-01T19:13:50.534Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
19:13:50 [2021-03-01T19:13:50.534Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
19:13:50 [2021-03-01T19:13:50.534Z] COMPUTERNAME                   azwin-2-60d050                                                                          
19:13:50 [2021-03-01T19:13:50.534Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
19:13:50 [2021-03-01T19:13:50.534Z] ConfigSequenceNumber           0                                                                                       
19:13:50 [2021-03-01T19:13:50.534Z] DOCKER_BUILDKIT                0                                                                                       
19:13:50 [2021-03-01T19:13:50.534Z] DOCKER_DUT_DEBUG               1                                                                                       
19:13:50 [2021-03-01T19:13:50.534Z] DOCKER_EXPERIMENTAL            1                                                                                       
19:13:50 [2021-03-01T19:13:50.534Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
19:13:50 [2021-03-01T19:13:50.534Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
19:13:50 [2021-03-01T19:13:50.534Z] EXECUTOR_NUMBER                0                                                                                       
19:13:50 [2021-03-01T19:13:50.534Z] FQDN                           azwin-2-60d050.westus.cloudapp.azure.com                                                
19:13:50 [2021-03-01T19:13:50.534Z] GIT_BRANCH                     PR-42102                                                                                
19:13:50 [2021-03-01T19:13:50.534Z] GIT_COMMIT                     5542f13c1a24468bff92ce265c892f7391f68f36                                                
19:13:50 [2021-03-01T19:13:50.534Z] GIT_URL                        https://github.com/moby/moby.git                                                        
19:13:50 [2021-03-01T19:13:50.534Z] HUDSON_COOKIE                  1df33aeb-edcb-4f6f-9a93-e09e327dcea7                                                    
19:13:50 [2021-03-01T19:13:50.534Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
19:13:50 [2021-03-01T19:13:50.534Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
19:13:50 [2021-03-01T19:13:50.534Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
19:13:50 [2021-03-01T19:13:50.534Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.275-1.b01.ojdkbuild.windows.x86_64                          
19:13:50 [2021-03-01T19:13:50.535Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
19:13:50 [2021-03-01T19:13:50.535Z] JENKINS_NODE_COOKIE            c8b4ddee-bf4a-42b3-99fc-ee15bc62c97f                                                    
19:13:50 [2021-03-01T19:13:50.535Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
19:13:50 [2021-03-01T19:13:50.535Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
19:13:50 [2021-03-01T19:13:50.535Z] JOB_BASE_NAME                  PR-42102                                                                                
19:13:50 [2021-03-01T19:13:50.535Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42102/display/redirect                
19:13:50 [2021-03-01T19:13:50.535Z] JOB_NAME                       moby/PR-42102                                                                           
19:13:50 [2021-03-01T19:13:50.535Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42102/                                
19:13:50 [2021-03-01T19:13:50.535Z] library.jps.version            master                                                                                  
19:13:50 [2021-03-01T19:13:50.535Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
19:13:50 [2021-03-01T19:13:50.535Z] NODE_LABELS                    amd64 azure azwin-2-60d050 azwin-2019 docker west-us windows windows-2019 x86_64        
19:13:50 [2021-03-01T19:13:50.535Z] NODE_NAME                      azwin-2-60d050                                                                          
19:13:50 [2021-03-01T19:13:50.535Z] NUMBER_OF_PROCESSORS           4                                                                                       
19:13:50 [2021-03-01T19:13:50.535Z] OS                             Windows_NT                                                                              
19:13:50 [2021-03-01T19:13:50.535Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
19:13:50 [2021-03-01T19:13:50.535Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
19:13:50 [2021-03-01T19:13:50.535Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
19:13:50 [2021-03-01T19:13:50.535Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
19:13:50 [2021-03-01T19:13:50.535Z] PROCESSOR_LEVEL                6                                                                                       
19:13:50 [2021-03-01T19:13:50.535Z] PROCESSOR_REVISION             5504                                                                                    
19:13:50 [2021-03-01T19:13:50.535Z] ProgramData                    C:\ProgramData                                                                          
19:13:50 [2021-03-01T19:13:50.535Z] ProgramFiles                   C:\Program Files                                                                        
19:13:50 [2021-03-01T19:13:50.535Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
19:13:50 [2021-03-01T19:13:50.535Z] ProgramW6432                   C:\Program Files                                                                        
19:13:50 [2021-03-01T19:13:50.535Z] PROMPT                         $P$G                                                                                    
19:13:50 [2021-03-01T19:13:50.535Z] PSExecutionPolicyPreference    Bypass                                                                                  
19:13:50 [2021-03-01T19:13:50.535Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
19:13:50 [2021-03-01T19:13:50.535Z] PUBLIC                         C:\Users\Public                                                                         
19:13:50 [2021-03-01T19:13:50.535Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42102/1/display/redirect?page=artif...
19:13:50 [2021-03-01T19:13:50.535Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42102/1/display/redirect?page=changes 
19:13:50 [2021-03-01T19:13:50.535Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42102/1/display/redirect              
19:13:50 [2021-03-01T19:13:50.535Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42102/1/display/redirect?page=tests   
19:13:50 [2021-03-01T19:13:50.535Z] SKIP_VALIDATION_TESTS          1                                                                                       
19:13:50 [2021-03-01T19:13:50.535Z] SOURCES_DRIVE                  d                                                                                       
19:13:50 [2021-03-01T19:13:50.535Z] SOURCES_SUBDIR                 gopath                                                                                  
19:13:50 [2021-03-01T19:13:50.535Z] STAGE_NAME                     Run tests                                                                               
19:13:50 [2021-03-01T19:13:50.535Z] SystemDrive                    C:                                                                                      
19:13:50 [2021-03-01T19:13:50.535Z] SystemRoot                     C:\windows                                                                              
19:13:50 [2021-03-01T19:13:50.535Z] TEMP                           C:\windows\TEMP                                                                         
19:13:50 [2021-03-01T19:13:50.535Z] TESTDEBUG                      0                                                                                       
19:13:50 [2021-03-01T19:13:50.535Z] TESTRUN_DRIVE                  d                                                                                       
19:13:50 [2021-03-01T19:13:50.535Z] TESTRUN_SUBDIR                 CI                                                                                      
19:13:50 [2021-03-01T19:13:50.535Z] TIMEOUT                        120m                                                                                    
19:13:50 [2021-03-01T19:13:50.535Z] TMP                            C:\windows\TEMP                                                                         
19:13:50 [2021-03-01T19:13:50.535Z] USERDOMAIN                     WORKGROUP                                                                               
19:13:50 [2021-03-01T19:13:50.535Z] USERNAME                       azwin-2-60d050$                                                                         
19:13:50 [2021-03-01T19:13:50.535Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
19:13:50 [2021-03-01T19:13:50.535Z] windir                         C:\windows                                                                              
19:13:50 [2021-03-01T19:13:50.535Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
19:13:50 [2021-03-01T19:13:50.535Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
19:13:50 [2021-03-01T19:13:50.535Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
19:13:50 [2021-03-01T19:13:50.535Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
19:13:50 [2021-03-01T19:13:50.535Z] 
19:13:50 [2021-03-01T19:13:50.535Z] 
19:13:50 [2021-03-01T19:13:50.535Z] 
19:13:50 [2021-03-01T19:13:50.535Z] INFO: Sources under d:\gopath\...
19:13:50 [2021-03-01T19:13:50.535Z] INFO: Test run under d:\CI\...
19:13:50 [2021-03-01T19:13:50.535Z] INFO: Running in D:\gopath\src\github.com\docker\docker
19:13:50 [2021-03-01T19:13:50.535Z] INFO: docker/docker repository was found
19:13:50 [2021-03-01T19:13:50.535Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
19:13:50 [2021-03-01T19:13:50.814Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.009s	coverage: 60.0% of statements
19:13:50 [2021-03-01T19:13:50.814Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.002s	coverage: 86.7% of statements
19:13:50 [2021-03-01T19:13:50.923Z] #42 124.7   CC       criu/memfd.o
19:13:51 [2021-03-01T19:13:51.004Z] #43 151.3   CC       criu/memfd.o
19:13:51 [2021-03-01T19:13:51.107Z] ok  	github.com/docker/docker/pkg/pidfile	0.018s	coverage: 82.4% of statements
19:13:51 [2021-03-01T19:13:51.107Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
19:13:51 [2021-03-01T19:13:51.107Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
19:13:51 [2021-03-01T19:13:51.107Z] #19 51.94 Setting up xfsprogs (4.20.0-1) ...
19:13:51 [2021-03-01T19:13:51.107Z] #19 51.96 Setting up python3-lib2to3 (3.7.3-1) ...
19:13:51 [2021-03-01T19:13:51.107Z] #19 52.27 Setting up python3-pkg-resources (40.8.0-1) ...
19:13:51 [2021-03-01T19:13:51.132Z] #19 56.05 Setting up iptables (1.8.2-4) ...
19:13:51 [2021-03-01T19:13:51.132Z] #19 56.07 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
19:13:51 [2021-03-01T19:13:51.303Z] #43 152.1   CC       criu/mount.o
19:13:51 [2021-03-01T19:13:51.393Z] #19 56.08 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:13:51 [2021-03-01T19:13:51.393Z] #19 56.09 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
19:13:51 [2021-03-01T19:13:51.393Z] #19 56.09 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:13:51 [2021-03-01T19:13:51.393Z] #19 56.10 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
19:13:51 [2021-03-01T19:13:51.393Z] #19 56.11 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
19:13:51 [2021-03-01T19:13:51.393Z] #19 56.12 Setting up python3 (3.7.3-1) ...
19:13:51 [2021-03-01T19:13:51.507Z] ltsc2019: Pulling from windows/servercore
19:13:51 [2021-03-01T19:13:51.654Z] #19 56.53 Setting up python3-wheel (0.32.3-2) ...
19:13:51 [2021-03-01T19:13:51.744Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.019s	coverage: 56.8% of statements
19:13:51 [2021-03-01T19:13:51.849Z] #42 125.6   CC       criu/mount.o
19:13:51 [2021-03-01T19:13:51.968Z] 4612f6d0b889: Pulling fs layer
19:13:51 [2021-03-01T19:13:51.968Z] db4edcf0861f: Pulling fs layer
19:13:52 [2021-03-01T19:13:52.037Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.001s	coverage: 85.7% of statements
19:13:52 [2021-03-01T19:13:52.062Z] #19 52.99 Setting up python3-distutils (3.7.3-1) ...
19:13:52 [2021-03-01T19:13:52.062Z] #19 ...
19:13:52 [2021-03-01T19:13:52.062Z] 
19:13:52 [2021-03-01T19:13:52.062Z] #42 [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
19:13:52 [2021-03-01T19:13:52.062Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:13:52 [2021-03-01T19:13:52.062Z] #42 104.2   CC       criu/filesystems.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 104.8   CC       criu/fsnotify.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 105.7   CC       criu/image-desc.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 105.8   CC       criu/image.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 106.5   CC       criu/ipc_ns.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 107.6   CC       criu/irmap.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 108.2   CC       criu/kcmp-ids.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 108.4   CC       criu/kerndat.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 109.3   CC       criu/libnetlink.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 109.6   CC       criu/log.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 110.0   CC       criu/lsm.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 110.3   CC       criu/mem.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 112.1   CC       criu/memfd.o
19:13:52 [2021-03-01T19:13:52.062Z] #42 112.7   CC       criu/mount.o
19:13:52 [2021-03-01T19:13:52.326Z] #42 ...
19:13:52 [2021-03-01T19:13:52.327Z] 
19:13:52 [2021-03-01T19:13:52.327Z] #19 [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
19:13:52 [2021-03-01T19:13:52.327Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d
19:13:52 [2021-03-01T19:13:52.327Z] #19 53.47 Setting up python3-setuptools (40.8.0-1) ...
19:13:52 [2021-03-01T19:13:52.355Z] #43 ...
19:13:52 [2021-03-01T19:13:52.355Z] 
19:13:52 [2021-03-01T19:13:52.355Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:13:52 [2021-03-01T19:13:52.355Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc
19:13:52 [2021-03-01T19:13:52.355Z] #22 21.32   Installing build dependencies: finished with status 'done'
19:13:52 [2021-03-01T19:13:52.374Z] ok  	github.com/docker/docker/pkg/pools	0.001s	coverage: 88.2% of statements
19:13:52 [2021-03-01T19:13:52.597Z] #19 57.26 Setting up apparmor (2.13.2-10) ...
19:13:52 [2021-03-01T19:13:52.687Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
19:13:53 [2021-03-01T19:13:53.162Z] #19 55.27 Setting up iptables (1.8.2-4) ...
19:13:53 [2021-03-01T19:13:53.162Z] #19 55.29 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
19:13:53 [2021-03-01T19:13:53.162Z] #19 55.30 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:13:53 [2021-03-01T19:13:53.162Z] #19 55.31 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
19:13:53 [2021-03-01T19:13:53.162Z] #19 55.31 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:13:53 [2021-03-01T19:13:53.162Z] #19 55.32 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
19:13:53 [2021-03-01T19:13:53.162Z] #19 55.33 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
19:13:53 [2021-03-01T19:13:53.162Z] #19 55.34 Setting up python3 (3.7.3-1) ...
19:13:53 [2021-03-01T19:13:53.169Z] #19 ...
19:13:53 [2021-03-01T19:13:53.170Z] 
19:13:53 [2021-03-01T19:13:53.170Z] #39 [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
19:13:53 [2021-03-01T19:13:53.170Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:13:53 [2021-03-01T19:13:53.170Z] #39 203.3 + dpkg --print-architecture
19:13:53 [2021-03-01T19:13:53.170Z] #39 203.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
19:13:53 [2021-03-01T19:13:53.282Z] #19 54.53 Setting up python3-pip (18.1-5) ...
19:13:53 [2021-03-01T19:13:53.418Z] #19 55.64 Setting up python3-wheel (0.32.3-2) ...
19:13:53 [2021-03-01T19:13:53.431Z] #39 203.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
19:13:53 [2021-03-01T19:13:53.431Z] #39 203.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
19:13:53 [2021-03-01T19:13:53.725Z] ok  	github.com/docker/docker/pkg/pubsub	1.017s	coverage: 75.0% of statements
19:13:54 [2021-03-01T19:13:54.017Z] ok  	github.com/docker/docker/pkg/reexec	0.002s	coverage: 82.4% of statements
19:13:54 [2021-03-01T19:13:54.237Z] #19 55.43 Processing triggers for libc-bin (2.28-10) ...
19:13:54 [2021-03-01T19:13:54.237Z] #19 55.47 Processing triggers for mime-support (3.62) ...
19:13:54 [2021-03-01T19:13:54.237Z] #19 56.39 Setting up apparmor (2.13.2-10) ...
19:13:54 [2021-03-01T19:13:54.374Z] #39 ...
19:13:54 [2021-03-01T19:13:54.374Z] 
19:13:54 [2021-03-01T19:13:54.374Z] #42 [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
19:13:54 [2021-03-01T19:13:54.374Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:54 [2021-03-01T19:13:54.374Z] #42 106.6   CC       criu/crtools.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 107.2   CC       criu/eventfd.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 107.6   CC       criu/eventpoll.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 108.5   CC       criu/external.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 109.0   CC       criu/fault-injection.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 109.1   CC       criu/fdstore.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 109.4   CC       criu/fifo.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 109.8   CC       criu/file-ids.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 110.1   CC       criu/file-lock.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 111.0   CC       criu/files-ext.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 111.5   CC       criu/files-reg.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 113.8   CC       criu/files.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 115.8   CC       criu/filesystems.o
19:13:54 [2021-03-01T19:13:54.374Z] #42 116.6   CC       criu/fsnotify.o
19:13:54 [2021-03-01T19:13:54.404Z] #42 ...
19:13:54 [2021-03-01T19:13:54.404Z] 
19:13:54 [2021-03-01T19:13:54.404Z] #19 [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
19:13:54 [2021-03-01T19:13:54.404Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:54 [2021-03-01T19:13:54.404Z] #19 52.66 Setting up iptables (1.8.2-4) ...
19:13:54 [2021-03-01T19:13:54.404Z] #19 52.67 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
19:13:54 [2021-03-01T19:13:54.404Z] #19 52.68 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:13:54 [2021-03-01T19:13:54.404Z] #19 52.68 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
19:13:54 [2021-03-01T19:13:54.404Z] #19 52.68 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
19:13:54 [2021-03-01T19:13:54.404Z] #19 52.69 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
19:13:54 [2021-03-01T19:13:54.404Z] #19 52.69 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
19:13:54 [2021-03-01T19:13:54.404Z] #19 52.70 Setting up python3 (3.7.3-1) ...
19:13:54 [2021-03-01T19:13:54.404Z] #19 53.16 Setting up python3-wheel (0.32.3-2) ...
19:13:54 [2021-03-01T19:13:54.404Z] #19 53.94 Setting up apparmor (2.13.2-10) ...
19:13:54 [2021-03-01T19:13:54.404Z] #19 55.56 Setting up xfsprogs (4.20.0-1) ...
19:13:54 [2021-03-01T19:13:54.404Z] #19 55.58 Setting up python3-lib2to3 (3.7.3-1) ...
19:13:54 [2021-03-01T19:13:54.404Z] #19 55.94 Setting up python3-pkg-resources (40.8.0-1) ...
19:13:54 [2021-03-01T19:13:54.404Z] #19 56.93 Setting up python3-distutils (3.7.3-1) ...
19:13:54 [2021-03-01T19:13:54.404Z] #19 57.43 Setting up python3-setuptools (40.8.0-1) ...
19:13:54 [2021-03-01T19:13:54.635Z] #42 ...
19:13:54 [2021-03-01T19:13:54.635Z] 
19:13:54 [2021-03-01T19:13:54.635Z] #19 [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
19:13:54 [2021-03-01T19:13:54.635Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:54 [2021-03-01T19:13:54.635Z] #19 59.10 Setting up xfsprogs (4.20.0-1) ...
19:13:54 [2021-03-01T19:13:54.635Z] #19 59.11 Setting up python3-lib2to3 (3.7.3-1) ...
19:13:54 [2021-03-01T19:13:54.635Z] #19 59.48 Setting up python3-pkg-resources (40.8.0-1) ...
19:13:54 [2021-03-01T19:13:54.800Z] #19 ...
19:13:54 [2021-03-01T19:13:54.800Z] 
19:13:54 [2021-03-01T19:13:54.800Z] #42 [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
19:13:54 [2021-03-01T19:13:54.800Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:54 [2021-03-01T19:13:54.800Z] #42 107.6   CC       criu/fault-injection.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 107.7   CC       criu/fdstore.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 108.1   CC       criu/fifo.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 108.5   CC       criu/file-ids.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 108.8   CC       criu/file-lock.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 109.6   CC       criu/files-ext.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 110.1   CC       criu/files-reg.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 112.2   CC       criu/files.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 114.5   CC       criu/filesystems.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 115.2   CC       criu/fsnotify.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 116.5   CC       criu/image-desc.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 116.7   CC       criu/image.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 117.5   CC       criu/ipc_ns.o
19:13:54 [2021-03-01T19:13:54.800Z] #42 ...
19:13:54 [2021-03-01T19:13:54.800Z] 
19:13:54 [2021-03-01T19:13:54.801Z] #39 [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
19:13:54 [2021-03-01T19:13:54.801Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:13:54 [2021-03-01T19:13:54.801Z] #39 206.5 + dpkg --print-architecture
19:13:54 [2021-03-01T19:13:54.801Z] #39 206.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
19:13:54 [2021-03-01T19:13:54.819Z] #19 DONE 56.0s
19:13:54 [2021-03-01T19:13:54.819Z] 
19:13:54 [2021-03-01T19:13:54.819Z] #20 [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
19:13:54 [2021-03-01T19:13:54.819Z] #20 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f
19:13:55 [2021-03-01T19:13:55.008Z] #19 58.62 Setting up python3-pip (18.1-5) ...
19:13:55 [2021-03-01T19:13:55.314Z] #39 206.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
19:13:55 [2021-03-01T19:13:55.314Z] #39 206.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
19:13:55 [2021-03-01T19:13:55.577Z] #19 60.41 Setting up python3-distutils (3.7.3-1) ...
19:13:55 [2021-03-01T19:13:55.937Z] #19 ...
19:13:55 [2021-03-01T19:13:55.937Z] 
19:13:55 [2021-03-01T19:13:55.937Z] #42 [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
19:13:55 [2021-03-01T19:13:55.937Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:13:55 [2021-03-01T19:13:55.937Z] #42 129.6   CC       criu/namespaces.o
19:13:56 [2021-03-01T19:13:56.148Z] #19 60.83 Setting up python3-setuptools (40.8.0-1) ...
19:13:56 [2021-03-01T19:13:56.221Z] #20 1.351 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
19:13:56 [2021-03-01T19:13:56.221Z] #20 1.358 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
19:13:56 [2021-03-01T19:13:56.221Z] #20 1.364 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
19:13:56 [2021-03-01T19:13:56.489Z] #20 DONE 1.8s
19:13:56 [2021-03-01T19:13:56.489Z] 
19:13:56 [2021-03-01T19:13:56.489Z] #42 [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
19:13:56 [2021-03-01T19:13:56.489Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:13:56 [2021-03-01T19:13:56.489Z] #42 115.6   CC       criu/namespaces.o
19:13:56 [2021-03-01T19:13:56.489Z] #42 117.0   CC       criu/net.o
19:13:56 [2021-03-01T19:13:56.498Z] #42 ...
19:13:56 [2021-03-01T19:13:56.498Z] 
19:13:56 [2021-03-01T19:13:56.498Z] #19 [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
19:13:56 [2021-03-01T19:13:56.498Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:13:56 [2021-03-01T19:13:56.498Z] #19 59.65 Processing triggers for libc-bin (2.28-10) ...
19:13:56 [2021-03-01T19:13:56.498Z] #19 59.69 Processing triggers for mime-support (3.62) ...
19:13:56 [2021-03-01T19:13:56.498Z] #19 DONE 60.0s
19:13:56 [2021-03-01T19:13:56.727Z] #67 exporting layers 6.6s done
19:13:56 [2021-03-01T19:13:56.727Z] #67 writing image sha256:daea6a0f3f9584eeaa03e536fdcd5af46e764cb5b1882633cdf75c2c55dbf896 done
19:13:56 [2021-03-01T19:13:56.727Z] #67 naming to docker.io/library/docker:5542f13c1a24468bff92ce265c892f7391f68f36 done
19:13:56 [2021-03-01T19:13:56.727Z] #67 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
19:13:56 [2021-03-01T19:13:56.753Z] 
19:13:56 [2021-03-01T19:13:56.753Z] #20 [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
19:13:56 [2021-03-01T19:13:56.753Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8
19:13:56 [2021-03-01T19:13:56.755Z] ok  	github.com/docker/docker/pkg/signal	2.331s	coverage: 61.0% of statements
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
19:13:57 [2021-03-01T19:13:57.049Z] ok  	github.com/docker/docker/pkg/stdcopy	0.002s	coverage: 100.0% of statements
19:13:57 [2021-03-01T19:13:57.091Z] #19 61.86 Setting up python3-pip (18.1-5) ...
19:13:57 [2021-03-01T19:13:57.105Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42102/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/validate/default
19:13:57 [2021-03-01T19:13:57.341Z] ok  	github.com/docker/docker/pkg/streamformatter	0.002s	coverage: 66.2% of statements
19:13:57 [2021-03-01T19:13:57.341Z] ok  	github.com/docker/docker/pkg/stringid	0.001s	coverage: 70.6% of statements
19:13:57 [2021-03-01T19:13:57.450Z] #42 119.9   CC       criu/netfilter.o
19:13:57 [2021-03-01T19:13:57.716Z] #42 120.2   CC       criu/page-pipe.o
19:13:57 [2021-03-01T19:13:57.977Z] ok  	github.com/docker/docker/pkg/sysinfo	0.005s	coverage: 54.2% of statements
19:13:58 [2021-03-01T19:13:58.034Z] #19 62.93 Processing triggers for libc-bin (2.28-10) ...
19:13:58 [2021-03-01T19:13:58.063Z] Congratulations!  All commits are properly signed with the DCO!
19:13:58 [2021-03-01T19:13:58.064Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:13:58 [2021-03-01T19:13:58.064Z] No api/types/ or api/swagger.yaml changes in diff.
19:13:58 [2021-03-01T19:13:58.064Z] Congratulations!  All TOML source files changed here have valid syntax.
19:13:58 [2021-03-01T19:13:58.064Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:13:58 [2021-03-01T19:13:58.064Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:13:58 [2021-03-01T19:13:58.064Z] Congratulations!  No new tests were added to integration-cli.
19:13:58 [2021-03-01T19:13:58.064Z] 
19:13:58 [2021-03-01T19:13:58.064Z] INFO Start validation with golang-ci-lint
19:13:58 [2021-03-01T19:13:58.064Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:13:58 [2021-03-01T19:13:58.064Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:13:58 [2021-03-01T19:13:58.064Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:13:58 [2021-03-01T19:13:58.295Z] #19 62.99 Processing triggers for mime-support (3.62) ...
19:13:58 [2021-03-01T19:13:58.297Z] #42 120.8   CC       criu/page-xfer.o
19:13:58 [2021-03-01T19:13:58.612Z] ok  	github.com/docker/docker/pkg/system	0.052s	coverage: 36.9% of statements
19:13:58 [2021-03-01T19:13:58.612Z] ok  	github.com/docker/docker/pkg/tailfile	0.037s	coverage: 88.6% of statements
19:13:58 [2021-03-01T19:13:58.639Z] #20 1.822 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
19:13:58 [2021-03-01T19:13:58.640Z] #20 1.826 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
19:13:58 [2021-03-01T19:13:58.640Z] #20 1.829 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
19:13:58 [2021-03-01T19:13:58.640Z] #20 DONE 1.9s
19:13:58 [2021-03-01T19:13:58.640Z] 
19:13:58 [2021-03-01T19:13:58.640Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:13:58 [2021-03-01T19:13:58.640Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:13:59 [2021-03-01T19:13:59.239Z] #19 DONE 63.9s
19:13:59 [2021-03-01T19:13:59.239Z] 
19:13:59 [2021-03-01T19:13:59.239Z] #20 [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
19:13:59 [2021-03-01T19:13:59.239Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8
19:13:59 [2021-03-01T19:13:59.247Z] ok  	github.com/docker/docker/pkg/tarsum	0.037s	coverage: 89.3% of statements
19:13:59 [2021-03-01T19:13:59.247Z] testing: warning: no tests to run
19:13:59 [2021-03-01T19:13:59.247Z] coverage: [no statements]
19:13:59 [2021-03-01T19:13:59.247Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
19:13:59 [2021-03-01T19:13:59.331Z] #22 ...
19:13:59 [2021-03-01T19:13:59.331Z] 
19:13:59 [2021-03-01T19:13:59.331Z] #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
19:13:59 [2021-03-01T19:13:59.331Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:13:59 [2021-03-01T19:13:59.331Z] #43 157.3   CC       criu/namespaces.o
19:13:59 [2021-03-01T19:13:59.331Z] #43 160.0   CC       criu/net.o
19:13:59 [2021-03-01T19:13:59.540Z] ok  	github.com/docker/docker/pkg/truncindex	0.101s	coverage: 91.5% of statements
19:13:59 [2021-03-01T19:13:59.699Z] #42 122.1   CC       criu/pagemap-cache.o
19:13:59 [2021-03-01T19:13:59.833Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
19:13:59 [2021-03-01T19:13:59.833Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
19:13:59 [2021-03-01T19:13:59.965Z] #42 122.4   CC       criu/pagemap.o
19:14:00 [2021-03-01T19:14:00.184Z] #20 1.001 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
19:14:00 [2021-03-01T19:14:00.184Z] #20 1.005 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
19:14:00 [2021-03-01T19:14:00.184Z] #20 1.009 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
19:14:00 [2021-03-01T19:14:00.184Z] #20 DONE 1.1s
19:14:00 [2021-03-01T19:14:00.184Z] 
19:14:00 [2021-03-01T19:14:00.184Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:14:00 [2021-03-01T19:14:00.184Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:14:00 [2021-03-01T19:14:00.920Z] #42 123.2   CC       criu/parasite-syscall.o
19:14:01 [2021-03-01T19:14:01.501Z] #42 123.9   CC       criu/path.o
19:14:01 [2021-03-01T19:14:01.767Z] #42 124.2   CC       criu/pie-util-vdso.o
19:14:01 [2021-03-01T19:14:01.856Z] #39 ...
19:14:01 [2021-03-01T19:14:01.856Z] 
19:14:01 [2021-03-01T19:14:01.856Z] #19 [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
19:14:01 [2021-03-01T19:14:01.856Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a
19:14:01 [2021-03-01T19:14:01.856Z] #19 58.26 Setting up xfsprogs (4.20.0-1) ...
19:14:01 [2021-03-01T19:14:01.856Z] #19 58.28 Setting up python3-lib2to3 (3.7.3-1) ...
19:14:01 [2021-03-01T19:14:01.856Z] #19 58.69 Setting up python3-pkg-resources (40.8.0-1) ...
19:14:01 [2021-03-01T19:14:01.856Z] #19 59.52 Setting up python3-distutils (3.7.3-1) ...
19:14:01 [2021-03-01T19:14:01.856Z] #19 59.98 Setting up python3-setuptools (40.8.0-1) ...
19:14:01 [2021-03-01T19:14:01.856Z] #19 61.15 Setting up python3-pip (18.1-5) ...
19:14:01 [2021-03-01T19:14:01.856Z] #19 62.21 Processing triggers for libc-bin (2.28-10) ...
19:14:01 [2021-03-01T19:14:01.856Z] #19 62.25 Processing triggers for mime-support (3.62) ...
19:14:01 [2021-03-01T19:14:01.856Z] #19 DONE 63.1s
19:14:01 [2021-03-01T19:14:01.856Z] 
19:14:01 [2021-03-01T19:14:01.856Z] #20 [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
19:14:01 [2021-03-01T19:14:01.856Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8
19:14:01 [2021-03-01T19:14:01.856Z] #20 0.981 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
19:14:01 [2021-03-01T19:14:01.856Z] #20 0.985 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
19:14:01 [2021-03-01T19:14:01.856Z] #20 0.988 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
19:14:01 [2021-03-01T19:14:01.856Z] #20 DONE 1.0s
19:14:01 [2021-03-01T19:14:01.856Z] 
19:14:01 [2021-03-01T19:14:01.856Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:14:01 [2021-03-01T19:14:01.856Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:14:01 [2021-03-01T19:14:01.906Z] ok  	github.com/docker/docker/plugin	0.562s	coverage: 23.2% of statements
19:14:02 [2021-03-01T19:14:02.032Z] #42 124.5   CC       criu/pie-util.o
19:14:02 [2021-03-01T19:14:02.112Z] #43 ...
19:14:02 [2021-03-01T19:14:02.112Z] 
19:14:02 [2021-03-01T19:14:02.112Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:14:02 [2021-03-01T19:14:02.112Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc
19:14:02 [2021-03-01T19:14:02.112Z] #22 29.98 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
19:14:02 [2021-03-01T19:14:02.112Z] #22 30.06   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
19:14:02 [2021-03-01T19:14:02.112Z] #22 30.11 Building wheels for collected packages: pyyaml
19:14:02 [2021-03-01T19:14:02.112Z] #22 30.11   Running setup.py bdist_wheel for pyyaml: started
19:14:02 [2021-03-01T19:14:02.200Z] ok  	github.com/docker/docker/plugin/v2	0.002s	coverage: 14.5% of statements
19:14:02 [2021-03-01T19:14:02.297Z] #42 124.6   CC       criu/pipes.o
19:14:02 [2021-03-01T19:14:02.297Z] #42 ...
19:14:02 [2021-03-01T19:14:02.297Z] 
19:14:02 [2021-03-01T19:14:02.297Z] #55 [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
19:14:02 [2021-03-01T19:14:02.297Z] #55 sha256:8acb5ea219c0b1050f71f2e560ee6c8a8314120e48ca083e249de22b516dc8a3
19:14:02 [2021-03-01T19:14:02.297Z] #55 160.1 + bin/containerd
19:14:02 [2021-03-01T19:14:02.492Z] ok  	github.com/docker/docker/profiles/seccomp	0.005s	coverage: 86.4% of statements
19:14:02 [2021-03-01T19:14:02.758Z] #22 31.71   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
19:14:02 [2021-03-01T19:14:02.758Z] #22 31.71   Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028
19:14:02 [2021-03-01T19:14:02.758Z] #22 31.96 Successfully built pyyaml
19:14:03 [2021-03-01T19:14:03.060Z] #22 31.98 Installing collected packages: pyyaml, pathspec, yamllint
19:14:03 [2021-03-01T19:14:03.380Z] #22 32.41 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
19:14:03 [2021-03-01T19:14:03.712Z] #22 DONE 32.6s
19:14:03 [2021-03-01T19:14:03.712Z] 
19:14:03 [2021-03-01T19:14:03.712Z] #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
19:14:03 [2021-03-01T19:14:03.712Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:14:04 [2021-03-01T19:14:04.147Z] ok  	github.com/docker/docker/quota	0.663s	coverage: 71.4% of statements
19:14:04 [2021-03-01T19:14:04.147Z] ok  	github.com/docker/docker/reference	0.005s	coverage: 84.4% of statements
19:14:04 [2021-03-01T19:14:04.358Z] #43 165.0   CC       criu/netfilter.o
19:14:04 [2021-03-01T19:14:04.658Z] #43 165.4   CC       criu/page-pipe.o
19:14:05 [2021-03-01T19:14:05.173Z] #21 5.991 Collecting yamllint==1.16.0
19:14:05 [2021-03-01T19:14:05.173Z] #21 ...
19:14:05 [2021-03-01T19:14:05.173Z] 
19:14:05 [2021-03-01T19:14:05.173Z] #42 [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
19:14:05 [2021-03-01T19:14:05.173Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:05 [2021-03-01T19:14:05.173Z] #42 131.7   CC       criu/net.o
19:14:05 [2021-03-01T19:14:05.173Z] #42 135.5   CC       criu/netfilter.o
19:14:05 [2021-03-01T19:14:05.173Z] #42 135.9   CC       criu/page-pipe.o
19:14:05 [2021-03-01T19:14:05.173Z] #42 136.6   CC       criu/page-xfer.o
19:14:05 [2021-03-01T19:14:05.173Z] #42 138.2   CC       criu/pagemap-cache.o
19:14:05 [2021-03-01T19:14:05.173Z] #42 138.5   CC       criu/pagemap.o
19:14:05 [2021-03-01T19:14:05.259Z] ok  	github.com/docker/docker/registry	0.077s	coverage: 57.2% of statements
19:14:05 [2021-03-01T19:14:05.473Z] #21 4.979 Collecting yamllint==1.16.0
19:14:05 [2021-03-01T19:14:05.716Z] #43 166.4   CC       criu/page-xfer.o
19:14:05 [2021-03-01T19:14:05.734Z] #21 ...
19:14:05 [2021-03-01T19:14:05.734Z] 
19:14:05 [2021-03-01T19:14:05.734Z] #42 [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
19:14:05 [2021-03-01T19:14:05.734Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:05 [2021-03-01T19:14:05.734Z] #42 117.8   CC       criu/image-desc.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 117.9   CC       criu/image.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 118.8   CC       criu/ipc_ns.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 120.0   CC       criu/irmap.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 120.6   CC       criu/kcmp-ids.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 121.0   CC       criu/kerndat.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 122.6   CC       criu/libnetlink.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 123.1   CC       criu/log.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 123.7   CC       criu/lsm.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 124.1   CC       criu/mem.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 125.9   CC       criu/memfd.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 126.5   CC       criu/mount.o
19:14:05 [2021-03-01T19:14:05.734Z] #42 139.5   CC       criu/parasite-syscall.o
19:14:05 [2021-03-01T19:14:05.894Z] ok  	github.com/docker/docker/registry/resumable	0.014s	coverage: 100.0% of statements
19:14:05 [2021-03-01T19:14:05.894Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 50.9% of statements
19:14:06 [2021-03-01T19:14:06.028Z] #21 ...
19:14:06 [2021-03-01T19:14:06.028Z] 
19:14:06 [2021-03-01T19:14:06.028Z] #42 [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
19:14:06 [2021-03-01T19:14:06.028Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:06 [2021-03-01T19:14:06.028Z] #42 118.9   CC       criu/irmap.o
19:14:06 [2021-03-01T19:14:06.028Z] #42 119.5   CC       criu/kcmp-ids.o
19:14:06 [2021-03-01T19:14:06.028Z] #42 119.9   CC       criu/kerndat.o
19:14:06 [2021-03-01T19:14:06.028Z] #42 121.2   CC       criu/libnetlink.o
19:14:06 [2021-03-01T19:14:06.028Z] #42 121.6   CC       criu/log.o
19:14:06 [2021-03-01T19:14:06.028Z] #42 122.1   CC       criu/lsm.o
19:14:06 [2021-03-01T19:14:06.028Z] #42 122.5   CC       criu/mem.o
19:14:06 [2021-03-01T19:14:06.028Z] #42 124.6   CC       criu/memfd.o
19:14:06 [2021-03-01T19:14:06.028Z] #42 125.6   CC       criu/mount.o
19:14:06 [2021-03-01T19:14:06.295Z] #42 140.3   CC       criu/path.o
19:14:06 [2021-03-01T19:14:06.531Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 66.1% of statements
19:14:06 [2021-03-01T19:14:06.531Z] ok  	github.com/docker/docker/testutil	0.001s	coverage: 62.5% of statements
19:14:06 [2021-03-01T19:14:06.536Z] #55 ...
19:14:06 [2021-03-01T19:14:06.536Z] 
19:14:06 [2021-03-01T19:14:06.536Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:14:06 [2021-03-01T19:14:06.536Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c
19:14:06 [2021-03-01T19:14:06.536Z] #21 4.320 Collecting yamllint==1.16.0
19:14:06 [2021-03-01T19:14:06.536Z] #21 9.653   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
19:14:06 [2021-03-01T19:14:06.536Z] #21 9.756 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
19:14:06 [2021-03-01T19:14:06.536Z] #21 9.801   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
19:14:06 [2021-03-01T19:14:06.536Z] #21 9.860 Collecting pyyaml (from yamllint==1.16.0)
19:14:06 [2021-03-01T19:14:06.801Z] #21 10.10   Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB)
19:14:06 [2021-03-01T19:14:06.801Z] #21 ...
19:14:06 [2021-03-01T19:14:06.801Z] 
19:14:06 [2021-03-01T19:14:06.801Z] #42 [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
19:14:06 [2021-03-01T19:14:06.801Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:14:06 [2021-03-01T19:14:06.801Z] #42 125.2   CC       criu/plugin.o
19:14:06 [2021-03-01T19:14:06.801Z] #42 125.5   CC       criu/proc_parse.o
19:14:06 [2021-03-01T19:14:06.801Z] #42 127.4   CC       criu/protobuf-desc.o
19:14:06 [2021-03-01T19:14:06.801Z] #42 128.2   CC       criu/protobuf.o
19:14:06 [2021-03-01T19:14:06.801Z] #42 128.5   CC       criu/pstree.o
19:14:06 [2021-03-01T19:14:06.801Z] #42 129.3   CC       criu/rbtree.o
19:14:06 [2021-03-01T19:14:06.817Z] 4612f6d0b889: Verifying Checksum
19:14:06 [2021-03-01T19:14:06.817Z] 4612f6d0b889: Download complete
19:14:06 [2021-03-01T19:14:06.855Z] #42 140.7   CC       criu/pie-util-vdso-elf32.o
19:14:06 [2021-03-01T19:14:06.957Z] #42 129.9   CC       criu/namespaces.o
19:14:06 [2021-03-01T19:14:06.957Z] #42 ...
19:14:06 [2021-03-01T19:14:06.957Z] 
19:14:06 [2021-03-01T19:14:06.957Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:14:06 [2021-03-01T19:14:06.957Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:14:06 [2021-03-01T19:14:06.957Z] #21 5.049 Collecting yamllint==1.16.0
19:14:07 [2021-03-01T19:14:07.066Z] #42 129.5   CC       criu/rst-malloc.o
19:14:07 [2021-03-01T19:14:07.331Z] #42 129.8   CC       criu/seccomp.o
19:14:07 [2021-03-01T19:14:07.415Z] #42 141.1   CC       criu/pie-util-vdso.o
19:14:07 [2021-03-01T19:14:07.671Z] #42 141.6   CC       criu/pie-util.o
19:14:07 [2021-03-01T19:14:07.827Z] #43 168.6   CC       criu/pagemap-cache.o
19:14:07 [2021-03-01T19:14:07.911Z] #42 130.4   CC       criu/seize.o
19:14:08 [2021-03-01T19:14:08.231Z] #42 141.9   CC       criu/pipes.o
19:14:08 [2021-03-01T19:14:08.280Z] #42 130.2   CC       criu/namespaces.o
19:14:08 [2021-03-01T19:14:08.474Z] #43 169.1   CC       criu/pagemap.o
19:14:08 [2021-03-01T19:14:08.606Z] ok  	github.com/docker/docker/volume/drivers	0.002s	coverage: 36.1% of statements
19:14:08 [2021-03-01T19:14:08.791Z] #42 142.6   CC       criu/plugin.o
19:14:08 [2021-03-01T19:14:08.866Z] #42 131.3   CC       criu/servicefd.o
19:14:09 [2021-03-01T19:14:09.351Z] #42 143.0   CC       criu/proc_parse.o
19:14:09 [2021-03-01T19:14:09.447Z] #42 131.7   CC       criu/shmem.o
19:14:09 [2021-03-01T19:14:09.529Z] #43 170.2   CC       criu/parasite-syscall.o
19:14:09 [2021-03-01T19:14:09.666Z] #42 131.9   CC       criu/net.o
19:14:09 [2021-03-01T19:14:09.723Z] ok  	github.com/docker/docker/volume/local	0.303s	coverage: 76.4% of statements
19:14:09 [2021-03-01T19:14:09.912Z] #42 ...
19:14:09 [2021-03-01T19:14:09.912Z] 
19:14:09 [2021-03-01T19:14:09.912Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:14:09 [2021-03-01T19:14:09.912Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:14:09 [2021-03-01T19:14:09.912Z] #21 11.38   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
19:14:09 [2021-03-01T19:14:09.912Z] #21 11.44 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
19:14:10 [2021-03-01T19:14:10.016Z] ok  	github.com/docker/docker/volume/mounts	0.017s	coverage: 67.0% of statements
19:14:10 [2021-03-01T19:14:10.028Z] #42 132.6   CC       criu/sigframe.o
19:14:10 [2021-03-01T19:14:10.169Z] #21 ...
19:14:10 [2021-03-01T19:14:10.169Z] 
19:14:10 [2021-03-01T19:14:10.169Z] #39 [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
19:14:10 [2021-03-01T19:14:10.169Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:14:10 [2021-03-01T19:14:10.169Z] #39 DONE 216.5s
19:14:10 [2021-03-01T19:14:10.169Z] 
19:14:10 [2021-03-01T19:14:10.169Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:14:10 [2021-03-01T19:14:10.169Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:14:10 [2021-03-01T19:14:10.169Z] #21 11.56   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
19:14:10 [2021-03-01T19:14:10.169Z] #21 11.65 Collecting pyyaml (from yamllint==1.16.0)
19:14:10 [2021-03-01T19:14:10.293Z] #42 132.7   CC       criu/signalfd.o
19:14:10 [2021-03-01T19:14:10.425Z] #21 11.85   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
19:14:10 [2021-03-01T19:14:10.558Z] #42 133.1   CC       criu/sk-inet.o
19:14:10 [2021-03-01T19:14:10.608Z] #42 ...
19:14:10 [2021-03-01T19:14:10.609Z] 
19:14:10 [2021-03-01T19:14:10.609Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:14:10 [2021-03-01T19:14:10.609Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb
19:14:10 [2021-03-01T19:14:10.609Z] #21 10.35   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
19:14:10 [2021-03-01T19:14:10.609Z] #21 10.44 Collecting pyyaml (from yamllint==1.16.0)
19:14:10 [2021-03-01T19:14:10.675Z] #43 171.5   CC       criu/path.o
19:14:10 [2021-03-01T19:14:10.680Z] #21 12.20 Installing collected packages: pathspec, pyyaml, yamllint
19:14:10 [2021-03-01T19:14:10.869Z] #21 10.68   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
19:14:11 [2021-03-01T19:14:11.010Z] #43 171.8   CC       criu/pie-util-vdso.o
19:14:11 [2021-03-01T19:14:11.101Z] ok  	github.com/docker/docker/volume/service	0.013s	coverage: 73.1% of statements
19:14:11 [2021-03-01T19:14:11.130Z] #21 11.01 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
19:14:11 [2021-03-01T19:14:11.130Z] #21 11.06   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
19:14:11 [2021-03-01T19:14:11.130Z] #21 11.12 Installing collected packages: pyyaml, pathspec, yamllint
19:14:11 [2021-03-01T19:14:11.250Z] #21 12.57 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
19:14:11 [2021-03-01T19:14:11.505Z] #21 DONE 12.9s
19:14:11 [2021-03-01T19:14:11.505Z] 
19:14:11 [2021-03-01T19:14:11.505Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:14:11 [2021-03-01T19:14:11.505Z] #24 sha256:39e12ec71067e0f81611d2d5568c66cd7900d0f09889833011222a6b882655c5
19:14:11 [2021-03-01T19:14:11.659Z] #43 172.3   CC       criu/pie-util.o
19:14:11 [2021-03-01T19:14:11.659Z] #43 172.5   CC       criu/pipes.o
19:14:11 [2021-03-01T19:14:11.702Z] #21 11.55 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
19:14:11 [2021-03-01T19:14:11.962Z] #42 134.1   CC       criu/sk-netlink.o
19:14:12 [2021-03-01T19:14:12.067Z] #24 DONE 0.8s
19:14:12 [2021-03-01T19:14:12.067Z] 
19:14:12 [2021-03-01T19:14:12.067Z] #42 [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
19:14:12 [2021-03-01T19:14:12.067Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:12 [2021-03-01T19:14:12.067Z] #42 145.8   CC       criu/protobuf-desc.o
19:14:12 [2021-03-01T19:14:12.227Z] #42 134.6   CC       criu/sk-packet.o
19:14:12 [2021-03-01T19:14:12.275Z] #21 DONE 12.1s
19:14:12 [2021-03-01T19:14:12.275Z] 
19:14:12 [2021-03-01T19:14:12.275Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:14:12 [2021-03-01T19:14:12.275Z] #24 sha256:810db105e72ae921c9501e84587378d84e336aa5352700140959307bff601dbe
19:14:12 [2021-03-01T19:14:12.735Z] #43 173.5   CC       criu/plugin.o
19:14:12 [2021-03-01T19:14:12.807Z] #42 135.2   CC       criu/sk-queue.o
19:14:12 [2021-03-01T19:14:12.847Z] #24 DONE 0.4s
19:14:12 [2021-03-01T19:14:12.847Z] 
19:14:12 [2021-03-01T19:14:12.847Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:14:12 [2021-03-01T19:14:12.847Z] #29 sha256:75a87747cef5a9d13ec9c59178e51c802ba2fc6207a70ecd9eba4b881a3f851c
19:14:13 [2021-03-01T19:14:13.039Z] #42 146.8   CC       criu/protobuf.o
19:14:13 [2021-03-01T19:14:13.294Z] #42 147.2   CC       criu/pstree.o
19:14:13 [2021-03-01T19:14:13.383Z] #43 174.0   CC       criu/proc_parse.o
19:14:13 [2021-03-01T19:14:13.386Z] #42 135.5   CC       criu/sk-tcp.o
19:14:13 [2021-03-01T19:14:13.499Z] #21 10.48   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
19:14:13 [2021-03-01T19:14:13.499Z] #21 10.57 Collecting pyyaml (from yamllint==1.16.0)
19:14:13 [2021-03-01T19:14:13.499Z] #21 10.84   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
19:14:13 [2021-03-01T19:14:13.499Z] #21 11.16 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
19:14:13 [2021-03-01T19:14:13.499Z] #21 11.20   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
19:14:13 [2021-03-01T19:14:13.499Z] #21 11.27 Installing collected packages: pyyaml, pathspec, yamllint
19:14:13 [2021-03-01T19:14:13.499Z] #21 11.70 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
19:14:13 [2021-03-01T19:14:13.653Z] #42 136.0   CC       criu/sk-unix.o
19:14:13 [2021-03-01T19:14:13.653Z] #42 ...
19:14:13 [2021-03-01T19:14:13.653Z] 
19:14:13 [2021-03-01T19:14:13.653Z] #23 [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
19:14:13 [2021-03-01T19:14:13.653Z] #23 sha256:1d7cb6c6cea8a66b605c9c5373841fa8694d873f8c1e3194b527847f0c358544
19:14:13 [2021-03-01T19:14:13.653Z] #23 219.6 + return
19:14:14 [2021-03-01T19:14:14.064Z] #21 DONE 12.1s
19:14:14 [2021-03-01T19:14:14.064Z] 
19:14:14 [2021-03-01T19:14:14.064Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:14:14 [2021-03-01T19:14:14.064Z] #24 sha256:1bddc744a9c28d3dc77404c8acaa6611a19a8f75445ed7f520cdafe5bbfb6cdf
19:14:14 [2021-03-01T19:14:14.321Z] #24 DONE 0.3s
19:14:14 [2021-03-01T19:14:14.321Z] 
19:14:14 [2021-03-01T19:14:14.321Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:14:14 [2021-03-01T19:14:14.321Z] #29 sha256:70cdf0ec1d13e9593ffdb1ed9d346e8e57ea0118dddcfa28803ee9fafaed6efb
19:14:14 [2021-03-01T19:14:14.659Z] #42 148.2   CC       criu/rbtree.o
19:14:14 [2021-03-01T19:14:14.659Z] #42 148.5   CC       criu/rst-malloc.o
19:14:14 [2021-03-01T19:14:14.914Z] #42 148.8   CC       criu/seccomp.o
19:14:15 [2021-03-01T19:14:15.055Z] #23 DONE 220.7s
19:14:15 [2021-03-01T19:14:15.055Z] 
19:14:15 [2021-03-01T19:14:15.055Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:14:15 [2021-03-01T19:14:15.055Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c
19:14:15 [2021-03-01T19:14:15.055Z] #21 10.68   Installing build dependencies: started
19:14:15 [2021-03-01T19:14:15.320Z] #21 ...
19:14:15 [2021-03-01T19:14:15.320Z] 
19:14:15 [2021-03-01T19:14:15.320Z] #42 [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
19:14:15 [2021-03-01T19:14:15.320Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:14:15 [2021-03-01T19:14:15.320Z] #42 137.9   CC       criu/sockets.o
19:14:15 [2021-03-01T19:14:15.475Z] #42 149.3   CC       criu/seize.o
19:14:16 [2021-03-01T19:14:16.275Z] #42 138.6   CC       criu/stats.o
19:14:16 [2021-03-01T19:14:16.402Z] #42 150.1   CC       criu/servicefd.o
19:14:16 [2021-03-01T19:14:16.540Z] #42 138.9   CC       criu/string.o
19:14:16 [2021-03-01T19:14:16.806Z] #42 139.0   CC       criu/sysctl.o
19:14:16 [2021-03-01T19:14:16.959Z] #43 ...
19:14:16 [2021-03-01T19:14:16.959Z] 
19:14:16 [2021-03-01T19:14:16.959Z] #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
19:14:16 [2021-03-01T19:14:16.959Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9
19:14:16 [2021-03-01T19:14:16.959Z] #40 243.9 + dpkg --print-architecture
19:14:16 [2021-03-01T19:14:16.959Z] #40 243.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
19:14:16 [2021-03-01T19:14:16.959Z] #40 244.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
19:14:16 [2021-03-01T19:14:16.959Z] #40 244.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
19:14:16 [2021-03-01T19:14:16.963Z] #42 150.5   CC       criu/shmem.o
19:14:17 [2021-03-01T19:14:17.071Z] #42 139.6   CC       criu/sysfs_parse.o
19:14:17 [2021-03-01T19:14:17.219Z] #42 ...
19:14:17 [2021-03-01T19:14:17.219Z] 
19:14:17 [2021-03-01T19:14:17.219Z] #48 [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
19:14:17 [2021-03-01T19:14:17.219Z] #48 sha256:168c0f5ada61fdd642bec32caecf8e9e7a2de628a7b62518278431f1b75c3186
19:14:17 [2021-03-01T19:14:17.219Z] #48 223.9 + /build/golangci-lint --version
19:14:17 [2021-03-01T19:14:17.650Z] #42 139.9   CC       criu/timens.o
19:14:17 [2021-03-01T19:14:17.650Z] #42 140.2   CC       criu/timerfd.o
19:14:17 [2021-03-01T19:14:17.782Z] #48 224.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
19:14:17 [2021-03-01T19:14:17.917Z] #42 140.4   CC       criu/tty.o
19:14:18 [2021-03-01T19:14:18.137Z] #29 DONE 4.7s
19:14:18 [2021-03-01T19:14:18.138Z] 
19:14:18 [2021-03-01T19:14:18.138Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:14:18 [2021-03-01T19:14:18.138Z] #32 sha256:e46c25ad47d9c61a0847b6a2e5146aaabcab3c7d890ef677204c039fefcd5623
19:14:18 [2021-03-01T19:14:18.138Z] #32 DONE 0.5s
19:14:18 [2021-03-01T19:14:18.138Z] 
19:14:18 [2021-03-01T19:14:18.138Z] #42 [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
19:14:18 [2021-03-01T19:14:18.138Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:18 [2021-03-01T19:14:18.138Z] #42 135.5   CC       criu/netfilter.o
19:14:18 [2021-03-01T19:14:18.138Z] #42 135.8   CC       criu/page-pipe.o
19:14:18 [2021-03-01T19:14:18.138Z] #42 136.3   CC       criu/page-xfer.o
19:14:18 [2021-03-01T19:14:18.138Z] #42 137.9   CC       criu/pagemap-cache.o
19:14:18 [2021-03-01T19:14:18.138Z] #42 138.2   CC       criu/pagemap.o
19:14:18 [2021-03-01T19:14:18.138Z] #42 139.2   CC       criu/parasite-syscall.o
19:14:18 [2021-03-01T19:14:18.138Z] #42 139.9   CC       criu/path.o
19:14:18 [2021-03-01T19:14:18.138Z] #42 ...
19:14:18 [2021-03-01T19:14:18.138Z] 
19:14:18 [2021-03-01T19:14:18.138Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
19:14:18 [2021-03-01T19:14:18.138Z] #34 sha256:161d2c4d0612cb678c28714fc716284178c5a5c1ad57eebf17fb333f70551cc6
19:14:18 [2021-03-01T19:14:18.138Z] #34 DONE 0.1s
19:14:18 [2021-03-01T19:14:18.138Z] 
19:14:18 [2021-03-01T19:14:18.138Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
19:14:18 [2021-03-01T19:14:18.138Z] #37 sha256:a0419c35d07d6e29779a1987e5cb2a9c297c56b290d1908407c6c9f6b1686f6f
19:14:18 [2021-03-01T19:14:18.138Z] #37 DONE 0.1s
19:14:18 [2021-03-01T19:14:18.138Z] 
19:14:18 [2021-03-01T19:14:18.138Z] #52 [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
19:14:18 [2021-03-01T19:14:18.138Z] #52 sha256:58343df0e43ecaab046b0c2de68aae14ab47346ded41504341fcb5f61f005da6
19:14:18 [2021-03-01T19:14:18.138Z] #52 ...
19:14:18 [2021-03-01T19:14:18.138Z] 
19:14:18 [2021-03-01T19:14:18.138Z] #42 [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
19:14:18 [2021-03-01T19:14:18.138Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:18 [2021-03-01T19:14:18.138Z] #42 140.3   CC       criu/pie-util-vdso-elf32.o
19:14:18 [2021-03-01T19:14:18.345Z] #48 DONE 224.9s
19:14:18 [2021-03-01T19:14:18.345Z] 
19:14:18 [2021-03-01T19:14:18.345Z] #42 [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
19:14:18 [2021-03-01T19:14:18.345Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:18 [2021-03-01T19:14:18.345Z] #42 151.1   CC       criu/sigframe.o
19:14:18 [2021-03-01T19:14:18.345Z] #42 151.3   CC       criu/signalfd.o
19:14:18 [2021-03-01T19:14:18.345Z] #42 151.6   CC       criu/sk-inet.o
19:14:18 [2021-03-01T19:14:18.345Z] #42 ...
19:14:18 [2021-03-01T19:14:18.345Z] 
19:14:18 [2021-03-01T19:14:18.345Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:14:18 [2021-03-01T19:14:18.345Z] #29 sha256:35a85a7acd13ae725138c611d0d0a3c569cbb52036b168b623a24b792bd9c3af
19:14:18 [2021-03-01T19:14:18.345Z] #29 DONE 6.2s
19:14:18 [2021-03-01T19:14:18.345Z] 
19:14:18 [2021-03-01T19:14:18.345Z] #42 [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
19:14:18 [2021-03-01T19:14:18.345Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:18 [2021-03-01T19:14:18.345Z] #42 152.2   CC       criu/sk-netlink.o
19:14:18 [2021-03-01T19:14:18.492Z] #29 ...
19:14:18 [2021-03-01T19:14:18.493Z] 
19:14:18 [2021-03-01T19:14:18.493Z] #42 [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
19:14:18 [2021-03-01T19:14:18.493Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:18 [2021-03-01T19:14:18.493Z] #42 131.6   CC       criu/net.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 134.6   CC       criu/netfilter.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 134.9   CC       criu/page-pipe.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 135.6   CC       criu/page-xfer.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 137.3   CC       criu/pagemap-cache.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 137.8   CC       criu/pagemap.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 138.5   CC       criu/parasite-syscall.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 139.3   CC       criu/path.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 139.6   CC       criu/pie-util-vdso-elf32.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 140.0   CC       criu/pie-util-vdso.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 140.4   CC       criu/pie-util.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 140.5   CC       criu/pipes.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 141.2   CC       criu/plugin.o
19:14:18 [2021-03-01T19:14:18.493Z] #42 141.5   CC       criu/proc_parse.o
19:14:18 [2021-03-01T19:14:18.710Z] #42 140.7   CC       criu/pie-util-vdso.o
19:14:18 [2021-03-01T19:14:18.749Z] #42 ...
19:14:18 [2021-03-01T19:14:18.749Z] 
19:14:18 [2021-03-01T19:14:18.749Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:14:18 [2021-03-01T19:14:18.749Z] #29 sha256:70cdf0ec1d13e9593ffdb1ed9d346e8e57ea0118dddcfa28803ee9fafaed6efb
19:14:18 [2021-03-01T19:14:18.749Z] #29 DONE 4.7s
19:14:18 [2021-03-01T19:14:18.908Z] #42 ...
19:14:18 [2021-03-01T19:14:18.908Z] 
19:14:18 [2021-03-01T19:14:18.908Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:14:18 [2021-03-01T19:14:18.908Z] #32 sha256:68d1b4cc72bce09e77b30dc2be42760699b97287c967d551752a966d5513761a
19:14:18 [2021-03-01T19:14:18.908Z] #32 DONE 0.4s
19:14:18 [2021-03-01T19:14:18.908Z] 
19:14:18 [2021-03-01T19:14:18.908Z] #42 [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
19:14:18 [2021-03-01T19:14:18.908Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:18 [2021-03-01T19:14:18.908Z] #42 152.6   CC       criu/sk-packet.o
19:14:18 [2021-03-01T19:14:18.908Z] #42 ...
19:14:18 [2021-03-01T19:14:18.908Z] 
19:14:18 [2021-03-01T19:14:18.908Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
19:14:18 [2021-03-01T19:14:18.908Z] #34 sha256:eacac7631fb75bba2cd8a0e1a275832297c74841377b571d870dbdb9dbe2280f
19:14:18 [2021-03-01T19:14:18.908Z] #34 DONE 0.1s
19:14:18 [2021-03-01T19:14:18.971Z] #42 141.2   CC       criu/pie-util.o
19:14:19 [2021-03-01T19:14:19.006Z] 
19:14:19 [2021-03-01T19:14:19.006Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:14:19 [2021-03-01T19:14:19.006Z] #32 sha256:112b0fda4cf51a8e6052d99df6265befa2fd68ff6aec1b533670f562181d02ed
19:14:19 [2021-03-01T19:14:19.163Z] 
19:14:19 [2021-03-01T19:14:19.163Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
19:14:19 [2021-03-01T19:14:19.163Z] #37 sha256:b1b5650a5a89a916cd5ab26ac77d939fdd83375910266c76b9ca46bd63a53b2c
19:14:19 [2021-03-01T19:14:19.163Z] #37 DONE 0.1s
19:14:19 [2021-03-01T19:14:19.163Z] 
19:14:19 [2021-03-01T19:14:19.163Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
19:14:19 [2021-03-01T19:14:19.163Z] #40 sha256:62ff363539cb1d132af3d2ff54dbb545292f5bdf56d39bb73a6ceb8f7ecef248
19:14:19 [2021-03-01T19:14:19.232Z] #42 141.5   CC       criu/pipes.o
19:14:19 [2021-03-01T19:14:19.568Z] #32 DONE 0.4s
19:14:19 [2021-03-01T19:14:19.568Z] 
19:14:19 [2021-03-01T19:14:19.568Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
19:14:19 [2021-03-01T19:14:19.568Z] #34 sha256:386729455277225d9f264af4a97f8747710ef3b7efcefd77c05d992d308cdc0f
19:14:19 [2021-03-01T19:14:19.568Z] #34 DONE 0.2s
19:14:19 [2021-03-01T19:14:19.568Z] 
19:14:19 [2021-03-01T19:14:19.568Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
19:14:19 [2021-03-01T19:14:19.568Z] #37 sha256:1fdbaa1fb4346c01b7ae70c237ed5a14b44fd9010f5d69d3af1f61da65d2c142
19:14:19 [2021-03-01T19:14:19.823Z] #37 DONE 0.2s
19:14:19 [2021-03-01T19:14:19.823Z] 
19:14:19 [2021-03-01T19:14:19.823Z] #52 [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
19:14:19 [2021-03-01T19:14:19.823Z] #52 sha256:6baa357b1ebb5dab1bdb66fd36a2162f789e606a6ee64e4618e80105d5c616dc
19:14:19 [2021-03-01T19:14:19.853Z] #42 142.1   CC       criu/tun.o
19:14:20 [2021-03-01T19:14:20.090Z] #40 DONE 0.9s
19:14:20 [2021-03-01T19:14:20.090Z] 
19:14:20 [2021-03-01T19:14:20.090Z] #42 [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
19:14:20 [2021-03-01T19:14:20.090Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:20 [2021-03-01T19:14:20.090Z] #42 153.3   CC       criu/sk-queue.o
19:14:20 [2021-03-01T19:14:20.090Z] #42 153.7   CC       criu/sk-tcp.o
19:14:20 [2021-03-01T19:14:20.118Z] #42 142.5   CC       criu/uffd.o
19:14:20 [2021-03-01T19:14:20.176Z] #42 142.2   CC       criu/plugin.o
19:14:20 [2021-03-01T19:14:20.346Z] #42 154.1   CC       criu/sk-unix.o
19:14:20 [2021-03-01T19:14:20.437Z] #42 142.6   CC       criu/proc_parse.o
19:14:21 [2021-03-01T19:14:21.073Z] #42 ...
19:14:21 [2021-03-01T19:14:21.074Z] 
19:14:21 [2021-03-01T19:14:21.074Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:14:21 [2021-03-01T19:14:21.074Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c
19:14:21 [2021-03-01T19:14:21.074Z] #21 24.38   Installing build dependencies: finished with status 'done'
19:14:21 [2021-03-01T19:14:21.189Z] #52 ...
19:14:21 [2021-03-01T19:14:21.189Z] 
19:14:21 [2021-03-01T19:14:21.189Z] #42 [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
19:14:21 [2021-03-01T19:14:21.189Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:21 [2021-03-01T19:14:21.189Z] #42 144.3   CC       criu/protobuf-desc.o
19:14:21 [2021-03-01T19:14:21.381Z] #42 ...
19:14:21 [2021-03-01T19:14:21.381Z] 
19:14:21 [2021-03-01T19:14:21.381Z] #39 [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
19:14:21 [2021-03-01T19:14:21.381Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:14:21 [2021-03-01T19:14:21.381Z] #39 DONE 231.7s
19:14:21 [2021-03-01T19:14:21.642Z] 
19:14:21 [2021-03-01T19:14:21.642Z] #52 [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
19:14:21 [2021-03-01T19:14:21.642Z] #52 sha256:58343df0e43ecaab046b0c2de68aae14ab47346ded41504341fcb5f61f005da6
19:14:22 [2021-03-01T19:14:22.235Z] #42 155.7   CC       criu/sockets.o
19:14:22 [2021-03-01T19:14:22.491Z] #42 156.3   CC       criu/stats.o
19:14:22 [2021-03-01T19:14:22.553Z] #42 145.2   CC       criu/protobuf.o
19:14:22 [2021-03-01T19:14:22.553Z] #42 145.6   CC       criu/pstree.o
19:14:22 [2021-03-01T19:14:22.746Z] #42 156.5   CC       criu/string.o
19:14:22 [2021-03-01T19:14:22.746Z] #42 156.6   CC       criu/sysctl.o
19:14:23 [2021-03-01T19:14:23.002Z] #42 156.9   CC       criu/sysfs_parse.o
19:14:23 [2021-03-01T19:14:23.010Z] #21 ...
19:14:23 [2021-03-01T19:14:23.010Z] 
19:14:23 [2021-03-01T19:14:23.010Z] #52 [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
19:14:23 [2021-03-01T19:14:23.010Z] #52 sha256:3ef60450c151b09862fe43ed0a3d70c1ec33913671151022cf6f072ec15ee99d
19:14:23 [2021-03-01T19:14:23.010Z] #52 96.52 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
19:14:23 [2021-03-01T19:14:23.010Z] #52 97.84 + mkdir -p /build
19:14:23 [2021-03-01T19:14:23.010Z] #52 97.84 + cp runc /build/runc
19:14:23 [2021-03-01T19:14:23.010Z] #52 DONE 98.5s
19:14:23 [2021-03-01T19:14:23.010Z] 
19:14:23 [2021-03-01T19:14:23.010Z] #42 [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
19:14:23 [2021-03-01T19:14:23.010Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:14:23 [2021-03-01T19:14:23.010Z] #42 143.6   CC       criu/util.o
19:14:23 [2021-03-01T19:14:23.010Z] #42 144.7   CC       criu/uts_ns.o
19:14:23 [2021-03-01T19:14:23.010Z] #42 144.9   CC       criu/vdso.o
19:14:23 [2021-03-01T19:14:23.010Z] #42 145.5   LINK     criu/built-in.o
19:14:23 [2021-03-01T19:14:23.027Z] #52 ...
19:14:23 [2021-03-01T19:14:23.027Z] 
19:14:23 [2021-03-01T19:14:23.027Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
19:14:23 [2021-03-01T19:14:23.027Z] #40 sha256:42c03aff33059ec55ff3c8388577bc875ec7da19fda1374570f637c0d4fe8c52
19:14:23 [2021-03-01T19:14:23.258Z] #42 157.1   CC       criu/timens.o
19:14:23 [2021-03-01T19:14:23.275Z] #42 145.6   LINK     criu/criu
19:14:23 [2021-03-01T19:14:23.481Z] #42 ...
19:14:23 [2021-03-01T19:14:23.481Z] 
19:14:23 [2021-03-01T19:14:23.481Z] #39 [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
19:14:23 [2021-03-01T19:14:23.481Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea
19:14:23 [2021-03-01T19:14:23.481Z] #39 DONE 235.2s
19:14:23 [2021-03-01T19:14:23.540Z] #42 146.0   DEP      lib/c/criu.d
19:14:23 [2021-03-01T19:14:23.599Z] #40 DONE 0.6s
19:14:23 [2021-03-01T19:14:23.599Z] 
19:14:23 [2021-03-01T19:14:23.599Z] #42 [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
19:14:23 [2021-03-01T19:14:23.599Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:23 [2021-03-01T19:14:23.599Z] #42 145.5   CC       criu/protobuf-desc.o
19:14:23 [2021-03-01T19:14:23.738Z] 
19:14:23 [2021-03-01T19:14:23.738Z] #52 [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
19:14:23 [2021-03-01T19:14:23.738Z] #52 sha256:6baa357b1ebb5dab1bdb66fd36a2162f789e606a6ee64e4618e80105d5c616dc
19:14:23 [2021-03-01T19:14:23.738Z] #52 ...
19:14:23 [2021-03-01T19:14:23.738Z] 
19:14:23 [2021-03-01T19:14:23.738Z] #42 [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
19:14:23 [2021-03-01T19:14:23.738Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:23 [2021-03-01T19:14:23.738Z] #42 146.8   CC       criu/rbtree.o
19:14:23 [2021-03-01T19:14:23.804Z] #42 146.1   CC       images/rpc.pb-c.o
19:14:23 [2021-03-01T19:14:23.820Z] #42 157.4   CC       criu/timerfd.o
19:14:23 [2021-03-01T19:14:23.820Z] #42 157.6   CC       criu/tty.o
19:14:24 [2021-03-01T19:14:24.171Z] #42 146.3   CC       criu/protobuf.o
19:14:24 [2021-03-01T19:14:24.305Z] #42 147.3   CC       criu/rst-malloc.o
19:14:24 [2021-03-01T19:14:24.383Z] #42 146.8   CC       lib/c/criu.o
19:14:24 [2021-03-01T19:14:24.432Z] #42 146.6   CC       criu/pstree.o
19:14:24 [2021-03-01T19:14:24.868Z] #42 147.6   CC       criu/seccomp.o
19:14:25 [2021-03-01T19:14:25.186Z] #42 158.8   CC       criu/tun.o
19:14:25 [2021-03-01T19:14:25.338Z] #42 147.7   LINK     lib/c/built-in.o
19:14:25 [2021-03-01T19:14:25.338Z] #42 147.7   LINK     lib/c/libcriu.so
19:14:25 [2021-03-01T19:14:25.338Z] #42 147.8   LINK     lib/c/libcriu.a
19:14:25 [2021-03-01T19:14:25.376Z] #42 147.4   CC       criu/rbtree.o
19:14:25 [2021-03-01T19:14:25.431Z] #42 148.3   CC       criu/seize.o
19:14:25 [2021-03-01T19:14:25.443Z] #42 159.2   CC       criu/uffd.o
19:14:25 [2021-03-01T19:14:25.603Z] #42 148.0   GEN      magic.py
19:14:25 [2021-03-01T19:14:25.603Z] #42 148.1 Note: Building without setproctitle() and strlcpy() support.
19:14:25 [2021-03-01T19:14:25.603Z] #42 148.1       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:14:25 [2021-03-01T19:14:25.603Z] #42 148.1 Note: Building without GnuTLS support
19:14:25 [2021-03-01T19:14:25.603Z] #42 148.1 Makefile.config:39: Warn: you have no libnftables installed
19:14:25 [2021-03-01T19:14:25.603Z] #42 148.1 Makefile.config:40: Warn: Building without nftables support
19:14:25 [2021-03-01T19:14:25.638Z] #42 147.7   CC       criu/rst-malloc.o
19:14:25 [2021-03-01T19:14:25.638Z] #42 147.9   CC       criu/seccomp.o
19:14:25 [2021-03-01T19:14:25.688Z] #42 ...
19:14:25 [2021-03-01T19:14:25.688Z] 
19:14:25 [2021-03-01T19:14:25.688Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
19:14:25 [2021-03-01T19:14:25.688Z] #40 sha256:c71dc4c4b0246f1b51f24a7506b37b19a9c7676906458937767ec6d291073a70
19:14:25 [2021-03-01T19:14:25.688Z] #40 DONE 0.8s
19:14:25 [2021-03-01T19:14:25.944Z] 
19:14:25 [2021-03-01T19:14:25.944Z] #42 [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
19:14:25 [2021-03-01T19:14:25.944Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:26 [2021-03-01T19:14:26.201Z] #42 149.0   CC       criu/servicefd.o
19:14:26 [2021-03-01T19:14:26.371Z] #42 159.9   CC       criu/util.o
19:14:26 [2021-03-01T19:14:26.457Z] #42 149.4   CC       criu/shmem.o
19:14:26 [2021-03-01T19:14:26.559Z] #42 148.8 fatal: not a git repository (or any of the parent directories): .git
19:14:26 [2021-03-01T19:14:26.582Z] #42 148.5   CC       criu/seize.o
19:14:26 [2021-03-01T19:14:26.754Z] ok  	github.com/docker/docker/pkg/plugins	33.610s	coverage: 76.6% of statements
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/pkg/term	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/rootless	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/testutil/request	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/volume	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
19:14:26 [2021-03-01T19:14:26.754Z] 
19:14:26 [2021-03-01T19:14:26.754Z] === Skipped
19:14:26 [2021-03-01T19:14:26.754Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
19:14:26 [2021-03-01T19:14:26.754Z]     exec_linux_test.go:18: requires AppArmor to be enabled
19:14:26 [2021-03-01T19:14:26.754Z] 
19:14:26 [2021-03-01T19:14:26.754Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     exec_linux_test.go:38: requires AppArmor to be enabled
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver btrfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver btrfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver btrfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver btrfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver btrfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:73: No driver to put!
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z] time="2021-03-01T19:13:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z] time="2021-03-01T19:13:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z] time="2021-03-01T19:13:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z] time="2021-03-01T19:13:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z] time="2021-03-01T19:13:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:73: No driver to put!
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     overlay_test.go:49: Fails to compute changes intermittently
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     overlay_test.go:65: Cannot run test with naive change algorithm
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver zfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver zfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver zfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver zfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:46: Driver zfs not supported
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     graphtest_unix.go:73: No driver to put!
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
19:14:26 [2021-03-01T19:14:26.755Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] 
19:14:26 [2021-03-01T19:14:26.755Z] DONE 2244 tests, 26 skipped in 194.347s
Post stage
[Pipeline] junit
19:14:26 [2021-03-01T19:14:26.803Z] Recording test results
19:14:26 [2021-03-01T19:14:26.899Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
19:14:26 [2021-03-01T19:14:26.934Z] #42 160.7   CC       criu/uts_ns.o
19:14:26 [2021-03-01T19:14:26.934Z] #42 160.8   CC       criu/vdso-compat.o
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:14:27 [2021-03-01T19:14:27.139Z] #42 149.6 make[1]: Nothing to be done for 'all'.
19:14:27 [2021-03-01T19:14:27.154Z] #42 149.2   CC       criu/servicefd.o
19:14:27 [2021-03-01T19:14:27.190Z] #42 161.0   CC       criu/vdso.o
19:14:27 [2021-03-01T19:14:27.324Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -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:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh dynbinary test-integration
19:14:27 [2021-03-01T19:14:27.386Z] #42 150.3   CC       criu/sigframe.o
19:14:27 [2021-03-01T19:14:27.386Z] #42 150.5   CC       criu/signalfd.o
19:14:27 [2021-03-01T19:14:27.415Z] #42 149.6   CC       criu/shmem.o
19:14:27 [2021-03-01T19:14:27.477Z] #40 ...
19:14:27 [2021-03-01T19:14:27.477Z] 
19:14:27 [2021-03-01T19:14:27.477Z] #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
19:14:27 [2021-03-01T19:14:27.478Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:14:27 [2021-03-01T19:14:27.478Z] #43 178.3   CC       criu/protobuf-desc.o
19:14:27 [2021-03-01T19:14:27.478Z] #43 179.7   CC       criu/protobuf.o
19:14:27 [2021-03-01T19:14:27.478Z] #43 180.3   CC       criu/pstree.o
19:14:27 [2021-03-01T19:14:27.478Z] #43 181.9   CC       criu/rbtree.o
19:14:27 [2021-03-01T19:14:27.478Z] #43 182.3   CC       criu/rst-malloc.o
19:14:27 [2021-03-01T19:14:27.478Z] #43 182.7   CC       criu/seccomp.o
19:14:27 [2021-03-01T19:14:27.478Z] #43 183.5   CC       criu/seize.o
19:14:27 [2021-03-01T19:14:27.478Z] #43 184.9   CC       criu/servicefd.o
19:14:27 [2021-03-01T19:14:27.478Z] #43 185.5   CC       criu/shmem.o
19:14:27 [2021-03-01T19:14:27.478Z] #43 186.8   CC       criu/sigframe.o
19:14:27 [2021-03-01T19:14:27.478Z] #43 187.1   CC       criu/signalfd.o
19:14:27 [2021-03-01T19:14:27.478Z] #43 187.5   CC       criu/sk-inet.o
19:14:27 [2021-03-01T19:14:27.617Z] 
19:14:27 [2021-03-01T19:14:27.617Z] Removing bundles/
19:14:27 [2021-03-01T19:14:27.617Z] 
19:14:27 [2021-03-01T19:14:27.617Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:14:27 [2021-03-01T19:14:27.643Z] #42 150.7   CC       criu/sk-inet.o
19:14:27 [2021-03-01T19:14:27.724Z] #42 ...
19:14:27 [2021-03-01T19:14:27.724Z] 
19:14:27 [2021-03-01T19:14:27.724Z] #21 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
19:14:27 [2021-03-01T19:14:27.724Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c
19:14:27 [2021-03-01T19:14:27.724Z] #21 29.31 Building wheels for collected packages: pyyaml
19:14:27 [2021-03-01T19:14:27.724Z] #21 29.31   Running setup.py bdist_wheel for pyyaml: started
19:14:27 [2021-03-01T19:14:27.724Z] #21 30.39   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
19:14:27 [2021-03-01T19:14:27.724Z] #21 30.39   Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028
19:14:27 [2021-03-01T19:14:27.724Z] #21 30.53 Successfully built pyyaml
19:14:27 [2021-03-01T19:14:27.724Z] #21 30.54 Installing collected packages: pathspec, pyyaml, yamllint
19:14:27 [2021-03-01T19:14:27.724Z] #21 30.80 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0
19:14:27 [2021-03-01T19:14:27.724Z] #21 DONE 31.1s
19:14:27 [2021-03-01T19:14:27.724Z] 
19:14:27 [2021-03-01T19:14:27.724Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:14:27 [2021-03-01T19:14:27.724Z] #24 sha256:366e91a2c60aba3cfde8b21f4e9480268c2f6798be155fb97e3e0b899e9eee61
19:14:27 [2021-03-01T19:14:27.753Z] #42 161.4   LINK     criu/built-in.o
19:14:27 [2021-03-01T19:14:27.753Z] #42 161.5   LINK     criu/criu
19:14:27 [2021-03-01T19:14:27.910Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:14:27 [2021-03-01T19:14:27.910Z] GOOS="" GOARCH="" GOARM=""
19:14:27 [2021-03-01T19:14:27.936Z] db4edcf0861f: Verifying Checksum
19:14:27 [2021-03-01T19:14:27.936Z] db4edcf0861f: Download complete
19:14:27 [2021-03-01T19:14:27.990Z] #42 ...
19:14:27 [2021-03-01T19:14:27.990Z] 
19:14:27 [2021-03-01T19:14:27.990Z] #48 [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
19:14:27 [2021-03-01T19:14:27.990Z] #48 sha256:16462dc1239ae3bc02807455754a8aae6031051d9d1590184149124ba6e7c00d
19:14:27 [2021-03-01T19:14:27.990Z] #48 237.7 + /build/golangci-lint --version
19:14:27 [2021-03-01T19:14:27.990Z] #48 238.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
19:14:27 [2021-03-01T19:14:27.990Z] #48 DONE 238.6s
19:14:27 [2021-03-01T19:14:27.990Z] 
19:14:27 [2021-03-01T19:14:27.990Z] #52 [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
19:14:27 [2021-03-01T19:14:27.990Z] #52 sha256:58343df0e43ecaab046b0c2de68aae14ab47346ded41504341fcb5f61f005da6
19:14:28 [2021-03-01T19:14:28.009Z] #42 161.8   DEP      lib/c/criu.d
19:14:28 [2021-03-01T19:14:28.009Z] #42 161.8   CC       images/rpc.pb-c.o
19:14:28 [2021-03-01T19:14:28.251Z] #52 ...
19:14:28 [2021-03-01T19:14:28.251Z] 
19:14:28 [2021-03-01T19:14:28.251Z] #42 [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
19:14:28 [2021-03-01T19:14:28.251Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:28 [2021-03-01T19:14:28.251Z] #42 150.4   CC       criu/sigframe.o
19:14:28 [2021-03-01T19:14:28.305Z] #24 DONE 0.4s
19:14:28 [2021-03-01T19:14:28.305Z] 
19:14:28 [2021-03-01T19:14:28.305Z] #42 [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
19:14:28 [2021-03-01T19:14:28.305Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3
19:14:28 [2021-03-01T19:14:28.305Z] #42 150.4 make[1]: 'images/built-in.o' is up to date.
19:14:28 [2021-03-01T19:14:28.305Z] #42 150.4 make[1]: 'compel/plugins/std.lib.a' is up to date.
19:14:28 [2021-03-01T19:14:28.305Z] #42 150.5 make[1]: 'compel/plugins/fds.lib.a' is up to date.
19:14:28 [2021-03-01T19:14:28.305Z] #42 150.6 make[1]: 'compel/libcompel.a' is up to date.
19:14:28 [2021-03-01T19:14:28.305Z] #42 150.6 make[1]: 'compel/compel-host-bin' is up to date.
19:14:28 [2021-03-01T19:14:28.305Z] #42 150.6 make[1]: Nothing to be done for 'all'.
19:14:28 [2021-03-01T19:14:28.305Z] #42 150.7 make[1]: 'soccr/libsoccr.a' is up to date.
19:14:28 [2021-03-01T19:14:28.513Z] #42 150.5   CC       criu/signalfd.o
19:14:28 [2021-03-01T19:14:28.513Z] #42 150.8   CC       criu/sk-inet.o
19:14:28 [2021-03-01T19:14:28.536Z] #43 189.1   CC       criu/sk-netlink.o
19:14:28 [2021-03-01T19:14:28.571Z] #42 151.0 make[2]: Nothing to be done for 'all'.
19:14:28 [2021-03-01T19:14:28.571Z] #42 151.1 make[2]: Nothing to be done for 'all'.
19:14:28 [2021-03-01T19:14:28.571Z] #42 151.1 make[2]: Nothing to be done for 'all'.
19:14:28 [2021-03-01T19:14:28.571Z] #42 162.3   CC       lib/c/criu.o
19:14:28 [2021-03-01T19:14:28.572Z] #42 151.6   CC       criu/sk-netlink.o
19:14:28 [2021-03-01T19:14:28.828Z] #42 151.9   CC       criu/sk-packet.o
19:14:28 [2021-03-01T19:14:28.837Z] #42 151.2 make[2]: Nothing to be done for 'all'.
19:14:28 [2021-03-01T19:14:28.837Z] #42 151.3 make[2]: Nothing to be done for 'all'.
19:14:28 [2021-03-01T19:14:28.837Z] #42 151.3 make[2]: Nothing to be done for 'all'.
19:14:28 [2021-03-01T19:14:28.837Z] #42 151.4 make[2]: Nothing to be done for 'all'.
19:14:28 [2021-03-01T19:14:28.861Z] #43 189.6   CC       criu/sk-packet.o
19:14:29 [2021-03-01T19:14:29.103Z] #42 151.5 make[2]: Nothing to be done for 'all'.
19:14:29 [2021-03-01T19:14:29.103Z] #42 151.5   INSTALL  criu/criu
19:14:29 [2021-03-01T19:14:29.391Z] #42 152.4   CC       criu/sk-queue.o
19:14:29 [2021-03-01T19:14:29.457Z] #42 151.6   CC       criu/sk-netlink.o
19:14:29 [2021-03-01T19:14:29.499Z] #42 163.0   LINK     lib/c/built-in.o
19:14:29 [2021-03-01T19:14:29.499Z] #42 163.0   LINK     lib/c/libcriu.so
19:14:29 [2021-03-01T19:14:29.499Z] #42 163.1   LINK     lib/c/libcriu.a
19:14:29 [2021-03-01T19:14:29.499Z] #42 163.2   GEN      magic.py
19:14:29 [2021-03-01T19:14:29.499Z] #42 163.3 Note: Building without setproctitle() and strlcpy() support.
19:14:29 [2021-03-01T19:14:29.499Z] #42 163.3       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:14:29 [2021-03-01T19:14:29.499Z] #42 163.3 Note: Building without GnuTLS support
19:14:29 [2021-03-01T19:14:29.499Z] #42 163.3 Makefile.config:39: Warn: you have no libnftables installed
19:14:29 [2021-03-01T19:14:29.499Z] #42 163.3 Makefile.config:40: Warn: Building without nftables support
19:14:29 [2021-03-01T19:14:29.648Z] #42 ...
19:14:29 [2021-03-01T19:14:29.648Z] 
19:14:29 [2021-03-01T19:14:29.648Z] #48 [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
19:14:29 [2021-03-01T19:14:29.648Z] #48 sha256:a2157ca5ef6ebd9306279bdee7c26d7b40a7056c8b59093af20fb7cc02e0a35a
19:14:29 [2021-03-01T19:14:29.648Z] #48 240.9 + /build/golangci-lint --version
19:14:29 [2021-03-01T19:14:29.648Z] #48 241.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
19:14:29 [2021-03-01T19:14:29.648Z] #48 DONE 241.6s
19:14:29 [2021-03-01T19:14:29.905Z] 
19:14:29 [2021-03-01T19:14:29.905Z] #42 [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
19:14:29 [2021-03-01T19:14:29.905Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b
19:14:29 [2021-03-01T19:14:29.905Z] #42 152.8   CC       criu/sk-tcp.o
19:14:29 [2021-03-01T19:14:29.915Z] #43 190.4   CC       criu/sk-queue.o
19:14:30 [2021-03-01T19:14:30.030Z] #42 152.1   CC       criu/sk-packet.o
19:14:30 [2021-03-01T19:14:30.061Z] #42 163.8 fatal: not a git repository (or any of the parent directories): .git
19:14:30 [2021-03-01T19:14:30.163Z] #42 153.3   CC       criu/sk-unix.o
19:14:30 [2021-03-01T19:14:30.581Z] #43 191.1   CC       criu/sk-tcp.o
19:14:30 [2021-03-01T19:14:30.603Z] #42 152.8   CC       criu/sk-queue.o
19:14:30 [2021-03-01T19:14:30.623Z] #42 164.4 make[1]: Nothing to be done for 'all'.
19:14:30 [2021-03-01T19:14:30.865Z] #42 153.1   CC       criu/sk-tcp.o
19:14:30 [2021-03-01T19:14:30.881Z] #43 191.8   CC       criu/sk-unix.o
19:14:31 [2021-03-01T19:14:31.184Z] #42 164.9 make[1]: 'images/built-in.o' is up to date.
19:14:31 [2021-03-01T19:14:31.184Z] #42 164.9 make[1]: 'compel/plugins/std.lib.a' is up to date.
19:14:31 [2021-03-01T19:14:31.184Z] #42 164.9 make[1]: 'compel/plugins/fds.lib.a' is up to date.
19:14:31 [2021-03-01T19:14:31.184Z] #42 165.0 make[1]: 'compel/libcompel.a' is up to date.
19:14:31 [2021-03-01T19:14:31.184Z] #42 165.0 make[1]: 'compel/compel-host-bin' is up to date.
19:14:31 [2021-03-01T19:14:31.185Z] #42 165.0 make[1]: Nothing to be done for 'all'.
19:14:31 [2021-03-01T19:14:31.185Z] #42 165.0 make[1]: 'soccr/libsoccr.a' is up to date.
19:14:31 [2021-03-01T19:14:31.438Z] #42 153.6   CC       criu/sk-unix.o
19:14:31 [2021-03-01T19:14:31.441Z] #42 165.2 make[2]: Nothing to be done for 'all'.
19:14:31 [2021-03-01T19:14:31.441Z] #42 165.2 make[2]: Nothing to be done for 'all'.
19:14:31 [2021-03-01T19:14:31.441Z] #42 165.2 make[2]: Nothing to be done for 'all'.
19:14:31 [2021-03-01T19:14:31.697Z] #42 165.3 make[2]: Nothing to be done for 'all'.
19:14:31 [2021-03-01T19:14:31.697Z] #42 165.4 make[2]: Nothing to be done for 'all'.
19:14:31 [2021-03-01T19:14:31.697Z] #42 165.4 make[2]: Nothing to be done for 'all'.
19:14:31 [2021-03-01T19:14:31.697Z] #42 165.4 make[2]: Nothing to be done for 'all'.
19:14:31 [2021-03-01T19:14:31.697Z] #42 165.5 make[2]: Nothing to be done for 'all'.
19:14:31 [2021-03-01T19:14:31.697Z] #42 165.5   INSTALL  criu/criu
19:14:31 [2021-03-01T19:14:31.953Z] #42 DONE 165.8s
19:14:31 [2021-03-01T19:14:31.953Z] 
19:14:31 [2021-03-01T19:14:31.953Z] #55 [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
19:14:31 [2021-03-01T19:14:31.953Z] #55 sha256:e2bdd5235c486b3aaf5cc518316b1ccb18d2ab2dcdb8134380192a3235bb8d6f
19:14:32 [2021-03-01T19:14:32.682Z] #42 155.3   CC       criu/sockets.o
19:14:32 [2021-03-01T19:14:32.682Z] #42 155.8   CC       criu/stats.o
19:14:32 [2021-03-01T19:14:32.825Z] #42 154.6   CC       criu/sockets.o
19:14:32 [2021-03-01T19:14:32.938Z] #42 156.0   CC       criu/string.o
19:14:33 [2021-03-01T19:14:33.087Z] #42 155.2   CC       criu/stats.o
19:14:33 [2021-03-01T19:14:33.195Z] #42 156.0   CC       criu/sysctl.o
19:14:33 [2021-03-01T19:14:33.319Z] #55 ...
19:14:33 [2021-03-01T19:14:33.319Z] 
19:14:33 [2021-03-01T19:14:33.319Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:14:33 [2021-03-01T19:14:33.319Z] #43 sha256:86e20337cb8cdd901b2af9a0cfd4373d74fc07b87d7bf3f1da62dad0f440eda4
19:14:33 [2021-03-01T19:14:33.319Z] #43 DONE 0.1s
19:14:33 [2021-03-01T19:14:33.319Z] 
19:14:33 [2021-03-01T19:14:33.319Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
19:14:33 [2021-03-01T19:14:33.319Z] #45 sha256:86b3c1169bbb3677cc150548e2bcfc592c6e45b1967469b3d1621e381d2d1f8f
19:14:33 [2021-03-01T19:14:33.349Z] #42 155.4   CC       criu/string.o
19:14:33 [2021-03-01T19:14:33.349Z] #42 155.5   CC       criu/sysctl.o
19:14:33 [2021-03-01T19:14:33.451Z] #42 156.4   CC       criu/sysfs_parse.o
19:14:33 [2021-03-01T19:14:33.575Z] #45 DONE 0.2s
19:14:33 [2021-03-01T19:14:33.575Z] 
19:14:33 [2021-03-01T19:14:33.575Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:14:33 [2021-03-01T19:14:33.575Z] #47 sha256:0df56651eac64374859911ce8962ccc44f6fc7729b40c7ad5764482d8b1e5dd4
19:14:33 [2021-03-01T19:14:33.575Z] #47 DONE 0.1s
19:14:33 [2021-03-01T19:14:33.575Z] 
19:14:33 [2021-03-01T19:14:33.575Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:14:33 [2021-03-01T19:14:33.575Z] #49 sha256:b15be09968f0b78be141768363df482e3f12547669265bd40c75be2cafa3c0e2
19:14:33 [2021-03-01T19:14:33.708Z] #42 156.6   CC       criu/timens.o
19:14:33 [2021-03-01T19:14:33.922Z] #42 155.9   CC       criu/sysfs_parse.o
19:14:33 [2021-03-01T19:14:33.965Z] #42 156.9   CC       criu/timerfd.o
19:14:33 [2021-03-01T19:14:33.965Z] #42 157.1   CC       criu/tty.o
19:14:34 [2021-03-01T19:14:34.139Z] #49 DONE 0.5s
19:14:34 [2021-03-01T19:14:34.139Z] 
19:14:34 [2021-03-01T19:14:34.139Z] #52 [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
19:14:34 [2021-03-01T19:14:34.139Z] #52 sha256:7c2d2fc2c3352f0448b339c3ad05202ebcfe5b452d445257a15bd7629c381986
19:14:34 [2021-03-01T19:14:34.139Z] #52 ...
19:14:34 [2021-03-01T19:14:34.139Z] 
19:14:34 [2021-03-01T19:14:34.139Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:14:34 [2021-03-01T19:14:34.139Z] #51 sha256:0adc32696479b8137b31b6c449124db41f07e36b6e63d98b097d8ba836645bd1
19:14:34 [2021-03-01T19:14:34.139Z] #51 DONE 0.1s
19:14:34 [2021-03-01T19:14:34.184Z] #42 156.1   CC       criu/timens.o
19:14:34 [2021-03-01T19:14:34.184Z] #42 156.3   CC       criu/timerfd.o
19:14:34 [2021-03-01T19:14:34.395Z] 
19:14:34 [2021-03-01T19:14:34.395Z] #52 [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
19:14:34 [2021-03-01T19:14:34.395Z] #52 sha256:7c2d2fc2c3352f0448b339c3ad05202ebcfe5b452d445257a15bd7629c381986
19:14:34 [2021-03-01T19:14:34.445Z] #42 156.6   CC       criu/tty.o
19:14:34 [2021-03-01T19:14:34.464Z] #43 194.6   CC       criu/sockets.o
19:14:35 [2021-03-01T19:14:35.110Z] #43 195.8   CC       criu/stats.o
19:14:35 [2021-03-01T19:14:35.334Z] #42 158.4   CC       criu/tun.o
19:14:35 [2021-03-01T19:14:35.412Z] #43 196.1   CC       criu/string.o
19:14:35 [2021-03-01T19:14:35.413Z] #43 196.2   CC       criu/sysctl.o
19:14:35 [2021-03-01T19:14:35.834Z] #42 157.9   CC       criu/tun.o
19:14:35 [2021-03-01T19:14:35.897Z] #42 158.7   CC       criu/uffd.o
19:14:36 [2021-03-01T19:14:36.096Z] #42 158.2   CC       criu/uffd.o
19:14:36 [2021-03-01T19:14:36.460Z] #42 159.5   CC       criu/util.o
19:14:36 [2021-03-01T19:14:36.513Z] #43 197.0   CC       criu/sysfs_parse.o
19:14:36 [2021-03-01T19:14:36.669Z] #42 158.9   CC       criu/util.o
19:14:36 [2021-03-01T19:14:36.867Z] #43 197.6   CC       criu/timens.o
19:14:37 [2021-03-01T19:14:37.167Z] #43 198.0   CC       criu/timerfd.o
19:14:37 [2021-03-01T19:14:37.284Z] #42 DONE 159.5s
19:14:37 [2021-03-01T19:14:37.284Z] 
19:14:37 [2021-03-01T19:14:37.284Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:14:37 [2021-03-01T19:14:37.284Z] #29 sha256:67e09655e0b108286a17f7566ea609203e2b83d26aa352e959ef500629a6c8cd
19:14:37 [2021-03-01T19:14:37.284Z] #29 DONE 9.0s
19:14:37 [2021-03-01T19:14:37.284Z] 
19:14:37 [2021-03-01T19:14:37.284Z] #32 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:14:37 [2021-03-01T19:14:37.284Z] #32 sha256:d187c11a14b73bc6660362c4e03608a1694313163584759ece9f1c73374140d1
19:14:37 [2021-03-01T19:14:37.389Z] #42 160.3   CC       criu/uts_ns.o
19:14:37 [2021-03-01T19:14:37.614Z] #42 159.7   CC       criu/uts_ns.o
19:14:37 [2021-03-01T19:14:37.645Z] #42 160.5   CC       criu/vdso-compat.o
19:14:37 [2021-03-01T19:14:37.645Z] #42 160.7   CC       criu/vdso.o
19:14:37 [2021-03-01T19:14:37.815Z] #43 198.5   CC       criu/tty.o
19:14:37 [2021-03-01T19:14:37.861Z] #32 DONE 0.8s
19:14:37 [2021-03-01T19:14:37.861Z] 
19:14:37 [2021-03-01T19:14:37.861Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
19:14:37 [2021-03-01T19:14:37.861Z] #34 sha256:35e8a4aa751e4d2a31ea400f63686ebb134b894533efc2d975f3a49cc714fec6
19:14:37 [2021-03-01T19:14:37.875Z] #42 159.9   CC       criu/vdso-compat.o
19:14:37 [2021-03-01T19:14:37.875Z] #42 160.1   CC       criu/vdso.o
19:14:38 [2021-03-01T19:14:38.129Z] #34 DONE 0.2s
19:14:38 [2021-03-01T19:14:38.129Z] 
19:14:38 [2021-03-01T19:14:38.129Z] #37 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
19:14:38 [2021-03-01T19:14:38.129Z] #37 sha256:86c15d288cc57b4f5e0f8ab0c6303e038f625241384593156490e55b35e410f0
19:14:38 [2021-03-01T19:14:38.129Z] #37 DONE 0.1s
19:14:38 [2021-03-01T19:14:38.129Z] 
19:14:38 [2021-03-01T19:14:38.129Z] #40 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
19:14:38 [2021-03-01T19:14:38.129Z] #40 sha256:f4974ce43ff1bc318eb38fe098dddfebd03ee0d12c7911e03c640b85d154be77
19:14:38 [2021-03-01T19:14:38.208Z] #42 161.1   LINK     criu/built-in.o
19:14:38 [2021-03-01T19:14:38.448Z] #42 160.5   LINK     criu/built-in.o
19:14:38 [2021-03-01T19:14:38.448Z] #42 160.6   LINK     criu/criu
19:14:38 [2021-03-01T19:14:38.465Z] #42 161.3   LINK     criu/criu
19:14:38 [2021-03-01T19:14:38.710Z] #42 160.9   DEP      lib/c/criu.d
19:14:38 [2021-03-01T19:14:38.710Z] #42 160.9   CC       images/rpc.pb-c.o
19:14:38 [2021-03-01T19:14:38.711Z] #40 DONE 0.3s
19:14:38 [2021-03-01T19:14:38.711Z] 
19:14:38 [2021-03-01T19:14:38.711Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:14:38 [2021-03-01T19:14:38.711Z] #43 sha256:2b7c93fad3aedaa3076d414415b8f9dcf285d87e06e3aa4998d94d6b1ca4ebaf
19:14:38 [2021-03-01T19:14:38.711Z] #43 DONE 0.1s
19:14:38 [2021-03-01T19:14:38.711Z] 
19:14:38 [2021-03-01T19:14:38.711Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
19:14:38 [2021-03-01T19:14:38.711Z] #45 sha256:6cc2d251ddeef480b27893747f5006d5a8a236c9e075812f5e0004e8ca96dac0
19:14:38 [2021-03-01T19:14:38.720Z] #42 161.6   DEP      lib/c/criu.d
19:14:38 [2021-03-01T19:14:38.720Z] #42 161.7   CC       images/rpc.pb-c.o
19:14:38 [2021-03-01T19:14:38.974Z] #45 DONE 0.3s
19:14:38 [2021-03-01T19:14:38.974Z] 
19:14:38 [2021-03-01T19:14:38.974Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:14:38 [2021-03-01T19:14:38.974Z] #47 sha256:4c67b8d5926ab55904056a7ec3ff1293f3f2150361db73330a0d2f9424e5735c
19:14:38 [2021-03-01T19:14:38.976Z] #42 162.1   CC       lib/c/criu.o
19:14:39 [2021-03-01T19:14:39.237Z] #47 DONE 0.1s
19:14:39 [2021-03-01T19:14:39.238Z] 
19:14:39 [2021-03-01T19:14:39.238Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:14:39 [2021-03-01T19:14:39.238Z] #49 sha256:d8d4e7ae087224d0ddc92fa05b7dbeffabd75a4be6cb595e7b326cb4dc1d4557
19:14:39 [2021-03-01T19:14:39.283Z] #42 161.3   CC       lib/c/criu.o
19:14:39 [2021-03-01T19:14:39.670Z] #52 ...
19:14:39 [2021-03-01T19:14:39.670Z] 
19:14:39 [2021-03-01T19:14:39.670Z] #55 [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
19:14:39 [2021-03-01T19:14:39.670Z] #55 sha256:e2bdd5235c486b3aaf5cc518316b1ccb18d2ab2dcdb8134380192a3235bb8d6f
19:14:39 [2021-03-01T19:14:39.670Z] #55 196.3 + bin/containerd
19:14:39 [2021-03-01T19:14:39.823Z] #49 DONE 0.8s
19:14:39 [2021-03-01T19:14:39.823Z] 
19:14:39 [2021-03-01T19:14:39.823Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:14:39 [2021-03-01T19:14:39.823Z] #51 sha256:361a8b04640899727e0691f3c709b640bb3f6d4b180d2624bf8327c9d44f07c9
19:14:39 [2021-03-01T19:14:39.906Z] #42 162.9   LINK     lib/c/built-in.o
19:14:39 [2021-03-01T19:14:39.906Z] #42 162.9   LINK     lib/c/libcriu.so
19:14:39 [2021-03-01T19:14:39.906Z] #42 162.9   LINK     lib/c/libcriu.a
19:14:39 [2021-03-01T19:14:39.906Z] #42 163.0   GEN      magic.py
19:14:40 [2021-03-01T19:14:40.086Z] #51 DONE 0.1s
19:14:40 [2021-03-01T19:14:40.086Z] 
19:14:40 [2021-03-01T19:14:40.086Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
19:14:40 [2021-03-01T19:14:40.086Z] #53 sha256:1afcfb2aabfb3641f2121beb4f144038bd0dbfab17004e1ad9cfa653f75676ca
19:14:40 [2021-03-01T19:14:40.162Z] #42 163.1 Note: Building without setproctitle() and strlcpy() support.
19:14:40 [2021-03-01T19:14:40.162Z] #42 163.1       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:14:40 [2021-03-01T19:14:40.162Z] #42 163.1 Note: Building without GnuTLS support
19:14:40 [2021-03-01T19:14:40.162Z] #42 163.1 Makefile.config:39: Warn: you have no libnftables installed
19:14:40 [2021-03-01T19:14:40.162Z] #42 163.1 Makefile.config:40: Warn: Building without nftables support
19:14:40 [2021-03-01T19:14:40.227Z] #42 162.1   LINK     lib/c/built-in.o
19:14:40 [2021-03-01T19:14:40.227Z] #42 162.1   LINK     lib/c/libcriu.so
19:14:40 [2021-03-01T19:14:40.227Z] #42 162.2   LINK     lib/c/libcriu.a
19:14:40 [2021-03-01T19:14:40.227Z] #42 162.3   GEN      magic.py
19:14:40 [2021-03-01T19:14:40.227Z] #42 162.4 Note: Building without setproctitle() and strlcpy() support.
19:14:40 [2021-03-01T19:14:40.227Z] #42 162.4       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:14:40 [2021-03-01T19:14:40.227Z] #42 162.4 Note: Building without GnuTLS support
19:14:40 [2021-03-01T19:14:40.227Z] #42 162.4 Makefile.config:39: Warn: you have no libnftables installed
19:14:40 [2021-03-01T19:14:40.227Z] #42 162.4 Makefile.config:40: Warn: Building without nftables support
19:14:40 [2021-03-01T19:14:40.661Z] #53 DONE 0.6s
19:14:40 [2021-03-01T19:14:40.661Z] 
19:14:40 [2021-03-01T19:14:40.661Z] #55 [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
19:14:40 [2021-03-01T19:14:40.661Z] #55 sha256:8acb5ea219c0b1050f71f2e560ee6c8a8314120e48ca083e249de22b516dc8a3
19:14:40 [2021-03-01T19:14:40.725Z] #42 163.7 fatal: not a git repository (or any of the parent directories): .git
19:14:40 [2021-03-01T19:14:40.800Z] #42 162.9 fatal: not a git repository (or any of the parent directories): .git
19:14:41 [2021-03-01T19:14:41.288Z] #42 164.2 make[1]: Nothing to be done for 'all'.
19:14:41 [2021-03-01T19:14:41.373Z] #42 163.4 make[1]: Nothing to be done for 'all'.
19:14:41 [2021-03-01T19:14:41.463Z] #43 201.5   CC       criu/tun.o
19:14:41 [2021-03-01T19:14:41.463Z] #43 202.2   CC       criu/uffd.o
19:14:41 [2021-03-01T19:14:41.545Z] #42 164.7 make[1]: 'images/built-in.o' is up to date.
19:14:41 [2021-03-01T19:14:41.801Z] #42 164.7 make[1]: 'compel/plugins/std.lib.a' is up to date.
19:14:41 [2021-03-01T19:14:41.801Z] #42 164.7 make[1]: 'compel/plugins/fds.lib.a' is up to date.
19:14:41 [2021-03-01T19:14:41.801Z] #42 164.7 make[1]: 'compel/libcompel.a' is up to date.
19:14:41 [2021-03-01T19:14:41.801Z] #42 164.8 make[1]: 'compel/compel-host-bin' is up to date.
19:14:41 [2021-03-01T19:14:41.801Z] #42 164.8 make[1]: Nothing to be done for 'all'.
19:14:41 [2021-03-01T19:14:41.801Z] #42 164.8 make[1]: 'soccr/libsoccr.a' is up to date.
19:14:41 [2021-03-01T19:14:41.801Z] #42 164.9 make[2]: Nothing to be done for 'all'.
19:14:41 [2021-03-01T19:14:41.983Z] #42 164.0 make[1]: 'images/built-in.o' is up to date.
19:14:41 [2021-03-01T19:14:41.983Z] #42 164.0 make[1]: 'compel/plugins/std.lib.a' is up to date.
19:14:41 [2021-03-01T19:14:41.983Z] #42 164.1 make[1]: 'compel/plugins/fds.lib.a' is up to date.
19:14:41 [2021-03-01T19:14:41.983Z] #42 164.1 make[1]: 'compel/libcompel.a' is up to date.
19:14:41 [2021-03-01T19:14:41.983Z] #42 164.1 make[1]: 'compel/compel-host-bin' is up to date.
19:14:41 [2021-03-01T19:14:41.983Z] #42 164.1 make[1]: Nothing to be done for 'all'.
19:14:41 [2021-03-01T19:14:41.983Z] #42 164.2 make[1]: 'soccr/libsoccr.a' is up to date.
19:14:42 [2021-03-01T19:14:42.057Z] #42 164.9 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.057Z] #42 165.0 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.057Z] #42 165.1 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.057Z] #42 165.1 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.057Z] #42 165.1 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.057Z] #42 165.2 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.244Z] #42 164.4 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.244Z] #42 164.4 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.244Z] #42 164.5 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.320Z] #42 165.2 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.320Z] #42 165.2   INSTALL  criu/criu
19:14:42 [2021-03-01T19:14:42.505Z] #42 164.6 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.505Z] #42 164.6 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.505Z] #42 164.6 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.505Z] #42 164.7 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.505Z] #42 164.8 make[2]: Nothing to be done for 'all'.
19:14:42 [2021-03-01T19:14:42.580Z] #42 DONE 165.5s
19:14:42 [2021-03-01T19:14:42.580Z] 
19:14:42 [2021-03-01T19:14:42.580Z] #55 [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
19:14:42 [2021-03-01T19:14:42.580Z] #55 sha256:4bef205aea7f69a6d1961ff1ef0c5bbb667ea4ac1128f6e0258aa6c2913c3ebe
19:14:42 [2021-03-01T19:14:42.791Z] #42 164.8   INSTALL  criu/criu
19:14:43 [2021-03-01T19:14:43.059Z] #42 DONE 165.1s
19:14:43 [2021-03-01T19:14:43.059Z] 
19:14:43 [2021-03-01T19:14:43.059Z] #55 [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
19:14:43 [2021-03-01T19:14:43.059Z] #55 sha256:57f2916ddde9a5058f430576b9e6c074d4506f86288c8b1fd7b574bfa26d6eed
19:14:43 [2021-03-01T19:14:43.512Z] #55 ...
19:14:43 [2021-03-01T19:14:43.512Z] 
19:14:43 [2021-03-01T19:14:43.512Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:14:43 [2021-03-01T19:14:43.512Z] #43 sha256:daa35286969e02ca56ffe34d9e11416690a6d3182d3ce50fc6e5f50dbe19be9d
19:14:43 [2021-03-01T19:14:43.512Z] #43 DONE 0.1s
19:14:43 [2021-03-01T19:14:43.512Z] 
19:14:43 [2021-03-01T19:14:43.512Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
19:14:43 [2021-03-01T19:14:43.512Z] #45 sha256:3db896dbcb80e6ee2a368dc082f5a67677dfca7d03cd0057fe15ad8dbc50764b
19:14:43 [2021-03-01T19:14:43.567Z] #43 203.9   CC       criu/util.o
19:14:43 [2021-03-01T19:14:43.768Z] #45 DONE 0.1s
19:14:43 [2021-03-01T19:14:43.768Z] 
19:14:43 [2021-03-01T19:14:43.768Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:14:43 [2021-03-01T19:14:43.768Z] #47 sha256:5feaa0e5058fc734d259da7b4dc7625a55d35b0c6e5707bb3ea8325dd86ebdfb
19:14:43 [2021-03-01T19:14:43.768Z] #47 DONE 0.1s
19:14:43 [2021-03-01T19:14:43.768Z] 
19:14:43 [2021-03-01T19:14:43.768Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:14:43 [2021-03-01T19:14:43.768Z] #49 sha256:571073f89c3f60185681fbe82f13320e49c678bbf2838e06f1a4cd37b1ce51c9
19:14:44 [2021-03-01T19:14:44.010Z] #55 ...
19:14:44 [2021-03-01T19:14:44.010Z] 
19:14:44 [2021-03-01T19:14:44.010Z] #43 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:14:44 [2021-03-01T19:14:44.010Z] #43 sha256:f603c10f11ef352c4b1d949a25f5dc8e083a4a3327cd77a67eda0d0ddf0b7f76
19:14:44 [2021-03-01T19:14:44.010Z] #43 DONE 0.1s
19:14:44 [2021-03-01T19:14:44.024Z] #49 DONE 0.3s
19:14:44 [2021-03-01T19:14:44.024Z] 
19:14:44 [2021-03-01T19:14:44.024Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:14:44 [2021-03-01T19:14:44.024Z] #51 sha256:0d5446ed92faf1f8eae9cdfa6b79a449852a06dd3cc7bdd9a602570385d0963e
19:14:44 [2021-03-01T19:14:44.024Z] #51 DONE 0.1s
19:14:44 [2021-03-01T19:14:44.024Z] 
19:14:44 [2021-03-01T19:14:44.024Z] #55 [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
19:14:44 [2021-03-01T19:14:44.024Z] #55 sha256:4bef205aea7f69a6d1961ff1ef0c5bbb667ea4ac1128f6e0258aa6c2913c3ebe
19:14:44 [2021-03-01T19:14:44.277Z] 
19:14:44 [2021-03-01T19:14:44.277Z] #45 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
19:14:44 [2021-03-01T19:14:44.277Z] #45 sha256:2805be0c7b542ed2d541a4f1649752893eb7e0aeae032904a4510fdfe3a8d3d7
19:14:44 [2021-03-01T19:14:44.277Z] #45 DONE 0.2s
19:14:44 [2021-03-01T19:14:44.277Z] 
19:14:44 [2021-03-01T19:14:44.277Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:14:44 [2021-03-01T19:14:44.277Z] #47 sha256:655a96388c202d575cddb3b0b5eecab43bbb7a1ad34094f0661255a56c4e437d
19:14:44 [2021-03-01T19:14:44.277Z] #47 DONE 0.1s
19:14:44 [2021-03-01T19:14:44.277Z] 
19:14:44 [2021-03-01T19:14:44.277Z] #55 [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
19:14:44 [2021-03-01T19:14:44.277Z] #55 sha256:57f2916ddde9a5058f430576b9e6c074d4506f86288c8b1fd7b574bfa26d6eed
19:14:44 [2021-03-01T19:14:44.541Z] #55 ...
19:14:44 [2021-03-01T19:14:44.541Z] 
19:14:44 [2021-03-01T19:14:44.541Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:14:44 [2021-03-01T19:14:44.541Z] #49 sha256:b3c994328f53323f87cfe525170576f1761d88a5abf7c0742302dcb8ccc82c60
19:14:44 [2021-03-01T19:14:44.911Z] #55 ...
19:14:44 [2021-03-01T19:14:44.911Z] 
19:14:44 [2021-03-01T19:14:44.911Z] #52 [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
19:14:44 [2021-03-01T19:14:44.911Z] #52 sha256:7c2d2fc2c3352f0448b339c3ad05202ebcfe5b452d445257a15bd7629c381986
19:14:44 [2021-03-01T19:14:44.911Z] #52 128.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
19:14:44 [2021-03-01T19:14:44.911Z] #52 129.5 + mkdir -p /build
19:14:44 [2021-03-01T19:14:44.911Z] #52 129.5 + cp runc /build/runc
19:14:44 [2021-03-01T19:14:44.911Z] #52 DONE 129.9s
19:14:44 [2021-03-01T19:14:44.911Z] 
19:14:44 [2021-03-01T19:14:44.911Z] #55 [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
19:14:44 [2021-03-01T19:14:44.911Z] #55 sha256:e2bdd5235c486b3aaf5cc518316b1ccb18d2ab2dcdb8134380192a3235bb8d6f
19:14:45 [2021-03-01T19:14:45.111Z] #43 206.0   CC       criu/uts_ns.o
19:14:45 [2021-03-01T19:14:45.118Z] #49 DONE 0.5s
19:14:45 [2021-03-01T19:14:45.119Z] 
19:14:45 [2021-03-01T19:14:45.119Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:14:45 [2021-03-01T19:14:45.119Z] #51 sha256:8f1470b124c1f9fd8bc2b25a1bc41fd779d552a1adfb81417539fcacce612174
19:14:45 [2021-03-01T19:14:45.119Z] #51 DONE 0.1s
19:14:45 [2021-03-01T19:14:45.119Z] 
19:14:45 [2021-03-01T19:14:45.119Z] #55 [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
19:14:45 [2021-03-01T19:14:45.119Z] #55 sha256:57f2916ddde9a5058f430576b9e6c074d4506f86288c8b1fd7b574bfa26d6eed
19:14:45 [2021-03-01T19:14:45.758Z] #43 206.3   CC       criu/vdso.o
19:14:46 [2021-03-01T19:14:46.278Z] #55 ...
19:14:46 [2021-03-01T19:14:46.278Z] 
19:14:46 [2021-03-01T19:14:46.278Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
19:14:46 [2021-03-01T19:14:46.278Z] #53 sha256:1d18500a68c965d1396045791bf4be0de12de1121f38e50434971e28799c2f7c
19:14:46 [2021-03-01T19:14:46.278Z] #53 DONE 0.3s
19:14:46 [2021-03-01T19:14:46.278Z] 
19:14:46 [2021-03-01T19:14:46.278Z] #55 [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
19:14:46 [2021-03-01T19:14:46.278Z] #55 sha256:e2bdd5235c486b3aaf5cc518316b1ccb18d2ab2dcdb8134380192a3235bb8d6f
19:14:46 [2021-03-01T19:14:46.406Z] #43 207.1   LINK     criu/built-in.o
19:14:46 [2021-03-01T19:14:46.704Z] #43 207.4   LINK     criu/criu
19:14:47 [2021-03-01T19:14:47.353Z] #43 207.9   DEP      lib/c/criu.d
19:14:47 [2021-03-01T19:14:47.353Z] #43 208.0   CC       images/rpc.pb-c.o
19:14:48 [2021-03-01T19:14:48.000Z] #43 208.8   CC       lib/c/criu.o
19:14:48 [2021-03-01T19:14:48.300Z] #43 ...
19:14:48 [2021-03-01T19:14:48.300Z] 
19:14:48 [2021-03-01T19:14:48.300Z] #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
19:14:48 [2021-03-01T19:14:48.300Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9
19:14:48 [2021-03-01T19:14:48.300Z] #40 DONE 275.8s
19:14:48 [2021-03-01T19:14:48.616Z] 
19:14:48 [2021-03-01T19:14:48.616Z] #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
19:14:48 [2021-03-01T19:14:48.616Z] #49 sha256:12670911db11c9ca882e491f8ff1409f52a4d40dbf3b25739c463e906b89f8fd
19:14:49 [2021-03-01T19:14:49.330Z] #55 196.4 + bin/containerd
19:14:50 [2021-03-01T19:14:50.155Z] #49 ...
19:14:50 [2021-03-01T19:14:50.155Z] 
19:14:50 [2021-03-01T19:14:50.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
19:14:50 [2021-03-01T19:14:50.155Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb
19:14:50 [2021-03-01T19:14:50.155Z] #43 210.7   LINK     lib/c/built-in.o
19:14:50 [2021-03-01T19:14:50.155Z] #43 210.7   LINK     lib/c/libcriu.so
19:14:50 [2021-03-01T19:14:50.155Z] #43 210.8   LINK     lib/c/libcriu.a
19:14:50 [2021-03-01T19:14:50.454Z] #43 211.0   GEN      magic.py
19:14:50 [2021-03-01T19:14:50.454Z] #43 211.2 Note: Building without setproctitle() and strlcpy() support.
19:14:50 [2021-03-01T19:14:50.454Z] #43 211.2       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
19:14:50 [2021-03-01T19:14:50.454Z] #43 211.2 Note: Building without GnuTLS support
19:14:50 [2021-03-01T19:14:50.454Z] #43 211.2 Makefile.config:39: Warn: you have no libnftables installed
19:14:50 [2021-03-01T19:14:50.454Z] #43 211.2 Makefile.config:40: Warn: Building without nftables support
19:14:50 [2021-03-01T19:14:50.562Z] #55 199.6 + bin/containerd
19:14:50 [2021-03-01T19:14:50.691Z] #55 208.5 + bin/containerd-stress
19:14:51 [2021-03-01T19:14:51.511Z] #43 212.0 fatal: not a git repository (or any of the parent directories): .git
19:14:52 [2021-03-01T19:14:52.578Z] #43 213.2 make[1]: Nothing to be done for 'all'.
19:14:53 [2021-03-01T19:14:53.544Z] #55 ...
19:14:53 [2021-03-01T19:14:53.544Z] 
19:14:53 [2021-03-01T19:14:53.544Z] #52 [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
19:14:53 [2021-03-01T19:14:53.544Z] #52 sha256:58343df0e43ecaab046b0c2de68aae14ab47346ded41504341fcb5f61f005da6
19:14:53 [2021-03-01T19:14:53.544Z] #52 125.8 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
19:14:53 [2021-03-01T19:14:53.544Z] #52 126.7 + mkdir -p /build
19:14:53 [2021-03-01T19:14:53.544Z] #52 126.7 + cp runc /build/runc
19:14:53 [2021-03-01T19:14:53.544Z] #52 DONE 127.0s
19:14:53 [2021-03-01T19:14:53.544Z] 
19:14:53 [2021-03-01T19:14:53.544Z] #55 [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
19:14:53 [2021-03-01T19:14:53.544Z] #55 sha256:57f2916ddde9a5058f430576b9e6c074d4506f86288c8b1fd7b574bfa26d6eed
19:14:53 [2021-03-01T19:14:53.635Z] #43 214.2 make[1]: 'images/built-in.o' is up to date.
19:14:53 [2021-03-01T19:14:53.635Z] #43 214.3 make[1]: 'compel/plugins/std.lib.a' is up to date.
19:14:53 [2021-03-01T19:14:53.635Z] #43 214.4 make[1]: 'compel/plugins/fds.lib.a' is up to date.
19:14:53 [2021-03-01T19:14:53.635Z] #43 214.4 make[1]: 'compel/libcompel.a' is up to date.
19:14:53 [2021-03-01T19:14:53.935Z] #43 214.5 make[1]: 'compel/compel-host-bin' is up to date.
19:14:53 [2021-03-01T19:14:53.935Z] #43 214.5 make[1]: Nothing to be done for 'all'.
19:14:53 [2021-03-01T19:14:53.935Z] #43 214.6 make[1]: 'soccr/libsoccr.a' is up to date.
19:14:53 [2021-03-01T19:14:53.935Z] #43 214.9 make[2]: Nothing to be done for 'all'.
19:14:54 [2021-03-01T19:14:54.009Z] #55 211.7 + bin/containerd-shim
19:14:54 [2021-03-01T19:14:54.236Z] #43 214.9 make[2]: Nothing to be done for 'all'.
19:14:54 [2021-03-01T19:14:54.236Z] #43 215.0 make[2]: Nothing to be done for 'all'.
19:14:54 [2021-03-01T19:14:54.536Z] #43 215.2 make[2]: Nothing to be done for 'all'.
19:14:54 [2021-03-01T19:14:54.536Z] #43 215.3 make[2]: Nothing to be done for 'all'.
19:14:54 [2021-03-01T19:14:54.536Z] #43 215.4 make[2]: Nothing to be done for 'all'.
19:14:54 [2021-03-01T19:14:54.809Z] #55 ...
19:14:54 [2021-03-01T19:14:54.809Z] 
19:14:54 [2021-03-01T19:14:54.809Z] #52 [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
19:14:54 [2021-03-01T19:14:54.809Z] #52 sha256:6baa357b1ebb5dab1bdb66fd36a2162f789e606a6ee64e4618e80105d5c616dc
19:14:54 [2021-03-01T19:14:54.809Z] #52 123.7 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
19:14:54 [2021-03-01T19:14:54.809Z] #52 124.7 + mkdir -p /build
19:14:54 [2021-03-01T19:14:54.809Z] #52 124.7 + cp runc /build/runc
19:14:54 [2021-03-01T19:14:54.809Z] #52 DONE 125.1s
19:14:54 [2021-03-01T19:14:54.809Z] 
19:14:54 [2021-03-01T19:14:54.809Z] #55 [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
19:14:54 [2021-03-01T19:14:54.809Z] #55 sha256:4bef205aea7f69a6d1961ff1ef0c5bbb667ea4ac1128f6e0258aa6c2913c3ebe
19:14:54 [2021-03-01T19:14:54.843Z] #43 215.4 make[2]: Nothing to be done for 'all'.
19:14:54 [2021-03-01T19:14:54.843Z] #43 215.6 make[2]: Nothing to be done for 'all'.
19:14:54 [2021-03-01T19:14:54.843Z] #43 215.7   INSTALL  criu/criu
19:14:54 [2021-03-01T19:14:54.933Z] #55 ...
19:14:54 [2021-03-01T19:14:54.933Z] 
19:14:54 [2021-03-01T19:14:54.933Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
19:14:54 [2021-03-01T19:14:54.933Z] #53 sha256:8b28dcfd2e8d74701e1e6f5c2f052ea81015cf7e7f8ddb311cdc7b47821a5766
19:14:54 [2021-03-01T19:14:54.933Z] #53 DONE 0.1s
19:14:55 [2021-03-01T19:14:55.144Z] #43 DONE 215.8s
19:14:55 [2021-03-01T19:14:55.144Z] 
19:14:55 [2021-03-01T19:14:55.144Z] #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
19:14:55 [2021-03-01T19:14:55.144Z] #24 sha256:b892ac149c3c70545ec785eef824e76b1368685bc95e005a75c8e2e2566eb1af
19:14:55 [2021-03-01T19:14:55.198Z] 
19:14:55 [2021-03-01T19:14:55.198Z] #55 [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
19:14:55 [2021-03-01T19:14:55.198Z] #55 sha256:57f2916ddde9a5058f430576b9e6c074d4506f86288c8b1fd7b574bfa26d6eed
19:14:56 [2021-03-01T19:14:56.723Z] #55 ...
19:14:56 [2021-03-01T19:14:56.723Z] 
19:14:56 [2021-03-01T19:14:56.723Z] #53 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
19:14:56 [2021-03-01T19:14:56.723Z] #53 sha256:b5d87d7e7720484e89b8c60648df2c0b3c0a9e688fd83debff48bb3aad67b89d
19:14:56 [2021-03-01T19:14:56.723Z] #53 DONE 0.3s
19:14:56 [2021-03-01T19:14:56.723Z] 
19:14:56 [2021-03-01T19:14:56.723Z] #55 [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
19:14:56 [2021-03-01T19:14:56.723Z] #55 sha256:4bef205aea7f69a6d1961ff1ef0c5bbb667ea4ac1128f6e0258aa6c2913c3ebe
19:14:59 [2021-03-01T19:14:59.668Z] #24 ...
19:14:59 [2021-03-01T19:14:59.668Z] 
19:14:59 [2021-03-01T19:14:59.668Z] #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
19:14:59 [2021-03-01T19:14:59.668Z] #49 sha256:12670911db11c9ca882e491f8ff1409f52a4d40dbf3b25739c463e906b89f8fd
19:14:59 [2021-03-01T19:14:59.668Z] #49 287.3 + /build/golangci-lint --version
19:15:00 [2021-03-01T19:15:00.318Z] #49 287.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
19:15:00 [2021-03-01T19:15:00.618Z] #49 DONE 288.0s
19:15:00 [2021-03-01T19:15:00.618Z] 
19:15:00 [2021-03-01T19:15:00.618Z] #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
19:15:00 [2021-03-01T19:15:00.618Z] #24 sha256:b892ac149c3c70545ec785eef824e76b1368685bc95e005a75c8e2e2566eb1af
19:15:00 [2021-03-01T19:15:00.652Z] #55 217.5 + bin/containerd-shim-runc-v1
19:15:04 [2021-03-01T19:15:04.017Z] #55 221.7 + bin/containerd-shim-runc-v2
19:15:05 [2021-03-01T19:15:05.411Z] #55 223.2 + binaries
19:15:05 [2021-03-01T19:15:05.411Z] #55 223.2 + install -D bin/containerd /build/containerd
19:15:05 [2021-03-01T19:15:05.411Z] #55 223.2 + install -D bin/containerd-shim /build/containerd-shim
19:15:05 [2021-03-01T19:15:05.411Z] #55 223.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
19:15:05 [2021-03-01T19:15:05.411Z] #55 223.3 + install -D bin/ctr /build/ctr
19:15:10 [2021-03-01T19:15:10.718Z] #55 DONE 228.1s
19:15:11 [2021-03-01T19:15:11.669Z] 
19:15:11 [2021-03-01T19:15:11.669Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
19:15:11 [2021-03-01T19:15:11.669Z] #56 sha256:0cfaffa0f10f87309b1c32a1dcad0a7a92c0107039eb50554b4cb9eeb9852cb5
19:15:12 [2021-03-01T19:15:12.774Z] #55 227.5 + bin/containerd-stress
19:15:13 [2021-03-01T19:15:13.030Z] #55 229.5 + bin/containerd-shim
19:15:14 [2021-03-01T19:15:14.224Z] #56 DONE 2.5s
19:15:14 [2021-03-01T19:15:14.225Z] 
19:15:14 [2021-03-01T19:15:14.225Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:15:14 [2021-03-01T19:15:14.225Z] #60 sha256:9470efa032813b771da0ea9ff81bde0e5551af1145a3c37778b77a9fc3ce2a89
19:15:14 [2021-03-01T19:15:14.800Z] #60 DONE 0.6s
19:15:14 [2021-03-01T19:15:14.800Z] 
19:15:14 [2021-03-01T19:15:14.800Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/bin/vpnkit.x86_64
19:15:14 [2021-03-01T19:15:14.800Z] #62 sha256:5355fc5f812eca956031df51d47c9d69ba9efc50766bafcced56932aa9a438aa
19:15:16 [2021-03-01T19:15:16.192Z] #62 DONE 1.3s
19:15:16 [2021-03-01T19:15:16.192Z] 
19:15:16 [2021-03-01T19:15:16.192Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
19:15:16 [2021-03-01T19:15:16.192Z] #64 sha256:ebb177f4ae5bc5e1831012806b9ef7b3005980c0540f23123e4008e521658348
19:15:16 [2021-03-01T19:15:16.192Z] #64 DONE 0.1s
19:15:16 [2021-03-01T19:15:16.455Z] 
19:15:16 [2021-03-01T19:15:16.455Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:15:16 [2021-03-01T19:15:16.455Z] #65 sha256:03b4fee7d641bce73826579edec6628b28e7c3e0aa1e597731f28b76d8bcfd3d
19:15:16 [2021-03-01T19:15:16.455Z] #65 DONE 0.1s
19:15:16 [2021-03-01T19:15:16.455Z] 
19:15:16 [2021-03-01T19:15:16.455Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker
19:15:16 [2021-03-01T19:15:16.455Z] #66 sha256:14d9b1b76f1ea38ac2244b259efe8bc35c22bf7d789776e08568c0a92d6d503d
19:15:18 [2021-03-01T19:15:18.382Z] #66 DONE 1.8s
19:15:18 [2021-03-01T19:15:18.382Z] 
19:15:18 [2021-03-01T19:15:18.382Z] #67 exporting to image
19:15:18 [2021-03-01T19:15:18.382Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
19:15:18 [2021-03-01T19:15:18.382Z] #67 exporting layers
19:15:21 [2021-03-01T19:15:21.115Z] #55 236.3 + bin/containerd-shim-runc-v1
19:15:21 [2021-03-01T19:15:21.799Z] #55 226.7 + bin/containerd-stress
19:15:21 [2021-03-01T19:15:21.799Z] #55 228.6 + bin/containerd-shim
19:15:23 [2021-03-01T19:15:23.209Z] #24 ...
19:15:23 [2021-03-01T19:15:23.209Z] 
19:15:23 [2021-03-01T19:15:23.209Z] #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
19:15:23 [2021-03-01T19:15:23.209Z] #53 sha256:19e634473bb2c1bbeacf67858e635cd0ab189a28346e6664481f61adce07eb4d
19:15:23 [2021-03-01T19:15:23.209Z] #53 192.7 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
19:15:23 [2021-03-01T19:15:23.209Z] #53 194.1 + mkdir -p /build
19:15:23 [2021-03-01T19:15:23.209Z] #53 194.1 + cp runc /build/runc
19:15:23 [2021-03-01T19:15:23.209Z] #53 DONE 194.2s
19:15:23 [2021-03-01T19:15:23.209Z] 
19:15:23 [2021-03-01T19:15:23.209Z] #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
19:15:23 [2021-03-01T19:15:23.209Z] #56 sha256:20766441eddb3c9a1cd6da1e5c9e3eeeb8ebd5e7939287365b6ab48e3108db42
19:15:23 [2021-03-01T19:15:23.231Z] #55 230.5 + bin/containerd-stress
19:15:23 [2021-03-01T19:15:23.231Z] #55 232.6 + bin/containerd-shim
19:15:24 [2021-03-01T19:15:24.384Z] #55 240.8 + bin/containerd-shim-runc-v2
19:15:25 [2021-03-01T19:15:25.011Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:15:25 [2021-03-01T19:15:25.011Z] 
19:15:25 [2021-03-01T19:15:25.011Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:15:25 [2021-03-01T19:15:25.011Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:15:25 [2021-03-01T19:15:25.011Z] HOSTNAME=154537d9eecb
19:15:25 [2021-03-01T19:15:25.011Z] TESTDEBUG=0
19:15:25 [2021-03-01T19:15:25.011Z] DEST=bundles/test-integration
19:15:25 [2021-03-01T19:15:25.011Z] PWD=/go/src/github.com/docker/docker
19:15:25 [2021-03-01T19:15:25.011Z] DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36
19:15:25 [2021-03-01T19:15:25.011Z] container=docker
19:15:25 [2021-03-01T19:15:25.011Z] HOME=/root
19:15:25 [2021-03-01T19:15:25.011Z] GOLANG_VERSION=1.13.15
19:15:25 [2021-03-01T19:15:25.011Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:15:25 [2021-03-01T19:15:25.011Z] VALIDATE_BRANCH=master
19:15:25 [2021-03-01T19:15:25.011Z] TERM=xterm
19:15:25 [2021-03-01T19:15:25.011Z] DOCKER_PKG=github.com/docker/docker
19:15:25 [2021-03-01T19:15:25.011Z] SHLVL=1
19:15:25 [2021-03-01T19:15:25.011Z] TIMEOUT=120m
19:15:25 [2021-03-01T19:15:25.011Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:15:25 [2021-03-01T19:15:25.011Z] DOCKER_GRAPHDRIVER=overlay2
19:15:25 [2021-03-01T19:15:25.011Z] GO111MODULE=off
19:15:25 [2021-03-01T19:15:25.011Z] DOCKER_EXPERIMENTAL=1
19:15:25 [2021-03-01T19:15:25.011Z] TEST_SKIP_INTEGRATION_CLI=1
19:15:25 [2021-03-01T19:15:25.011Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:15:25 [2021-03-01T19:15:25.011Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:15:25 [2021-03-01T19:15:25.011Z] GOPATH=/go
19:15:25 [2021-03-01T19:15:25.011Z] PKG_CONFIG=pkg-config
19:15:25 [2021-03-01T19:15:25.011Z] _=/usr/bin/env
19:15:25 [2021-03-01T19:15:25.011Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:15:25 [2021-03-01T19:15:25.311Z] #55 241.8 + binaries
19:15:25 [2021-03-01T19:15:25.311Z] #55 241.8 + install -D bin/containerd /build/containerd
19:15:25 [2021-03-01T19:15:25.311Z] #55 241.9 + install -D bin/containerd-shim /build/containerd-shim
19:15:25 [2021-03-01T19:15:25.311Z] #55 241.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
19:15:25 [2021-03-01T19:15:25.311Z] #55 241.9 + install -D bin/ctr /build/ctr
19:15:26 [2021-03-01T19:15:26.552Z] #67 exporting layers 7.4s done
19:15:26 [2021-03-01T19:15:26.552Z] #67 writing image sha256:93218e01dd2f811ed4ae8942fde6996e69e45db53448d4e2845e2e55d357ce64 done
19:15:26 [2021-03-01T19:15:26.552Z] #67 naming to docker.io/library/docker:5542f13c1a24468bff92ce265c892f7391f68f36 done
19:15:26 [2021-03-01T19:15:26.552Z] #67 DONE 7.4s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
19:15:26 [2021-03-01T19:15:26.673Z] #55 DONE 243.2s
19:15:26 [2021-03-01T19:15:26.900Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/test/unit
19:15:27 [2021-03-01T19:15:27.600Z] 
19:15:27 [2021-03-01T19:15:27.600Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
19:15:27 [2021-03-01T19:15:27.600Z] #56 sha256:bb3a6db1ca67928bae3e02b21d0295bfae2b57d340d1f67b4130fac0c72c2466
19:15:27 [2021-03-01T19:15:27.705Z] #56 271.6 + bin/containerd
19:15:28 [2021-03-01T19:15:28.392Z] #55 235.3 + bin/containerd-shim-runc-v1
19:15:28 [2021-03-01T19:15:28.568Z] #56 DONE 1.0s
19:15:28 [2021-03-01T19:15:28.568Z] 
19:15:28 [2021-03-01T19:15:28.568Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:15:28 [2021-03-01T19:15:28.568Z] #60 sha256:8edd2ef51eac553813165c303ec5ca747b9679016debbef6e3913f3b065b343d
19:15:28 [2021-03-01T19:15:28.568Z] #60 DONE 0.2s
19:15:28 [2021-03-01T19:15:28.823Z] 
19:15:28 [2021-03-01T19:15:28.823Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/bin/vpnkit.x86_64
19:15:28 [2021-03-01T19:15:28.823Z] #62 sha256:6f3326823dd0da39f7d1a2717fb9c25f6e00b7426c1d62699d41e60b0d841f67
19:15:29 [2021-03-01T19:15:29.120Z] #62 DONE 0.5s
19:15:29 [2021-03-01T19:15:29.120Z] 
19:15:29 [2021-03-01T19:15:29.120Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
19:15:29 [2021-03-01T19:15:29.120Z] #64 sha256:61fc61f1040c090e3f109ff47705eab0dc995781b283315088fd5fd86887a9da
19:15:29 [2021-03-01T19:15:29.120Z] #64 DONE 0.0s
19:15:29 [2021-03-01T19:15:29.120Z] 
19:15:29 [2021-03-01T19:15:29.120Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:15:29 [2021-03-01T19:15:29.120Z] #65 sha256:08cdbf58204913cd473c3e69ab513fafef0c6034b20b9393bc81c179ae53492c
19:15:29 [2021-03-01T19:15:29.120Z] #65 DONE 0.0s
19:15:29 [2021-03-01T19:15:29.375Z] 
19:15:29 [2021-03-01T19:15:29.375Z] #66 [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
19:15:29 [2021-03-01T19:15:29.375Z] #66 sha256:2fe5be5e14a61a26951f0443a5e3ee1cb58d8c2be1aeffff08a8b00d6c3f5dc5
19:15:29 [2021-03-01T19:15:29.773Z] #55 239.3 + bin/containerd-shim-runc-v1
19:15:29 [2021-03-01T19:15:29.978Z] #66 0.852 Hit:1 http://cdn-fastly.deb.debian.org/debian buster InRelease
19:15:30 [2021-03-01T19:15:30.234Z] #66 1.015 Hit:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
19:15:30 [2021-03-01T19:15:30.234Z] #66 1.101 Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
19:15:31 [2021-03-01T19:15:31.055Z] #66 1.190 Reading package lists...
19:15:31 [2021-03-01T19:15:31.260Z] #56 ...
19:15:31 [2021-03-01T19:15:31.260Z] 
19:15:31 [2021-03-01T19:15:31.260Z] #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
19:15:31 [2021-03-01T19:15:31.260Z] #24 sha256:b892ac149c3c70545ec785eef824e76b1368685bc95e005a75c8e2e2566eb1af
19:15:31 [2021-03-01T19:15:31.260Z] #24 318.2 + return
19:15:31 [2021-03-01T19:15:31.260Z] #24 DONE 318.3s
19:15:31 [2021-03-01T19:15:31.260Z] 
19:15:31 [2021-03-01T19:15:31.260Z] #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
19:15:31 [2021-03-01T19:15:31.260Z] #56 sha256:20766441eddb3c9a1cd6da1e5c9e3eeeb8ebd5e7939287365b6ab48e3108db42
19:15:31 [2021-03-01T19:15:31.616Z] #66 1.790 Reading package lists...
19:15:31 [2021-03-01T19:15:31.616Z] #66 2.378 Building dependency tree...
19:15:31 [2021-03-01T19:15:31.870Z] #66 2.496 Reading state information...
19:15:31 [2021-03-01T19:15:31.870Z] #66 2.602 The following additional packages will be installed:
19:15:31 [2021-03-01T19:15:31.870Z] #66 2.603   libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2
19:15:31 [2021-03-01T19:15:31.870Z] #66 2.603   libpam-systemd
19:15:31 [2021-03-01T19:15:31.870Z] #66 2.604 Suggested packages:
19:15:31 [2021-03-01T19:15:31.870Z] #66 2.604   systemd-container policykit-1
19:15:31 [2021-03-01T19:15:31.870Z] #66 2.604 Recommended packages:
19:15:31 [2021-03-01T19:15:31.870Z] #66 2.604   libnss-systemd
19:15:31 [2021-03-01T19:15:31.870Z] #66 2.682 The following NEW packages will be installed:
19:15:31 [2021-03-01T19:15:31.870Z] #66 2.683   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11
19:15:31 [2021-03-01T19:15:31.870Z] #66 2.683   libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv
19:15:32 [2021-03-01T19:15:32.126Z] #66 2.950 0 upgraded, 11 newly installed, 0 to remove and 21 not upgraded.
19:15:32 [2021-03-01T19:15:32.126Z] #66 2.950 Need to get 4761 kB of archives.
19:15:32 [2021-03-01T19:15:32.126Z] #66 2.950 After this operation, 16.6 MB of additional disk space will be used.
19:15:32 [2021-03-01T19:15:32.126Z] #66 2.950 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
19:15:32 [2021-03-01T19:15:32.126Z] #66 2.952 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
19:15:32 [2021-03-01T19:15:32.126Z] #66 2.953 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
19:15:32 [2021-03-01T19:15:32.126Z] #66 2.957 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
19:15:32 [2021-03-01T19:15:32.126Z] #66 2.958 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
19:15:32 [2021-03-01T19:15:32.126Z] #66 2.959 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u6 [3499 kB]
19:15:32 [2021-03-01T19:15:32.126Z] #66 3.030 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u6 [100 kB]
19:15:32 [2021-03-01T19:15:32.322Z] #56 ...
19:15:32 [2021-03-01T19:15:32.322Z] 
19:15:32 [2021-03-01T19:15:32.322Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/cli
19:15:32 [2021-03-01T19:15:32.322Z] #25 sha256:d9ed7ca061f5681d80566712949ecd8dba923357b1be18df055c6784a1f12aaa
19:15:32 [2021-03-01T19:15:32.322Z] #25 DONE 0.1s
19:15:32 [2021-03-01T19:15:32.322Z] 
19:15:32 [2021-03-01T19:15:32.322Z] #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
19:15:32 [2021-03-01T19:15:32.322Z] #56 sha256:20766441eddb3c9a1cd6da1e5c9e3eeeb8ebd5e7939287365b6ab48e3108db42
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.031 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.033 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.035 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u6 [209 kB]
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.037 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB]
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.202 debconf: delaying package configuration, since apt-utils is not installed
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.229 Fetched 4761 kB in 0s (13.8 MB/s)
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.255 Selecting previously unselected package libargon2-1:amd64.
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.255 (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 ... 28054 files and directories currently installed.)
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.268 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.275 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.306 Selecting previously unselected package libjson-c3:amd64.
19:15:32 [2021-03-01T19:15:32.382Z] #66 3.306 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
19:15:32 [2021-03-01T19:15:32.604Z] #55 239.7 + bin/containerd-shim-runc-v2
19:15:32 [2021-03-01T19:15:32.619Z] #56 ...
19:15:32 [2021-03-01T19:15:32.619Z] 
19:15:32 [2021-03-01T19:15:32.619Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images
19:15:32 [2021-03-01T19:15:32.619Z] #30 sha256:26d48b419e7ea52667343e0d48056e5712c234701f132fa3858747fdfaca9860
19:15:32 [2021-03-01T19:15:32.637Z] #66 3.309 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
19:15:32 [2021-03-01T19:15:32.637Z] #66 3.343 Selecting previously unselected package libcryptsetup12:amd64.
19:15:32 [2021-03-01T19:15:32.637Z] #66 3.343 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
19:15:32 [2021-03-01T19:15:32.637Z] #66 3.347 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
19:15:32 [2021-03-01T19:15:32.637Z] #66 3.395 Selecting previously unselected package libidn11:amd64.
19:15:32 [2021-03-01T19:15:32.637Z] #66 3.395 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ...
19:15:32 [2021-03-01T19:15:32.637Z] #66 3.398 Unpacking libidn11:amd64 (1.33-2.2) ...
19:15:32 [2021-03-01T19:15:32.637Z] #66 3.439 Selecting previously unselected package libkmod2:amd64.
19:15:32 [2021-03-01T19:15:32.637Z] #66 3.439 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ...
19:15:32 [2021-03-01T19:15:32.893Z] #66 3.442 Unpacking libkmod2:amd64 (26-1) ...
19:15:32 [2021-03-01T19:15:32.893Z] #66 3.484 Selecting previously unselected package systemd.
19:15:32 [2021-03-01T19:15:32.893Z] #66 3.488 Preparing to unpack .../5-systemd_241-7~deb10u6_amd64.deb ...
19:15:32 [2021-03-01T19:15:32.893Z] #66 3.530 Unpacking systemd (241-7~deb10u6) ...
19:15:33 [2021-03-01T19:15:33.149Z] #66 4.035 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
19:15:33 [2021-03-01T19:15:33.264Z] #30 DONE 0.7s
19:15:33 [2021-03-01T19:15:33.264Z] 
19:15:33 [2021-03-01T19:15:33.264Z] #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
19:15:33 [2021-03-01T19:15:33.264Z] #56 sha256:20766441eddb3c9a1cd6da1e5c9e3eeeb8ebd5e7939287365b6ab48e3108db42
19:15:33 [2021-03-01T19:15:33.264Z] #56 ...
19:15:33 [2021-03-01T19:15:33.264Z] 
19:15:33 [2021-03-01T19:15:33.265Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/bin/
19:15:33 [2021-03-01T19:15:33.265Z] #33 sha256:a9da287e2e9eb3b3507461c289cf3747294c7155c6f4a9aeb52dc934428c4497
19:15:33 [2021-03-01T19:15:33.265Z] #33 DONE 0.1s
19:15:33 [2021-03-01T19:15:33.265Z] 
19:15:33 [2021-03-01T19:15:33.265Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/bin/
19:15:33 [2021-03-01T19:15:33.265Z] #35 sha256:b2201617ef6a5e10199f069dec46196c1c27d6f7c217416a7bdf71db6fc02943
19:15:33 [2021-03-01T19:15:33.404Z] #66 4.045 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
19:15:33 [2021-03-01T19:15:33.404Z] #66 4.054 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
19:15:33 [2021-03-01T19:15:33.404Z] #66 4.064 Setting up libidn11:amd64 (1.33-2.2) ...
19:15:33 [2021-03-01T19:15:33.404Z] #66 4.073 Setting up libkmod2:amd64 (26-1) ...
19:15:33 [2021-03-01T19:15:33.404Z] #66 4.084 Setting up systemd (241-7~deb10u6) ...
19:15:33 [2021-03-01T19:15:33.404Z] #66 4.125 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
19:15:33 [2021-03-01T19:15:33.404Z] #66 4.127 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
19:15:33 [2021-03-01T19:15:33.404Z] #66 4.131 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
19:15:33 [2021-03-01T19:15:33.404Z] #66 4.131 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
19:15:33 [2021-03-01T19:15:33.507Z] ?   	github.com/docker/docker/api	[no test files]
19:15:33 [2021-03-01T19:15:33.549Z] #55 240.7 + binaries
19:15:33 [2021-03-01T19:15:33.549Z] #55 240.7 + install -D bin/containerd /build/containerd
19:15:33 [2021-03-01T19:15:33.549Z] #55 240.7 + install -D bin/containerd-shim /build/containerd-shim
19:15:33 [2021-03-01T19:15:33.549Z] #55 240.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
19:15:33 [2021-03-01T19:15:33.549Z] #55 240.7 + install -D bin/ctr /build/ctr
19:15:33 [2021-03-01T19:15:33.562Z] #35 DONE 0.1s
19:15:33 [2021-03-01T19:15:33.562Z] 
19:15:33 [2021-03-01T19:15:33.562Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/bin/
19:15:33 [2021-03-01T19:15:33.562Z] #38 sha256:6a8686d9957536597e120771ec593b2e09c267d4054d851ed2402676400030d3
19:15:33 [2021-03-01T19:15:33.562Z] #38 DONE 0.1s
19:15:33 [2021-03-01T19:15:33.562Z] 
19:15:33 [2021-03-01T19:15:33.562Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/bin/
19:15:33 [2021-03-01T19:15:33.562Z] #41 sha256:0912b537c5e4d94612606ed329f27915b4dac006bcc59ee256dfb3edcbc1302a
19:15:33 [2021-03-01T19:15:33.562Z] #41 DONE 0.2s
19:15:33 [2021-03-01T19:15:33.562Z] 
19:15:33 [2021-03-01T19:15:33.562Z] #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
19:15:33 [2021-03-01T19:15:33.562Z] #56 sha256:20766441eddb3c9a1cd6da1e5c9e3eeeb8ebd5e7939287365b6ab48e3108db42
19:15:33 [2021-03-01T19:15:33.859Z] #56 ...
19:15:33 [2021-03-01T19:15:33.859Z] 
19:15:33 [2021-03-01T19:15:33.859Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
19:15:33 [2021-03-01T19:15:33.859Z] #44 sha256:ca74b901976ca994c48c572abe358bf2cca7ce8871e965ba6c9091e9b45724a8
19:15:33 [2021-03-01T19:15:33.859Z] #44 DONE 0.2s
19:15:33 [2021-03-01T19:15:33.859Z] 
19:15:33 [2021-03-01T19:15:33.859Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/bin/
19:15:33 [2021-03-01T19:15:33.859Z] #46 sha256:68281717a2ad1105b8c793b30dda9ffd6bb3889f26a92a666fd53cc08b51c078
19:15:33 [2021-03-01T19:15:33.859Z] #46 DONE 0.1s
19:15:33 [2021-03-01T19:15:33.859Z] 
19:15:33 [2021-03-01T19:15:33.859Z] #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
19:15:33 [2021-03-01T19:15:33.859Z] #56 sha256:20766441eddb3c9a1cd6da1e5c9e3eeeb8ebd5e7939287365b6ab48e3108db42
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.662 Selecting previously unselected package systemd-sysv.
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.662 (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 ... 28851 files and directories currently installed.)
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.675 Preparing to unpack .../systemd-sysv_241-7~deb10u6_amd64.deb ...
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.678 Unpacking systemd-sysv (241-7~deb10u6) ...
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.717 Selecting previously unselected package libdbus-1-3:amd64.
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.719 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.722 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.778 Selecting previously unselected package dbus.
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.781 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ...
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.791 Unpacking dbus (1.12.20-0+deb10u1) ...
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.849 Selecting previously unselected package libpam-systemd:amd64.
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.852 Preparing to unpack .../libpam-systemd_241-7~deb10u6_amd64.deb ...
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.856 Unpacking libpam-systemd:amd64 (241-7~deb10u6) ...
19:15:33 [2021-03-01T19:15:33.965Z] #66 4.901 Selecting previously unselected package dbus-user-session.
19:15:34 [2021-03-01T19:15:34.156Z] #56 ...
19:15:34 [2021-03-01T19:15:34.156Z] 
19:15:34 [2021-03-01T19:15:34.156Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/bin/
19:15:34 [2021-03-01T19:15:34.156Z] #48 sha256:5ed65ef01474cb44db5d03f241b8ff160545d06cf9de7bafbab87f4f8992f2e4
19:15:34 [2021-03-01T19:15:34.156Z] #48 DONE 0.1s
19:15:34 [2021-03-01T19:15:34.156Z] 
19:15:34 [2021-03-01T19:15:34.156Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/
19:15:34 [2021-03-01T19:15:34.156Z] #50 sha256:3b0279a6e0e5a19544cbcc94abcd55d40e77f490036323084ea7e36fa6409833
19:15:34 [2021-03-01T19:15:34.156Z] #50 DONE 0.1s
19:15:34 [2021-03-01T19:15:34.156Z] 
19:15:34 [2021-03-01T19:15:34.156Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/bin/
19:15:34 [2021-03-01T19:15:34.156Z] #52 sha256:2165ed89046c68741d0807ffe6232a518a47e8e47e1b9bd57063c34f86152b3d
19:15:34 [2021-03-01T19:15:34.221Z] #66 4.904 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ...
19:15:34 [2021-03-01T19:15:34.221Z] #66 4.907 Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
19:15:34 [2021-03-01T19:15:34.221Z] #66 4.981 Setting up systemd-sysv (241-7~deb10u6) ...
19:15:34 [2021-03-01T19:15:34.221Z] #66 4.995 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
19:15:34 [2021-03-01T19:15:34.221Z] #66 5.006 Setting up dbus (1.12.20-0+deb10u1) ...
19:15:34 [2021-03-01T19:15:34.451Z] #52 DONE 0.1s
19:15:34 [2021-03-01T19:15:34.452Z] 
19:15:34 [2021-03-01T19:15:34.452Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/bin/
19:15:34 [2021-03-01T19:15:34.452Z] #54 sha256:e242c0581a11e51eab4e8debf9035be3748091b6b0530e2a5044c645b33121e7
19:15:34 [2021-03-01T19:15:34.452Z] #54 DONE 0.1s
19:15:34 [2021-03-01T19:15:34.452Z] 
19:15:34 [2021-03-01T19:15:34.452Z] #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
19:15:34 [2021-03-01T19:15:34.452Z] #56 sha256:20766441eddb3c9a1cd6da1e5c9e3eeeb8ebd5e7939287365b6ab48e3108db42
19:15:34 [2021-03-01T19:15:34.481Z] #66 5.170 invoke-rc.d: could not determine current runlevel
19:15:34 [2021-03-01T19:15:34.481Z] #66 5.178 invoke-rc.d: policy-rc.d denied execution of start.
19:15:34 [2021-03-01T19:15:34.481Z] #66 5.182 Setting up libpam-systemd:amd64 (241-7~deb10u6) ...
19:15:34 [2021-03-01T19:15:34.737Z] #66 5.314 Setting up dbus-user-session (1.12.20-0+deb10u1) ...
19:15:34 [2021-03-01T19:15:34.737Z] #66 5.333 Processing triggers for systemd (241-7~deb10u6) ...
19:15:34 [2021-03-01T19:15:34.737Z] #66 5.341 Processing triggers for libc-bin (2.28-10) ...
19:15:34 [2021-03-01T19:15:34.737Z] #66 DONE 5.5s
19:15:34 [2021-03-01T19:15:34.737Z] 
19:15:34 [2021-03-01T19:15:34.737Z] #67 [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
19:15:34 [2021-03-01T19:15:34.737Z] #67 sha256:1dfdaae8885eb87433de57620fb0aae7ee3d582ba6d8dbe6c7ef6ef29b3415ca
19:15:34 [2021-03-01T19:15:34.932Z] #55 DONE 242.3s
19:15:35 [2021-03-01T19:15:35.020Z] #55 243.9 + bin/containerd-shim-runc-v2
19:15:35 [2021-03-01T19:15:35.275Z] #55 244.8 + binaries
19:15:35 [2021-03-01T19:15:35.275Z] #55 244.8 + install -D bin/containerd /build/containerd
19:15:35 [2021-03-01T19:15:35.275Z] #55 244.8 + install -D bin/containerd-shim /build/containerd-shim
19:15:35 [2021-03-01T19:15:35.275Z] #55 244.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
19:15:35 [2021-03-01T19:15:35.275Z] #55 244.8 + install -D bin/ctr /build/ctr
19:15:35 [2021-03-01T19:15:35.300Z] #67 0.456   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
19:15:35 [2021-03-01T19:15:35.300Z] #67 0.456                                  Dload  Upload   Total   Spent    Left  Speed
19:15:35 [2021-03-01T19:15:35.300Z] #67 0.456 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0  16879      0 --:--:-- --:--:-- --:--:-- 17037
19:15:35 [2021-03-01T19:15:35.300Z] #67 DONE 0.6s
19:15:35 [2021-03-01T19:15:35.300Z] 
19:15:35 [2021-03-01T19:15:35.300Z] #68 [final 1/1] COPY . /go/src/github.com/docker/docker
19:15:35 [2021-03-01T19:15:35.300Z] #68 sha256:df576f82c12db072bcd6792ccee2368e6b9d5931318d185d55f4a5b700df0e12
19:15:35 [2021-03-01T19:15:35.877Z] 
19:15:35 [2021-03-01T19:15:35.877Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
19:15:35 [2021-03-01T19:15:35.877Z] #56 sha256:5814bc2faa2169317dec7b48fd1e9f7048bbd0bc1c582097ce5c26c5a77a9ab6
19:15:36 [2021-03-01T19:15:36.638Z] #55 DONE 246.1s
19:15:36 [2021-03-01T19:15:36.666Z] #68 DONE 1.2s
19:15:36 [2021-03-01T19:15:36.666Z] 
19:15:36 [2021-03-01T19:15:36.666Z] #69 exporting to image
19:15:36 [2021-03-01T19:15:36.666Z] #69 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
19:15:36 [2021-03-01T19:15:36.666Z] #69 exporting layers
19:15:36 [2021-03-01T19:15:36.818Z] #56 DONE 1.0s
19:15:36 [2021-03-01T19:15:36.818Z] 
19:15:36 [2021-03-01T19:15:36.818Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:15:36 [2021-03-01T19:15:36.818Z] #60 sha256:edd540438f3e05a00bc1c5cb39e58aee4a71bd2a68136e583a8e257aeac5dfa9
19:15:36 [2021-03-01T19:15:36.818Z] #60 DONE 0.2s
19:15:37 [2021-03-01T19:15:37.078Z] 
19:15:37 [2021-03-01T19:15:37.078Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/bin/vpnkit.x86_64
19:15:37 [2021-03-01T19:15:37.078Z] #62 sha256:15b3d71ae32bffb2d02fb3408c32d9023ec1f583345915781f153de541be25be
19:15:37 [2021-03-01T19:15:37.199Z] 
19:15:37 [2021-03-01T19:15:37.199Z] #56 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
19:15:37 [2021-03-01T19:15:37.199Z] #56 sha256:fe9a3a2c52713f3ba613f2717691e780c515b00efea5a64b3aefb37063a5b82e
19:15:37 [2021-03-01T19:15:37.340Z] #62 DONE 0.5s
19:15:37 [2021-03-01T19:15:37.340Z] 
19:15:37 [2021-03-01T19:15:37.340Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
19:15:37 [2021-03-01T19:15:37.340Z] #64 sha256:8c7eeeafde484b7fd35003ff2a12b0c636cd5169db8286a0b9cc2c852741444f
19:15:37 [2021-03-01T19:15:37.340Z] #64 DONE 0.0s
19:15:37 [2021-03-01T19:15:37.601Z] 
19:15:37 [2021-03-01T19:15:37.601Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:15:37 [2021-03-01T19:15:37.601Z] #65 sha256:4f0cac5b7cffe50d6334661f901c4c5144ae8eade32e00aeb0a7f15dbe25083b
19:15:37 [2021-03-01T19:15:37.601Z] #65 DONE 0.0s
19:15:37 [2021-03-01T19:15:37.601Z] 
19:15:37 [2021-03-01T19:15:37.601Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker
19:15:37 [2021-03-01T19:15:37.601Z] #66 sha256:138f4b34bb23f7895b43a639024d3c35d63a385b1654eea78f21bc0af349634d
19:15:38 [2021-03-01T19:15:38.124Z] #56 DONE 0.9s
19:15:38 [2021-03-01T19:15:38.124Z] 
19:15:38 [2021-03-01T19:15:38.124Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:15:38 [2021-03-01T19:15:38.124Z] #60 sha256:d0c459e903ca081fccab1043087ff5a6ecb5d784d5ac5f36c5c194c45f220602
19:15:38 [2021-03-01T19:15:38.379Z] #60 DONE 0.2s
19:15:38 [2021-03-01T19:15:38.379Z] 
19:15:38 [2021-03-01T19:15:38.379Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/bin/vpnkit.x86_64
19:15:38 [2021-03-01T19:15:38.379Z] #62 sha256:ffe3de1ff023cca16413002aec334ed7d851a58898d389753095d38f7af8959b
19:15:38 [2021-03-01T19:15:38.939Z] #62 DONE 0.5s
19:15:38 [2021-03-01T19:15:38.939Z] 
19:15:38 [2021-03-01T19:15:38.939Z] #64 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
19:15:38 [2021-03-01T19:15:38.939Z] #64 sha256:b757e59feb51311c2e4c84a3312631f2ffcf73cb6278f0a30debc70af502977c
19:15:38 [2021-03-01T19:15:38.939Z] #64 DONE 0.0s
19:15:38 [2021-03-01T19:15:38.939Z] 
19:15:38 [2021-03-01T19:15:38.939Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:15:38 [2021-03-01T19:15:38.939Z] #65 sha256:08cf1d19d890fa7404a9004c79eeba58f7d6ac5245c8309e6f55585c9742e33c
19:15:38 [2021-03-01T19:15:38.939Z] #65 DONE 0.0s
19:15:38 [2021-03-01T19:15:38.939Z] 
19:15:38 [2021-03-01T19:15:38.939Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker
19:15:38 [2021-03-01T19:15:38.939Z] #66 sha256:1f5c365f8b076b770854bcb5d8912b51d2d4540ae3f0acb12e919419cca7ee04
19:15:40 [2021-03-01T19:15:40.146Z] #66 DONE 2.1s
19:15:40 [2021-03-01T19:15:40.146Z] 
19:15:40 [2021-03-01T19:15:40.146Z] #67 exporting to image
19:15:40 [2021-03-01T19:15:40.146Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
19:15:40 [2021-03-01T19:15:40.146Z] #67 exporting layers
19:15:40 [2021-03-01T19:15:40.825Z] #66 DONE 1.9s
19:15:41 [2021-03-01T19:15:41.082Z] 
19:15:41 [2021-03-01T19:15:41.082Z] #67 exporting to image
19:15:41 [2021-03-01T19:15:41.082Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
19:15:41 [2021-03-01T19:15:41.082Z] #67 exporting layers
19:15:43 [2021-03-01T19:15:43.198Z] #69 exporting layers 6.5s done
19:15:43 [2021-03-01T19:15:43.198Z] #69 writing image sha256:310fff2fc7d2f817c45cd5f708a2981e0c0e5b6b1c6301f7191b9a0ff3bfa4fd done
19:15:43 [2021-03-01T19:15:43.198Z] #69 naming to docker.io/library/docker:5542f13c1a24468bff92ce265c892f7391f68f36 done
19:15:43 [2021-03-01T19:15:43.198Z] #69 DONE 6.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:15:43 [2021-03-01T19:15:43.551Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -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:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh dynbinary test-integration
19:15:43 [2021-03-01T19:15:43.552Z] ok  	github.com/docker/docker/api/server	0.029s	coverage: 9.0% of statements
19:15:46 [2021-03-01T19:15:46.062Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
19:15:46 [2021-03-01T19:15:46.062Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
19:15:46 [2021-03-01T19:15:46.062Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
19:15:46 [2021-03-01T19:15:46.062Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
19:15:46 [2021-03-01T19:15:46.062Z] 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)
19:15:46 [2021-03-01T19:15:46.062Z] Detected virtualization docker.
19:15:46 [2021-03-01T19:15:46.062Z] Detected architecture x86-64.
19:15:46 [2021-03-01T19:15:46.062Z] Set hostname to <11947243be55>.
19:15:46 [2021-03-01T19:15:46.062Z] + source /etc/docker-entrypoint-cmd
19:15:46 [2021-03-01T19:15:46.062Z] ++ hack/make.sh dynbinary test-integration
19:15:46 [2021-03-01T19:15:46.062Z] 
19:15:46 [2021-03-01T19:15:46.062Z] Removing bundles/
19:15:46 [2021-03-01T19:15:46.062Z] 
19:15:46 [2021-03-01T19:15:46.062Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:15:46 [2021-03-01T19:15:46.062Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:15:46 [2021-03-01T19:15:46.062Z] GOOS="" GOARCH="" GOARM=""
19:15:46 [2021-03-01T19:15:46.736Z] #67 exporting layers 6.8s done
19:15:46 [2021-03-01T19:15:46.736Z] #67 writing image sha256:b090a86a7992c695948f7bbad108815ee395050257111ea36a3f2a79fa1c957c done
19:15:46 [2021-03-01T19:15:46.736Z] #67 naming to docker.io/library/docker:5542f13c1a24468bff92ce265c892f7391f68f36 done
19:15:46 [2021-03-01T19:15:46.736Z] #67 DONE 6.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
19:15:47 [2021-03-01T19:15:47.082Z] + trap exit INT TERM
19:15:47 [2021-03-01T19:15:47.082Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
19:15:47 [2021-03-01T19:15:47.082Z] + CONTAINER_NAME=docker-pr1
19:15:47 [2021-03-01T19:15:47.082Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42102/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh dynbinary-daemon
19:15:47 [2021-03-01T19:15:47.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:15:47 [2021-03-01T19:15:47.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:15:47 [2021-03-01T19:15:47.621Z] #67 exporting layers 6.9s done
19:15:47 [2021-03-01T19:15:47.621Z] #67 writing image sha256:db37557d9add59f6cedf82e94d5470d8d8a2cc7b2321c274d23971c87114ee74 done
19:15:47 [2021-03-01T19:15:47.621Z] #67 naming to docker.io/library/docker:5542f13c1a24468bff92ce265c892f7391f68f36 done
19:15:47 [2021-03-01T19:15:47.621Z] #67 DONE 6.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:15:47 [2021-03-01T19:15:47.969Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -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:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh dynbinary test-integration
19:15:48 [2021-03-01T19:15:48.996Z] 
19:15:48 [2021-03-01T19:15:48.996Z] Removing bundles/
19:15:48 [2021-03-01T19:15:48.996Z] 
19:15:48 [2021-03-01T19:15:48.996Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
19:15:48 [2021-03-01T19:15:48.996Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:15:48 [2021-03-01T19:15:48.996Z] GOOS="" GOARCH="" GOARM=""
19:15:49 [2021-03-01T19:15:49.332Z] 
19:15:49 [2021-03-01T19:15:49.332Z] Removing bundles/
19:15:49 [2021-03-01T19:15:49.332Z] 
19:15:49 [2021-03-01T19:15:49.332Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:15:49 [2021-03-01T19:15:49.332Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:15:49 [2021-03-01T19:15:49.332Z] GOOS="" GOARCH="" GOARM=""
19:16:00 [2021-03-01T19:16:00.147Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:16:01 [2021-03-01T19:16:01.656Z] #56 305.9 + bin/containerd-stress
19:16:04 [2021-03-01T19:16:04.414Z] #56 308.3 + bin/containerd-shim
19:16:04 [2021-03-01T19:16:04.531Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|name|exports_file|files|imports) took 2m1.964356106s 
19:16:04 [2021-03-01T19:16:04.531Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 462.045801ms 
19:16:07 [2021-03-01T19:16:07.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:16:07 [2021-03-01T19:16:07.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:16:08 [2021-03-01T19:16:08.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:16:09 [2021-03-01T19:16:09.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:16:09 [2021-03-01T19:16:09.028Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:16:09 [2021-03-01T19:16:09.245Z] 4612f6d0b889: Pull complete
19:16:10 [2021-03-01T19:16:10.067Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:16:11 [2021-03-01T19:16:11.399Z] #56 315.3 + bin/containerd-shim-runc-v1
19:16:12 [2021-03-01T19:16:12.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:16:13 [2021-03-01T19:16:13.225Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:16:14 [2021-03-01T19:16:14.264Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:16:14 [2021-03-01T19:16:14.900Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:16:15 [2021-03-01T19:16:15.904Z] #56 320.2 + bin/containerd-shim-runc-v2
19:16:15 [2021-03-01T19:16:15.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:16:16 [2021-03-01T19:16:16.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:16:16 [2021-03-01T19:16:16.956Z] #56 321.4 + binaries
19:16:16 [2021-03-01T19:16:16.956Z] #56 321.4 + install -D bin/containerd /build/containerd
19:16:16 [2021-03-01T19:16:16.956Z] #56 321.4 + install -D bin/containerd-shim /build/containerd-shim
19:16:16 [2021-03-01T19:16:16.956Z] #56 321.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
19:16:16 [2021-03-01T19:16:16.956Z] #56 321.4 + install -D bin/ctr /build/ctr
19:16:16 [2021-03-01T19:16:16.956Z] #56 DONE 321.5s
19:16:18 [2021-03-01T19:16:18.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:16:18 [2021-03-01T19:16:18.476Z] 
19:16:18 [2021-03-01T19:16:18.476Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/bin/
19:16:18 [2021-03-01T19:16:18.476Z] #57 sha256:031960542d1a6ce0dfa05c46718aeaea8bbd6f523f618c7b1e50574659661b71
19:16:18 [2021-03-01T19:16:18.476Z] #57 DONE 0.1s
19:16:18 [2021-03-01T19:16:18.476Z] 
19:16:18 [2021-03-01T19:16:18.476Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/bin/
19:16:18 [2021-03-01T19:16:18.476Z] #61 sha256:1662983431f1b14d69bf2c490ba614377378884294017d9d3287d69fc9405846
19:16:18 [2021-03-01T19:16:18.476Z] #61 DONE 0.1s
19:16:18 [2021-03-01T19:16:18.476Z] 
19:16:18 [2021-03-01T19:16:18.476Z] #63 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/bin/vpnkit.x86_64
19:16:18 [2021-03-01T19:16:18.476Z] #63 sha256:a936a4ff686c1220d9d600d13cdaa87ad6f942ba62bd2782b6dfdd2021fe9abe
19:16:18 [2021-03-01T19:16:18.476Z] #63 DONE 0.1s
19:16:18 [2021-03-01T19:16:18.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:16:18 [2021-03-01T19:16:18.770Z] 
19:16:18 [2021-03-01T19:16:18.770Z] #65 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/bin/
19:16:18 [2021-03-01T19:16:18.770Z] #65 sha256:0191d822093f2e148761f9274b6f08188ca30c025de0c402c95a17d96b293fb7
19:16:18 [2021-03-01T19:16:18.770Z] #65 DONE 0.1s
19:16:18 [2021-03-01T19:16:18.770Z] 
19:16:18 [2021-03-01T19:16:18.770Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
19:16:18 [2021-03-01T19:16:18.770Z] #66 sha256:b5c66a221e552b84c1c59c3d37fd46dc540ec2d736411816972732345d1056e6
19:16:18 [2021-03-01T19:16:18.770Z] #66 DONE 0.0s
19:16:18 [2021-03-01T19:16:18.770Z] 
19:16:18 [2021-03-01T19:16:18.770Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker
19:16:18 [2021-03-01T19:16:18.770Z] #67 sha256:0d2ece5a98a06a40d99a81773ef8a3207119ccccfe800f3b026c5103cfa17eb0
19:16:19 [2021-03-01T19:16:19.364Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:16:20 [2021-03-01T19:16:20.000Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:16:20 [2021-03-01T19:16:20.000Z] Using test binary docker
19:16:20 [2021-03-01T19:16:20.293Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:16:20 [2021-03-01T19:16:20.293Z] +++ /etc/init.d/apparmor start
19:16:20 [2021-03-01T19:16:20.293Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:16:20 [2021-03-01T19:16:20.293Z] INFO: Waiting for daemon to start...
19:16:20 [2021-03-01T19:16:20.293Z] Starting dockerd
19:16:20 [2021-03-01T19:16:20.293Z] +++ 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
19:16:20 [2021-03-01T19:16:20.905Z] #67 DONE 2.1s
19:16:20 [2021-03-01T19:16:20.905Z] 
19:16:20 [2021-03-01T19:16:20.905Z] #68 exporting to oci image format
19:16:20 [2021-03-01T19:16:20.905Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2
19:16:20 [2021-03-01T19:16:20.905Z] #68 exporting layers
19:16:22 [2021-03-01T19:16:22.367Z] .
19:16:22 [2021-03-01T19:16:22.367Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:16:22 [2021-03-01T19:16:22.367Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:16:22 [2021-03-01T19:16:22.367Z] Error: No such image: emptyfs
19:16:22 [2021-03-01T19:16:22.367Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:16:22 [2021-03-01T19:16:22.367Z] ++++ docker load
19:16:22 [2021-03-01T19:16:22.663Z] Running integration-test (iteration 1)
19:16:22 [2021-03-01T19:16:22.663Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m 
19:16:22 [2021-03-01T19:16:22.663Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m
19:16:22 [2021-03-01T19:16:22.663Z] ++ set -e
19:16:22 [2021-03-01T19:16:22.663Z] ++ '[' -n 0 ']'
19:16:22 [2021-03-01T19:16:22.663Z] ++ set -x
19:16:22 [2021-03-01T19:16:22.663Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m
19:16:31 [2021-03-01T19:16:31.165Z] Loaded image: buildpack-deps:buster
19:16:31 [2021-03-01T19:16:31.165Z] Loaded image: busybox:latest
19:16:31 [2021-03-01T19:16:31.165Z] Loaded image: busybox:glibc
19:16:33 [2021-03-01T19:16:33.244Z] Loaded image: debian:bullseye
19:16:33 [2021-03-01T19:16:33.244Z] Loaded image: hello-world:latest
19:16:33 [2021-03-01T19:16:33.244Z] Loaded image: arm32v7/hello-world:latest
19:16:33 [2021-03-01T19:16:33.244Z] INFO: Testing against a local daemon
19:16:33 [2021-03-01T19:16:33.244Z] === RUN   TestCgroupNamespacesBuild
19:16:35 [2021-03-01T19:16:35.327Z] --- PASS: TestCgroupNamespacesBuild (2.02s)
19:16:35 [2021-03-01T19:16:35.327Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:16:37 [2021-03-01T19:16:37.411Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.86s)
19:16:37 [2021-03-01T19:16:37.411Z] === RUN   TestBuildWithSession
19:16:37 [2021-03-01T19:16:37.411Z] --- SKIP: TestBuildWithSession (0.00s)
19:16:37 [2021-03-01T19:16:37.411Z]     build_session_test.go:25: TODO: BuildKit
19:16:37 [2021-03-01T19:16:37.411Z] === RUN   TestBuildSquashParent
19:16:39 [2021-03-01T19:16:39.906Z] ok  	github.com/docker/docker/api/server/httputils	0.027s	coverage: 14.7% of statements
19:16:39 [2021-03-01T19:16:39.906Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
19:16:40 [2021-03-01T19:16:40.486Z] ok  	github.com/docker/docker/api/server/middleware	0.024s	coverage: 37.7% of statements
19:16:40 [2021-03-01T19:16:40.486Z] ?   	github.com/docker/docker/api/server/router	[no test files]
19:16:40 [2021-03-01T19:16:40.486Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
19:16:40 [2021-03-01T19:16:40.486Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
19:16:41 [2021-03-01T19:16:41.067Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
19:16:41 [2021-03-01T19:16:41.067Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
19:16:41 [2021-03-01T19:16:41.067Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
19:16:41 [2021-03-01T19:16:41.067Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
19:16:41 [2021-03-01T19:16:41.067Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
19:16:41 [2021-03-01T19:16:41.067Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
19:16:42 [2021-03-01T19:16:42.023Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
19:16:42 [2021-03-01T19:16:42.023Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ok  	github.com/docker/docker/api/types/strslice	0.013s	coverage: 90.0% of statements
19:16:42 [2021-03-01T19:16:42.606Z] ok  	github.com/docker/docker/api/types/filters	0.037s	coverage: 92.2% of statements
19:16:42 [2021-03-01T19:16:42.606Z] ok  	github.com/docker/docker/api/server/router/swarm	0.018s	coverage: 5.7% of statements
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types/container	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types/events	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types/image	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types/network	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
19:16:42 [2021-03-01T19:16:42.606Z] ok  	github.com/docker/docker/api/types/time	0.019s	coverage: 100.0% of statements
19:16:42 [2021-03-01T19:16:42.872Z] ok  	github.com/docker/docker/api/types/versions	0.029s	coverage: 75.0% of statements
19:16:42 [2021-03-01T19:16:42.872Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
19:16:42 [2021-03-01T19:16:42.872Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
19:16:42 [2021-03-01T19:16:42.872Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
19:16:42 [2021-03-01T19:16:42.872Z] ?   	github.com/docker/docker/builder	[no test files]
19:16:42 [2021-03-01T19:16:42.872Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
19:16:42 [2021-03-01T19:16:42.872Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
19:16:42 [2021-03-01T19:16:42.872Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
19:16:42 [2021-03-01T19:16:42.872Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
19:16:42 [2021-03-01T19:16:42.872Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
19:16:42 [2021-03-01T19:16:42.872Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
19:16:42 [2021-03-01T19:16:42.872Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
19:16:44 [2021-03-01T19:16:44.372Z] --- PASS: TestBuildSquashParent (6.74s)
19:16:44 [2021-03-01T19:16:44.372Z] === RUN   TestBuildWithRemoveAndForceRemove
19:16:44 [2021-03-01T19:16:44.372Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:16:44 [2021-03-01T19:16:44.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:16:44 [2021-03-01T19:16:44.372Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:16:44 [2021-03-01T19:16:44.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:16:44 [2021-03-01T19:16:44.372Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:16:44 [2021-03-01T19:16:44.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:16:44 [2021-03-01T19:16:44.372Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:16:44 [2021-03-01T19:16:44.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:16:44 [2021-03-01T19:16:44.372Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:16:44 [2021-03-01T19:16:44.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:16:44 [2021-03-01T19:16:44.372Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:16:44 [2021-03-01T19:16:44.372Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:16:44 [2021-03-01T19:16:44.372Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:16:44 [2021-03-01T19:16:44.372Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:16:45 [2021-03-01T19:16:45.447Z] ok  	github.com/docker/docker/cli/debug	0.025s	coverage: 100.0% of statements
19:16:46 [2021-03-01T19:16:46.439Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:16:46 [2021-03-01T19:16:46.439Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:16:46 [2021-03-01T19:16:46.849Z] ok  	github.com/docker/docker/builder/remotecontext	0.312s	coverage: 13.7% of statements
19:16:47 [2021-03-01T19:16:47.428Z] ok  	github.com/docker/docker/builder/dockerfile	0.866s	coverage: 48.3% of statements
19:16:47 [2021-03-01T19:16:47.428Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
19:16:48 [2021-03-01T19:16:48.009Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.823s	coverage: 86.3% of statements
19:16:48 [2021-03-01T19:16:48.009Z] ?   	github.com/docker/docker/cli	[no test files]
19:16:48 [2021-03-01T19:16:48.009Z] ?   	github.com/docker/docker/cli/config	[no test files]
19:16:49 [2021-03-01T19:16:49.174Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:16:49 [2021-03-01T19:16:49.174Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:16:51 [2021-03-01T19:16:51.902Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
19:16:51 [2021-03-01T19:16:51.902Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.56s)
19:16:51 [2021-03-01T19:16:51.902Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.64s)
19:16:51 [2021-03-01T19:16:51.902Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.46s)
19:16:51 [2021-03-01T19:16:51.902Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.61s)
19:16:51 [2021-03-01T19:16:51.902Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.37s)
19:16:51 [2021-03-01T19:16:51.902Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.54s)
19:16:51 [2021-03-01T19:16:51.902Z] === RUN   TestBuildMultiStageCopy
19:16:51 [2021-03-01T19:16:51.902Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:16:53 [2021-03-01T19:16:53.344Z] ok  	github.com/docker/docker/client	0.268s	coverage: 75.4% of statements
19:16:54 [2021-03-01T19:16:54.626Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:16:54 [2021-03-01T19:16:54.626Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:16:55 [2021-03-01T19:16:55.260Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:16:55 [2021-03-01T19:16:55.892Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:16:56 [2021-03-01T19:16:56.924Z] --- PASS: TestBuildMultiStageCopy (5.19s)
19:16:56 [2021-03-01T19:16:56.924Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.65s)
19:16:56 [2021-03-01T19:16:56.924Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.57s)
19:16:56 [2021-03-01T19:16:56.924Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.60s)
19:16:56 [2021-03-01T19:16:56.924Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.67s)
19:16:56 [2021-03-01T19:16:56.924Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.70s)
19:16:56 [2021-03-01T19:16:56.924Z] === RUN   TestBuildMultiStageParentConfig
19:16:58 [2021-03-01T19:16:58.429Z] --- PASS: TestBuildMultiStageParentConfig (1.71s)
19:16:58 [2021-03-01T19:16:58.429Z] === RUN   TestBuildLabelWithTargets
19:17:01 [2021-03-01T19:17:01.156Z] --- PASS: TestBuildLabelWithTargets (2.67s)
19:17:01 [2021-03-01T19:17:01.156Z] === RUN   TestBuildWithEmptyLayers
19:17:02 [2021-03-01T19:17:02.190Z] --- PASS: TestBuildWithEmptyLayers (1.14s)
19:17:02 [2021-03-01T19:17:02.190Z] === RUN   TestBuildMultiStageOnBuild
19:17:05 [2021-03-01T19:17:05.744Z] --- PASS: TestBuildMultiStageOnBuild (3.04s)
19:17:05 [2021-03-01T19:17:05.744Z] === RUN   TestBuildUncleanTarFilenames
19:17:06 [2021-03-01T19:17:06.776Z] --- PASS: TestBuildUncleanTarFilenames (1.47s)
19:17:06 [2021-03-01T19:17:06.776Z] === RUN   TestBuildMultiStageLayerLeak
19:17:10 [2021-03-01T19:17:10.303Z] --- PASS: TestBuildMultiStageLayerLeak (3.33s)
19:17:10 [2021-03-01T19:17:10.303Z] === RUN   TestBuildWithHugeFile
19:17:19 [2021-03-01T19:17:19.989Z] ok  	github.com/docker/docker/cmd/dockerd	0.093s	coverage: 29.1% of statements
19:17:20 [2021-03-01T19:17:20.255Z] ok  	github.com/docker/docker/container	0.159s	coverage: 34.7% of statements
19:17:20 [2021-03-01T19:17:20.255Z] ?   	github.com/docker/docker/container/stream	[no test files]
19:17:20 [2021-03-01T19:17:20.255Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
19:17:20 [2021-03-01T19:17:20.255Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
19:17:20 [2021-03-01T19:17:20.255Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
19:17:22 [2021-03-01T19:17:22.497Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:17:22 [2021-03-01T19:17:22.497Z] 
19:17:22 [2021-03-01T19:17:22.497Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:17:22 [2021-03-01T19:17:22.497Z] DOCKER_SYSTEMD=1
19:17:22 [2021-03-01T19:17:22.497Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:17:22 [2021-03-01T19:17:22.497Z] HOSTNAME=11947243be55
19:17:22 [2021-03-01T19:17:22.497Z] DEST=bundles/test-integration
19:17:22 [2021-03-01T19:17:22.497Z] PWD=/go/src/github.com/docker/docker
19:17:22 [2021-03-01T19:17:22.497Z] DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36
19:17:22 [2021-03-01T19:17:22.497Z] container=docker
19:17:22 [2021-03-01T19:17:22.497Z] HOME=/root
19:17:22 [2021-03-01T19:17:22.497Z] LANG=C.UTF-8
19:17:22 [2021-03-01T19:17:22.497Z] INVOCATION_ID=a16fa91291724b79ba6411b75e80199d
19:17:22 [2021-03-01T19:17:22.497Z] GOLANG_VERSION=1.13.15
19:17:22 [2021-03-01T19:17:22.497Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:17:22 [2021-03-01T19:17:22.497Z] VALIDATE_BRANCH=master
19:17:22 [2021-03-01T19:17:22.497Z] TERM=xterm
19:17:22 [2021-03-01T19:17:22.497Z] DOCKER_PKG=github.com/docker/docker
19:17:22 [2021-03-01T19:17:22.497Z] SHLVL=3
19:17:22 [2021-03-01T19:17:22.497Z] TIMEOUT=120m
19:17:22 [2021-03-01T19:17:22.497Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:17:22 [2021-03-01T19:17:22.497Z] DOCKER_GRAPHDRIVER=overlay2
19:17:22 [2021-03-01T19:17:22.497Z] GO111MODULE=off
19:17:22 [2021-03-01T19:17:22.497Z] DOCKER_EXPERIMENTAL=1
19:17:22 [2021-03-01T19:17:22.497Z] TEST_SKIP_INTEGRATION_CLI=1
19:17:22 [2021-03-01T19:17:22.497Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:17:22 [2021-03-01T19:17:22.497Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:17:22 [2021-03-01T19:17:22.497Z] GOPATH=/go
19:17:22 [2021-03-01T19:17:22.497Z] PKG_CONFIG=pkg-config
19:17:22 [2021-03-01T19:17:22.497Z] _=/usr/bin/env
19:17:22 [2021-03-01T19:17:22.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:17:23 [2021-03-01T19:17:23.590Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.096s	coverage: 65.3% of statements
19:17:24 [2021-03-01T19:17:24.548Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.025s	coverage: 35.9% of statements
19:17:25 [2021-03-01T19:17:25.521Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:17:25 [2021-03-01T19:17:25.521Z] 
19:17:25 [2021-03-01T19:17:25.521Z] + TEST_INTEGRATION_DEST=2
19:17:25 [2021-03-01T19:17:25.521Z] + CONTAINER_NAME=docker-pr1-2
19:17:25 [2021-03-01T19:17:25.521Z] + TEST_SKIP_INTEGRATION=1
19:17:25 [2021-03-01T19:17:25.521Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
19:17:25 [2021-03-01T19:17:25.521Z] + run_tests
19:17:25 [2021-03-01T19:17:25.521Z] + c=0
19:17:25 [2021-03-01T19:17:25.521Z] + '[' -n 0 ']'
19:17:25 [2021-03-01T19:17:25.521Z] + rm=
19:17:25 [2021-03-01T19:17:25.521Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42102/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42102/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh '' test-integration
19:17:25 [2021-03-01T19:17:25.521Z] + TEST_INTEGRATION_DEST=1
19:17:25 [2021-03-01T19:17:25.521Z] + CONTAINER_NAME=docker-pr1-1
19:17:25 [2021-03-01T19:17:25.521Z] + TEST_SKIP_INTEGRATION_CLI=1
19:17:25 [2021-03-01T19:17:25.521Z] + run_tests test-integration-flaky
19:17:25 [2021-03-01T19:17:25.521Z] + '[' -n 0 ']'
19:17:25 [2021-03-01T19:17:25.521Z] + rm=
19:17:25 [2021-03-01T19:17:25.521Z] + TEST_INTEGRATION_DEST=3
19:17:25 [2021-03-01T19:17:25.521Z] + CONTAINER_NAME=docker-pr1-3
19:17:25 [2021-03-01T19:17:25.521Z] + TEST_SKIP_INTEGRATION=1
19:17:25 [2021-03-01T19:17:25.521Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
19:17:25 [2021-03-01T19:17:25.521Z] + run_tests
19:17:25 [2021-03-01T19:17:25.521Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42102/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42102/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh test-integration-flaky test-integration
19:17:25 [2021-03-01T19:17:25.521Z] + '[' -n 0 ']'
19:17:25 [2021-03-01T19:17:25.521Z] + rm=
19:17:25 [2021-03-01T19:17:25.521Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42102/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42102/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh '' test-integration
19:17:25 [2021-03-01T19:17:25.521Z] ++ jobs -p
19:17:25 [2021-03-01T19:17:25.521Z] + for job in $(jobs -p)
19:17:25 [2021-03-01T19:17:25.521Z] + wait 9922
19:17:25 [2021-03-01T19:17:25.521Z] 
19:17:25 [2021-03-01T19:17:25.521Z] 
19:17:25 [2021-03-01T19:17:25.521Z] 
19:17:25 [2021-03-01T19:17:25.521Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:17:25 [2021-03-01T19:17:25.521Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:17:25 [2021-03-01T19:17:25.521Z] HOSTNAME=06ba82d3955f
19:17:25 [2021-03-01T19:17:25.521Z] TEST_SKIP_INTEGRATION=1
19:17:25 [2021-03-01T19:17:25.521Z] TESTDEBUG=0
19:17:25 [2021-03-01T19:17:25.521Z] DEST=bundles/test-integration
19:17:25 [2021-03-01T19:17:25.521Z] PWD=/go/src/github.com/docker/docker
19:17:25 [2021-03-01T19:17:25.521Z] KEEPBUNDLE=1
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36
19:17:25 [2021-03-01T19:17:25.521Z] container=docker
19:17:25 [2021-03-01T19:17:25.521Z] HOME=/root
19:17:25 [2021-03-01T19:17:25.521Z] GOLANG_VERSION=1.13.15
19:17:25 [2021-03-01T19:17:25.521Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:17:25 [2021-03-01T19:17:25.521Z] VALIDATE_BRANCH=master
19:17:25 [2021-03-01T19:17:25.521Z] TERM=xterm
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_PKG=github.com/docker/docker
19:17:25 [2021-03-01T19:17:25.521Z] SHLVL=1
19:17:25 [2021-03-01T19:17:25.521Z] TIMEOUT=120m
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_GRAPHDRIVER=overlay2
19:17:25 [2021-03-01T19:17:25.521Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
19:17:25 [2021-03-01T19:17:25.521Z] GO111MODULE=off
19:17:25 [2021-03-01T19:17:25.521Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:17:25 [2021-03-01T19:17:25.521Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:17:25 [2021-03-01T19:17:25.521Z] GOPATH=/go
19:17:25 [2021-03-01T19:17:25.521Z] PKG_CONFIG=pkg-config
19:17:25 [2021-03-01T19:17:25.521Z] _=/usr/bin/env
19:17:25 [2021-03-01T19:17:25.521Z] Building test suite binary ./integration-cli/test.main
19:17:25 [2021-03-01T19:17:25.521Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
19:17:25 [2021-03-01T19:17:25.521Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:17:25 [2021-03-01T19:17:25.521Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:17:25 [2021-03-01T19:17:25.521Z] HOSTNAME=2800021821e9
19:17:25 [2021-03-01T19:17:25.521Z] TEST_SKIP_INTEGRATION=1
19:17:25 [2021-03-01T19:17:25.521Z] TESTDEBUG=0
19:17:25 [2021-03-01T19:17:25.521Z] DEST=bundles/test-integration
19:17:25 [2021-03-01T19:17:25.521Z] PWD=/go/src/github.com/docker/docker
19:17:25 [2021-03-01T19:17:25.521Z] KEEPBUNDLE=1
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36
19:17:25 [2021-03-01T19:17:25.521Z] container=docker
19:17:25 [2021-03-01T19:17:25.521Z] HOME=/root
19:17:25 [2021-03-01T19:17:25.521Z] GOLANG_VERSION=1.13.15
19:17:25 [2021-03-01T19:17:25.521Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:17:25 [2021-03-01T19:17:25.521Z] VALIDATE_BRANCH=master
19:17:25 [2021-03-01T19:17:25.521Z] TERM=xterm
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_PKG=github.com/docker/docker
19:17:25 [2021-03-01T19:17:25.521Z] SHLVL=1
19:17:25 [2021-03-01T19:17:25.521Z] TIMEOUT=120m
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_GRAPHDRIVER=overlay2
19:17:25 [2021-03-01T19:17:25.521Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
19:17:25 [2021-03-01T19:17:25.521Z] GO111MODULE=off
19:17:25 [2021-03-01T19:17:25.521Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:17:25 [2021-03-01T19:17:25.521Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:17:25 [2021-03-01T19:17:25.521Z] GOPATH=/go
19:17:25 [2021-03-01T19:17:25.521Z] PKG_CONFIG=pkg-config
19:17:25 [2021-03-01T19:17:25.521Z] _=/usr/bin/env
19:17:25 [2021-03-01T19:17:25.521Z] Building test suite binary ./integration-cli/test.main
19:17:25 [2021-03-01T19:17:25.521Z] No new tests added to integration.
19:17:25 [2021-03-01T19:17:25.521Z] 
19:17:25 [2021-03-01T19:17:25.521Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:17:25 [2021-03-01T19:17:25.521Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:17:25 [2021-03-01T19:17:25.521Z] HOSTNAME=a2d173f782e0
19:17:25 [2021-03-01T19:17:25.521Z] TESTDEBUG=0
19:17:25 [2021-03-01T19:17:25.521Z] DEST=bundles/test-integration
19:17:25 [2021-03-01T19:17:25.521Z] PWD=/go/src/github.com/docker/docker
19:17:25 [2021-03-01T19:17:25.521Z] KEEPBUNDLE=1
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36
19:17:25 [2021-03-01T19:17:25.521Z] container=docker
19:17:25 [2021-03-01T19:17:25.521Z] HOME=/root
19:17:25 [2021-03-01T19:17:25.521Z] GOLANG_VERSION=1.13.15
19:17:25 [2021-03-01T19:17:25.521Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:17:25 [2021-03-01T19:17:25.521Z] VALIDATE_BRANCH=master
19:17:25 [2021-03-01T19:17:25.521Z] TERM=xterm
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_PKG=github.com/docker/docker
19:17:25 [2021-03-01T19:17:25.521Z] SHLVL=1
19:17:25 [2021-03-01T19:17:25.521Z] TIMEOUT=120m
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:17:25 [2021-03-01T19:17:25.521Z] DOCKER_GRAPHDRIVER=overlay2
19:17:25 [2021-03-01T19:17:25.521Z] GO111MODULE=off
19:17:25 [2021-03-01T19:17:25.521Z] TEST_SKIP_INTEGRATION_CLI=1
19:17:25 [2021-03-01T19:17:25.521Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:17:25 [2021-03-01T19:17:25.521Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:17:25 [2021-03-01T19:17:25.521Z] GOPATH=/go
19:17:25 [2021-03-01T19:17:25.521Z] PKG_CONFIG=pkg-config
19:17:25 [2021-03-01T19:17:25.521Z] _=/usr/bin/env
19:17:25 [2021-03-01T19:17:25.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:17:25 [2021-03-01T19:17:25.718Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:17:25 [2021-03-01T19:17:25.718Z] 
19:17:25 [2021-03-01T19:17:25.718Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:17:25 [2021-03-01T19:17:25.718Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:17:25 [2021-03-01T19:17:25.718Z] HOSTNAME=dfafb0b9f5dc
19:17:25 [2021-03-01T19:17:25.718Z] DEST=bundles/test-integration
19:17:25 [2021-03-01T19:17:25.718Z] PWD=/go/src/github.com/docker/docker
19:17:25 [2021-03-01T19:17:25.718Z] DOCKER_ROOTLESS=1
19:17:25 [2021-03-01T19:17:25.718Z] DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36
19:17:25 [2021-03-01T19:17:25.718Z] container=docker
19:17:25 [2021-03-01T19:17:25.718Z] HOME=/root
19:17:25 [2021-03-01T19:17:25.718Z] GOLANG_VERSION=1.13.15
19:17:25 [2021-03-01T19:17:25.718Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:17:25 [2021-03-01T19:17:25.718Z] VALIDATE_BRANCH=master
19:17:25 [2021-03-01T19:17:25.718Z] TERM=xterm
19:17:25 [2021-03-01T19:17:25.718Z] DOCKER_PKG=github.com/docker/docker
19:17:25 [2021-03-01T19:17:25.718Z] SHLVL=1
19:17:25 [2021-03-01T19:17:25.718Z] TIMEOUT=120m
19:17:25 [2021-03-01T19:17:25.718Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:17:25 [2021-03-01T19:17:25.718Z] DOCKER_GRAPHDRIVER=overlay2
19:17:25 [2021-03-01T19:17:25.718Z] GO111MODULE=off
19:17:25 [2021-03-01T19:17:25.718Z] DOCKER_EXPERIMENTAL=1
19:17:25 [2021-03-01T19:17:25.718Z] TEST_SKIP_INTEGRATION_CLI=1
19:17:25 [2021-03-01T19:17:25.718Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:17:25 [2021-03-01T19:17:25.718Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:17:25 [2021-03-01T19:17:25.718Z] GOPATH=/go
19:17:25 [2021-03-01T19:17:25.718Z] PKG_CONFIG=pkg-config
19:17:25 [2021-03-01T19:17:25.718Z] _=/usr/bin/env
19:17:25 [2021-03-01T19:17:25.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:17:25 [2021-03-01T19:17:25.985Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.458246026s with top 10 stages: buildssa: 1m40.522139518s, goimports: 22.769944776s, unconvert: 11.779224697s, gosec: 10.326566013s, golint: 5.900547002s, ineffassign: 4.5689903s, misspell: 4.310942253s, inspect: 3.981765569s, vrp: 3.704341081s, ctrlflow: 2.048446673s 
19:17:27 [2021-03-01T19:17:27.889Z] ok  	github.com/docker/docker/daemon/cluster	0.136s	coverage: 0.5% of statements
19:17:30 [2021-03-01T19:17:30.528Z] ok  	github.com/docker/docker/daemon/discovery	0.037s	coverage: 30.0% of statements
19:17:30 [2021-03-01T19:17:30.528Z] ok  	github.com/docker/docker/daemon/config	0.087s	coverage: 81.8% of statements
19:17:31 [2021-03-01T19:17:31.956Z] ok  	github.com/docker/docker/daemon/events	0.083s	coverage: 50.0% of statements
19:17:32 [2021-03-01T19:17:32.535Z] ok  	github.com/docker/docker/daemon/graphdriver	0.014s	coverage: 2.2% of statements
19:17:36 [2021-03-01T19:17:36.773Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.015s	coverage: 2.9% of statements
19:17:37 [2021-03-01T19:17:37.350Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.524s	coverage: 14.1% of statements
19:17:37 [2021-03-01T19:17:37.413Z] --- PASS: TestBuildWithHugeFile (26.48s)
19:17:37 [2021-03-01T19:17:37.413Z] === RUN   TestBuildWCOWSandboxSize
19:17:37 [2021-03-01T19:17:37.413Z] --- SKIP: TestBuildWCOWSandboxSize (0.02s)
19:17:37 [2021-03-01T19:17:37.413Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:17:37 [2021-03-01T19:17:37.413Z] === RUN   TestBuildWithEmptyDockerfile
19:17:37 [2021-03-01T19:17:37.413Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:17:37 [2021-03-01T19:17:37.413Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:17:37 [2021-03-01T19:17:37.413Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:17:37 [2021-03-01T19:17:37.413Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:17:37 [2021-03-01T19:17:37.413Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:17:37 [2021-03-01T19:17:37.413Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:17:37 [2021-03-01T19:17:37.413Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:17:37 [2021-03-01T19:17:37.413Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:17:37 [2021-03-01T19:17:37.413Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:17:37 [2021-03-01T19:17:37.413Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s)
19:17:37 [2021-03-01T19:17:37.413Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.20s)
19:17:37 [2021-03-01T19:17:37.413Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s)
19:17:37 [2021-03-01T19:17:37.413Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s)
19:17:37 [2021-03-01T19:17:37.413Z] === RUN   TestBuildPreserveOwnership
19:17:37 [2021-03-01T19:17:37.413Z] === RUN   TestBuildPreserveOwnership/copy_from
19:17:37 [2021-03-01T19:17:37.615Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.616s	coverage: 56.2% of statements
19:17:40 [2021-03-01T19:17:40.186Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.016s	coverage: 1.9% of statements
19:17:40 [2021-03-01T19:17:40.879Z] INFO [runner/unused/goanalysis] analyzers took 27.819355858s with top 10 stages: buildssa: 23.657123199s, U1000: 4.162232659s 
19:17:40 [2021-03-01T19:17:40.879Z] INFO [runner] Issues before processing: 2266, after processing: 0 
19:17:40 [2021-03-01T19:17:40.879Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1581/1686, filename_unadjuster: 1686/1686, skip_files: 1686/1686, skip_dirs: 1686/1686, cgo: 1686/2266, exclude: 1581/1581, exclude-rules: 64/1581, path_prettifier: 1686/1686, identifier_marker: 1581/1581, nolint: 0/64 
19:17:40 [2021-03-01T19:17:40.879Z] INFO [runner] processing took 124.134023ms with stages: nolint: 53.550821ms, identifier_marker: 38.378298ms, path_prettifier: 13.398389ms, autogenerated_exclude: 7.088515ms, exclude-rules: 6.464574ms, skip_dirs: 3.611678ms, cgo: 890.914µs, filename_unadjuster: 744.542µs, max_same_issues: 1.653µs, uniq_by_line: 1.008µs, max_per_file_from_linter: 664ns, diff: 659ns, max_from_linter: 565ns, source_code: 505ns, exclude: 452ns, skip_files: 400ns, path_shortener: 386ns 
19:17:40 [2021-03-01T19:17:40.879Z] INFO [runner] linters took 1m39.197398417s with stages: goanalysis_metalinter: 1m19.762139436s, unused: 19.310882916s 
19:17:40 [2021-03-01T19:17:40.879Z] INFO File cache stats: 1453 entries of total size 6.8MiB 
19:17:41 [2021-03-01T19:17:41.816Z] INFO Memory: 1668 samples, avg is 255.6MB, max is 3364.4MB 
19:17:41 [2021-03-01T19:17:41.816Z] INFO Execution took 3m43.622657698s               
19:17:41 [2021-03-01T19:17:41.864Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:17:42 [2021-03-01T19:17:42.076Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
19:17:42 [2021-03-01T19:17:42.686Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh dynbinary-daemon test-docker-py
19:17:42 [2021-03-01T19:17:42.764Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.743s	coverage: 45.9% of statements
19:17:42 [2021-03-01T19:17:42.764Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	8.826s	coverage: 73.3% of statements
19:17:43 [2021-03-01T19:17:43.256Z] 
19:17:43 [2021-03-01T19:17:43.256Z] Removing bundles/
19:17:43 [2021-03-01T19:17:43.256Z] 
19:17:43 [2021-03-01T19:17:43.256Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
19:17:43 [2021-03-01T19:17:43.256Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:17:43 [2021-03-01T19:17:43.256Z] GOOS="" GOARCH="" GOARM=""
19:17:43 [2021-03-01T19:17:43.720Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	1.894s	coverage: 49.4% of statements
19:17:44 [2021-03-01T19:17:44.594Z] --- PASS: TestBuildPreserveOwnership (7.16s)
19:17:44 [2021-03-01T19:17:44.594Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.65s)
19:17:44 [2021-03-01T19:17:44.594Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.51s)
19:17:44 [2021-03-01T19:17:44.594Z] === RUN   TestBuildPlatformInvalid
19:17:44 [2021-03-01T19:17:44.594Z] --- PASS: TestBuildPlatformInvalid (0.16s)
19:17:44 [2021-03-01T19:17:44.594Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:17:44 [2021-03-01T19:17:44.677Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.019s	coverage: 57.5% of statements
19:17:46 [2021-03-01T19:17:46.079Z] ok  	github.com/docker/docker/daemon	12.368s	coverage: 17.2% of statements
19:17:46 [2021-03-01T19:17:46.079Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
19:17:46 [2021-03-01T19:17:46.079Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
19:17:46 [2021-03-01T19:17:46.079Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
19:17:46 [2021-03-01T19:17:46.079Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
19:17:46 [2021-03-01T19:17:46.079Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
19:17:46 [2021-03-01T19:17:46.079Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.018s	coverage: 3.0% of statements
19:17:46 [2021-03-01T19:17:46.658Z] ok  	github.com/docker/docker/daemon/links	0.010s	coverage: 93.0% of statements
19:17:48 [2021-03-01T19:17:48.061Z] ok  	github.com/docker/docker/daemon/images	0.040s	coverage: 6.7% of statements
19:17:48 [2021-03-01T19:17:48.643Z] ok  	github.com/docker/docker/daemon/logger	0.257s	coverage: 43.2% of statements
19:17:49 [2021-03-01T19:17:49.225Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.270s	coverage: 77.8% of statements
19:17:49 [2021-03-01T19:17:49.490Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.027s	coverage: 67.0% of statements
19:17:50 [2021-03-01T19:17:50.071Z] ok  	github.com/docker/docker/daemon/logger/journald	0.017s	coverage: 23.9% of statements
19:17:50 [2021-03-01T19:17:50.336Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.019s	coverage: 87.2% of statements
19:17:50 [2021-03-01T19:17:50.555Z] db4edcf0861f: Pull complete
19:17:50 [2021-03-01T19:17:50.555Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a
19:17:50 [2021-03-01T19:17:50.555Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
19:17:50 [2021-03-01T19:17:50.555Z] mcr.microsoft.com/windows/servercore:ltsc2019
19:17:50 [2021-03-01T19:17:50.555Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
19:17:50 [2021-03-01T19:17:50.555Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
19:17:50 [2021-03-01T19:17:50.556Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1757'
19:17:50 [2021-03-01T19:17:50.556Z] INFO: Docker version of control daemon
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] Client: Docker Engine - Enterprise
19:17:50 [2021-03-01T19:17:50.556Z]  Version:           19.03.12
19:17:50 [2021-03-01T19:17:50.556Z]  API version:       1.40
19:17:50 [2021-03-01T19:17:50.556Z]  Go version:        go1.13.13
19:17:50 [2021-03-01T19:17:50.556Z]  Git commit:        4306744
19:17:50 [2021-03-01T19:17:50.556Z]  Built:             08/05/2020 19:27:53
19:17:50 [2021-03-01T19:17:50.556Z]  OS/Arch:           windows/amd64
19:17:50 [2021-03-01T19:17:50.556Z]  Experimental:      false
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] Server: Docker Engine - Enterprise
19:17:50 [2021-03-01T19:17:50.556Z]  Engine:
19:17:50 [2021-03-01T19:17:50.556Z]   Version:          19.03.12
19:17:50 [2021-03-01T19:17:50.556Z]   API version:      1.40 (minimum version 1.24)
19:17:50 [2021-03-01T19:17:50.556Z]   Go version:       go1.13.13
19:17:50 [2021-03-01T19:17:50.556Z]   Git commit:       f295753ffd
19:17:50 [2021-03-01T19:17:50.556Z]   Built:            08/05/2020 19:26:41
19:17:50 [2021-03-01T19:17:50.556Z]   OS/Arch:          windows/amd64
19:17:50 [2021-03-01T19:17:50.556Z]   Experimental:     true
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] INFO: Docker info of control daemon
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] Client:
19:17:50 [2021-03-01T19:17:50.556Z]  Debug Mode: false
19:17:50 [2021-03-01T19:17:50.556Z]  Plugins:
19:17:50 [2021-03-01T19:17:50.556Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] Server:
19:17:50 [2021-03-01T19:17:50.556Z]  Containers: 0
19:17:50 [2021-03-01T19:17:50.556Z]   Running: 0
19:17:50 [2021-03-01T19:17:50.556Z]   Paused: 0
19:17:50 [2021-03-01T19:17:50.556Z]   Stopped: 0
19:17:50 [2021-03-01T19:17:50.556Z]  Images: 1
19:17:50 [2021-03-01T19:17:50.556Z]  Server Version: 19.03.12
19:17:50 [2021-03-01T19:17:50.556Z]  Storage Driver: windowsfilter (windows) lcow (linux)
19:17:50 [2021-03-01T19:17:50.556Z]   Windows: 
19:17:50 [2021-03-01T19:17:50.556Z]   LCOW: 
19:17:50 [2021-03-01T19:17:50.556Z]  Logging Driver: json-file
19:17:50 [2021-03-01T19:17:50.556Z]  Plugins:
19:17:50 [2021-03-01T19:17:50.556Z]   Volume: local
19:17:50 [2021-03-01T19:17:50.556Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
19:17:50 [2021-03-01T19:17:50.556Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
19:17:50 [2021-03-01T19:17:50.556Z]  Swarm: inactive
19:17:50 [2021-03-01T19:17:50.556Z]  Default Isolation: process
19:17:50 [2021-03-01T19:17:50.556Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
19:17:50 [2021-03-01T19:17:50.556Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697)
19:17:50 [2021-03-01T19:17:50.556Z]  OSType: windows
19:17:50 [2021-03-01T19:17:50.556Z]  Architecture: x86_64
19:17:50 [2021-03-01T19:17:50.556Z]  CPUs: 4
19:17:50 [2021-03-01T19:17:50.556Z]  Total Memory: 32GiB
19:17:50 [2021-03-01T19:17:50.556Z]  Name: azwin-2-60d050
19:17:50 [2021-03-01T19:17:50.556Z]  ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3
19:17:50 [2021-03-01T19:17:50.556Z]  Docker Root Dir: D:\docker
19:17:50 [2021-03-01T19:17:50.556Z]  Debug Mode: false
19:17:50 [2021-03-01T19:17:50.556Z]  Registry: https://index.docker.io/v1/
19:17:50 [2021-03-01T19:17:50.556Z]  Labels:
19:17:50 [2021-03-01T19:17:50.556Z]  Experimental: true
19:17:50 [2021-03-01T19:17:50.556Z]  Insecure Registries:
19:17:50 [2021-03-01T19:17:50.556Z]   10.0.0.4:5000
19:17:50 [2021-03-01T19:17:50.556Z]   127.0.0.0/8
19:17:50 [2021-03-01T19:17:50.556Z]  Registry Mirrors:
19:17:50 [2021-03-01T19:17:50.556Z]   http://10.0.0.4:5000/
19:17:50 [2021-03-01T19:17:50.556Z]  Live Restore Enabled: false
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] INFO: Commit hash is 5542f13c1a
19:17:50 [2021-03-01T19:17:50.556Z] INFO: Nuke-Everything...
19:17:50 [2021-03-01T19:17:50.556Z] INFO: Container count on control daemon to delete is 0
19:17:50 [2021-03-01T19:17:50.556Z] INFO: Nuking d:\CI
19:17:50 [2021-03-01T19:17:50.556Z] INFO: Zapped successfully
19:17:50 [2021-03-01T19:17:50.556Z] INFO: Location for testing is d:\CI\PR-42102\1
19:17:50 [2021-03-01T19:17:50.556Z] INFO: Validating GOLang consistency in Dockerfile.windows...
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] INFO: Building the image from Dockerfile.windows at 03/01/2021 19:17:37...
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] Sending build context to Docker daemon  58.32MB
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] Step 1/10 : FROM microsoft/windowsservercore
19:17:50 [2021-03-01T19:17:50.556Z]  ---> 31902e4b25a6
19:17:50 [2021-03-01T19:17:50.556Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
19:17:50 [2021-03-01T19:17:50.556Z]  ---> Running in 121c9ccd3f83
19:17:50 [2021-03-01T19:17:50.556Z] Removing intermediate container 121c9ccd3f83
19:17:50 [2021-03-01T19:17:50.556Z]  ---> 85ca249b5e58
19:17:50 [2021-03-01T19:17:50.556Z] Step 3/10 : ARG GO_VERSION=1.13.15
19:17:50 [2021-03-01T19:17:50.556Z]  ---> Running in 0c098e24d838
19:17:50 [2021-03-01T19:17:50.556Z] Removing intermediate container 0c098e24d838
19:17:50 [2021-03-01T19:17:50.556Z]  ---> eedb76831561
19:17:50 [2021-03-01T19:17:50.556Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
19:17:50 [2021-03-01T19:17:50.556Z]  ---> Running in a29c84f0b69e
19:17:50 [2021-03-01T19:17:50.556Z] Removing intermediate container a29c84f0b69e
19:17:50 [2021-03-01T19:17:50.556Z]  ---> 8bccded1b1ac
19:17:50 [2021-03-01T19:17:50.556Z] 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}
19:17:50 [2021-03-01T19:17:50.556Z]  ---> Running in f47617d13126
19:17:50 [2021-03-01T19:17:50.556Z] Removing intermediate container f47617d13126
19:17:50 [2021-03-01T19:17:50.556Z]  ---> 627eb6961b8a
19:17:50 [2021-03-01T19:17:50.556Z] 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;
19:17:50 [2021-03-01T19:17:50.556Z]  ---> Running in c2e94eeeec5f
19:17:50 [2021-03-01T19:17:50.556Z] 
19:17:50 [2021-03-01T19:17:50.556Z] SUCCESS: Specified value was saved.
19:17:50 [2021-03-01T19:17:50.917Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.032s	coverage: 61.6% of statements
19:17:51 [2021-03-01T19:17:51.017Z] INFO: Downloading git...
19:17:51 [2021-03-01T19:17:51.183Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.383s	coverage: 57.7% of statements
19:17:51 [2021-03-01T19:17:51.183Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
19:17:51 [2021-03-01T19:17:51.183Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
19:17:51 [2021-03-01T19:17:51.183Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
19:17:51 [2021-03-01T19:17:51.183Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
19:17:51 [2021-03-01T19:17:51.183Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
19:17:51 [2021-03-01T19:17:51.183Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
19:17:51 [2021-03-01T19:17:51.765Z] ok  	github.com/docker/docker/daemon/logger/local	0.078s	coverage: 75.2% of statements
19:17:51 [2021-03-01T19:17:51.765Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
19:17:51 [2021-03-01T19:17:51.991Z] INFO: Downloading go...
19:17:52 [2021-03-01T19:17:52.228Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:17:52 [2021-03-01T19:17:52.723Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.068s	coverage: 55.1% of statements
19:17:52 [2021-03-01T19:17:52.723Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.032s	coverage: 31.5% of statements
19:17:52 [2021-03-01T19:17:52.790Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:17:53 [2021-03-01T19:17:53.681Z] ok  	github.com/docker/docker/daemon/logger/templates	0.010s	coverage: 8.3% of statements
19:17:53 [2021-03-01T19:17:53.681Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.020s	coverage: 46.8% of statements
19:17:54 [2021-03-01T19:17:54.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:17:54 [2021-03-01T19:17:54.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:17:54 [2021-03-01T19:17:54.635Z] ok  	github.com/docker/docker/daemon/network	0.050s	coverage: 63.8% of statements
19:17:54 [2021-03-01T19:17:54.965Z] Loaded image: buildpack-deps:buster
19:17:54 [2021-03-01T19:17:54.965Z] Loaded image: busybox:latest
19:17:54 [2021-03-01T19:17:54.965Z] Loaded image: busybox:glibc
19:17:54 [2021-03-01T19:17:54.965Z] Loaded image: debian:bullseye
19:17:55 [2021-03-01T19:17:55.257Z] Loaded image: hello-world:latest
19:17:55 [2021-03-01T19:17:55.257Z] Loaded image: arm32v7/hello-world:latest
19:17:55 [2021-03-01T19:17:55.593Z] ok  	github.com/docker/docker/distribution/metadata	0.097s	coverage: 48.2% of statements
19:17:55 [2021-03-01T19:17:55.593Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.881s	coverage: 82.5% of statements
19:17:55 [2021-03-01T19:17:55.593Z] ?   	github.com/docker/docker/daemon/names	[no test files]
19:17:55 [2021-03-01T19:17:55.593Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
19:17:56 [2021-03-01T19:17:56.694Z] INFO: Downloading compiler 1 of 3...
19:17:57 [2021-03-01T19:17:57.530Z] ok  	github.com/docker/docker/errdefs	0.015s	coverage: 53.1% of statements
19:17:57 [2021-03-01T19:17:57.530Z] ok  	github.com/docker/docker/distribution	0.465s	coverage: 25.0% of statements
19:17:57 [2021-03-01T19:17:57.530Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
19:17:57 [2021-03-01T19:17:57.667Z] INFO: Downloading compiler 2 of 3...
19:17:57 [2021-03-01T19:17:57.796Z] ok  	github.com/docker/docker/image	0.068s	coverage: 86.6% of statements
19:17:58 [2021-03-01T19:17:58.402Z] #68 exporting layers 83.3s done
19:17:58 [2021-03-01T19:17:58.402Z] #68 exporting manifest sha256:34a72bb223f8505ac3a62dbd76fe3b47c787250c3268b8eabf617c43b381414d done
19:17:58 [2021-03-01T19:17:58.402Z] #68 exporting config sha256:e5635d786ee0b146faf0eb1fef355612244340d343fca10a6c1f5ebb8701686f done
19:17:58 [2021-03-01T19:17:58.402Z] #68 sending tarball
19:17:58 [2021-03-01T19:17:58.639Z] INFO: Downloading compiler 3 of 3...
19:17:58 [2021-03-01T19:17:58.753Z] ok  	github.com/docker/docker/image/cache	0.018s	coverage: 19.2% of statements
19:17:58 [2021-03-01T19:17:58.753Z] ok  	github.com/docker/docker/distribution/xfer	1.738s	coverage: 85.1% of statements
19:17:58 [2021-03-01T19:17:58.753Z] ?   	github.com/docker/docker/dockerversion	[no test files]
19:17:59 [2021-03-01T19:17:59.019Z] ok  	github.com/docker/docker/image/tarexport	0.020s	coverage: 0.6% of statements
19:17:59 [2021-03-01T19:17:59.100Z] INFO: Extracting git...
19:17:59 [2021-03-01T19:17:59.285Z] ok  	github.com/docker/docker/image/v1	0.020s	coverage: 25.0% of statements
19:17:59 [2021-03-01T19:17:59.285Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
19:17:59 [2021-03-01T19:17:59.551Z] ok  	github.com/docker/docker/libcontainerd/queue	0.041s	coverage: 100.0% of statements
19:17:59 [2021-03-01T19:17:59.551Z] #68 ...
19:17:59 [2021-03-01T19:17:59.551Z] 
19:17:59 [2021-03-01T19:17:59.551Z] #69 importing to docker
19:17:59 [2021-03-01T19:17:59.551Z] #69 sha256:0b8ddf9fe14513ce5ec02e023287515cb8bd51513e36772172421c1f24bdcbde
19:18:00 [2021-03-01T19:18:00.960Z] ok  	github.com/docker/docker/pkg/aaparser	0.016s	coverage: 52.9% of statements
19:18:00 [2021-03-01T19:18:00.960Z] ok  	github.com/docker/docker/oci	0.032s	coverage: 45.2% of statements
19:18:00 [2021-03-01T19:18:00.960Z] ok  	github.com/docker/docker/opts	0.095s	coverage: 67.1% of statements
19:18:01 [2021-03-01T19:18:01.918Z] ok  	github.com/docker/docker/pkg/broadcaster	0.026s	coverage: 100.0% of statements
19:18:02 [2021-03-01T19:18:02.152Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.35s)
19:18:02 [2021-03-01T19:18:02.152Z] PASS
19:18:02 [2021-03-01T19:18:02.152Z] 
19:18:02 [2021-03-01T19:18:02.152Z] === Skipped
19:18:02 [2021-03-01T19:18:02.152Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s)
19:18:02 [2021-03-01T19:18:02.152Z]     build_session_test.go:25: TODO: BuildKit
19:18:02 [2021-03-01T19:18:02.152Z] 
19:18:02 [2021-03-01T19:18:02.152Z] === SKIP: s390x.integration.build TestBuildWCOWSandboxSize (0.02s)
19:18:02 [2021-03-01T19:18:02.152Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:18:02 [2021-03-01T19:18:02.152Z] 
19:18:02 [2021-03-01T19:18:02.152Z] 
19:18:02 [2021-03-01T19:18:02.152Z] DONE 34 tests, 2 skipped in 99.163s
19:18:02 [2021-03-01T19:18:02.152Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m 
19:18:02 [2021-03-01T19:18:02.152Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m
19:18:02 [2021-03-01T19:18:02.152Z] ++ set -e
19:18:02 [2021-03-01T19:18:02.152Z] ++ '[' -n 0 ']'
19:18:02 [2021-03-01T19:18:02.152Z] ++ set -x
19:18:02 [2021-03-01T19:18:02.152Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m
19:18:02 [2021-03-01T19:18:02.152Z] INFO: Testing against a local daemon
19:18:02 [2021-03-01T19:18:02.152Z] === RUN   TestConfigInspect
19:18:02 [2021-03-01T19:18:02.875Z] ok  	github.com/docker/docker/pkg/capabilities	0.013s	coverage: 87.5% of statements
19:18:03 [2021-03-01T19:18:03.141Z] ok  	github.com/docker/docker/pkg/authorization	0.574s	coverage: 68.3% of statements
19:18:04 [2021-03-01T19:18:04.097Z] ok  	github.com/docker/docker/pkg/directory	0.040s	coverage: 80.0% of statements
19:18:04 [2021-03-01T19:18:04.362Z] ok  	github.com/docker/docker/pkg/archive	1.213s	coverage: 76.8% of statements
19:18:04 [2021-03-01T19:18:04.627Z] ok  	github.com/docker/docker/pkg/discovery	0.019s	coverage: 58.3% of statements
19:18:05 [2021-03-01T19:18:05.207Z] ok  	github.com/docker/docker/pkg/discovery/file	0.015s	coverage: 97.6% of statements
19:18:05 [2021-03-01T19:18:05.787Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.010s	coverage: 92.3% of statements
19:18:06 [2021-03-01T19:18:06.368Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.011s	coverage: 93.8% of statements
19:18:06 [2021-03-01T19:18:06.606Z] --- PASS: TestConfigInspect (4.06s)
19:18:06 [2021-03-01T19:18:06.606Z] === RUN   TestConfigList
19:18:06 [2021-03-01T19:18:06.633Z] ok  	github.com/docker/docker/pkg/dmesg	0.008s	coverage: 83.3% of statements
19:18:07 [2021-03-01T19:18:07.587Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.484s	coverage: 43.2% of statements
19:18:07 [2021-03-01T19:18:07.852Z] ok  	github.com/docker/docker/pkg/filenotify	0.610s	coverage: 67.0% of statements
19:18:08 [2021-03-01T19:18:08.117Z] ok  	github.com/docker/docker/pkg/fileutils	0.025s	coverage: 89.5% of statements
19:18:08 [2021-03-01T19:18:08.700Z] ok  	github.com/docker/docker/pkg/homedir	0.009s	coverage: 11.4% of statements
19:18:08 [2021-03-01T19:18:08.700Z] ok  	github.com/docker/docker/pkg/fsutils	0.278s	coverage: 85.1% of statements
19:18:08 [2021-03-01T19:18:08.965Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.095s	coverage: 84.1% of statements
19:18:09 [2021-03-01T19:18:09.231Z] ok  	github.com/docker/docker/layer	7.225s	coverage: 68.8% of statements
19:18:09 [2021-03-01T19:18:09.231Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
19:18:09 [2021-03-01T19:18:09.231Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
19:18:09 [2021-03-01T19:18:09.231Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
19:18:09 [2021-03-01T19:18:09.231Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
19:18:09 [2021-03-01T19:18:09.231Z] ?   	github.com/docker/docker/oci/caps	[no test files]
19:18:09 [2021-03-01T19:18:09.231Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
19:18:09 [2021-03-01T19:18:09.231Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
19:18:09 [2021-03-01T19:18:09.812Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.015s	coverage: 91.7% of statements
19:18:10 [2021-03-01T19:18:10.077Z] ok  	github.com/docker/docker/pkg/longpath	0.010s	coverage: 100.0% of statements
19:18:10 [2021-03-01T19:18:10.123Z] --- PASS: TestConfigList (3.86s)
19:18:10 [2021-03-01T19:18:10.123Z] === RUN   TestConfigsCreateAndDelete
19:18:10 [2021-03-01T19:18:10.344Z] ok  	github.com/docker/docker/pkg/ioutils	0.633s	coverage: 70.6% of statements
19:18:10 [2021-03-01T19:18:10.344Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.012s	coverage: 85.7% of statements
19:18:10 [2021-03-01T19:18:10.344Z] ok  	github.com/docker/docker/pkg/idtools	0.839s	coverage: 69.5% of statements
19:18:10 [2021-03-01T19:18:10.344Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
19:18:10 [2021-03-01T19:18:10.344Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
19:18:10 [2021-03-01T19:18:10.344Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
19:18:10 [2021-03-01T19:18:10.344Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
19:18:10 [2021-03-01T19:18:10.610Z] ok  	github.com/docker/docker/pkg/parsers	0.014s	coverage: 97.0% of statements
19:18:10 [2021-03-01T19:18:10.877Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.045s	coverage: 60.0% of statements
19:18:11 [2021-03-01T19:18:11.144Z] ok  	github.com/docker/docker/pkg/pidfile	0.034s	coverage: 82.4% of statements
19:18:11 [2021-03-01T19:18:11.144Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.028s	coverage: 86.7% of statements
19:18:11 [2021-03-01T19:18:11.144Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
19:18:11 [2021-03-01T19:18:11.144Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
19:18:11 [2021-03-01T19:18:11.508Z] INFO: Expanding go...
19:18:11 [2021-03-01T19:18:11.727Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.081s	coverage: 56.8% of statements
19:18:12 [2021-03-01T19:18:12.306Z] ok  	github.com/docker/docker/pkg/pools	0.010s	coverage: 88.2% of statements
19:18:12 [2021-03-01T19:18:12.306Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.014s	coverage: 85.7% of statements
19:18:12 [2021-03-01T19:18:12.573Z] ok  	github.com/docker/docker/pkg/progress	0.021s	coverage: 75.9% of statements
19:18:13 [2021-03-01T19:18:13.153Z] ok  	github.com/docker/docker/pkg/reexec	0.018s	coverage: 82.4% of statements
19:18:13 [2021-03-01T19:18:13.640Z] --- PASS: TestConfigsCreateAndDelete (3.80s)
19:18:13 [2021-03-01T19:18:13.640Z] === RUN   TestConfigsUpdate
19:18:13 [2021-03-01T19:18:13.738Z] ok  	github.com/docker/docker/pkg/stdcopy	0.011s	coverage: 100.0% of statements
19:18:14 [2021-03-01T19:18:14.004Z] ok  	github.com/docker/docker/pkg/pubsub	1.079s	coverage: 75.0% of statements
19:18:14 [2021-03-01T19:18:14.269Z] ok  	github.com/docker/docker/pkg/streamformatter	0.011s	coverage: 66.2% of statements
19:18:14 [2021-03-01T19:18:14.269Z] ok  	github.com/docker/docker/pkg/stringid	0.011s	coverage: 70.6% of statements
19:18:14 [2021-03-01T19:18:14.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:18:15 [2021-03-01T19:18:15.225Z] ok  	github.com/docker/docker/pkg/sysinfo	0.020s	coverage: 54.2% of statements
19:18:15 [2021-03-01T19:18:15.491Z] ok  	github.com/docker/docker/pkg/system	0.034s	coverage: 36.9% of statements
19:18:16 [2021-03-01T19:18:16.071Z] ok  	github.com/docker/docker/pkg/tailfile	0.109s	coverage: 88.6% of statements
19:18:16 [2021-03-01T19:18:16.071Z] ok  	github.com/docker/docker/pkg/signal	2.826s	coverage: 61.0% of statements
19:18:16 [2021-03-01T19:18:16.337Z] ok  	github.com/docker/docker/pkg/tarsum	0.129s	coverage: 89.3% of statements
19:18:16 [2021-03-01T19:18:16.337Z] testing: warning: no tests to run
19:18:16 [2021-03-01T19:18:16.337Z] coverage: [no statements]
19:18:16 [2021-03-01T19:18:16.337Z] ok  	github.com/docker/docker/pkg/term/windows	0.008s	coverage: [no statements] [no tests to run]
19:18:16 [2021-03-01T19:18:16.480Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:18:16 [2021-03-01T19:18:16.919Z] ok  	github.com/docker/docker/pkg/truncindex	0.122s	coverage: 91.5% of statements
19:18:16 [2021-03-01T19:18:16.919Z] ok  	github.com/docker/docker/pkg/urlutil	0.009s	coverage: 100.0% of statements
19:18:16 [2021-03-01T19:18:16.919Z] ok  	github.com/docker/docker/pkg/useragent	0.023s	coverage: 88.9% of statements
19:18:17 [2021-03-01T19:18:17.158Z] --- PASS: TestConfigsUpdate (3.38s)
19:18:17 [2021-03-01T19:18:17.158Z] === RUN   TestTemplatedConfig
19:18:18 [2021-03-01T19:18:18.323Z] ok  	github.com/docker/docker/plugin/v2	0.015s	coverage: 14.5% of statements
19:18:18 [2021-03-01T19:18:18.323Z] ok  	github.com/docker/docker/profiles/seccomp	0.023s	coverage: 85.4% of statements
19:18:18 [2021-03-01T19:18:18.440Z] #69 DONE 16.0s
19:18:18 [2021-03-01T19:18:18.440Z] 
19:18:18 [2021-03-01T19:18:18.440Z] #68 exporting to oci image format
19:18:18 [2021-03-01T19:18:18.440Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2
19:18:18 [2021-03-01T19:18:18.440Z] #68 sending tarball 31.6s done
19:18:18 [2021-03-01T19:18:18.440Z] #68 DONE 114.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
19:18:18 [2021-03-01T19:18:18.935Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/test/unit
19:18:19 [2021-03-01T19:18:19.280Z] ok  	github.com/docker/docker/reference	0.016s	coverage: 83.7% of statements
19:18:19 [2021-03-01T19:18:19.546Z] ok  	github.com/docker/docker/plugin	0.567s	coverage: 23.2% of statements
19:18:20 [2021-03-01T19:18:20.674Z] --- PASS: TestTemplatedConfig (3.39s)
19:18:20 [2021-03-01T19:18:20.674Z] === RUN   TestConfigCreateResolve
19:18:20 [2021-03-01T19:18:20.954Z] ok  	github.com/docker/docker/registry/resumable	0.032s	coverage: 100.0% of statements
19:18:21 [2021-03-01T19:18:21.220Z] ok  	github.com/docker/docker/quota	0.625s	coverage: 71.4% of statements
19:18:21 [2021-03-01T19:18:21.484Z] ok  	github.com/docker/docker/registry	0.171s	coverage: 57.2% of statements
19:18:21 [2021-03-01T19:18:21.484Z] ok  	github.com/docker/docker/restartmanager	0.015s	coverage: 45.3% of statements
19:18:22 [2021-03-01T19:18:22.065Z] ok  	github.com/docker/docker/testutil	0.062s	coverage: 62.5% of statements
19:18:22 [2021-03-01T19:18:22.505Z] ?   	github.com/docker/docker/api	[no test files]
19:18:22 [2021-03-01T19:18:22.646Z] ok  	github.com/docker/docker/runconfig	0.037s	coverage: 66.1% of statements
19:18:24 [2021-03-01T19:18:24.233Z] --- PASS: TestConfigCreateResolve (3.77s)
19:18:24 [2021-03-01T19:18:24.233Z] === RUN   TestConfigDaemonLibtrustID
19:18:24 [2021-03-01T19:18:24.601Z] ok  	github.com/docker/docker/volume/drivers	0.035s	coverage: 36.1% of statements
19:18:24 [2021-03-01T19:18:24.640Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:18:24 [2021-03-01T19:18:24.659Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:18:24 [2021-03-01T19:18:24.867Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
19:18:24 [2021-03-01T19:18:24.867Z] PASS
19:18:24 [2021-03-01T19:18:24.867Z] 
19:18:24 [2021-03-01T19:18:24.867Z] DONE 7 tests in 22.947s
19:18:24 [2021-03-01T19:18:24.867Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m 
19:18:24 [2021-03-01T19:18:24.867Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m
19:18:24 [2021-03-01T19:18:24.867Z] ++ set -e
19:18:24 [2021-03-01T19:18:24.867Z] ++ '[' -n 0 ']'
19:18:24 [2021-03-01T19:18:24.867Z] ++ set -x
19:18:24 [2021-03-01T19:18:24.867Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m
19:18:24 [2021-03-01T19:18:24.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:18:25 [2021-03-01T19:18:25.159Z] INFO: Testing against a local daemon
19:18:25 [2021-03-01T19:18:25.159Z] === RUN   TestCheckpoint
19:18:25 [2021-03-01T19:18:25.159Z] --- SKIP: TestCheckpoint (0.01s)
19:18:25 [2021-03-01T19:18:25.159Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:18:25 [2021-03-01T19:18:25.159Z] === RUN   TestContainerInvalidJSON
19:18:25 [2021-03-01T19:18:25.159Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:18:25 [2021-03-01T19:18:25.159Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:18:25 [2021-03-01T19:18:25.159Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:18:25 [2021-03-01T19:18:25.159Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:18:25 [2021-03-01T19:18:25.159Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:18:25 [2021-03-01T19:18:25.159Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:18:25 [2021-03-01T19:18:25.159Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:18:25 [2021-03-01T19:18:25.159Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:18:25 [2021-03-01T19:18:25.159Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:18:25 [2021-03-01T19:18:25.159Z] --- PASS: TestContainerInvalidJSON (0.01s)
19:18:25 [2021-03-01T19:18:25.159Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
19:18:25 [2021-03-01T19:18:25.159Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:18:25 [2021-03-01T19:18:25.159Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.02s)
19:18:25 [2021-03-01T19:18:25.159Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:18:25 [2021-03-01T19:18:25.187Z] ok  	github.com/docker/docker/volume/mounts	0.069s	coverage: 67.0% of statements
19:18:25 [2021-03-01T19:18:25.221Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:18:25 [2021-03-01T19:18:25.451Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.16s)
19:18:25 [2021-03-01T19:18:25.451Z] === RUN   TestCopyFromContainerPathIsNotDir
19:18:25 [2021-03-01T19:18:25.451Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s)
19:18:25 [2021-03-01T19:18:25.451Z] === RUN   TestCopyToContainerPathDoesNotExist
19:18:25 [2021-03-01T19:18:25.742Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.17s)
19:18:25 [2021-03-01T19:18:25.742Z] === RUN   TestCopyToContainerPathIsNotDir
19:18:25 [2021-03-01T19:18:25.742Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s)
19:18:25 [2021-03-01T19:18:25.742Z] === RUN   TestCopyFromContainer
19:18:25 [2021-03-01T19:18:25.774Z] ok  	github.com/docker/docker/volume/local	0.264s	coverage: 76.4% of statements
19:18:26 [2021-03-01T19:18:26.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:18:26 [2021-03-01T19:18:26.630Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:18:26 [2021-03-01T19:18:26.727Z] ok  	github.com/docker/docker/volume/service	0.027s	coverage: 73.1% of statements
19:18:27 [2021-03-01T19:18:27.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:18:27 [2021-03-01T19:18:27.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:18:27 [2021-03-01T19:18:27.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:18:28 [2021-03-01T19:18:28.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:18:28 [2021-03-01T19:18:28.473Z] === RUN   TestCopyFromContainer//
19:18:28 [2021-03-01T19:18:28.473Z] === RUN   TestCopyFromContainer//bar/root
19:18:28 [2021-03-01T19:18:28.473Z] === RUN   TestCopyFromContainer//bar/root/
19:18:28 [2021-03-01T19:18:28.473Z] === RUN   TestCopyFromContainer/bar/quux
19:18:28 [2021-03-01T19:18:28.473Z] === RUN   TestCopyFromContainer/bar/quux/
19:18:28 [2021-03-01T19:18:28.473Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:18:28 [2021-03-01T19:18:28.765Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:18:28 [2021-03-01T19:18:28.765Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:18:28 [2021-03-01T19:18:28.765Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:18:28 [2021-03-01T19:18:28.867Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:18:29 [2021-03-01T19:18:29.167Z] === RUN   TestCopyFromContainer/bar/notarget
19:18:29 [2021-03-01T19:18:29.167Z] --- PASS: TestCopyFromContainer (3.32s)
19:18:29 [2021-03-01T19:18:29.167Z]     --- PASS: TestCopyFromContainer// (0.08s)
19:18:29 [2021-03-01T19:18:29.167Z]     --- PASS: TestCopyFromContainer//bar/root (0.14s)
19:18:29 [2021-03-01T19:18:29.167Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
19:18:29 [2021-03-01T19:18:29.167Z]     --- PASS: TestCopyFromContainer/bar/quux (0.14s)
19:18:29 [2021-03-01T19:18:29.167Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.11s)
19:18:29 [2021-03-01T19:18:29.167Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
19:18:29 [2021-03-01T19:18:29.167Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
19:18:29 [2021-03-01T19:18:29.167Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
19:18:29 [2021-03-01T19:18:29.167Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
19:18:29 [2021-03-01T19:18:29.167Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
19:18:29 [2021-03-01T19:18:29.167Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:18:29 [2021-03-01T19:18:29.167Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:18:29 [2021-03-01T19:18:29.167Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:18:29 [2021-03-01T19:18:29.167Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:18:29 [2021-03-01T19:18:29.167Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:18:29 [2021-03-01T19:18:29.167Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:18:29 [2021-03-01T19:18:29.168Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:18:29 [2021-03-01T19:18:29.168Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:18:29 [2021-03-01T19:18:29.168Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:18:29 [2021-03-01T19:18:29.168Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:18:29 [2021-03-01T19:18:29.168Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
19:18:29 [2021-03-01T19:18:29.168Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
19:18:29 [2021-03-01T19:18:29.168Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
19:18:29 [2021-03-01T19:18:29.168Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:18:29 [2021-03-01T19:18:29.168Z] === RUN   TestCreateLinkToNonExistingContainer
19:18:29 [2021-03-01T19:18:29.168Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
19:18:29 [2021-03-01T19:18:29.168Z] === RUN   TestCreateWithInvalidEnv
19:18:29 [2021-03-01T19:18:29.168Z] === RUN   TestCreateWithInvalidEnv/0
19:18:29 [2021-03-01T19:18:29.168Z] === PAUSE TestCreateWithInvalidEnv/0
19:18:29 [2021-03-01T19:18:29.168Z] === RUN   TestCreateWithInvalidEnv/1
19:18:29 [2021-03-01T19:18:29.168Z] === PAUSE TestCreateWithInvalidEnv/1
19:18:29 [2021-03-01T19:18:29.168Z] === RUN   TestCreateWithInvalidEnv/2
19:18:29 [2021-03-01T19:18:29.168Z] === PAUSE TestCreateWithInvalidEnv/2
19:18:29 [2021-03-01T19:18:29.168Z] === CONT  TestCreateWithInvalidEnv/0
19:18:29 [2021-03-01T19:18:29.168Z] === CONT  TestCreateWithInvalidEnv/2
19:18:29 [2021-03-01T19:18:29.168Z] === CONT  TestCreateWithInvalidEnv/1
19:18:29 [2021-03-01T19:18:29.168Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
19:18:29 [2021-03-01T19:18:29.168Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:18:29 [2021-03-01T19:18:29.168Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:18:29 [2021-03-01T19:18:29.168Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
19:18:29 [2021-03-01T19:18:29.168Z] === RUN   TestCreateTmpfsMountsTarget
19:18:29 [2021-03-01T19:18:29.168Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
19:18:29 [2021-03-01T19:18:29.168Z] === RUN   TestCreateWithCustomMaskedPaths
19:18:30 [2021-03-01T19:18:30.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:18:31 [2021-03-01T19:18:31.899Z] --- PASS: TestCreateWithCustomMaskedPaths (2.47s)
19:18:31 [2021-03-01T19:18:31.899Z] === RUN   TestCreateWithCustomReadonlyPaths
19:18:32 [2021-03-01T19:18:32.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:18:32 [2021-03-01T19:18:32.647Z] INFO: Expanding compiler 1 of 3...
19:18:32 [2021-03-01T19:18:32.647Z] INFO: Expanding compiler 2 of 3...
19:18:33 [2021-03-01T19:18:33.374Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:18:33 [2021-03-01T19:18:33.506Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:18:34 [2021-03-01T19:18:34.706Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.68s)
19:18:34 [2021-03-01T19:18:34.706Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:18:34 [2021-03-01T19:18:34.706Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:18:34 [2021-03-01T19:18:34.706Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:18:34 [2021-03-01T19:18:34.706Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:18:34 [2021-03-01T19:18:34.706Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:18:34 [2021-03-01T19:18:34.706Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:18:34 [2021-03-01T19:18:34.706Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:18:34 [2021-03-01T19:18:34.706Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:18:34 [2021-03-01T19:18:34.706Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:18:34 [2021-03-01T19:18:34.706Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:18:34 [2021-03-01T19:18:34.706Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:18:34 [2021-03-01T19:18:34.706Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:18:34 [2021-03-01T19:18:34.706Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:18:34 [2021-03-01T19:18:34.706Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:18:34 [2021-03-01T19:18:34.706Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:18:34 [2021-03-01T19:18:34.706Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:18:34 [2021-03-01T19:18:34.706Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
19:18:34 [2021-03-01T19:18:34.706Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
19:18:34 [2021-03-01T19:18:34.706Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
19:18:34 [2021-03-01T19:18:34.706Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
19:18:34 [2021-03-01T19:18:34.706Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
19:18:34 [2021-03-01T19:18:34.706Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
19:18:34 [2021-03-01T19:18:34.706Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:18:34 [2021-03-01T19:18:34.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:18:35 [2021-03-01T19:18:35.265Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:18:35 [2021-03-01T19:18:35.339Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.85s)
19:18:35 [2021-03-01T19:18:35.339Z] === RUN   TestCreateDifferentPlatform
19:18:35 [2021-03-01T19:18:35.339Z] === RUN   TestCreateDifferentPlatform/different_os
19:18:35 [2021-03-01T19:18:35.339Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:18:35 [2021-03-01T19:18:35.339Z] --- PASS: TestCreateDifferentPlatform (0.01s)
19:18:35 [2021-03-01T19:18:35.339Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:18:35 [2021-03-01T19:18:35.339Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
19:18:35 [2021-03-01T19:18:35.339Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:18:35 [2021-03-01T19:18:35.339Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
19:18:35 [2021-03-01T19:18:35.339Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:18:35 [2021-03-01T19:18:35.339Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s)
19:18:35 [2021-03-01T19:18:35.339Z] === RUN   TestContainerStartOnDaemonRestart
19:18:35 [2021-03-01T19:18:35.339Z] === PAUSE TestContainerStartOnDaemonRestart
19:18:35 [2021-03-01T19:18:35.339Z] === RUN   TestDaemonRestartIpcMode
19:18:35 [2021-03-01T19:18:35.339Z] === PAUSE TestDaemonRestartIpcMode
19:18:35 [2021-03-01T19:18:35.339Z] === RUN   TestDaemonHostGatewayIP
19:18:35 [2021-03-01T19:18:35.339Z] === PAUSE TestDaemonHostGatewayIP
19:18:35 [2021-03-01T19:18:35.339Z] === RUN   TestRestartDaemonWithRestartingContainer
19:18:35 [2021-03-01T19:18:35.339Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:18:35 [2021-03-01T19:18:35.339Z] === RUN   TestContainerKillOnDaemonStart
19:18:35 [2021-03-01T19:18:35.339Z] === PAUSE TestContainerKillOnDaemonStart
19:18:35 [2021-03-01T19:18:35.339Z] === RUN   TestDiff
19:18:35 [2021-03-01T19:18:35.437Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:18:36 [2021-03-01T19:18:36.374Z] --- PASS: TestDiff (0.87s)
19:18:36 [2021-03-01T19:18:36.374Z] === RUN   TestExecWithCloseStdin
19:18:36 [2021-03-01T19:18:36.633Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:18:36 [2021-03-01T19:18:36.805Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:18:37 [2021-03-01T19:18:37.365Z] INFO: Expanding compiler 3 of 3...
19:18:37 [2021-03-01T19:18:37.408Z] --- PASS: TestExecWithCloseStdin (0.92s)
19:18:37 [2021-03-01T19:18:37.409Z] === RUN   TestExec
19:18:37 [2021-03-01T19:18:37.562Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:18:37 [2021-03-01T19:18:37.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:18:37 [2021-03-01T19:18:37.826Z] INFO: Removing downloaded files...
19:18:37 [2021-03-01T19:18:37.826Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
19:18:37 [2021-03-01T19:18:37.826Z] INFO: Configuring git core.autocrlf...
19:18:38 [2021-03-01T19:18:38.443Z] --- PASS: TestExec (0.99s)
19:18:38 [2021-03-01T19:18:38.443Z] === RUN   TestExecUser
19:18:38 [2021-03-01T19:18:38.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:18:39 [2021-03-01T19:18:39.076Z] --- PASS: TestExecUser (0.99s)
19:18:39 [2021-03-01T19:18:39.076Z] === RUN   TestExportContainerAndImportImage
19:18:39 [2021-03-01T19:18:39.630Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:18:40 [2021-03-01T19:18:40.195Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:18:40 [2021-03-01T19:18:40.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:18:40 [2021-03-01T19:18:40.587Z] --- PASS: TestExportContainerAndImportImage (1.22s)
19:18:40 [2021-03-01T19:18:40.587Z] === RUN   TestExportContainerAfterDaemonRestart
19:18:41 [2021-03-01T19:18:41.258Z] ok  	github.com/docker/docker/api/server	0.009s	coverage: 9.0% of statements
19:18:41 [2021-03-01T19:18:41.565Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:18:42 [2021-03-01T19:18:42.096Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s)
19:18:42 [2021-03-01T19:18:42.096Z] === RUN   TestHealthCheckWorkdir
19:18:42 [2021-03-01T19:18:42.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:18:42 [2021-03-01T19:18:42.494Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:18:42 [2021-03-01T19:18:42.494Z] Using test binary docker
19:18:42 [2021-03-01T19:18:42.494Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:18:42 [2021-03-01T19:18:42.494Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:18:42 [2021-03-01T19:18:42.494Z] INFO: Waiting for daemon to start...
19:18:42 [2021-03-01T19:18:42.494Z] Starting dockerd
19:18:43 [2021-03-01T19:18:43.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:18:43 [2021-03-01T19:18:43.134Z] --- PASS: TestHealthCheckWorkdir (1.19s)
19:18:43 [2021-03-01T19:18:43.134Z] === RUN   TestHealthKillContainer
19:18:44 [2021-03-01T19:18:44.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:18:45 [2021-03-01T19:18:45.759Z] .
19:18:45 [2021-03-01T19:18:45.759Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:18:45 [2021-03-01T19:18:45.759Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:18:45 [2021-03-01T19:18:45.759Z] Error: No such image: emptyfs
19:18:45 [2021-03-01T19:18:45.759Z] Running integration-test (iteration 1)
19:18:45 [2021-03-01T19:18:45.759Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
19:18:45 [2021-03-01T19:18:45.853Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:18:45 [2021-03-01T19:18:45.853Z] Using test binary docker
19:18:45 [2021-03-01T19:18:45.853Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:18:45 [2021-03-01T19:18:45.853Z] Starting apparmor (via systemctl): apparmor.service.
19:18:45 [2021-03-01T19:18:45.853Z] Starting dockerd
19:18:45 [2021-03-01T19:18:45.853Z] INFO: Waiting for daemon to start...
19:18:46 [2021-03-01T19:18:46.673Z] --- PASS: TestHealthKillContainer (2.97s)
19:18:46 [2021-03-01T19:18:46.673Z] === RUN   TestInspectCpusetInConfigPre120
19:18:46 [2021-03-01T19:18:46.966Z] --- PASS: TestInspectCpusetInConfigPre120 (0.94s)
19:18:46 [2021-03-01T19:18:46.966Z] === RUN   TestIpcModeNone
19:18:48 [2021-03-01T19:18:48.000Z] --- PASS: TestIpcModeNone (1.03s)
19:18:48 [2021-03-01T19:18:48.000Z] === RUN   TestIpcModePrivate
19:18:48 [2021-03-01T19:18:48.368Z] .
19:18:48 [2021-03-01T19:18:48.368Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:18:48 [2021-03-01T19:18:48.368Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:18:48 [2021-03-01T19:18:48.368Z] Error: No such image: emptyfs
19:18:48 [2021-03-01T19:18:48.368Z] Running integration-test (iteration 1)
19:18:48 [2021-03-01T19:18:48.368Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
19:18:48 [2021-03-01T19:18:48.731Z] ok  	github.com/docker/docker/pkg/plugins	33.632s	coverage: 76.6% of statements
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/pkg/term	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/rootless	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/testutil/request	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/volume	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === Skipped
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     exec_linux_test.go:18: requires AppArmor to be enabled
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     exec_linux_test.go:38: requires AppArmor to be enabled
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver btrfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver btrfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver btrfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver btrfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver btrfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:73: No driver to put!
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z] time="2021-03-01T19:17:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z] time="2021-03-01T19:17:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z] time="2021-03-01T19:17:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z] time="2021-03-01T19:17:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z] time="2021-03-01T19:17:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:73: No driver to put!
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     overlay_test.go:49: Fails to compute changes intermittently
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     overlay_test.go:65: Cannot run test with naive change algorithm
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver zfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver zfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver zfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver zfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:46: Driver zfs not supported
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     graphtest_unix.go:73: No driver to put!
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
19:18:48 [2021-03-01T19:18:48.732Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] 
19:18:48 [2021-03-01T19:18:48.732Z] DONE 2244 tests, 26 skipped in 194.914s
Post stage
[Pipeline] junit
19:18:48 [2021-03-01T19:18:48.751Z] Recording test results
19:18:49 [2021-03-01T19:18:49.046Z] --- PASS: TestIpcModePrivate (0.97s)
19:18:49 [2021-03-01T19:18:49.046Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false
19:18:49 [2021-03-01T19:18:49.046Z] === RUN   TestIpcModeShareable
19:18:50 [2021-03-01T19:18:50.081Z] --- PASS: TestIpcModeShareable (0.96s)
19:18:50 [2021-03-01T19:18:50.081Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true
19:18:50 [2021-03-01T19:18:50.081Z] === RUN   TestAPIIpcModeShareableAndContainer
19:18:50 [2021-03-01T19:18:50.973Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:18:51 [2021-03-01T19:18:51.347Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -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:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh dynbinary test-integration
19:18:52 [2021-03-01T19:18:52.300Z] 
19:18:52 [2021-03-01T19:18:52.300Z] Removing bundles/
19:18:52 [2021-03-01T19:18:52.300Z] 
19:18:52 [2021-03-01T19:18:52.300Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:18:52 [2021-03-01T19:18:52.300Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:18:52 [2021-03-01T19:18:52.300Z] GOOS="" GOARCH="" GOARM=""
19:18:53 [2021-03-01T19:18:53.599Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.07s)
19:18:53 [2021-03-01T19:18:53.599Z] === RUN   TestAPIIpcModeHost
19:18:53 [2021-03-01T19:18:53.890Z] --- PASS: TestAPIIpcModeHost (0.68s)
19:18:53 [2021-03-01T19:18:53.890Z] === RUN   TestDaemonIpcModeShareable
19:18:55 [2021-03-01T19:18:55.963Z] --- PASS: TestDaemonIpcModeShareable (1.90s)
19:18:55 [2021-03-01T19:18:55.963Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
19:18:55 [2021-03-01T19:18:55.963Z] === RUN   TestDaemonIpcModePrivate
19:18:57 [2021-03-01T19:18:57.472Z] --- PASS: TestDaemonIpcModePrivate (1.80s)
19:18:57 [2021-03-01T19:18:57.472Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
19:18:57 [2021-03-01T19:18:57.472Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:18:57 [2021-03-01T19:18:57.974Z] Loaded image: buildpack-deps:buster
19:18:57 [2021-03-01T19:18:57.974Z] Loaded image: busybox:latest
19:18:58 [2021-03-01T19:18:58.230Z] Loaded image: busybox:glibc
19:18:59 [2021-03-01T19:18:59.539Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.77s)
19:18:59 [2021-03-01T19:18:59.539Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
19:18:59 [2021-03-01T19:18:59.539Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:19:00 [2021-03-01T19:19:00.749Z] Loaded image: debian:bullseye
19:19:00 [2021-03-01T19:19:00.749Z] Loaded image: hello-world:latest
19:19:00 [2021-03-01T19:19:00.749Z] Loaded image: arm32v7/hello-world:latest
19:19:00 [2021-03-01T19:19:00.749Z] INFO: Testing against a local daemon
19:19:00 [2021-03-01T19:19:00.749Z] === RUN   TestCgroupNamespacesBuild
19:19:01 [2021-03-01T19:19:01.048Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.88s)
19:19:01 [2021-03-01T19:19:01.048Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
19:19:01 [2021-03-01T19:19:01.048Z] === RUN   TestIpcModeOlderClient
19:19:01 [2021-03-01T19:19:01.048Z] === PAUSE TestIpcModeOlderClient
19:19:01 [2021-03-01T19:19:01.048Z] === RUN   TestKillContainerInvalidSignal
19:19:02 [2021-03-01T19:19:02.082Z] --- PASS: TestKillContainerInvalidSignal (0.87s)
19:19:02 [2021-03-01T19:19:02.082Z] === RUN   TestKillContainer
19:19:02 [2021-03-01T19:19:02.082Z] === RUN   TestKillContainer/no_signal
19:19:03 [2021-03-01T19:19:03.116Z] === RUN   TestKillContainer/non_killing_signal
19:19:03 [2021-03-01T19:19:03.212Z] Loaded image: buildpack-deps:buster
19:19:03 [2021-03-01T19:19:03.212Z] Loaded image: busybox:latest
19:19:03 [2021-03-01T19:19:03.212Z] Loaded image: busybox:glibc
19:19:03 [2021-03-01T19:19:03.408Z] === RUN   TestKillContainer/killing_signal
19:19:03 [2021-03-01T19:19:03.773Z] Loaded image: debian:bullseye
19:19:03 [2021-03-01T19:19:03.773Z] Loaded image: hello-world:latest
19:19:04 [2021-03-01T19:19:04.334Z] Loaded image: arm32v7/hello-world:latest
19:19:04 [2021-03-01T19:19:04.591Z] INFO: Testing against a local daemon
19:19:04 [2021-03-01T19:19:04.591Z] === RUN   TestCgroupNamespacesBuild
19:19:04 [2021-03-01T19:19:04.915Z] --- PASS: TestKillContainer (2.74s)
19:19:04 [2021-03-01T19:19:04.916Z]     --- PASS: TestKillContainer/no_signal (0.88s)
19:19:04 [2021-03-01T19:19:04.916Z]     --- PASS: TestKillContainer/non_killing_signal (0.56s)
19:19:04 [2021-03-01T19:19:04.916Z]     --- PASS: TestKillContainer/killing_signal (0.91s)
19:19:04 [2021-03-01T19:19:04.916Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:19:04 [2021-03-01T19:19:04.916Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:19:05 [2021-03-01T19:19:05.674Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
19:19:05 [2021-03-01T19:19:05.997Z] --- PASS: TestCgroupNamespacesBuild (4.67s)
19:19:05 [2021-03-01T19:19:05.997Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:19:06 [2021-03-01T19:19:06.506Z] --- PASS: TestCgroupNamespacesBuild (1.50s)
19:19:06 [2021-03-01T19:19:06.506Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:19:06 [2021-03-01T19:19:06.708Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.75s)
19:19:06 [2021-03-01T19:19:06.708Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.87s)
19:19:06 [2021-03-01T19:19:06.708Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.54s)
19:19:06 [2021-03-01T19:19:06.708Z] === RUN   TestKillStoppedContainer
19:19:06 [2021-03-01T19:19:06.708Z] --- PASS: TestKillStoppedContainer (0.08s)
19:19:06 [2021-03-01T19:19:06.708Z] === RUN   TestKillStoppedContainerAPIPre120
19:19:06 [2021-03-01T19:19:06.708Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s)
19:19:06 [2021-03-01T19:19:06.708Z] === RUN   TestKillDifferentUserContainer
19:19:07 [2021-03-01T19:19:07.362Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.21s)
19:19:07 [2021-03-01T19:19:07.362Z] === RUN   TestBuildWithSession
19:19:07 [2021-03-01T19:19:07.362Z] --- SKIP: TestBuildWithSession (0.00s)
19:19:07 [2021-03-01T19:19:07.362Z]     build_session_test.go:25: TODO: BuildKit
19:19:07 [2021-03-01T19:19:07.362Z] === RUN   TestBuildSquashParent
19:19:07 [2021-03-01T19:19:07.434Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.26s)
19:19:07 [2021-03-01T19:19:07.434Z] === RUN   TestBuildWithSession
19:19:07 [2021-03-01T19:19:07.434Z] --- SKIP: TestBuildWithSession (0.00s)
19:19:07 [2021-03-01T19:19:07.434Z]     build_session_test.go:25: TODO: BuildKit
19:19:07 [2021-03-01T19:19:07.434Z] === RUN   TestBuildSquashParent
19:19:07 [2021-03-01T19:19:07.744Z] --- PASS: TestKillDifferentUserContainer (0.90s)
19:19:07 [2021-03-01T19:19:07.744Z] === RUN   TestInspectOomKilledTrue
19:19:07 [2021-03-01T19:19:07.744Z] --- SKIP: TestInspectOomKilledTrue (0.01s)
19:19:07 [2021-03-01T19:19:07.744Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:19:07 [2021-03-01T19:19:07.744Z] === RUN   TestInspectOomKilledFalse
19:19:07 [2021-03-01T19:19:07.744Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
19:19:07 [2021-03-01T19:19:07.744Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:19:07 [2021-03-01T19:19:07.744Z] === RUN   TestLinksEtcHostsContentMatch
19:19:08 [2021-03-01T19:19:08.100Z] --- PASS: TestLinksEtcHostsContentMatch (0.63s)
19:19:08 [2021-03-01T19:19:08.100Z] === RUN   TestLinksContainerNames
19:19:10 [2021-03-01T19:19:10.321Z] --- PASS: TestLinksContainerNames (1.77s)
19:19:10 [2021-03-01T19:19:10.321Z] === RUN   TestLogsFollowTailEmpty
19:19:10 [2021-03-01T19:19:10.955Z] --- PASS: TestLogsFollowTailEmpty (0.90s)
19:19:10 [2021-03-01T19:19:10.955Z] === RUN   TestContainerNetworkMountsNoChown
19:19:11 [2021-03-01T19:19:11.601Z] --- PASS: TestBuildSquashParent (3.82s)
19:19:11 [2021-03-01T19:19:11.601Z] === RUN   TestBuildWithRemoveAndForceRemove
19:19:11 [2021-03-01T19:19:11.601Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:19:11 [2021-03-01T19:19:11.601Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:19:11 [2021-03-01T19:19:11.601Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:19:11 [2021-03-01T19:19:11.601Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:19:11 [2021-03-01T19:19:11.601Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:19:11 [2021-03-01T19:19:11.601Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:19:11 [2021-03-01T19:19:11.601Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:19:11 [2021-03-01T19:19:11.601Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:19:11 [2021-03-01T19:19:11.601Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:19:11 [2021-03-01T19:19:11.601Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:19:11 [2021-03-01T19:19:11.601Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:19:11 [2021-03-01T19:19:11.601Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:19:11 [2021-03-01T19:19:11.601Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:19:11 [2021-03-01T19:19:11.601Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:19:11 [2021-03-01T19:19:11.990Z] --- PASS: TestContainerNetworkMountsNoChown (0.89s)
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/default
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/default
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/private
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/private
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rprivate
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rprivate
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/slave
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/slave
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rslave
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rslave
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/shared
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/shared
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rshared
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rshared
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/default
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/default/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/default/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/default/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/rshared
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/shared
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/rslave
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/slave
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/rprivate
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/private
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/private/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/private/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/default/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:19:11 [2021-03-01T19:19:11.990Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:19:12 [2021-03-01T19:19:12.281Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:19:12 [2021-03-01T19:19:12.282Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:19:12 [2021-03-01T19:19:12.282Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:19:12 [2021-03-01T19:19:12.282Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:19:12 [2021-03-01T19:19:12.282Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:19:12 [2021-03-01T19:19:12.282Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:19:12 [2021-03-01T19:19:12.282Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:19:12 [2021-03-01T19:19:12.282Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:19:12 [2021-03-01T19:19:12.282Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:19:12 [2021-03-01T19:19:12.282Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:19:12 [2021-03-01T19:19:12.573Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:19:12 [2021-03-01T19:19:12.573Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:19:12 [2021-03-01T19:19:12.573Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:19:12 [2021-03-01T19:19:12.573Z] === CONT  TestMountDaemonRoot/private/bind_root
19:19:12 [2021-03-01T19:19:12.573Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:19:12 [2021-03-01T19:19:12.573Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:19:12 [2021-03-01T19:19:12.573Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:19:12 [2021-03-01T19:19:12.573Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:19:12 [2021-03-01T19:19:12.573Z] === CONT  TestMountDaemonRoot/private/mount_root
19:19:12 [2021-03-01T19:19:12.573Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:19:12 [2021-03-01T19:19:12.865Z] --- PASS: TestMountDaemonRoot (0.01s)
19:19:12 [2021-03-01T19:19:12.865Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.08s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.08s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
19:19:12 [2021-03-01T19:19:12.865Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s)
19:19:12 [2021-03-01T19:19:12.865Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.07s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
19:19:12 [2021-03-01T19:19:12.865Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.09s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s)
19:19:12 [2021-03-01T19:19:12.865Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
19:19:12 [2021-03-01T19:19:12.865Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
19:19:12 [2021-03-01T19:19:12.865Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
19:19:12 [2021-03-01T19:19:12.865Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s)
19:19:12 [2021-03-01T19:19:12.865Z] === RUN   TestContainerBindMountNonRecursive
19:19:12 [2021-03-01T19:19:12.966Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:19:13 [2021-03-01T19:19:13.227Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:19:14 [2021-03-01T19:19:14.593Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:19:14 [2021-03-01T19:19:14.850Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:19:14 [2021-03-01T19:19:14.936Z] --- PASS: TestContainerBindMountNonRecursive (2.08s)
19:19:14 [2021-03-01T19:19:14.936Z] === RUN   TestContainerVolumesMountedAsShared
19:19:15 [2021-03-01T19:19:15.445Z] --- PASS: TestBuildSquashParent (6.86s)
19:19:15 [2021-03-01T19:19:15.445Z] === RUN   TestBuildWithRemoveAndForceRemove
19:19:15 [2021-03-01T19:19:15.445Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:19:15 [2021-03-01T19:19:15.445Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:19:15 [2021-03-01T19:19:15.445Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:19:15 [2021-03-01T19:19:15.445Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:19:15 [2021-03-01T19:19:15.445Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:19:15 [2021-03-01T19:19:15.445Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:19:15 [2021-03-01T19:19:15.445Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:19:15 [2021-03-01T19:19:15.445Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:19:15 [2021-03-01T19:19:15.445Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:19:15 [2021-03-01T19:19:15.445Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:19:15 [2021-03-01T19:19:15.445Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:19:15 [2021-03-01T19:19:15.445Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:19:15 [2021-03-01T19:19:15.445Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:19:15 [2021-03-01T19:19:15.445Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:19:15 [2021-03-01T19:19:15.570Z] --- PASS: TestContainerVolumesMountedAsShared (0.81s)
19:19:15 [2021-03-01T19:19:15.570Z] === RUN   TestContainerVolumesMountedAsSlave
19:19:15 [2021-03-01T19:19:15.702Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:19:15 [2021-03-01T19:19:15.702Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:19:16 [2021-03-01T19:19:16.242Z] --- PASS: TestContainerVolumesMountedAsSlave (0.70s)
19:19:16 [2021-03-01T19:19:16.242Z] === RUN   TestNetworkNat
19:19:16 [2021-03-01T19:19:16.738Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
19:19:16 [2021-03-01T19:19:16.738Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.67s)
19:19:16 [2021-03-01T19:19:16.738Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.00s)
19:19:16 [2021-03-01T19:19:16.738Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.58s)
19:19:16 [2021-03-01T19:19:16.738Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.67s)
19:19:16 [2021-03-01T19:19:16.738Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.68s)
19:19:16 [2021-03-01T19:19:16.738Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.62s)
19:19:16 [2021-03-01T19:19:16.738Z] === RUN   TestBuildMultiStageCopy
19:19:16 [2021-03-01T19:19:16.738Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:19:17 [2021-03-01T19:19:17.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:19:17 [2021-03-01T19:19:17.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:19:17 [2021-03-01T19:19:17.279Z] --- PASS: TestNetworkNat (0.95s)
19:19:17 [2021-03-01T19:19:17.279Z] === RUN   TestNetworkLocalhostTCPNat
19:19:18 [2021-03-01T19:19:18.105Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:19:18 [2021-03-01T19:19:18.105Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:19:18 [2021-03-01T19:19:18.220Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:19:18 [2021-03-01T19:19:18.220Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:19:18 [2021-03-01T19:19:18.314Z] --- PASS: TestNetworkLocalhostTCPNat (0.92s)
19:19:18 [2021-03-01T19:19:18.314Z] === RUN   TestNetworkLoopbackNat
19:19:18 [2021-03-01T19:19:18.361Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:19:18 [2021-03-01T19:19:18.618Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:19:18 [2021-03-01T19:19:18.874Z] --- PASS: TestBuildMultiStageCopy (2.33s)
19:19:18 [2021-03-01T19:19:18.874Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.41s)
19:19:18 [2021-03-01T19:19:18.874Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s)
19:19:18 [2021-03-01T19:19:18.874Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
19:19:18 [2021-03-01T19:19:18.874Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
19:19:18 [2021-03-01T19:19:18.874Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s)
19:19:18 [2021-03-01T19:19:18.874Z] === RUN   TestBuildMultiStageParentConfig
19:19:19 [2021-03-01T19:19:19.493Z] --- PASS: TestBuildMultiStageParentConfig (0.63s)
19:19:19 [2021-03-01T19:19:19.493Z] === RUN   TestBuildLabelWithTargets
19:19:19 [2021-03-01T19:19:19.731Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:19:19 [2021-03-01T19:19:19.731Z] 
19:19:19 [2021-03-01T19:19:19.731Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
19:19:19 [2021-03-01T19:19:19.731Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
19:19:19 [2021-03-01T19:19:19.731Z] Using test binary docker
19:19:19 [2021-03-01T19:19:19.731Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:19:19 [2021-03-01T19:19:19.731Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:19:19 [2021-03-01T19:19:19.731Z] INFO: Waiting for daemon to start...
19:19:19 [2021-03-01T19:19:19.731Z] Starting dockerd
19:19:19 [2021-03-01T19:19:19.731Z] .
19:19:19 [2021-03-01T19:19:19.731Z] INFO: Building docker-sdk-python3:4.4.1...
19:19:20 [2021-03-01T19:19:20.109Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
19:19:20 [2021-03-01T19:19:20.109Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.35s)
19:19:20 [2021-03-01T19:19:20.109Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.42s)
19:19:20 [2021-03-01T19:19:20.109Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.00s)
19:19:20 [2021-03-01T19:19:20.109Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.14s)
19:19:20 [2021-03-01T19:19:20.109Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.17s)
19:19:20 [2021-03-01T19:19:20.109Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.13s)
19:19:20 [2021-03-01T19:19:20.109Z] === RUN   TestBuildMultiStageCopy
19:19:20 [2021-03-01T19:19:20.109Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:19:20 [2021-03-01T19:19:20.421Z] --- PASS: TestBuildLabelWithTargets (1.00s)
19:19:20 [2021-03-01T19:19:20.421Z] === RUN   TestBuildWithEmptyLayers
19:19:20 [2021-03-01T19:19:20.984Z] --- PASS: TestBuildWithEmptyLayers (0.49s)
19:19:20 [2021-03-01T19:19:20.984Z] === RUN   TestBuildMultiStageOnBuild
19:19:21 [2021-03-01T19:19:21.961Z] --- PASS: TestNetworkLoopbackNat (3.26s)
19:19:21 [2021-03-01T19:19:21.961Z] === RUN   TestPause
19:19:22 [2021-03-01T19:19:22.257Z] --- PASS: TestPause (0.93s)
19:19:22 [2021-03-01T19:19:22.257Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:19:22 [2021-03-01T19:19:22.257Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:19:22 [2021-03-01T19:19:22.257Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:19:22 [2021-03-01T19:19:22.257Z] === RUN   TestPauseStopPausedContainer
19:19:22 [2021-03-01T19:19:22.871Z] --- PASS: TestBuildMultiStageOnBuild (1.69s)
19:19:22 [2021-03-01T19:19:22.871Z] === RUN   TestBuildUncleanTarFilenames
19:19:23 [2021-03-01T19:19:23.305Z] --- PASS: TestPauseStopPausedContainer (0.88s)
19:19:23 [2021-03-01T19:19:23.305Z] === RUN   TestPsFilter
19:19:23 [2021-03-01T19:19:23.375Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:19:23 [2021-03-01T19:19:23.435Z] --- PASS: TestBuildUncleanTarFilenames (0.67s)
19:19:23 [2021-03-01T19:19:23.435Z] === RUN   TestBuildMultiStageLayerLeak
19:19:23 [2021-03-01T19:19:23.671Z] --- PASS: TestPsFilter (0.35s)
19:19:23 [2021-03-01T19:19:23.671Z] === RUN   TestRemoveContainerWithRemovedVolume
19:19:24 [2021-03-01T19:19:24.301Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:19:24 [2021-03-01T19:19:24.774Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.93s)
19:19:24 [2021-03-01T19:19:24.774Z] === RUN   TestRemoveContainerWithVolume
19:19:25 [2021-03-01T19:19:25.229Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:19:25 [2021-03-01T19:19:25.327Z] --- PASS: TestBuildMultiStageLayerLeak (1.83s)
19:19:25 [2021-03-01T19:19:25.327Z] === RUN   TestBuildWithHugeFile
19:19:25 [2021-03-01T19:19:25.408Z] --- PASS: TestRemoveContainerWithVolume (0.93s)
19:19:25 [2021-03-01T19:19:25.408Z] === RUN   TestRemoveContainerRunning
19:19:26 [2021-03-01T19:19:26.157Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:19:26 [2021-03-01T19:19:26.477Z] --- PASS: TestRemoveContainerRunning (0.88s)
19:19:26 [2021-03-01T19:19:26.477Z] === RUN   TestRemoveContainerForceRemoveRunning
19:19:27 [2021-03-01T19:19:27.084Z] --- PASS: TestBuildMultiStageCopy (7.24s)
19:19:27 [2021-03-01T19:19:27.084Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.24s)
19:19:27 [2021-03-01T19:19:27.084Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
19:19:27 [2021-03-01T19:19:27.084Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.01s)
19:19:27 [2021-03-01T19:19:27.084Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.99s)
19:19:27 [2021-03-01T19:19:27.084Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
19:19:27 [2021-03-01T19:19:27.084Z] === RUN   TestBuildMultiStageParentConfig
19:19:27 [2021-03-01T19:19:27.110Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.89s)
19:19:27 [2021-03-01T19:19:27.110Z] === RUN   TestRemoveInvalidContainer
19:19:27 [2021-03-01T19:19:27.110Z] --- PASS: TestRemoveInvalidContainer (0.01s)
19:19:27 [2021-03-01T19:19:27.110Z] === RUN   TestRenameLinkedContainer
19:19:31 [2021-03-01T19:19:31.654Z] --- PASS: TestRenameLinkedContainer (3.71s)
19:19:31 [2021-03-01T19:19:31.654Z] === RUN   TestRenameStoppedContainer
19:19:31 [2021-03-01T19:19:31.946Z] --- PASS: TestRenameStoppedContainer (0.95s)
19:19:31 [2021-03-01T19:19:31.946Z] === RUN   TestRenameRunningContainerAndReuse
19:19:32 [2021-03-01T19:19:32.327Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
19:19:32 [2021-03-01T19:19:32.327Z] === RUN   TestBuildLabelWithTargets
19:19:34 [2021-03-01T19:19:34.014Z] --- PASS: TestRenameRunningContainerAndReuse (1.86s)
19:19:34 [2021-03-01T19:19:34.014Z] === RUN   TestRenameInvalidName
19:19:34 [2021-03-01T19:19:34.647Z] --- PASS: TestRenameInvalidName (0.94s)
19:19:34 [2021-03-01T19:19:34.647Z] === RUN   TestRenameAnonymousContainer
19:19:40 [2021-03-01T19:19:40.213Z] --- PASS: TestRenameAnonymousContainer (5.00s)
19:19:40 [2021-03-01T19:19:40.213Z] === RUN   TestRenameContainerWithSameName
19:19:40 [2021-03-01T19:19:40.410Z] --- PASS: TestBuildLabelWithTargets (8.00s)
19:19:40 [2021-03-01T19:19:40.410Z] === RUN   TestBuildWithEmptyLayers
19:19:40 [2021-03-01T19:19:40.846Z] --- PASS: TestRenameContainerWithSameName (0.96s)
19:19:40 [2021-03-01T19:19:40.846Z] === RUN   TestRenameContainerWithLinkedContainer
19:19:42 [2021-03-01T19:19:42.354Z] --- PASS: TestRenameContainerWithLinkedContainer (1.75s)
19:19:42 [2021-03-01T19:19:42.354Z] === RUN   TestResize
19:19:43 [2021-03-01T19:19:43.394Z] --- PASS: TestResize (0.93s)
19:19:43 [2021-03-01T19:19:43.394Z] === RUN   TestResizeWithInvalidSize
19:19:43 [2021-03-01T19:19:43.676Z] --- PASS: TestBuildWithEmptyLayers (3.00s)
19:19:43 [2021-03-01T19:19:43.676Z] === RUN   TestBuildMultiStageOnBuild
19:19:44 [2021-03-01T19:19:44.428Z] --- PASS: TestResizeWithInvalidSize (0.89s)
19:19:44 [2021-03-01T19:19:44.428Z] === RUN   TestResizeWhenContainerNotStarted
19:19:45 [2021-03-01T19:19:45.061Z] --- PASS: TestResizeWhenContainerNotStarted (0.87s)
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:19:45 [2021-03-01T19:19:45.061Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:19:47 [2021-03-01T19:19:47.790Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:19:47 [2021-03-01T19:19:47.790Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:19:48 [2021-03-01T19:19:48.963Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
19:19:48 [2021-03-01T19:19:48.964Z] === RUN   TestBuildUncleanTarFilenames
19:19:48 [2021-03-01T19:19:48.964Z] --- PASS: TestBuildUncleanTarFilenames (0.68s)
19:19:48 [2021-03-01T19:19:48.964Z] === RUN   TestBuildMultiStageLayerLeak
19:19:49 [2021-03-01T19:19:49.298Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:19:49 [2021-03-01T19:19:49.298Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:19:49 [2021-03-01T19:19:49.974Z] Removing intermediate container c2e94eeeec5f
19:19:49 [2021-03-01T19:19:49.974Z]  ---> 701ed2893531
19:19:49 [2021-03-01T19:19:49.974Z] 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
19:19:49 [2021-03-01T19:19:49.974Z]  ---> Running in d343a0cc4655
19:19:50 [2021-03-01T19:19:50.374Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:19:50 [2021-03-01T19:19:50.665Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:19:51 [2021-03-01T19:19:51.523Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
19:19:51 [2021-03-01T19:19:51.984Z] go: finding gotest.tools/gotestsum v0.5.3
19:19:51 [2021-03-01T19:19:51.984Z] go: finding gotest.tools v0.5.3
19:19:51 [2021-03-01T19:19:51.984Z] go: downloading gotest.tools/gotestsum v0.5.3
19:19:52 [2021-03-01T19:19:52.735Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:19:52 [2021-03-01T19:19:52.735Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:19:52 [2021-03-01T19:19:52.955Z] go: extracting gotest.tools/gotestsum v0.5.3
19:19:52 [2021-03-01T19:19:52.955Z] go: downloading github.com/spf13/pflag v1.0.3
19:19:52 [2021-03-01T19:19:52.955Z] go: downloading github.com/fatih/color v1.9.0
19:19:52 [2021-03-01T19:19:52.955Z] go: extracting github.com/spf13/pflag v1.0.3
19:19:52 [2021-03-01T19:19:52.955Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:19:52 [2021-03-01T19:19:52.955Z] go: downloading github.com/jonboulle/clockwork v0.1.0
19:19:52 [2021-03-01T19:19:52.955Z] go: extracting github.com/fatih/color v1.9.0
19:19:53 [2021-03-01T19:19:53.171Z] --- PASS: TestBuildMultiStageLayerLeak (4.32s)
19:19:53 [2021-03-01T19:19:53.171Z] === RUN   TestBuildWithHugeFile
19:19:53 [2021-03-01T19:19:53.416Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:19:53 [2021-03-01T19:19:53.416Z] go: extracting github.com/jonboulle/clockwork v0.1.0
19:19:53 [2021-03-01T19:19:53.416Z] go: downloading github.com/mattn/go-colorable v0.1.6
19:19:53 [2021-03-01T19:19:53.416Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:19:53 [2021-03-01T19:19:53.416Z] go: extracting github.com/mattn/go-colorable v0.1.6
19:19:53 [2021-03-01T19:19:53.416Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:19:53 [2021-03-01T19:19:53.416Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:19:53 [2021-03-01T19:19:53.416Z] go: downloading github.com/pkg/errors v0.9.1
19:19:53 [2021-03-01T19:19:53.416Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:19:53 [2021-03-01T19:19:53.416Z] go: downloading github.com/mattn/go-isatty v0.0.12
19:19:53 [2021-03-01T19:19:53.416Z] go: extracting github.com/pkg/errors v0.9.1
19:19:53 [2021-03-01T19:19:53.416Z] go: extracting github.com/mattn/go-isatty v0.0.12
19:19:53 [2021-03-01T19:19:53.416Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:19:53 [2021-03-01T19:19:53.416Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:19:53 [2021-03-01T19:19:53.878Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:19:53 [2021-03-01T19:19:53.878Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:19:54 [2021-03-01T19:19:54.852Z] go: finding github.com/fatih/color v1.9.0
19:19:54 [2021-03-01T19:19:54.852Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
19:19:54 [2021-03-01T19:19:54.852Z] go: finding github.com/pkg/errors v0.9.1
19:19:54 [2021-03-01T19:19:54.852Z] go: finding github.com/spf13/pflag v1.0.3
19:19:54 [2021-03-01T19:19:54.852Z] go: finding github.com/mattn/go-colorable v0.1.6
19:19:54 [2021-03-01T19:19:54.852Z] go: finding github.com/mattn/go-isatty v0.0.12
19:19:54 [2021-03-01T19:19:54.852Z] go: finding github.com/jonboulle/clockwork v0.1.0
19:19:54 [2021-03-01T19:19:54.852Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
19:19:54 [2021-03-01T19:19:54.852Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
19:19:54 [2021-03-01T19:19:54.852Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
19:19:54 [2021-03-01T19:19:54.852Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
19:19:56 [2021-03-01T19:19:56.252Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:19:56 [2021-03-01T19:19:56.252Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:19:58 [2021-03-01T19:19:58.326Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.41s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.43s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.49s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.51s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.48s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.51s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.30s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.31s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.96s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.09s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.30s)
19:19:58 [2021-03-01T19:19:58.326Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.35s)
19:19:58 [2021-03-01T19:19:58.326Z] === RUN   TestCgroupNamespacesRun
19:19:58 [2021-03-01T19:19:58.458Z] sha256:73d493a3fe0541505ed8a67911954dc317a97f5f150861faeabe4eca4b7769af
19:19:58 [2021-03-01T19:19:58.458Z] INFO: Starting docker-py tests...
19:19:58 [2021-03-01T19:19:58.458Z] ============================= test session starts ==============================
19:19:58 [2021-03-01T19:19:58.458Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
19:19:58 [2021-03-01T19:19:58.458Z] rootdir: /src, inifile: pytest.ini
19:19:58 [2021-03-01T19:19:58.458Z] plugins: timeout-1.3.3, cov-2.6.1
19:19:58 [2021-03-01T19:19:58.600Z] INFO: Build done for gotestsum...
19:19:59 [2021-03-01T19:19:59.027Z] collected 389 items / 1 deselected / 388 selected
19:19:59 [2021-03-01T19:19:59.027Z] 
19:20:00 [2021-03-01T19:20:00.396Z] --- PASS: TestCgroupNamespacesRun (1.86s)
19:20:00 [2021-03-01T19:20:00.396Z] === RUN   TestCgroupNamespacesRunPrivileged
19:20:01 [2021-03-01T19:20:01.906Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.74s)
19:20:01 [2021-03-01T19:20:01.906Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:20:03 [2021-03-01T19:20:03.646Z] ok  	github.com/docker/docker/api/server/httputils	0.009s	coverage: 14.7% of statements
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ok  	github.com/docker/docker/api/server/middleware	0.007s	coverage: 37.7% of statements
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ok  	github.com/docker/docker/api/types/strslice	0.012s	coverage: 90.0% of statements
19:20:03 [2021-03-01T19:20:03.646Z] ok  	github.com/docker/docker/api/types/filters	0.008s	coverage: 92.2% of statements
19:20:03 [2021-03-01T19:20:03.646Z] ok  	github.com/docker/docker/api/types/time	0.013s	coverage: 100.0% of statements
19:20:03 [2021-03-01T19:20:03.646Z] ok  	github.com/docker/docker/api/server/router/swarm	0.023s	coverage: 5.7% of statements
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/container	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/events	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/image	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/network	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ok  	github.com/docker/docker/api/types/versions	0.006s	coverage: 75.0% of statements
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/builder	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
19:20:03 [2021-03-01T19:20:03.646Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
19:20:03 [2021-03-01T19:20:03.970Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.84s)
19:20:03 [2021-03-01T19:20:03.970Z] === RUN   TestCgroupNamespacesRunHostMode
19:20:05 [2021-03-01T19:20:05.182Z] ok  	github.com/docker/docker/cli/debug	0.004s	coverage: 100.0% of statements
19:20:05 [2021-03-01T19:20:05.475Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s)
19:20:05 [2021-03-01T19:20:05.475Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:20:07 [2021-03-01T19:20:07.308Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.017s	coverage: 86.3% of statements
19:20:07 [2021-03-01T19:20:07.539Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.82s)
19:20:07 [2021-03-01T19:20:07.539Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:20:08 [2021-03-01T19:20:08.848Z] ok  	github.com/docker/docker/builder/remotecontext	0.474s	coverage: 13.7% of statements
19:20:09 [2021-03-01T19:20:09.045Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.68s)
19:20:09 [2021-03-01T19:20:09.045Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:20:09 [2021-03-01T19:20:09.687Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.86s)
19:20:09 [2021-03-01T19:20:09.687Z] === RUN   TestCgroupNamespacesRunOlderClient
19:20:10 [2021-03-01T19:20:10.393Z] ok  	github.com/docker/docker/builder/dockerfile	1.271s	coverage: 48.3% of statements
19:20:10 [2021-03-01T19:20:10.394Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
19:20:10 [2021-03-01T19:20:10.394Z] ?   	github.com/docker/docker/cli	[no test files]
19:20:10 [2021-03-01T19:20:10.394Z] ?   	github.com/docker/docker/cli/config	[no test files]
19:20:11 [2021-03-01T19:20:11.002Z] Removing intermediate container d343a0cc4655
19:20:11 [2021-03-01T19:20:11.002Z]  ---> b98b9b4e3c33
19:20:11 [2021-03-01T19:20:11.002Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
19:20:11 [2021-03-01T19:20:11.002Z]  ---> Running in b180f0bb8624
19:20:11 [2021-03-01T19:20:11.002Z] Removing intermediate container b180f0bb8624
19:20:11 [2021-03-01T19:20:11.002Z]  ---> c477697bea70
19:20:11 [2021-03-01T19:20:11.002Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
19:20:11 [2021-03-01T19:20:11.002Z]  ---> Running in 119808bd4ba5
19:20:11 [2021-03-01T19:20:11.753Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.89s)
19:20:11 [2021-03-01T19:20:11.753Z] === RUN   TestKernelTCPMemory
19:20:11 [2021-03-01T19:20:11.973Z] Removing intermediate container 119808bd4ba5
19:20:11 [2021-03-01T19:20:11.973Z]  ---> 09578532fb4d
19:20:11 [2021-03-01T19:20:11.973Z] Step 10/10 : COPY . .
19:20:12 [2021-03-01T19:20:12.817Z] --- PASS: TestKernelTCPMemory (1.01s)
19:20:12 [2021-03-01T19:20:12.817Z] === RUN   TestNISDomainname
19:20:13 [2021-03-01T19:20:13.850Z] --- PASS: TestNISDomainname (1.09s)
19:20:13 [2021-03-01T19:20:13.851Z] === RUN   TestHostnameDnsResolution
19:20:13 [2021-03-01T19:20:13.880Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:20:13 [2021-03-01T19:20:13.880Z] 
19:20:13 [2021-03-01T19:20:13.880Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:20:13 [2021-03-01T19:20:13.880Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:20:13 [2021-03-01T19:20:13.881Z] HOSTNAME=36c10c813819
19:20:13 [2021-03-01T19:20:13.881Z] TESTDEBUG=0
19:20:13 [2021-03-01T19:20:13.881Z] DEST=bundles/test-integration
19:20:13 [2021-03-01T19:20:13.881Z] PWD=/go/src/github.com/docker/docker
19:20:13 [2021-03-01T19:20:13.881Z] DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36
19:20:13 [2021-03-01T19:20:13.881Z] container=docker
19:20:13 [2021-03-01T19:20:13.881Z] HOME=/root
19:20:13 [2021-03-01T19:20:13.881Z] GOLANG_VERSION=1.13.15
19:20:13 [2021-03-01T19:20:13.881Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:20:13 [2021-03-01T19:20:13.881Z] VALIDATE_BRANCH=master
19:20:13 [2021-03-01T19:20:13.881Z] TERM=xterm
19:20:13 [2021-03-01T19:20:13.881Z] DOCKER_PKG=github.com/docker/docker
19:20:13 [2021-03-01T19:20:13.881Z] SHLVL=1
19:20:13 [2021-03-01T19:20:13.881Z] TIMEOUT=120m
19:20:13 [2021-03-01T19:20:13.881Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:20:13 [2021-03-01T19:20:13.881Z] DOCKER_GRAPHDRIVER=overlay2
19:20:13 [2021-03-01T19:20:13.881Z] GO111MODULE=off
19:20:13 [2021-03-01T19:20:13.881Z] DOCKER_EXPERIMENTAL=1
19:20:13 [2021-03-01T19:20:13.881Z] TEST_SKIP_INTEGRATION_CLI=1
19:20:13 [2021-03-01T19:20:13.881Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:20:13 [2021-03-01T19:20:13.881Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:20:13 [2021-03-01T19:20:13.881Z] GOPATH=/go
19:20:13 [2021-03-01T19:20:13.881Z] PKG_CONFIG=pkg-config
19:20:13 [2021-03-01T19:20:13.881Z] _=/usr/bin/env
19:20:13 [2021-03-01T19:20:13.881Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:20:13 [2021-03-01T19:20:13.972Z] ok  	github.com/docker/docker/client	0.501s	coverage: 75.4% of statements
19:20:15 [2021-03-01T19:20:15.915Z] --- PASS: TestHostnameDnsResolution (1.73s)
19:20:15 [2021-03-01T19:20:15.915Z] === RUN   TestStats
19:20:16 [2021-03-01T19:20:16.773Z] tests/integration/api_build_test.py .......................X             [  6%]
19:20:17 [2021-03-01T19:20:17.340Z] tests/integration/api_client_test.py .....                               [  7%]
19:20:18 [2021-03-01T19:20:18.643Z] --- PASS: TestStats (2.97s)
19:20:18 [2021-03-01T19:20:18.643Z] === RUN   TestStopContainerWithTimeout
19:20:18 [2021-03-01T19:20:18.643Z] === RUN   TestStopContainerWithTimeout/0
19:20:18 [2021-03-01T19:20:18.643Z] === PAUSE TestStopContainerWithTimeout/0
19:20:18 [2021-03-01T19:20:18.643Z] === RUN   TestStopContainerWithTimeout/1
19:20:18 [2021-03-01T19:20:18.643Z] === PAUSE TestStopContainerWithTimeout/1
19:20:18 [2021-03-01T19:20:18.643Z] === RUN   TestStopContainerWithTimeout/3
19:20:18 [2021-03-01T19:20:18.643Z] === PAUSE TestStopContainerWithTimeout/3
19:20:18 [2021-03-01T19:20:18.643Z] === RUN   TestStopContainerWithTimeout/-1
19:20:18 [2021-03-01T19:20:18.643Z] === PAUSE TestStopContainerWithTimeout/-1
19:20:18 [2021-03-01T19:20:18.643Z] === CONT  TestStopContainerWithTimeout/0
19:20:18 [2021-03-01T19:20:18.643Z] === CONT  TestStopContainerWithTimeout/3
19:20:19 [2021-03-01T19:20:19.102Z] tests/integration/api_config_test.py .....                               [  8%]
19:20:19 [2021-03-01T19:20:19.676Z] === CONT  TestStopContainerWithTimeout/-1
19:20:21 [2021-03-01T19:20:21.540Z] --- PASS: TestBuildWithHugeFile (52.69s)
19:20:21 [2021-03-01T19:20:21.540Z] === RUN   TestBuildWCOWSandboxSize
19:20:21 [2021-03-01T19:20:21.540Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
19:20:21 [2021-03-01T19:20:21.540Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:20:21 [2021-03-01T19:20:21.540Z] === RUN   TestBuildWithEmptyDockerfile
19:20:21 [2021-03-01T19:20:21.540Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:20:21 [2021-03-01T19:20:21.540Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:20:21 [2021-03-01T19:20:21.540Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:20:21 [2021-03-01T19:20:21.540Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:20:21 [2021-03-01T19:20:21.540Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:20:21 [2021-03-01T19:20:21.540Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:20:21 [2021-03-01T19:20:21.540Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:20:21 [2021-03-01T19:20:21.540Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:20:21 [2021-03-01T19:20:21.540Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:20:21 [2021-03-01T19:20:21.540Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s)
19:20:21 [2021-03-01T19:20:21.540Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s)
19:20:21 [2021-03-01T19:20:21.540Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s)
19:20:21 [2021-03-01T19:20:21.540Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s)
19:20:21 [2021-03-01T19:20:21.540Z] === RUN   TestBuildPreserveOwnership
19:20:21 [2021-03-01T19:20:21.540Z] === RUN   TestBuildPreserveOwnership/copy_from
19:20:21 [2021-03-01T19:20:21.540Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:20:21 [2021-03-01T19:20:21.747Z] === CONT  TestStopContainerWithTimeout/1
19:20:22 [2021-03-01T19:20:22.100Z] --- PASS: TestBuildPreserveOwnership (3.70s)
19:20:22 [2021-03-01T19:20:22.100Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.48s)
19:20:22 [2021-03-01T19:20:22.100Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.20s)
19:20:22 [2021-03-01T19:20:22.100Z] === RUN   TestBuildPlatformInvalid
19:20:22 [2021-03-01T19:20:22.100Z] --- PASS: TestBuildPlatformInvalid (0.09s)
19:20:22 [2021-03-01T19:20:22.100Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:20:23 [2021-03-01T19:20:23.809Z] --- PASS: TestStopContainerWithTimeout (0.01s)
19:20:23 [2021-03-01T19:20:23.809Z]     --- PASS: TestStopContainerWithTimeout/0 (1.02s)
19:20:23 [2021-03-01T19:20:23.810Z]     --- PASS: TestStopContainerWithTimeout/3 (2.97s)
19:20:23 [2021-03-01T19:20:23.810Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.86s)
19:20:23 [2021-03-01T19:20:23.810Z]     --- PASS: TestStopContainerWithTimeout/1 (1.91s)
19:20:23 [2021-03-01T19:20:23.810Z] === RUN   TestDeleteDevicemapper
19:20:23 [2021-03-01T19:20:23.810Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:20:23 [2021-03-01T19:20:23.810Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:20:23 [2021-03-01T19:20:23.810Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:20:25 [2021-03-01T19:20:25.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:20:27 [2021-03-01T19:20:27.427Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.48s)
19:20:27 [2021-03-01T19:20:27.427Z] === RUN   TestUpdateMemory
19:20:27 [2021-03-01T19:20:27.427Z] --- SKIP: TestUpdateMemory (0.00s)
19:20:27 [2021-03-01T19:20:27.427Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
19:20:27 [2021-03-01T19:20:27.427Z] === RUN   TestUpdateCPUQuota
19:20:28 [2021-03-01T19:20:28.461Z] --- PASS: TestUpdateCPUQuota (1.32s)
19:20:28 [2021-03-01T19:20:28.461Z] === RUN   TestUpdatePidsLimit
19:20:28 [2021-03-01T19:20:28.461Z] === RUN   TestUpdatePidsLimit/update_from_none
19:20:28 [2021-03-01T19:20:28.461Z] === RUN   TestUpdatePidsLimit/no_change
19:20:29 [2021-03-01T19:20:29.094Z] === RUN   TestUpdatePidsLimit/update_lower
19:20:29 [2021-03-01T19:20:29.385Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
19:20:29 [2021-03-01T19:20:29.676Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
19:20:29 [2021-03-01T19:20:29.968Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
19:20:30 [2021-03-01T19:20:30.602Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
19:20:32 [2021-03-01T19:20:32.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:20:32 [2021-03-01T19:20:32.112Z] --- PASS: TestUpdatePidsLimit (3.58s)
19:20:32 [2021-03-01T19:20:32.112Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.36s)
19:20:32 [2021-03-01T19:20:32.112Z]     --- PASS: TestUpdatePidsLimit/no_change (0.36s)
19:20:32 [2021-03-01T19:20:32.112Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.39s)
19:20:32 [2021-03-01T19:20:32.112Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s)
19:20:32 [2021-03-01T19:20:32.112Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s)
19:20:32 [2021-03-01T19:20:32.112Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s)
19:20:32 [2021-03-01T19:20:32.112Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s)
19:20:32 [2021-03-01T19:20:32.112Z] === RUN   TestUpdateRestartPolicy
19:20:32 [2021-03-01T19:20:32.638Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:20:36 [2021-03-01T19:20:36.937Z] Loaded image: buildpack-deps:buster
19:20:36 [2021-03-01T19:20:36.937Z] Loaded image: busybox:latest
19:20:36 [2021-03-01T19:20:36.937Z] Loaded image: busybox:glibc
19:20:37 [2021-03-01T19:20:37.498Z] Loaded image: debian:bullseye
19:20:37 [2021-03-01T19:20:37.589Z]  ---> 8de6c32ce778
19:20:37 [2021-03-01T19:20:37.589Z] Successfully built 8de6c32ce778
19:20:37 [2021-03-01T19:20:37.589Z] Successfully tagged docker:latest
19:20:37 [2021-03-01T19:20:37.589Z] INFO: Image build ended at 03/01/2021 19:20:34. Duration:00:02:56.4836204
19:20:37 [2021-03-01T19:20:37.589Z] 
19:20:37 [2021-03-01T19:20:37.589Z] 
19:20:37 [2021-03-01T19:20:37.589Z] INFO: Building the test binaries at 03/01/2021 19:20:34...
19:20:37 [2021-03-01T19:20:37.753Z] Loaded image: hello-world:latest
19:20:37 [2021-03-01T19:20:37.754Z] Loaded image: arm32v7/hello-world:latest
19:20:39 [2021-03-01T19:20:39.129Z] INFO: make.ps1 starting at 03/01/2021 19:20:38
19:20:39 [2021-03-01T19:20:39.129Z] INFO: Git commit (5542f13c1a) assumed from DOCKER_GITCOMMIT environment variable
19:20:39 [2021-03-01T19:20:39.589Z] INFO: Invoking autogen...
19:20:40 [2021-03-01T19:20:40.051Z] INFO: Building daemon...
19:20:44 [2021-03-01T19:20:44.740Z] --- PASS: TestUpdateRestartPolicy (13.04s)
19:20:44 [2021-03-01T19:20:44.740Z] === RUN   TestUpdateRestartWithAutoRemove
19:20:45 [2021-03-01T19:20:45.776Z] --- PASS: TestUpdateRestartWithAutoRemove (0.91s)
19:20:45 [2021-03-01T19:20:45.776Z] === RUN   TestWaitNonBlocked
19:20:45 [2021-03-01T19:20:45.776Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:20:45 [2021-03-01T19:20:45.776Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:20:45 [2021-03-01T19:20:45.776Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:20:45 [2021-03-01T19:20:45.776Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:20:45 [2021-03-01T19:20:45.776Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:20:45 [2021-03-01T19:20:45.776Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:20:45 [2021-03-01T19:20:45.833Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.92s)
19:20:45 [2021-03-01T19:20:45.833Z] PASS
19:20:45 [2021-03-01T19:20:45.833Z] 
19:20:45 [2021-03-01T19:20:45.833Z] === Skipped
19:20:45 [2021-03-01T19:20:45.833Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
19:20:45 [2021-03-01T19:20:45.833Z]     build_session_test.go:25: TODO: BuildKit
19:20:45 [2021-03-01T19:20:45.833Z] 
19:20:45 [2021-03-01T19:20:45.833Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
19:20:45 [2021-03-01T19:20:45.833Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:20:45 [2021-03-01T19:20:45.833Z] 
19:20:45 [2021-03-01T19:20:45.833Z] 
19:20:45 [2021-03-01T19:20:45.833Z] DONE 34 tests, 2 skipped in 116.888s
19:20:45 [2021-03-01T19:20:45.833Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
19:20:45 [2021-03-01T19:20:45.833Z] INFO: Testing against a local daemon
19:20:45 [2021-03-01T19:20:45.833Z] === RUN   TestConfigInspect
19:20:47 [2021-03-01T19:20:47.284Z] --- PASS: TestWaitNonBlocked (0.01s)
19:20:47 [2021-03-01T19:20:47.284Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.28s)
19:20:47 [2021-03-01T19:20:47.284Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.38s)
19:20:47 [2021-03-01T19:20:47.284Z] === RUN   TestWaitBlocked
19:20:47 [2021-03-01T19:20:47.284Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
19:20:47 [2021-03-01T19:20:47.284Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
19:20:47 [2021-03-01T19:20:47.284Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
19:20:47 [2021-03-01T19:20:47.284Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
19:20:47 [2021-03-01T19:20:47.284Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
19:20:47 [2021-03-01T19:20:47.284Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
19:20:47 [2021-03-01T19:20:47.717Z] --- PASS: TestConfigInspect (2.49s)
19:20:47 [2021-03-01T19:20:47.717Z] === RUN   TestConfigList
19:20:48 [2021-03-01T19:20:48.315Z] --- PASS: TestWaitBlocked (0.01s)
19:20:48 [2021-03-01T19:20:48.315Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.17s)
19:20:48 [2021-03-01T19:20:48.315Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.19s)
19:20:48 [2021-03-01T19:20:48.315Z] === CONT  TestContainerStartOnDaemonRestart
19:20:48 [2021-03-01T19:20:48.315Z] === CONT  TestContainerKillOnDaemonStart
19:20:49 [2021-03-01T19:20:49.345Z] --- PASS: TestBuildWithHugeFile (52.11s)
19:20:49 [2021-03-01T19:20:49.345Z] === RUN   TestBuildWCOWSandboxSize
19:20:49 [2021-03-01T19:20:49.345Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
19:20:49 [2021-03-01T19:20:49.345Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:20:49 [2021-03-01T19:20:49.345Z] === RUN   TestBuildWithEmptyDockerfile
19:20:49 [2021-03-01T19:20:49.345Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:20:49 [2021-03-01T19:20:49.345Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:20:49 [2021-03-01T19:20:49.345Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:20:49 [2021-03-01T19:20:49.345Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:20:49 [2021-03-01T19:20:49.345Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:20:49 [2021-03-01T19:20:49.345Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:20:49 [2021-03-01T19:20:49.345Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:20:49 [2021-03-01T19:20:49.345Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:20:49 [2021-03-01T19:20:49.345Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:20:49 [2021-03-01T19:20:49.345Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s)
19:20:49 [2021-03-01T19:20:49.345Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
19:20:49 [2021-03-01T19:20:49.345Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
19:20:49 [2021-03-01T19:20:49.345Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
19:20:49 [2021-03-01T19:20:49.345Z] === RUN   TestBuildPreserveOwnership
19:20:49 [2021-03-01T19:20:49.345Z] === RUN   TestBuildPreserveOwnership/copy_from
19:20:49 [2021-03-01T19:20:49.666Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
19:20:50 [2021-03-01T19:20:50.274Z] --- PASS: TestConfigList (2.28s)
19:20:50 [2021-03-01T19:20:50.274Z] === RUN   TestConfigsCreateAndDelete
19:20:50 [2021-03-01T19:20:50.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:20:51 [2021-03-01T19:20:51.233Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:20:51 [2021-03-01T19:20:51.832Z] --- PASS: TestContainerStartOnDaemonRestart (3.24s)
19:20:51 [2021-03-01T19:20:51.832Z] === CONT  TestIpcModeOlderClient
19:20:51 [2021-03-01T19:20:51.832Z] --- PASS: TestIpcModeOlderClient (0.17s)
19:20:51 [2021-03-01T19:20:51.832Z] === CONT  TestDaemonHostGatewayIP
19:20:52 [2021-03-01T19:20:52.203Z] --- PASS: TestConfigsCreateAndDelete (2.24s)
19:20:52 [2021-03-01T19:20:52.203Z] === RUN   TestConfigsUpdate
19:20:54 [2021-03-01T19:20:54.717Z] --- PASS: TestConfigsUpdate (2.28s)
19:20:54 [2021-03-01T19:20:54.717Z] === RUN   TestTemplatedConfig
19:20:55 [2021-03-01T19:20:55.343Z] --- PASS: TestDaemonHostGatewayIP (3.40s)
19:20:55 [2021-03-01T19:20:55.343Z] === CONT  TestRestartDaemonWithRestartingContainer
19:20:55 [2021-03-01T19:20:55.397Z] --- PASS: TestBuildPreserveOwnership (9.52s)
19:20:55 [2021-03-01T19:20:55.397Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.52s)
19:20:55 [2021-03-01T19:20:55.397Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
19:20:55 [2021-03-01T19:20:55.397Z] === RUN   TestBuildPlatformInvalid
19:20:55 [2021-03-01T19:20:55.397Z] --- PASS: TestBuildPlatformInvalid (0.08s)
19:20:55 [2021-03-01T19:20:55.397Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:20:55 [2021-03-01T19:20:55.397Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
19:20:55 [2021-03-01T19:20:55.397Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
19:20:55 [2021-03-01T19:20:55.397Z] PASS
19:20:55 [2021-03-01T19:20:55.397Z] 
19:20:55 [2021-03-01T19:20:55.397Z] === Skipped
19:20:55 [2021-03-01T19:20:55.397Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
19:20:55 [2021-03-01T19:20:55.397Z]     build_session_test.go:25: TODO: BuildKit
19:20:55 [2021-03-01T19:20:55.397Z] 
19:20:55 [2021-03-01T19:20:55.397Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
19:20:55 [2021-03-01T19:20:55.397Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:20:55 [2021-03-01T19:20:55.397Z] 
19:20:55 [2021-03-01T19:20:55.397Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
19:20:55 [2021-03-01T19:20:55.397Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
19:20:55 [2021-03-01T19:20:55.397Z] 
19:20:55 [2021-03-01T19:20:55.397Z] 
19:20:55 [2021-03-01T19:20:55.397Z] DONE 34 tests, 3 skipped in 129.537s
19:20:55 [2021-03-01T19:20:55.397Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
19:20:55 [2021-03-01T19:20:55.397Z] INFO: Testing against a local daemon
19:20:55 [2021-03-01T19:20:55.397Z] === RUN   TestConfigInspect
19:20:55 [2021-03-01T19:20:55.397Z] --- SKIP: TestConfigInspect (0.02s)
19:20:55 [2021-03-01T19:20:55.397Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:55 [2021-03-01T19:20:55.397Z] === RUN   TestConfigList
19:20:55 [2021-03-01T19:20:55.397Z] --- SKIP: TestConfigList (0.01s)
19:20:55 [2021-03-01T19:20:55.397Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:55 [2021-03-01T19:20:55.397Z] === RUN   TestConfigsCreateAndDelete
19:20:55 [2021-03-01T19:20:55.397Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
19:20:55 [2021-03-01T19:20:55.397Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:55 [2021-03-01T19:20:55.397Z] === RUN   TestConfigsUpdate
19:20:55 [2021-03-01T19:20:55.397Z] --- SKIP: TestConfigsUpdate (0.02s)
19:20:55 [2021-03-01T19:20:55.397Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:55 [2021-03-01T19:20:55.397Z] === RUN   TestTemplatedConfig
19:20:55 [2021-03-01T19:20:55.397Z] --- SKIP: TestTemplatedConfig (0.00s)
19:20:55 [2021-03-01T19:20:55.397Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:55 [2021-03-01T19:20:55.397Z] === RUN   TestConfigCreateResolve
19:20:55 [2021-03-01T19:20:55.397Z] --- SKIP: TestConfigCreateResolve (0.01s)
19:20:55 [2021-03-01T19:20:55.397Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:55 [2021-03-01T19:20:55.397Z] === RUN   TestConfigDaemonLibtrustID
19:20:57 [2021-03-01T19:20:57.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:20:57 [2021-03-01T19:20:57.282Z] --- PASS: TestConfigDaemonLibtrustID (1.54s)
19:20:57 [2021-03-01T19:20:57.282Z] PASS
19:20:57 [2021-03-01T19:20:57.282Z] 
19:20:57 [2021-03-01T19:20:57.282Z] === Skipped
19:20:57 [2021-03-01T19:20:57.282Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
19:20:57 [2021-03-01T19:20:57.282Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:57 [2021-03-01T19:20:57.282Z] 
19:20:57 [2021-03-01T19:20:57.282Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
19:20:57 [2021-03-01T19:20:57.282Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:57 [2021-03-01T19:20:57.282Z] 
19:20:57 [2021-03-01T19:20:57.282Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
19:20:57 [2021-03-01T19:20:57.282Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:57 [2021-03-01T19:20:57.282Z] 
19:20:57 [2021-03-01T19:20:57.282Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s)
19:20:57 [2021-03-01T19:20:57.282Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:57 [2021-03-01T19:20:57.282Z] 
19:20:57 [2021-03-01T19:20:57.282Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
19:20:57 [2021-03-01T19:20:57.282Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:57 [2021-03-01T19:20:57.282Z] 
19:20:57 [2021-03-01T19:20:57.282Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
19:20:57 [2021-03-01T19:20:57.282Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:20:57 [2021-03-01T19:20:57.282Z] 
19:20:57 [2021-03-01T19:20:57.282Z] 
19:20:57 [2021-03-01T19:20:57.282Z] DONE 7 tests, 6 skipped in 1.738s
19:20:57 [2021-03-01T19:20:57.282Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
19:20:57 [2021-03-01T19:20:57.282Z] INFO: Testing against a local daemon
19:20:57 [2021-03-01T19:20:57.282Z] === RUN   TestCheckpoint
19:20:57 [2021-03-01T19:20:57.282Z] --- SKIP: TestCheckpoint (0.00s)
19:20:57 [2021-03-01T19:20:57.282Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:20:57 [2021-03-01T19:20:57.282Z] === RUN   TestContainerInvalidJSON
19:20:57 [2021-03-01T19:20:57.282Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:20:57 [2021-03-01T19:20:57.282Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:20:57 [2021-03-01T19:20:57.282Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:20:57 [2021-03-01T19:20:57.282Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:20:57 [2021-03-01T19:20:57.282Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:20:57 [2021-03-01T19:20:57.282Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:20:57 [2021-03-01T19:20:57.282Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:20:57 [2021-03-01T19:20:57.282Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:20:57 [2021-03-01T19:20:57.282Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:20:57 [2021-03-01T19:20:57.283Z] --- PASS: TestContainerInvalidJSON (0.01s)
19:20:57 [2021-03-01T19:20:57.283Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
19:20:57 [2021-03-01T19:20:57.283Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
19:20:57 [2021-03-01T19:20:57.283Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:20:57 [2021-03-01T19:20:57.283Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:20:57 [2021-03-01T19:20:57.283Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
19:20:57 [2021-03-01T19:20:57.283Z] === RUN   TestCopyFromContainerPathIsNotDir
19:20:57 [2021-03-01T19:20:57.283Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
19:20:57 [2021-03-01T19:20:57.283Z] === RUN   TestCopyToContainerPathDoesNotExist
19:20:57 [2021-03-01T19:20:57.287Z] --- PASS: TestTemplatedConfig (2.69s)
19:20:57 [2021-03-01T19:20:57.287Z] === RUN   TestConfigCreateResolve
19:20:57 [2021-03-01T19:20:57.538Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
19:20:57 [2021-03-01T19:20:57.538Z] === RUN   TestCopyToContainerPathIsNotDir
19:20:57 [2021-03-01T19:20:57.538Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
19:20:57 [2021-03-01T19:20:57.538Z] === RUN   TestCopyFromContainer
19:20:58 [2021-03-01T19:20:58.070Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.87s)
19:20:58 [2021-03-01T19:20:58.070Z] === CONT  TestDaemonRestartIpcMode
19:20:59 [2021-03-01T19:20:59.010Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:20:59 [2021-03-01T19:20:59.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:20:59 [2021-03-01T19:20:59.808Z] --- PASS: TestConfigCreateResolve (2.29s)
19:20:59 [2021-03-01T19:20:59.808Z] === RUN   TestConfigDaemonLibtrustID
19:20:59 [2021-03-01T19:20:59.808Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
19:20:59 [2021-03-01T19:20:59.808Z] PASS
19:20:59 [2021-03-01T19:20:59.808Z] 
19:20:59 [2021-03-01T19:20:59.808Z] DONE 7 tests in 14.834s
19:20:59 [2021-03-01T19:20:59.808Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
19:21:00 [2021-03-01T19:21:00.064Z] INFO: Testing against a local daemon
19:21:00 [2021-03-01T19:21:00.064Z] === RUN   TestCheckpoint
19:21:00 [2021-03-01T19:21:00.064Z] --- SKIP: TestCheckpoint (0.00s)
19:21:00 [2021-03-01T19:21:00.064Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:21:00 [2021-03-01T19:21:00.064Z] === RUN   TestContainerInvalidJSON
19:21:00 [2021-03-01T19:21:00.064Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:21:00 [2021-03-01T19:21:00.064Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:21:00 [2021-03-01T19:21:00.064Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:21:00 [2021-03-01T19:21:00.064Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:21:00 [2021-03-01T19:21:00.064Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:21:00 [2021-03-01T19:21:00.064Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:21:00 [2021-03-01T19:21:00.064Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:21:00 [2021-03-01T19:21:00.064Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:21:00 [2021-03-01T19:21:00.064Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:21:00 [2021-03-01T19:21:00.064Z] --- PASS: TestContainerInvalidJSON (0.01s)
19:21:00 [2021-03-01T19:21:00.064Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
19:21:00 [2021-03-01T19:21:00.064Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
19:21:00 [2021-03-01T19:21:00.064Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:21:00 [2021-03-01T19:21:00.064Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:21:00 [2021-03-01T19:21:00.064Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
19:21:00 [2021-03-01T19:21:00.064Z] === RUN   TestCopyFromContainerPathIsNotDir
19:21:00 [2021-03-01T19:21:00.064Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
19:21:00 [2021-03-01T19:21:00.064Z] === RUN   TestCopyToContainerPathDoesNotExist
19:21:00 [2021-03-01T19:21:00.064Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
19:21:00 [2021-03-01T19:21:00.064Z] === RUN   TestCopyToContainerPathIsNotDir
19:21:00 [2021-03-01T19:21:00.064Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
19:21:00 [2021-03-01T19:21:00.064Z] === RUN   TestCopyFromContainer
19:21:00 [2021-03-01T19:21:00.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:21:00 [2021-03-01T19:21:00.672Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:21:00 [2021-03-01T19:21:00.794Z] --- PASS: TestContainerKillOnDaemonStart (12.60s)
19:21:01 [2021-03-01T19:21:01.428Z] === RUN   TestCopyFromContainer//
19:21:01 [2021-03-01T19:21:01.428Z] === RUN   TestCopyFromContainer//bar/root
19:21:01 [2021-03-01T19:21:01.428Z] === RUN   TestCopyFromContainer//bar/root/
19:21:01 [2021-03-01T19:21:01.443Z] ok  	github.com/docker/docker/cmd/dockerd	0.196s	coverage: 29.1% of statements
19:21:01 [2021-03-01T19:21:01.443Z] ok  	github.com/docker/docker/container	0.175s	coverage: 34.7% of statements
19:21:01 [2021-03-01T19:21:01.443Z] ?   	github.com/docker/docker/container/stream	[no test files]
19:21:01 [2021-03-01T19:21:01.443Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
19:21:01 [2021-03-01T19:21:01.443Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
19:21:01 [2021-03-01T19:21:01.443Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
19:21:01 [2021-03-01T19:21:01.443Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.029s	coverage: 65.3% of statements
19:21:01 [2021-03-01T19:21:01.684Z] === RUN   TestCopyFromContainer/bar/quux
19:21:01 [2021-03-01T19:21:01.684Z] === RUN   TestCopyFromContainer/bar/quux/
19:21:01 [2021-03-01T19:21:01.684Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:21:01 [2021-03-01T19:21:01.700Z] === RUN   TestCopyFromContainer//
19:21:01 [2021-03-01T19:21:01.700Z] === RUN   TestCopyFromContainer//bar/root
19:21:01 [2021-03-01T19:21:01.700Z] === RUN   TestCopyFromContainer//bar/root/
19:21:01 [2021-03-01T19:21:01.700Z] === RUN   TestCopyFromContainer/bar/quux
19:21:01 [2021-03-01T19:21:01.700Z] === RUN   TestCopyFromContainer/bar/quux/
19:21:01 [2021-03-01T19:21:01.700Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:21:01 [2021-03-01T19:21:01.700Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:21:01 [2021-03-01T19:21:01.700Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:21:01 [2021-03-01T19:21:01.700Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:21:01 [2021-03-01T19:21:01.700Z] === RUN   TestCopyFromContainer/bar/notarget
19:21:01 [2021-03-01T19:21:01.825Z] --- PASS: TestDaemonRestartIpcMode (3.69s)
19:21:01 [2021-03-01T19:21:01.825Z] PASS
19:21:01 [2021-03-01T19:21:01.825Z] 
19:21:01 [2021-03-01T19:21:01.825Z] === Skipped
19:21:01 [2021-03-01T19:21:01.825Z] === SKIP: s390x.integration.container TestCheckpoint (0.01s)
19:21:01 [2021-03-01T19:21:01.825Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:21:01 [2021-03-01T19:21:01.825Z] 
19:21:01 [2021-03-01T19:21:01.825Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s)
19:21:01 [2021-03-01T19:21:01.825Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:21:01 [2021-03-01T19:21:01.825Z] 
19:21:01 [2021-03-01T19:21:01.825Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s)
19:21:01 [2021-03-01T19:21:01.825Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:21:01 [2021-03-01T19:21:01.825Z] 
19:21:01 [2021-03-01T19:21:01.825Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
19:21:01 [2021-03-01T19:21:01.825Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:21:01 [2021-03-01T19:21:01.825Z] 
19:21:01 [2021-03-01T19:21:01.825Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s)
19:21:01 [2021-03-01T19:21:01.825Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:21:01 [2021-03-01T19:21:01.825Z] 
19:21:01 [2021-03-01T19:21:01.825Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s)
19:21:01 [2021-03-01T19:21:01.825Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
19:21:01 [2021-03-01T19:21:01.825Z] 
19:21:01 [2021-03-01T19:21:01.825Z] 
19:21:01 [2021-03-01T19:21:01.825Z] DONE 196 tests, 6 skipped in 156.988s
19:21:01 [2021-03-01T19:21:01.825Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m 
19:21:01 [2021-03-01T19:21:01.825Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m
19:21:01 [2021-03-01T19:21:01.825Z] ++ set -e
19:21:01 [2021-03-01T19:21:01.825Z] ++ '[' -n 0 ']'
19:21:01 [2021-03-01T19:21:01.825Z] ++ set -x
19:21:01 [2021-03-01T19:21:01.825Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m
19:21:01 [2021-03-01T19:21:01.825Z] INFO: Testing against a local daemon
19:21:01 [2021-03-01T19:21:01.825Z] === RUN   TestCommitInheritsEnv
19:21:01 [2021-03-01T19:21:01.939Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:21:01 [2021-03-01T19:21:01.939Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:21:01 [2021-03-01T19:21:01.939Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:21:01 [2021-03-01T19:21:01.939Z] === RUN   TestCopyFromContainer/bar/notarget
19:21:01 [2021-03-01T19:21:01.955Z] --- PASS: TestCopyFromContainer (4.38s)
19:21:01 [2021-03-01T19:21:01.955Z]     --- PASS: TestCopyFromContainer// (0.07s)
19:21:01 [2021-03-01T19:21:01.955Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
19:21:01 [2021-03-01T19:21:01.955Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
19:21:01 [2021-03-01T19:21:01.955Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
19:21:01 [2021-03-01T19:21:01.955Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
19:21:01 [2021-03-01T19:21:01.955Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
19:21:01 [2021-03-01T19:21:01.955Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
19:21:01 [2021-03-01T19:21:01.955Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
19:21:01 [2021-03-01T19:21:01.955Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
19:21:01 [2021-03-01T19:21:01.955Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
19:21:01 [2021-03-01T19:21:01.955Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:21:01 [2021-03-01T19:21:01.955Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:21:01 [2021-03-01T19:21:01.955Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:21:01 [2021-03-01T19:21:01.956Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:21:01 [2021-03-01T19:21:01.956Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:21:01 [2021-03-01T19:21:01.956Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:21:01 [2021-03-01T19:21:01.956Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:21:01 [2021-03-01T19:21:01.956Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:21:01 [2021-03-01T19:21:01.956Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:21:01 [2021-03-01T19:21:01.956Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:21:01 [2021-03-01T19:21:01.956Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
19:21:01 [2021-03-01T19:21:01.956Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
19:21:01 [2021-03-01T19:21:01.956Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
19:21:01 [2021-03-01T19:21:01.956Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:21:01 [2021-03-01T19:21:01.956Z] === RUN   TestCreateLinkToNonExistingContainer
19:21:01 [2021-03-01T19:21:01.956Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
19:21:01 [2021-03-01T19:21:01.956Z] === RUN   TestCreateWithInvalidEnv
19:21:01 [2021-03-01T19:21:01.956Z] === RUN   TestCreateWithInvalidEnv/0
19:21:01 [2021-03-01T19:21:01.956Z] === PAUSE TestCreateWithInvalidEnv/0
19:21:01 [2021-03-01T19:21:01.956Z] === RUN   TestCreateWithInvalidEnv/1
19:21:01 [2021-03-01T19:21:01.956Z] === PAUSE TestCreateWithInvalidEnv/1
19:21:01 [2021-03-01T19:21:01.956Z] === RUN   TestCreateWithInvalidEnv/2
19:21:01 [2021-03-01T19:21:01.956Z] === PAUSE TestCreateWithInvalidEnv/2
19:21:01 [2021-03-01T19:21:01.956Z] === CONT  TestCreateWithInvalidEnv/0
19:21:01 [2021-03-01T19:21:01.956Z] === CONT  TestCreateWithInvalidEnv/2
19:21:01 [2021-03-01T19:21:01.956Z] === CONT  TestCreateWithInvalidEnv/1
19:21:01 [2021-03-01T19:21:01.956Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
19:21:01 [2021-03-01T19:21:01.956Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:21:01 [2021-03-01T19:21:01.956Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:21:01 [2021-03-01T19:21:01.956Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
19:21:01 [2021-03-01T19:21:01.956Z] === RUN   TestCreateTmpfsMountsTarget
19:21:01 [2021-03-01T19:21:01.956Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
19:21:01 [2021-03-01T19:21:01.956Z] === RUN   TestCreateWithCustomMaskedPaths
19:21:02 [2021-03-01T19:21:02.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:21:02 [2021-03-01T19:21:02.194Z] --- PASS: TestCopyFromContainer (1.95s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCopyFromContainer// (0.07s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCopyFromContainer/bar/quux (0.08s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
19:21:02 [2021-03-01T19:21:02.194Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:21:02 [2021-03-01T19:21:02.194Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:21:02 [2021-03-01T19:21:02.194Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:21:02 [2021-03-01T19:21:02.194Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:21:02 [2021-03-01T19:21:02.194Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:21:02 [2021-03-01T19:21:02.194Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:21:02 [2021-03-01T19:21:02.194Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:21:02 [2021-03-01T19:21:02.194Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:21:02 [2021-03-01T19:21:02.194Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:21:02 [2021-03-01T19:21:02.194Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:21:02 [2021-03-01T19:21:02.194Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
19:21:02 [2021-03-01T19:21:02.194Z] === RUN   TestCreateLinkToNonExistingContainer
19:21:02 [2021-03-01T19:21:02.194Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
19:21:02 [2021-03-01T19:21:02.194Z] === RUN   TestCreateWithInvalidEnv
19:21:02 [2021-03-01T19:21:02.194Z] === RUN   TestCreateWithInvalidEnv/0
19:21:02 [2021-03-01T19:21:02.194Z] === PAUSE TestCreateWithInvalidEnv/0
19:21:02 [2021-03-01T19:21:02.194Z] === RUN   TestCreateWithInvalidEnv/1
19:21:02 [2021-03-01T19:21:02.194Z] === PAUSE TestCreateWithInvalidEnv/1
19:21:02 [2021-03-01T19:21:02.194Z] === RUN   TestCreateWithInvalidEnv/2
19:21:02 [2021-03-01T19:21:02.194Z] === PAUSE TestCreateWithInvalidEnv/2
19:21:02 [2021-03-01T19:21:02.194Z] === CONT  TestCreateWithInvalidEnv/0
19:21:02 [2021-03-01T19:21:02.194Z] === CONT  TestCreateWithInvalidEnv/2
19:21:02 [2021-03-01T19:21:02.194Z] === CONT  TestCreateWithInvalidEnv/1
19:21:02 [2021-03-01T19:21:02.194Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:21:02 [2021-03-01T19:21:02.194Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
19:21:02 [2021-03-01T19:21:02.194Z] === RUN   TestCreateTmpfsMountsTarget
19:21:02 [2021-03-01T19:21:02.194Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
19:21:02 [2021-03-01T19:21:02.194Z] === RUN   TestCreateWithCustomMaskedPaths
19:21:02 [2021-03-01T19:21:02.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:21:02 [2021-03-01T19:21:02.456Z] --- PASS: TestCommitInheritsEnv (0.61s)
19:21:02 [2021-03-01T19:21:02.456Z] === RUN   TestImportExtremelyLargeImageWorks
19:21:02 [2021-03-01T19:21:02.456Z] === PAUSE TestImportExtremelyLargeImageWorks
19:21:02 [2021-03-01T19:21:02.456Z] === RUN   TestImagesFilterMultiReference
19:21:02 [2021-03-01T19:21:02.456Z] --- PASS: TestImagesFilterMultiReference (0.05s)
19:21:02 [2021-03-01T19:21:02.456Z] === RUN   TestImagePullPlatformInvalid
19:21:02 [2021-03-01T19:21:02.747Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
19:21:02 [2021-03-01T19:21:02.747Z] === RUN   TestRemoveImageOrphaning
19:21:03 [2021-03-01T19:21:03.319Z] --- PASS: TestCreateWithCustomMaskedPaths (1.24s)
19:21:03 [2021-03-01T19:21:03.319Z] === RUN   TestCreateWithCustomReadonlyPaths
19:21:03 [2021-03-01T19:21:03.377Z] --- PASS: TestRemoveImageOrphaning (0.58s)
19:21:03 [2021-03-01T19:21:03.377Z] === RUN   TestRemoveImageGarbageCollector
19:21:03 [2021-03-01T19:21:03.377Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
19:21:03 [2021-03-01T19:21:03.377Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:21:03 [2021-03-01T19:21:03.378Z] === RUN   TestTagUnprefixedRepoByNameOrName
19:21:03 [2021-03-01T19:21:03.378Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
19:21:03 [2021-03-01T19:21:03.378Z] === RUN   TestTagInvalidReference
19:21:03 [2021-03-01T19:21:03.378Z] --- PASS: TestTagInvalidReference (0.01s)
19:21:03 [2021-03-01T19:21:03.378Z] === RUN   TestTagValidPrefixedRepo
19:21:03 [2021-03-01T19:21:03.378Z] --- PASS: TestTagValidPrefixedRepo (0.03s)
19:21:03 [2021-03-01T19:21:03.378Z] === RUN   TestTagExistedNameWithoutForce
19:21:03 [2021-03-01T19:21:03.378Z] --- PASS: TestTagExistedNameWithoutForce (0.01s)
19:21:03 [2021-03-01T19:21:03.378Z] === RUN   TestTagOfficialNames
19:21:03 [2021-03-01T19:21:03.378Z] --- PASS: TestTagOfficialNames (0.04s)
19:21:03 [2021-03-01T19:21:03.378Z] === RUN   TestTagMatchesDigest
19:21:03 [2021-03-01T19:21:03.378Z] --- PASS: TestTagMatchesDigest (0.01s)
19:21:03 [2021-03-01T19:21:03.378Z] === CONT  TestImportExtremelyLargeImageWorks
19:21:03 [2021-03-01T19:21:03.887Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:21:04 [2021-03-01T19:21:04.079Z] --- PASS: TestCreateWithCustomMaskedPaths (1.61s)
19:21:04 [2021-03-01T19:21:04.080Z] === RUN   TestCreateWithCustomReadonlyPaths
19:21:04 [2021-03-01T19:21:04.246Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s)
19:21:04 [2021-03-01T19:21:04.246Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:21:04 [2021-03-01T19:21:04.246Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:21:04 [2021-03-01T19:21:04.246Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:21:04 [2021-03-01T19:21:04.246Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:21:04 [2021-03-01T19:21:04.246Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:21:04 [2021-03-01T19:21:04.246Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:21:04 [2021-03-01T19:21:04.246Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:21:04 [2021-03-01T19:21:04.246Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:21:04 [2021-03-01T19:21:04.246Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:21:04 [2021-03-01T19:21:04.246Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:21:04 [2021-03-01T19:21:04.246Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:21:04 [2021-03-01T19:21:04.246Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:21:04 [2021-03-01T19:21:04.246Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:21:04 [2021-03-01T19:21:04.266Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:21:04 [2021-03-01T19:21:04.503Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:21:04 [2021-03-01T19:21:04.503Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:21:04 [2021-03-01T19:21:04.503Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:21:04 [2021-03-01T19:21:04.503Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
19:21:04 [2021-03-01T19:21:04.503Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
19:21:04 [2021-03-01T19:21:04.503Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
19:21:04 [2021-03-01T19:21:04.503Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
19:21:04 [2021-03-01T19:21:04.503Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
19:21:04 [2021-03-01T19:21:04.503Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
19:21:04 [2021-03-01T19:21:04.503Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:21:04 [2021-03-01T19:21:04.759Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s)
19:21:04 [2021-03-01T19:21:04.759Z] === RUN   TestCreateDifferentPlatform
19:21:04 [2021-03-01T19:21:04.759Z] === RUN   TestCreateDifferentPlatform/different_os
19:21:04 [2021-03-01T19:21:04.759Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:21:04 [2021-03-01T19:21:04.759Z] --- PASS: TestCreateDifferentPlatform (0.02s)
19:21:04 [2021-03-01T19:21:04.759Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:21:04 [2021-03-01T19:21:04.759Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
19:21:04 [2021-03-01T19:21:04.759Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:21:04 [2021-03-01T19:21:04.759Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s)
19:21:04 [2021-03-01T19:21:04.759Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:21:05 [2021-03-01T19:21:05.014Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
19:21:05 [2021-03-01T19:21:05.014Z] === RUN   TestContainerStartOnDaemonRestart
19:21:05 [2021-03-01T19:21:05.014Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
19:21:05 [2021-03-01T19:21:05.014Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
19:21:05 [2021-03-01T19:21:05.014Z] === RUN   TestDaemonRestartIpcMode
19:21:05 [2021-03-01T19:21:05.014Z] === PAUSE TestDaemonRestartIpcMode
19:21:05 [2021-03-01T19:21:05.014Z] === RUN   TestDaemonHostGatewayIP
19:21:05 [2021-03-01T19:21:05.014Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
19:21:05 [2021-03-01T19:21:05.014Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
19:21:05 [2021-03-01T19:21:05.014Z] === RUN   TestRestartDaemonWithRestartingContainer
19:21:05 [2021-03-01T19:21:05.014Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:21:05 [2021-03-01T19:21:05.014Z] === RUN   TestContainerKillOnDaemonStart
19:21:05 [2021-03-01T19:21:05.014Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
19:21:05 [2021-03-01T19:21:05.014Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
19:21:05 [2021-03-01T19:21:05.014Z] === RUN   TestDiff
19:21:05 [2021-03-01T19:21:05.269Z] --- PASS: TestDiff (0.42s)
19:21:05 [2021-03-01T19:21:05.269Z] === RUN   TestExecWithCloseStdin
19:21:05 [2021-03-01T19:21:05.443Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.66s)
19:21:05 [2021-03-01T19:21:05.443Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:21:05 [2021-03-01T19:21:05.443Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:21:05 [2021-03-01T19:21:05.443Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:21:05 [2021-03-01T19:21:05.443Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:21:05 [2021-03-01T19:21:05.443Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:21:05 [2021-03-01T19:21:05.443Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:21:05 [2021-03-01T19:21:05.443Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:21:05 [2021-03-01T19:21:05.443Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:21:05 [2021-03-01T19:21:05.443Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:21:05 [2021-03-01T19:21:05.443Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:21:05 [2021-03-01T19:21:05.443Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:21:05 [2021-03-01T19:21:05.443Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:21:05 [2021-03-01T19:21:05.443Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:21:05 [2021-03-01T19:21:05.443Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:21:05 [2021-03-01T19:21:05.443Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:21:05 [2021-03-01T19:21:05.443Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:21:05 [2021-03-01T19:21:05.443Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
19:21:05 [2021-03-01T19:21:05.443Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
19:21:05 [2021-03-01T19:21:05.443Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
19:21:05 [2021-03-01T19:21:05.443Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
19:21:05 [2021-03-01T19:21:05.443Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
19:21:05 [2021-03-01T19:21:05.443Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
19:21:05 [2021-03-01T19:21:05.443Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:21:05 [2021-03-01T19:21:05.831Z] --- PASS: TestExecWithCloseStdin (0.49s)
19:21:05 [2021-03-01T19:21:05.831Z] === RUN   TestExec
19:21:05 [2021-03-01T19:21:05.982Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.067s	coverage: 35.9% of statements
19:21:06 [2021-03-01T19:21:06.004Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s)
19:21:06 [2021-03-01T19:21:06.004Z] === RUN   TestCreateDifferentPlatform
19:21:06 [2021-03-01T19:21:06.004Z] === RUN   TestCreateDifferentPlatform/different_os
19:21:06 [2021-03-01T19:21:06.004Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:21:06 [2021-03-01T19:21:06.004Z] --- PASS: TestCreateDifferentPlatform (0.02s)
19:21:06 [2021-03-01T19:21:06.004Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:21:06 [2021-03-01T19:21:06.005Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
19:21:06 [2021-03-01T19:21:06.005Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:21:06 [2021-03-01T19:21:06.260Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
19:21:06 [2021-03-01T19:21:06.260Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:21:06 [2021-03-01T19:21:06.260Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
19:21:06 [2021-03-01T19:21:06.260Z] === RUN   TestContainerStartOnDaemonRestart
19:21:06 [2021-03-01T19:21:06.260Z] === PAUSE TestContainerStartOnDaemonRestart
19:21:06 [2021-03-01T19:21:06.260Z] === RUN   TestDaemonRestartIpcMode
19:21:06 [2021-03-01T19:21:06.260Z] === PAUSE TestDaemonRestartIpcMode
19:21:06 [2021-03-01T19:21:06.260Z] === RUN   TestDaemonHostGatewayIP
19:21:06 [2021-03-01T19:21:06.260Z] === PAUSE TestDaemonHostGatewayIP
19:21:06 [2021-03-01T19:21:06.260Z] === RUN   TestRestartDaemonWithRestartingContainer
19:21:06 [2021-03-01T19:21:06.260Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:21:06 [2021-03-01T19:21:06.260Z] === RUN   TestContainerKillOnDaemonStart
19:21:06 [2021-03-01T19:21:06.260Z] === PAUSE TestContainerKillOnDaemonStart
19:21:06 [2021-03-01T19:21:06.260Z] === RUN   TestDiff
19:21:06 [2021-03-01T19:21:06.391Z] --- PASS: TestExec (0.47s)
19:21:06 [2021-03-01T19:21:06.391Z] === RUN   TestExecUser
19:21:06 [2021-03-01T19:21:06.646Z] --- PASS: TestExecUser (0.47s)
19:21:06 [2021-03-01T19:21:06.646Z] === RUN   TestExportContainerAndImportImage
19:21:06 [2021-03-01T19:21:06.820Z] --- PASS: TestDiff (0.55s)
19:21:06 [2021-03-01T19:21:06.820Z] === RUN   TestExecWithCloseStdin
19:21:07 [2021-03-01T19:21:07.195Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:21:07 [2021-03-01T19:21:07.381Z] --- PASS: TestExecWithCloseStdin (0.62s)
19:21:07 [2021-03-01T19:21:07.381Z] === RUN   TestExec
19:21:07 [2021-03-01T19:21:07.457Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:21:07 [2021-03-01T19:21:07.572Z] --- PASS: TestExportContainerAndImportImage (0.62s)
19:21:07 [2021-03-01T19:21:07.572Z] === RUN   TestExportContainerAfterDaemonRestart
19:21:07 [2021-03-01T19:21:07.592Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:21:07 [2021-03-01T19:21:07.941Z] --- PASS: TestExec (0.65s)
19:21:07 [2021-03-01T19:21:07.941Z] === RUN   TestExecUser
19:21:08 [2021-03-01T19:21:08.867Z] --- PASS: TestExecUser (0.65s)
19:21:08 [2021-03-01T19:21:08.867Z] === RUN   TestExportContainerAndImportImage
19:21:08 [2021-03-01T19:21:08.988Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:21:09 [2021-03-01T19:21:09.427Z] --- PASS: TestExportContainerAndImportImage (0.75s)
19:21:09 [2021-03-01T19:21:09.427Z] === RUN   TestExportContainerAfterDaemonRestart
19:21:09 [2021-03-01T19:21:09.544Z] ok  	github.com/docker/docker/daemon/cluster	0.199s	coverage: 0.5% of statements
19:21:10 [2021-03-01T19:21:10.790Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s)
19:21:10 [2021-03-01T19:21:10.790Z] === RUN   TestHealthCheckWorkdir
19:21:10 [2021-03-01T19:21:10.833Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s)
19:21:10 [2021-03-01T19:21:10.833Z] === RUN   TestHealthCheckWorkdir
19:21:10 [2021-03-01T19:21:10.915Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:21:11 [2021-03-01T19:21:11.394Z] --- PASS: TestHealthCheckWorkdir (0.58s)
19:21:11 [2021-03-01T19:21:11.394Z] === RUN   TestHealthKillContainer
19:21:11 [2021-03-01T19:21:11.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:21:11 [2021-03-01T19:21:11.715Z] --- PASS: TestHealthCheckWorkdir (0.81s)
19:21:11 [2021-03-01T19:21:11.715Z] === RUN   TestHealthKillContainer
19:21:12 [2021-03-01T19:21:12.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:21:13 [2021-03-01T19:21:13.111Z] ok  	github.com/docker/docker/daemon/discovery	0.028s	coverage: 30.0% of statements
19:21:13 [2021-03-01T19:21:13.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:21:13 [2021-03-01T19:21:13.905Z] --- PASS: TestHealthKillContainer (2.51s)
19:21:13 [2021-03-01T19:21:13.905Z] === RUN   TestInspectCpusetInConfigPre120
19:21:14 [2021-03-01T19:21:14.166Z] ok  	github.com/docker/docker/daemon/config	0.078s	coverage: 81.8% of statements
19:21:14 [2021-03-01T19:21:14.230Z] --- PASS: TestHealthKillContainer (2.67s)
19:21:14 [2021-03-01T19:21:14.230Z] === RUN   TestInspectCpusetInConfigPre120
19:21:14 [2021-03-01T19:21:14.463Z] ok  	github.com/docker/docker/daemon/events	0.064s	coverage: 50.0% of statements
19:21:14 [2021-03-01T19:21:14.466Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s)
19:21:14 [2021-03-01T19:21:14.466Z] === RUN   TestIpcModeNone
19:21:14 [2021-03-01T19:21:14.721Z] --- PASS: TestIpcModeNone (0.46s)
19:21:14 [2021-03-01T19:21:14.721Z] === RUN   TestIpcModePrivate
19:21:14 [2021-03-01T19:21:14.790Z] --- PASS: TestInspectCpusetInConfigPre120 (0.59s)
19:21:14 [2021-03-01T19:21:14.791Z] === RUN   TestIpcModeNone
19:21:14 [2021-03-01T19:21:14.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:21:15 [2021-03-01T19:21:15.285Z] --- PASS: TestIpcModePrivate (0.47s)
19:21:15 [2021-03-01T19:21:15.285Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
19:21:15 [2021-03-01T19:21:15.285Z] === RUN   TestIpcModeShareable
19:21:15 [2021-03-01T19:21:15.285Z] --- SKIP: TestIpcModeShareable (0.00s)
19:21:15 [2021-03-01T19:21:15.285Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:21:15 [2021-03-01T19:21:15.285Z] === RUN   TestAPIIpcModeShareableAndContainer
19:21:15 [2021-03-01T19:21:15.353Z] --- PASS: TestIpcModeNone (0.63s)
19:21:15 [2021-03-01T19:21:15.353Z] === RUN   TestIpcModePrivate
19:21:15 [2021-03-01T19:21:15.915Z] --- PASS: TestIpcModePrivate (0.60s)
19:21:15 [2021-03-01T19:21:15.915Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false
19:21:15 [2021-03-01T19:21:15.915Z] === RUN   TestIpcModeShareable
19:21:16 [2021-03-01T19:21:16.649Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.46s)
19:21:16 [2021-03-01T19:21:16.649Z] === RUN   TestAPIIpcModeHost
19:21:16 [2021-03-01T19:21:16.649Z] --- SKIP: TestAPIIpcModeHost (0.00s)
19:21:16 [2021-03-01T19:21:16.649Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:21:16 [2021-03-01T19:21:16.649Z] === RUN   TestDaemonIpcModeShareable
19:21:16 [2021-03-01T19:21:16.649Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
19:21:16 [2021-03-01T19:21:16.649Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:21:16 [2021-03-01T19:21:16.649Z] === RUN   TestDaemonIpcModePrivate
19:21:16 [2021-03-01T19:21:16.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:21:16 [2021-03-01T19:21:16.840Z] --- PASS: TestIpcModeShareable (0.63s)
19:21:16 [2021-03-01T19:21:16.840Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true
19:21:16 [2021-03-01T19:21:16.840Z] === RUN   TestAPIIpcModeShareableAndContainer
19:21:17 [2021-03-01T19:21:17.239Z] ok  	github.com/docker/docker/daemon/graphdriver	0.010s	coverage: 2.2% of statements
19:21:17 [2021-03-01T19:21:17.688Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:21:18 [2021-03-01T19:21:18.731Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.88s)
19:21:18 [2021-03-01T19:21:18.731Z] === RUN   TestAPIIpcModeHost
19:21:18 [2021-03-01T19:21:18.987Z] --- PASS: TestAPIIpcModeHost (0.45s)
19:21:18 [2021-03-01T19:21:18.987Z] === RUN   TestDaemonIpcModeShareable
19:21:19 [2021-03-01T19:21:19.091Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:21:19 [2021-03-01T19:21:19.268Z] --- PASS: TestDaemonIpcModePrivate (2.15s)
19:21:19 [2021-03-01T19:21:19.268Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
19:21:19 [2021-03-01T19:21:19.268Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:21:19 [2021-03-01T19:21:19.268Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
19:21:19 [2021-03-01T19:21:19.268Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:21:19 [2021-03-01T19:21:19.268Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:21:19 [2021-03-01T19:21:19.268Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
19:21:19 [2021-03-01T19:21:19.268Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:21:19 [2021-03-01T19:21:19.268Z] === RUN   TestIpcModeOlderClient
19:21:19 [2021-03-01T19:21:19.268Z] === PAUSE TestIpcModeOlderClient
19:21:19 [2021-03-01T19:21:19.268Z] === RUN   TestKillContainerInvalidSignal
19:21:19 [2021-03-01T19:21:19.268Z] --- PASS: TestKillContainerInvalidSignal (0.47s)
19:21:19 [2021-03-01T19:21:19.268Z] === RUN   TestKillContainer
19:21:19 [2021-03-01T19:21:19.268Z] === RUN   TestKillContainer/no_signal
19:21:19 [2021-03-01T19:21:19.828Z] === RUN   TestKillContainer/non_killing_signal
19:21:19 [2021-03-01T19:21:19.994Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.9% of statements
19:21:20 [2021-03-01T19:21:20.084Z] === RUN   TestKillContainer/killing_signal
19:21:20 [2021-03-01T19:21:20.351Z] --- PASS: TestDaemonIpcModeShareable (1.22s)
19:21:20 [2021-03-01T19:21:20.351Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
19:21:20 [2021-03-01T19:21:20.351Z] === RUN   TestDaemonIpcModePrivate
19:21:20 [2021-03-01T19:21:20.485Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:21:20 [2021-03-01T19:21:20.485Z] Using test binary docker
19:21:20 [2021-03-01T19:21:20.485Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:21:20 [2021-03-01T19:21:20.485Z] +++ /etc/init.d/apparmor start
19:21:20 [2021-03-01T19:21:20.485Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:21:20 [2021-03-01T19:21:20.485Z] INFO: Waiting for daemon to start...
19:21:20 [2021-03-01T19:21:20.485Z] Starting dockerd
19:21:20 [2021-03-01T19:21:20.485Z] +++ 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
19:21:20 [2021-03-01T19:21:20.637Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.490s	coverage: 14.1% of statements
19:21:20 [2021-03-01T19:21:20.645Z] --- PASS: TestKillContainer (1.29s)
19:21:20 [2021-03-01T19:21:20.645Z]     --- PASS: TestKillContainer/no_signal (0.38s)
19:21:20 [2021-03-01T19:21:20.645Z]     --- PASS: TestKillContainer/non_killing_signal (0.28s)
19:21:20 [2021-03-01T19:21:20.645Z]     --- PASS: TestKillContainer/killing_signal (0.46s)
19:21:20 [2021-03-01T19:21:20.645Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:21:20 [2021-03-01T19:21:20.645Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:21:20 [2021-03-01T19:21:20.901Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
19:21:21 [2021-03-01T19:21:21.465Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.84s)
19:21:21 [2021-03-01T19:21:21.465Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s)
19:21:21 [2021-03-01T19:21:21.465Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s)
19:21:21 [2021-03-01T19:21:21.465Z] === RUN   TestKillStoppedContainer
19:21:21 [2021-03-01T19:21:21.465Z] --- PASS: TestKillStoppedContainer (0.05s)
19:21:21 [2021-03-01T19:21:21.465Z] === RUN   TestKillStoppedContainerAPIPre120
19:21:21 [2021-03-01T19:21:21.465Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
19:21:21 [2021-03-01T19:21:21.465Z] === RUN   TestKillDifferentUserContainer
19:21:21 [2021-03-01T19:21:21.692Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.817s	coverage: 57.1% of statements
19:21:21 [2021-03-01T19:21:21.714Z] --- PASS: TestDaemonIpcModePrivate (1.20s)
19:21:21 [2021-03-01T19:21:21.714Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
19:21:21 [2021-03-01T19:21:21.714Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:21:22 [2021-03-01T19:21:22.025Z] --- PASS: TestKillDifferentUserContainer (0.42s)
19:21:22 [2021-03-01T19:21:22.025Z] === RUN   TestInspectOomKilledTrue
19:21:22 [2021-03-01T19:21:22.025Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
19:21:22 [2021-03-01T19:21:22.025Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
19:21:22 [2021-03-01T19:21:22.025Z] === RUN   TestInspectOomKilledFalse
19:21:22 [2021-03-01T19:21:22.025Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
19:21:22 [2021-03-01T19:21:22.025Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:21:22 [2021-03-01T19:21:22.025Z] === RUN   TestLinksEtcHostsContentMatch
19:21:22 [2021-03-01T19:21:22.025Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
19:21:22 [2021-03-01T19:21:22.025Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
19:21:22 [2021-03-01T19:21:22.025Z] === RUN   TestLinksContainerNames
19:21:22 [2021-03-01T19:21:22.639Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.25s)
19:21:22 [2021-03-01T19:21:22.639Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false
19:21:22 [2021-03-01T19:21:22.639Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:21:22 [2021-03-01T19:21:22.765Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:21:22 [2021-03-01T19:21:22.952Z] --- PASS: TestLinksContainerNames (0.86s)
19:21:22 [2021-03-01T19:21:22.952Z] === RUN   TestLogsFollowTailEmpty
19:21:23 [2021-03-01T19:21:23.207Z] --- PASS: TestLogsFollowTailEmpty (0.41s)
19:21:23 [2021-03-01T19:21:23.207Z] === RUN   TestContainerNetworkMountsNoChown
19:21:23 [2021-03-01T19:21:23.768Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s)
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/default
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/default
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/private
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/private
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rprivate
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rprivate
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/slave
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/slave
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rslave
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rslave
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/shared
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/shared
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rshared
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rshared
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/default
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/default/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/default/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/default/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/rshared
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/shared
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/rslave
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/slave
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/rprivate
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/private
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/private/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/private/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/default/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:21:23 [2021-03-01T19:21:23.768Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/private/bind_root
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/private/mount_root
19:21:24 [2021-03-01T19:21:24.024Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:21:24 [2021-03-01T19:21:24.096Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.32s)
19:21:24 [2021-03-01T19:21:24.096Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true
19:21:24 [2021-03-01T19:21:24.096Z] === RUN   TestIpcModeOlderClient
19:21:24 [2021-03-01T19:21:24.096Z] === PAUSE TestIpcModeOlderClient
19:21:24 [2021-03-01T19:21:24.096Z] === RUN   TestKillContainerInvalidSignal
19:21:24 [2021-03-01T19:21:24.279Z] --- PASS: TestMountDaemonRoot (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
19:21:24 [2021-03-01T19:21:24.279Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
19:21:24 [2021-03-01T19:21:24.279Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
19:21:24 [2021-03-01T19:21:24.279Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
19:21:24 [2021-03-01T19:21:24.279Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
19:21:24 [2021-03-01T19:21:24.279Z] === RUN   TestContainerBindMountNonRecursive
19:21:24 [2021-03-01T19:21:24.279Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
19:21:24 [2021-03-01T19:21:24.279Z]     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)
19:21:24 [2021-03-01T19:21:24.279Z] === RUN   TestContainerVolumesMountedAsShared
19:21:24 [2021-03-01T19:21:24.279Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
19:21:24 [2021-03-01T19:21:24.279Z]     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)
19:21:24 [2021-03-01T19:21:24.279Z] === RUN   TestContainerVolumesMountedAsSlave
19:21:24 [2021-03-01T19:21:24.279Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
19:21:24 [2021-03-01T19:21:24.279Z]     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)
19:21:24 [2021-03-01T19:21:24.279Z] === RUN   TestNetworkNat
19:21:24 [2021-03-01T19:21:24.453Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
19:21:24 [2021-03-01T19:21:24.657Z] --- PASS: TestKillContainerInvalidSignal (0.50s)
19:21:24 [2021-03-01T19:21:24.657Z] === RUN   TestKillContainer
19:21:24 [2021-03-01T19:21:24.657Z] === RUN   TestKillContainer/no_signal
19:21:24 [2021-03-01T19:21:24.839Z] --- PASS: TestNetworkNat (0.55s)
19:21:24 [2021-03-01T19:21:24.839Z] === RUN   TestNetworkLocalhostTCPNat
19:21:25 [2021-03-01T19:21:25.217Z] === RUN   TestKillContainer/non_killing_signal
19:21:25 [2021-03-01T19:21:25.400Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s)
19:21:25 [2021-03-01T19:21:25.400Z] === RUN   TestNetworkLoopbackNat
19:21:25 [2021-03-01T19:21:25.474Z] === RUN   TestKillContainer/killing_signal
19:21:25 [2021-03-01T19:21:25.504Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	8.074s	coverage: 69.3% of statements
19:21:26 [2021-03-01T19:21:26.034Z] --- PASS: TestKillContainer (1.62s)
19:21:26 [2021-03-01T19:21:26.034Z]     --- PASS: TestKillContainer/no_signal (0.62s)
19:21:26 [2021-03-01T19:21:26.034Z]     --- PASS: TestKillContainer/non_killing_signal (0.32s)
19:21:26 [2021-03-01T19:21:26.034Z]     --- PASS: TestKillContainer/killing_signal (0.48s)
19:21:26 [2021-03-01T19:21:26.034Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:21:26 [2021-03-01T19:21:26.034Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:21:26 [2021-03-01T19:21:26.073Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:21:26 [2021-03-01T19:21:26.156Z] ok  	github.com/docker/docker/daemon	12.320s	coverage: 17.2% of statements
19:21:26 [2021-03-01T19:21:26.156Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
19:21:26 [2021-03-01T19:21:26.156Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
19:21:26 [2021-03-01T19:21:26.156Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
19:21:26 [2021-03-01T19:21:26.156Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
19:21:26 [2021-03-01T19:21:26.595Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
19:21:27 [2021-03-01T19:21:27.155Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.91s)
19:21:27 [2021-03-01T19:21:27.155Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s)
19:21:27 [2021-03-01T19:21:27.155Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.34s)
19:21:27 [2021-03-01T19:21:27.155Z] === RUN   TestKillStoppedContainer
19:21:27 [2021-03-01T19:21:27.155Z] --- PASS: TestKillStoppedContainer (0.05s)
19:21:27 [2021-03-01T19:21:27.155Z] === RUN   TestKillStoppedContainerAPIPre120
19:21:27 [2021-03-01T19:21:27.155Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
19:21:27 [2021-03-01T19:21:27.155Z] === RUN   TestKillDifferentUserContainer
19:21:27 [2021-03-01T19:21:27.693Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.785s	coverage: 45.9% of statements
19:21:27 [2021-03-01T19:21:27.693Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
19:21:27 [2021-03-01T19:21:27.715Z] --- PASS: TestKillDifferentUserContainer (0.46s)
19:21:27 [2021-03-01T19:21:27.716Z] === RUN   TestInspectOomKilledTrue
19:21:27 [2021-03-01T19:21:27.716Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
19:21:27 [2021-03-01T19:21:27.716Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
19:21:27 [2021-03-01T19:21:27.716Z] === RUN   TestInspectOomKilledFalse
19:21:27 [2021-03-01T19:21:27.912Z] --- PASS: TestNetworkLoopbackNat (2.53s)
19:21:27 [2021-03-01T19:21:27.912Z] === RUN   TestPause
19:21:27 [2021-03-01T19:21:27.912Z] --- SKIP: TestPause (0.00s)
19:21:27 [2021-03-01T19:21:27.912Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
19:21:27 [2021-03-01T19:21:27.912Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:21:27 [2021-03-01T19:21:27.912Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:21:27 [2021-03-01T19:21:27.912Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:21:27 [2021-03-01T19:21:27.912Z] === RUN   TestPauseStopPausedContainer
19:21:27 [2021-03-01T19:21:27.912Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
19:21:27 [2021-03-01T19:21:27.912Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
19:21:27 [2021-03-01T19:21:27.912Z] === RUN   TestPsFilter
19:21:27 [2021-03-01T19:21:27.912Z] --- PASS: TestPsFilter (0.11s)
19:21:27 [2021-03-01T19:21:27.912Z] === RUN   TestRemoveContainerWithRemovedVolume
19:21:27 [2021-03-01T19:21:27.971Z] --- PASS: TestInspectOomKilledFalse (0.45s)
19:21:27 [2021-03-01T19:21:27.971Z] === RUN   TestLinksEtcHostsContentMatch
19:21:28 [2021-03-01T19:21:28.473Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s)
19:21:28 [2021-03-01T19:21:28.473Z] === RUN   TestRemoveContainerWithVolume
19:21:28 [2021-03-01T19:21:28.534Z] --- PASS: TestLinksEtcHostsContentMatch (0.36s)
19:21:28 [2021-03-01T19:21:28.534Z] === RUN   TestLinksContainerNames
19:21:28 [2021-03-01T19:21:28.640Z] .
19:21:28 [2021-03-01T19:21:28.640Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:21:28 [2021-03-01T19:21:28.640Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:21:28 [2021-03-01T19:21:28.640Z] Error: No such image: emptyfs
19:21:28 [2021-03-01T19:21:28.640Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:21:28 [2021-03-01T19:21:28.640Z] ++++ docker load
19:21:28 [2021-03-01T19:21:28.640Z] Running integration-test (iteration 1)
19:21:28 [2021-03-01T19:21:28.640Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
19:21:28 [2021-03-01T19:21:28.640Z] ++ 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
19:21:28 [2021-03-01T19:21:28.640Z] ++ set -e
19:21:28 [2021-03-01T19:21:28.640Z] ++ '[' -n 0 ']'
19:21:28 [2021-03-01T19:21:28.640Z] ++ set -x
19:21:28 [2021-03-01T19:21:28.640Z] ++ 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
19:21:28 [2021-03-01T19:21:28.729Z] --- PASS: TestRemoveContainerWithVolume (0.44s)
19:21:28 [2021-03-01T19:21:28.729Z] === RUN   TestRemoveContainerRunning
19:21:28 [2021-03-01T19:21:28.752Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.301s	coverage: 49.4% of statements
19:21:29 [2021-03-01T19:21:29.290Z] --- PASS: TestRemoveContainerRunning (0.43s)
19:21:29 [2021-03-01T19:21:29.290Z] === RUN   TestRemoveContainerForceRemoveRunning
19:21:29 [2021-03-01T19:21:29.400Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.016s	coverage: 57.5% of statements
19:21:29 [2021-03-01T19:21:29.504Z] --- PASS: TestLinksContainerNames (0.99s)
19:21:29 [2021-03-01T19:21:29.504Z] === RUN   TestLogsFollowTailEmpty
19:21:29 [2021-03-01T19:21:29.545Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s)
19:21:29 [2021-03-01T19:21:29.545Z] === RUN   TestRemoveInvalidContainer
19:21:29 [2021-03-01T19:21:29.545Z] --- PASS: TestRemoveInvalidContainer (0.01s)
19:21:29 [2021-03-01T19:21:29.545Z] === RUN   TestRenameLinkedContainer
19:21:29 [2021-03-01T19:21:29.759Z] --- PASS: TestLogsFollowTailEmpty (0.48s)
19:21:29 [2021-03-01T19:21:29.759Z] === RUN   TestContainerNetworkMountsNoChown
19:21:30 [2021-03-01T19:21:30.287Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:21:30 [2021-03-01T19:21:30.322Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s)
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/default
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/default
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/private
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/private
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rprivate
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rprivate
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/slave
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/slave
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rslave
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rslave
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/shared
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/shared
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rshared
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rshared
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/default
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/default/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/default/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/rslave
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/rshared
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/shared
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/rprivate
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/slave
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/private
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/private/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/private/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/default/mount_root
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/default/bind_root
19:21:30 [2021-03-01T19:21:30.322Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/private/bind_root
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:21:30 [2021-03-01T19:21:30.579Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:21:30 [2021-03-01T19:21:30.835Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:21:30 [2021-03-01T19:21:30.835Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:21:30 [2021-03-01T19:21:30.835Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:21:30 [2021-03-01T19:21:30.835Z] === CONT  TestMountDaemonRoot/private/mount_root
19:21:30 [2021-03-01T19:21:30.835Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:21:30 [2021-03-01T19:21:30.835Z] --- PASS: TestMountDaemonRoot (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
19:21:30 [2021-03-01T19:21:30.835Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
19:21:30 [2021-03-01T19:21:30.835Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
19:21:30 [2021-03-01T19:21:30.835Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
19:21:30 [2021-03-01T19:21:30.835Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
19:21:30 [2021-03-01T19:21:30.835Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
19:21:30 [2021-03-01T19:21:30.835Z] === RUN   TestContainerBindMountNonRecursive
19:21:30 [2021-03-01T19:21:30.943Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.035s	coverage: 3.0% of statements
19:21:30 [2021-03-01T19:21:30.943Z] ok  	github.com/docker/docker/daemon/links	0.024s	coverage: 93.0% of statements
19:21:31 [2021-03-01T19:21:31.432Z] --- PASS: TestRenameLinkedContainer (1.72s)
19:21:31 [2021-03-01T19:21:31.432Z] === RUN   TestRenameStoppedContainer
19:21:31 [2021-03-01T19:21:31.689Z] --- PASS: TestRenameStoppedContainer (0.42s)
19:21:31 [2021-03-01T19:21:31.689Z] === RUN   TestRenameRunningContainerAndReuse
19:21:32 [2021-03-01T19:21:32.198Z] --- PASS: TestContainerBindMountNonRecursive (1.51s)
19:21:32 [2021-03-01T19:21:32.198Z] === RUN   TestContainerVolumesMountedAsShared
19:21:32 [2021-03-01T19:21:32.204Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:21:32 [2021-03-01T19:21:32.616Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s)
19:21:32 [2021-03-01T19:21:32.616Z] === RUN   TestRenameInvalidName
19:21:32 [2021-03-01T19:21:32.758Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
19:21:32 [2021-03-01T19:21:32.758Z] === RUN   TestContainerVolumesMountedAsSlave
19:21:33 [2021-03-01T19:21:33.014Z] --- PASS: TestContainerVolumesMountedAsSlave (0.38s)
19:21:33 [2021-03-01T19:21:33.014Z] === RUN   TestNetworkNat
19:21:33 [2021-03-01T19:21:33.176Z] --- PASS: TestRenameInvalidName (0.44s)
19:21:33 [2021-03-01T19:21:33.176Z] === RUN   TestRenameAnonymousContainer
19:21:33 [2021-03-01T19:21:33.574Z] --- PASS: TestNetworkNat (0.50s)
19:21:33 [2021-03-01T19:21:33.574Z] === RUN   TestNetworkLocalhostTCPNat
19:21:34 [2021-03-01T19:21:34.136Z] --- PASS: TestNetworkLocalhostTCPNat (0.47s)
19:21:34 [2021-03-01T19:21:34.136Z] === RUN   TestNetworkLoopbackNat
19:21:34 [2021-03-01T19:21:34.506Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.089s	coverage: 52.1% of statements
19:21:34 [2021-03-01T19:21:34.506Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
19:21:34 [2021-03-01T19:21:34.506Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
19:21:34 [2021-03-01T19:21:34.506Z] ok  	github.com/docker/docker/daemon/logger	0.250s	coverage: 43.2% of statements
19:21:34 [2021-03-01T19:21:34.540Z] --- PASS: TestRenameAnonymousContainer (1.59s)
19:21:34 [2021-03-01T19:21:34.540Z] === RUN   TestRenameContainerWithSameName
19:21:35 [2021-03-01T19:21:35.142Z] --- PASS: TestRenameContainerWithSameName (0.42s)
19:21:35 [2021-03-01T19:21:35.142Z] === RUN   TestRenameContainerWithLinkedContainer
19:21:35 [2021-03-01T19:21:35.559Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.484s	coverage: 77.4% of statements
19:21:35 [2021-03-01T19:21:35.559Z] ok  	github.com/docker/docker/daemon/images	0.038s	coverage: 6.7% of statements
19:21:35 [2021-03-01T19:21:35.559Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
19:21:35 [2021-03-01T19:21:35.559Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
19:21:35 [2021-03-01T19:21:35.559Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
19:21:35 [2021-03-01T19:21:35.559Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
19:21:36 [2021-03-01T19:21:36.094Z] --- PASS: TestRenameContainerWithLinkedContainer (0.96s)
19:21:36 [2021-03-01T19:21:36.094Z] === RUN   TestResize
19:21:36 [2021-03-01T19:21:36.208Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.012s	coverage: 67.0% of statements
19:21:36 [2021-03-01T19:21:36.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:21:36 [2021-03-01T19:21:36.646Z] --- PASS: TestNetworkLoopbackNat (2.65s)
19:21:36 [2021-03-01T19:21:36.646Z] === RUN   TestPause
19:21:36 [2021-03-01T19:21:36.677Z] --- PASS: TestResize (0.48s)
19:21:36 [2021-03-01T19:21:36.677Z] === RUN   TestResizeWithInvalidSize
19:21:36 [2021-03-01T19:21:36.865Z] ok  	github.com/docker/docker/daemon/logger/journald	0.033s	coverage: 23.9% of statements
19:21:36 [2021-03-01T19:21:36.932Z] --- PASS: TestResizeWithInvalidSize (0.43s)
19:21:36 [2021-03-01T19:21:36.932Z] === RUN   TestResizeWhenContainerNotStarted
19:21:37 [2021-03-01T19:21:37.163Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.041s	coverage: 87.2% of statements
19:21:37 [2021-03-01T19:21:37.206Z] --- PASS: TestPause (0.48s)
19:21:37 [2021-03-01T19:21:37.206Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:21:37 [2021-03-01T19:21:37.206Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:21:37 [2021-03-01T19:21:37.206Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:21:37 [2021-03-01T19:21:37.206Z] === RUN   TestPauseStopPausedContainer
19:21:37 [2021-03-01T19:21:37.492Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
19:21:37 [2021-03-01T19:21:37.492Z] === RUN   TestDaemonRestartKillContainers
19:21:37 [2021-03-01T19:21:37.492Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
19:21:37 [2021-03-01T19:21:37.492Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
19:21:37 [2021-03-01T19:21:37.492Z] === RUN   TestCgroupNamespacesRun
19:21:37 [2021-03-01T19:21:37.768Z] --- PASS: TestPauseStopPausedContainer (0.51s)
19:21:37 [2021-03-01T19:21:37.768Z] === RUN   TestPsFilter
19:21:37 [2021-03-01T19:21:37.768Z] --- PASS: TestPsFilter (0.09s)
19:21:37 [2021-03-01T19:21:37.768Z] === RUN   TestRemoveContainerWithRemovedVolume
19:21:38 [2021-03-01T19:21:38.328Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s)
19:21:38 [2021-03-01T19:21:38.328Z] === RUN   TestRemoveContainerWithVolume
19:21:38 [2021-03-01T19:21:38.696Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.013s	coverage: 61.6% of statements
19:21:38 [2021-03-01T19:21:38.887Z] --- PASS: TestRemoveContainerWithVolume (0.49s)
19:21:38 [2021-03-01T19:21:38.887Z] === RUN   TestRemoveContainerRunning
19:21:38 [2021-03-01T19:21:38.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:21:39 [2021-03-01T19:21:39.144Z] --- PASS: TestRemoveContainerRunning (0.45s)
19:21:39 [2021-03-01T19:21:39.144Z] === RUN   TestRemoveContainerForceRemoveRunning
19:21:39 [2021-03-01T19:21:39.705Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
19:21:39 [2021-03-01T19:21:39.705Z] === RUN   TestRemoveInvalidContainer
19:21:39 [2021-03-01T19:21:39.705Z] --- PASS: TestRemoveInvalidContainer (0.01s)
19:21:39 [2021-03-01T19:21:39.705Z] === RUN   TestRenameLinkedContainer
19:21:39 [2021-03-01T19:21:39.749Z] ok  	github.com/docker/docker/daemon/logger/local	0.041s	coverage: 75.2% of statements
19:21:39 [2021-03-01T19:21:39.749Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
19:21:40 [2021-03-01T19:21:40.004Z] --- PASS: TestCgroupNamespacesRun (2.18s)
19:21:40 [2021-03-01T19:21:40.004Z] === RUN   TestCgroupNamespacesRunPrivileged
19:21:40 [2021-03-01T19:21:40.059Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.098s	coverage: 55.8% of statements
19:21:41 [2021-03-01T19:21:41.112Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.016s	coverage: 31.5% of statements
19:21:41 [2021-03-01T19:21:41.633Z] --- PASS: TestRenameLinkedContainer (1.93s)
19:21:41 [2021-03-01T19:21:41.633Z] === RUN   TestRenameStoppedContainer
19:21:41 [2021-03-01T19:21:41.759Z] ok  	github.com/docker/docker/daemon/logger/templates	0.025s	coverage: 8.3% of statements
19:21:41 [2021-03-01T19:21:41.892Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.16s)
19:21:41 [2021-03-01T19:21:41.892Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:21:42 [2021-03-01T19:21:42.215Z] --- PASS: TestRenameStoppedContainer (0.51s)
19:21:42 [2021-03-01T19:21:42.215Z] === RUN   TestRenameRunningContainerAndReuse
19:21:42 [2021-03-01T19:21:42.815Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.049s	coverage: 46.8% of statements
19:21:43 [2021-03-01T19:21:43.147Z] --- PASS: TestRenameRunningContainerAndReuse (0.98s)
19:21:43 [2021-03-01T19:21:43.147Z] === RUN   TestRenameInvalidName
19:21:43 [2021-03-01T19:21:43.579Z] Loaded image: buildpack-deps:buster
19:21:43 [2021-03-01T19:21:43.579Z] Loaded image: busybox:latest
19:21:43 [2021-03-01T19:21:43.579Z] Loaded image: busybox:glibc
19:21:43 [2021-03-01T19:21:43.708Z] --- PASS: TestRenameInvalidName (0.46s)
19:21:43 [2021-03-01T19:21:43.708Z] === RUN   TestRenameAnonymousContainer
19:21:44 [2021-03-01T19:21:44.266Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:21:44 [2021-03-01T19:21:44.356Z] ok  	github.com/docker/docker/daemon/network	0.010s	coverage: 63.8% of statements
19:21:44 [2021-03-01T19:21:44.410Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.21s)
19:21:44 [2021-03-01T19:21:44.410Z] === RUN   TestCgroupNamespacesRunHostMode
19:21:45 [2021-03-01T19:21:45.005Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.646s	coverage: 82.5% of statements
19:21:45 [2021-03-01T19:21:45.005Z] ?   	github.com/docker/docker/daemon/names	[no test files]
19:21:45 [2021-03-01T19:21:45.005Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
19:21:45 [2021-03-01T19:21:45.194Z] ..........................xx....................                         [ 29%]
19:21:45 [2021-03-01T19:21:45.583Z] Loaded image: debian:bullseye
19:21:45 [2021-03-01T19:21:45.596Z] --- PASS: TestRenameAnonymousContainer (1.74s)
19:21:45 [2021-03-01T19:21:45.596Z] === RUN   TestRenameContainerWithSameName
19:21:45 [2021-03-01T19:21:45.851Z] --- PASS: TestRenameContainerWithSameName (0.46s)
19:21:45 [2021-03-01T19:21:45.851Z] === RUN   TestRenameContainerWithLinkedContainer
19:21:46 [2021-03-01T19:21:46.298Z] --- PASS: TestCgroupNamespacesRunHostMode (2.20s)
19:21:46 [2021-03-01T19:21:46.298Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:21:46 [2021-03-01T19:21:46.778Z] --- PASS: TestRenameContainerWithLinkedContainer (0.91s)
19:21:46 [2021-03-01T19:21:46.778Z] === RUN   TestResize
19:21:47 [2021-03-01T19:21:47.033Z] --- PASS: TestResize (0.48s)
19:21:47 [2021-03-01T19:21:47.033Z] === RUN   TestResizeWithInvalidSize
19:21:47 [2021-03-01T19:21:47.118Z] ok  	github.com/docker/docker/distribution/metadata	0.187s	coverage: 48.2% of statements
19:21:47 [2021-03-01T19:21:47.118Z] ok  	github.com/docker/docker/errdefs	0.008s	coverage: 53.1% of statements
19:21:47 [2021-03-01T19:21:47.124Z] Loaded image: hello-world:latest
19:21:47 [2021-03-01T19:21:47.576Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:21:47 [2021-03-01T19:21:47.594Z] --- PASS: TestResizeWithInvalidSize (0.46s)
19:21:47 [2021-03-01T19:21:47.594Z] === RUN   TestResizeWhenContainerNotStarted
19:21:48 [2021-03-01T19:21:48.154Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s)
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:21:48 [2021-03-01T19:21:48.154Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:21:48 [2021-03-01T19:21:48.186Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.18s)
19:21:48 [2021-03-01T19:21:48.186Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:21:48 [2021-03-01T19:21:48.517Z] Loaded image: arm32v7/hello-world:latest
19:21:48 [2021-03-01T19:21:48.653Z] ok  	github.com/docker/docker/distribution	0.483s	coverage: 25.0% of statements
19:21:48 [2021-03-01T19:21:48.653Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
19:21:49 [2021-03-01T19:21:49.092Z] INFO: Testing against a local daemon
19:21:49 [2021-03-01T19:21:49.092Z] === RUN   TestCgroupNamespacesBuild
19:21:50 [2021-03-01T19:21:50.040Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:21:50 [2021-03-01T19:21:50.040Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:21:50 [2021-03-01T19:21:50.223Z] ok  	github.com/docker/docker/image/cache	0.016s	coverage: 19.2% of statements
19:21:50 [2021-03-01T19:21:50.698Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.16s)
19:21:50 [2021-03-01T19:21:50.698Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:21:50 [2021-03-01T19:21:50.868Z] ok  	github.com/docker/docker/image	0.090s	coverage: 86.6% of statements
19:21:50 [2021-03-01T19:21:50.868Z] ok  	github.com/docker/docker/distribution/xfer	1.721s	coverage: 85.1% of statements
19:21:50 [2021-03-01T19:21:50.868Z] ?   	github.com/docker/docker/dockerversion	[no test files]
19:21:50 [2021-03-01T19:21:50.885Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:21:51 [2021-03-01T19:21:51.403Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:21:51 [2021-03-01T19:21:51.404Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:21:52 [2021-03-01T19:21:52.065Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s)
19:21:52 [2021-03-01T19:21:52.065Z] === RUN   TestCgroupNamespacesRunOlderClient
19:21:52 [2021-03-01T19:21:52.182Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
19:21:52 [2021-03-01T19:21:52.182Z] 
19:21:52 [2021-03-01T19:21:52.182Z]  ________   ____  __.
19:21:52 [2021-03-01T19:21:52.182Z]  \_____  \ |    |/ _|
19:21:52 [2021-03-01T19:21:52.182Z]  /   |   \|      <
19:21:52 [2021-03-01T19:21:52.182Z]  /    |    \    |  \
19:21:52 [2021-03-01T19:21:52.182Z]  \_______  /____|__ \
19:21:52 [2021-03-01T19:21:52.182Z]          \/        \/
19:21:52 [2021-03-01T19:21:52.182Z] 
19:21:52 [2021-03-01T19:21:52.182Z] INFO: make.ps1 ended at 03/01/2021 19:21:50
19:21:52 [2021-03-01T19:21:52.182Z] INFO: Binaries build ended at 03/01/2021 19:21:51. Duration:00:01:16.7766332
19:21:52 [2021-03-01T19:21:52.406Z] ok  	github.com/docker/docker/libcontainerd/queue	0.061s	coverage: 100.0% of statements
19:21:52 [2021-03-01T19:21:52.417Z] --- PASS: TestCgroupNamespacesBuild (2.68s)
19:21:52 [2021-03-01T19:21:52.417Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:21:52 [2021-03-01T19:21:52.704Z] ok  	github.com/docker/docker/image/tarexport	0.016s	coverage: 0.6% of statements
19:21:52 [2021-03-01T19:21:52.767Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:21:52 [2021-03-01T19:21:52.767Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:21:53 [2021-03-01T19:21:53.153Z] INFO: Copying the built daemon binary to d:\CI\PR-42102\1\binary\dockerd-5542f13c1a.exe...
19:21:53 [2021-03-01T19:21:53.153Z] INFO: Copying the built client binary to d:\CI\PR-42102\1\binary\docker-5542f13c1a.exe...
19:21:53 [2021-03-01T19:21:53.153Z] INFO: Copying dockerversion from the container...
19:21:53 [2021-03-01T19:21:53.153Z] INFO: Copying the golang package from the container to d:\CI\PR-42102\1\installer\go.zip...
19:21:53 [2021-03-01T19:21:53.766Z] ok  	github.com/docker/docker/image/v1	0.046s	coverage: 25.0% of statements
19:21:53 [2021-03-01T19:21:53.766Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
19:21:53 [2021-03-01T19:21:53.818Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.84s)
19:21:53 [2021-03-01T19:21:53.819Z] === RUN   TestBuildWithSession
19:21:53 [2021-03-01T19:21:53.819Z] --- SKIP: TestBuildWithSession (0.00s)
19:21:53 [2021-03-01T19:21:53.819Z]     build_session_test.go:25: TODO: BuildKit
19:21:53 [2021-03-01T19:21:53.819Z] === RUN   TestBuildSquashParent
19:21:54 [2021-03-01T19:21:54.124Z] INFO: Extracting go.zip to d:\CI\PR-42102\1\go
19:21:54 [2021-03-01T19:21:54.195Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:21:54 [2021-03-01T19:21:54.195Z] Using test binary docker
19:21:54 [2021-03-01T19:21:54.195Z] +++ /etc/init.d/apparmor start
19:21:54 [2021-03-01T19:21:54.195Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:21:54 [2021-03-01T19:21:54.195Z] INFO: Waiting for daemon to start...
19:21:54 [2021-03-01T19:21:54.195Z] Starting dockerd
19:21:54 [2021-03-01T19:21:54.195Z] +++ 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
19:21:54 [2021-03-01T19:21:54.580Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.20s)
19:21:54 [2021-03-01T19:21:54.580Z] === RUN   TestKernelTCPMemory
19:21:54 [2021-03-01T19:21:54.580Z] --- SKIP: TestKernelTCPMemory (0.03s)
19:21:54 [2021-03-01T19:21:54.580Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
19:21:54 [2021-03-01T19:21:54.580Z] === RUN   TestNISDomainname
19:21:54 [2021-03-01T19:21:54.580Z] --- SKIP: TestNISDomainname (0.02s)
19:21:54 [2021-03-01T19:21:54.580Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
19:21:54 [2021-03-01T19:21:54.580Z] === RUN   TestHostnameDnsResolution
19:21:54 [2021-03-01T19:21:54.655Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:21:54 [2021-03-01T19:21:54.655Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:21:54 [2021-03-01T19:21:54.841Z] ok  	github.com/docker/docker/pkg/aaparser	0.019s	coverage: 52.9% of statements
19:21:55 [2021-03-01T19:21:55.140Z] --- PASS: TestHostnameDnsResolution (0.75s)
19:21:55 [2021-03-01T19:21:55.140Z] === RUN   TestStats
19:21:55 [2021-03-01T19:21:55.140Z] --- SKIP: TestStats (0.00s)
19:21:55 [2021-03-01T19:21:55.140Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
19:21:55 [2021-03-01T19:21:55.140Z] === RUN   TestStopContainerWithTimeout
19:21:55 [2021-03-01T19:21:55.140Z] === RUN   TestStopContainerWithTimeout/0
19:21:55 [2021-03-01T19:21:55.140Z] === PAUSE TestStopContainerWithTimeout/0
19:21:55 [2021-03-01T19:21:55.140Z] === RUN   TestStopContainerWithTimeout/1
19:21:55 [2021-03-01T19:21:55.140Z] === PAUSE TestStopContainerWithTimeout/1
19:21:55 [2021-03-01T19:21:55.140Z] === RUN   TestStopContainerWithTimeout/3
19:21:55 [2021-03-01T19:21:55.140Z] === PAUSE TestStopContainerWithTimeout/3
19:21:55 [2021-03-01T19:21:55.140Z] === RUN   TestStopContainerWithTimeout/-1
19:21:55 [2021-03-01T19:21:55.140Z] === PAUSE TestStopContainerWithTimeout/-1
19:21:55 [2021-03-01T19:21:55.140Z] === CONT  TestStopContainerWithTimeout/0
19:21:55 [2021-03-01T19:21:55.140Z] === CONT  TestStopContainerWithTimeout/3
19:21:55 [2021-03-01T19:21:55.891Z] ok  	github.com/docker/docker/oci	0.035s	coverage: 45.2% of statements
19:21:55 [2021-03-01T19:21:55.891Z] ok  	github.com/docker/docker/opts	0.110s	coverage: 67.1% of statements
19:21:56 [2021-03-01T19:21:56.065Z] === CONT  TestStopContainerWithTimeout/-1
19:21:56 [2021-03-01T19:21:56.745Z] .
19:21:56 [2021-03-01T19:21:56.745Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:21:56 [2021-03-01T19:21:56.745Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:21:56 [2021-03-01T19:21:56.745Z] Error: No such image: emptyfs
19:21:56 [2021-03-01T19:21:56.745Z] ++++ docker load
19:21:56 [2021-03-01T19:21:56.745Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:21:56 [2021-03-01T19:21:56.745Z] Running integration-test (iteration 1)
19:21:57 [2021-03-01T19:21:57.007Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
19:21:57 [2021-03-01T19:21:57.007Z] ++ 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
19:21:57 [2021-03-01T19:21:57.007Z] ++ set -e
19:21:57 [2021-03-01T19:21:57.007Z] ++ '[' -n 0 ']'
19:21:57 [2021-03-01T19:21:57.007Z] ++ set -x
19:21:57 [2021-03-01T19:21:57.007Z] ++ 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
19:21:57 [2021-03-01T19:21:57.169Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:21:57 [2021-03-01T19:21:57.424Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:21:57 [2021-03-01T19:21:57.950Z] === CONT  TestStopContainerWithTimeout/1
19:21:57 [2021-03-01T19:21:57.993Z] ok  	github.com/docker/docker/pkg/broadcaster	0.009s	coverage: 100.0% of statements
19:21:58 [2021-03-01T19:21:58.293Z] ok  	github.com/docker/docker/pkg/authorization	0.433s	coverage: 68.3% of statements
19:21:58 [2021-03-01T19:21:58.293Z] ok  	github.com/docker/docker/pkg/capabilities	0.004s	coverage: 87.5% of statements
19:21:59 [2021-03-01T19:21:59.310Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.87s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.97s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.38s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.31s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.38s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.86s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.89s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.35s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.64s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.89s)
19:21:59 [2021-03-01T19:21:59.310Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.90s)
19:21:59 [2021-03-01T19:21:59.310Z] === RUN   TestCgroupNamespacesRun
19:21:59 [2021-03-01T19:21:59.312Z] --- PASS: TestStopContainerWithTimeout (0.01s)
19:21:59 [2021-03-01T19:21:59.312Z]     --- PASS: TestStopContainerWithTimeout/0 (0.65s)
19:21:59 [2021-03-01T19:21:59.312Z]     --- PASS: TestStopContainerWithTimeout/3 (2.63s)
19:21:59 [2021-03-01T19:21:59.312Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.38s)
19:21:59 [2021-03-01T19:21:59.312Z]     --- PASS: TestStopContainerWithTimeout/1 (1.42s)
19:21:59 [2021-03-01T19:21:59.312Z] === RUN   TestDeleteDevicemapper
19:21:59 [2021-03-01T19:21:59.312Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:21:59 [2021-03-01T19:21:59.312Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:21:59 [2021-03-01T19:21:59.312Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:21:59 [2021-03-01T19:21:59.829Z] ok  	github.com/docker/docker/pkg/directory	0.019s	coverage: 80.0% of statements
19:21:59 [2021-03-01T19:21:59.829Z] ok  	github.com/docker/docker/pkg/archive	1.168s	coverage: 76.8% of statements
19:22:00 [2021-03-01T19:22:00.422Z] --- PASS: TestBuildSquashParent (6.51s)
19:22:00 [2021-03-01T19:22:00.422Z] === RUN   TestBuildWithRemoveAndForceRemove
19:22:00 [2021-03-01T19:22:00.422Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:22:00 [2021-03-01T19:22:00.422Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:22:00 [2021-03-01T19:22:00.422Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:22:00 [2021-03-01T19:22:00.422Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:22:00 [2021-03-01T19:22:00.422Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:22:00 [2021-03-01T19:22:00.422Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:22:00 [2021-03-01T19:22:00.422Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:22:00 [2021-03-01T19:22:00.422Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:22:00 [2021-03-01T19:22:00.422Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:22:00 [2021-03-01T19:22:00.422Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:22:00 [2021-03-01T19:22:00.422Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:22:00 [2021-03-01T19:22:00.422Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:22:00 [2021-03-01T19:22:00.422Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:22:00 [2021-03-01T19:22:00.422Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:22:00 [2021-03-01T19:22:00.422Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:22:00 [2021-03-01T19:22:00.422Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:22:00 [2021-03-01T19:22:00.475Z] ok  	github.com/docker/docker/pkg/discovery	0.009s	coverage: 58.3% of statements
19:22:00 [2021-03-01T19:22:00.475Z] ok  	github.com/docker/docker/pkg/discovery/file	0.013s	coverage: 97.6% of statements
19:22:00 [2021-03-01T19:22:00.672Z] --- PASS: TestCgroupNamespacesRun (1.24s)
19:22:00 [2021-03-01T19:22:00.672Z] === RUN   TestCgroupNamespacesRunPrivileged
19:22:00 [2021-03-01T19:22:00.672Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
19:22:00 [2021-03-01T19:22:00.672Z]     run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
19:22:00 [2021-03-01T19:22:00.672Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:22:00 [2021-03-01T19:22:00.677Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.44s)
19:22:00 [2021-03-01T19:22:00.677Z] === RUN   TestUpdateMemory
19:22:00 [2021-03-01T19:22:00.677Z] --- SKIP: TestUpdateMemory (0.00s)
19:22:00 [2021-03-01T19:22:00.677Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
19:22:00 [2021-03-01T19:22:00.677Z] === RUN   TestUpdateCPUQuota
19:22:00 [2021-03-01T19:22:00.677Z] --- SKIP: TestUpdateCPUQuota (0.00s)
19:22:00 [2021-03-01T19:22:00.677Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
19:22:00 [2021-03-01T19:22:00.677Z] === RUN   TestUpdatePidsLimit
19:22:00 [2021-03-01T19:22:00.677Z] --- SKIP: TestUpdatePidsLimit (0.00s)
19:22:00 [2021-03-01T19:22:00.677Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
19:22:00 [2021-03-01T19:22:00.677Z] === RUN   TestUpdateRestartPolicy
19:22:01 [2021-03-01T19:22:01.528Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.004s	coverage: 92.3% of statements
19:22:01 [2021-03-01T19:22:01.599Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.24s)
19:22:01 [2021-03-01T19:22:01.599Z] === RUN   TestCgroupNamespacesRunHostMode
19:22:02 [2021-03-01T19:22:02.169Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
19:22:02 [2021-03-01T19:22:02.545Z] tests/integration/api_exec_test.py .....................                 [ 34%]
19:22:02 [2021-03-01T19:22:02.809Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
19:22:02 [2021-03-01T19:22:02.962Z] --- PASS: TestCgroupNamespacesRunHostMode (1.22s)
19:22:02 [2021-03-01T19:22:02.962Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:22:02 [2021-03-01T19:22:02.986Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:22:02 [2021-03-01T19:22:02.987Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:22:03 [2021-03-01T19:22:03.104Z] ok  	github.com/docker/docker/layer	7.552s	coverage: 68.8% of statements
19:22:03 [2021-03-01T19:22:03.104Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
19:22:03 [2021-03-01T19:22:03.104Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
19:22:03 [2021-03-01T19:22:03.104Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
19:22:03 [2021-03-01T19:22:03.104Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
19:22:03 [2021-03-01T19:22:03.104Z] ?   	github.com/docker/docker/oci/caps	[no test files]
19:22:04 [2021-03-01T19:22:04.164Z] ok  	github.com/docker/docker/pkg/filenotify	0.615s	coverage: 67.0% of statements
19:22:04 [2021-03-01T19:22:04.164Z] ok  	github.com/docker/docker/pkg/fileutils	0.013s	coverage: 89.5% of statements
19:22:04 [2021-03-01T19:22:04.164Z] ok  	github.com/docker/docker/pkg/chrootarchive	4.013s	coverage: 43.2% of statements
19:22:04 [2021-03-01T19:22:04.164Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
19:22:04 [2021-03-01T19:22:04.164Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
19:22:04 [2021-03-01T19:22:04.324Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.23s)
19:22:04 [2021-03-01T19:22:04.324Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:22:05 [2021-03-01T19:22:05.219Z] ok  	github.com/docker/docker/pkg/fsutils	0.410s	coverage: 85.1% of statements
19:22:05 [2021-03-01T19:22:05.251Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.18s)
19:22:05 [2021-03-01T19:22:05.251Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:22:05 [2021-03-01T19:22:05.517Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.106s	coverage: 84.1% of statements
19:22:05 [2021-03-01T19:22:05.517Z] ok  	github.com/docker/docker/pkg/homedir	0.006s	coverage: 11.4% of statements
19:22:05 [2021-03-01T19:22:05.545Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
19:22:05 [2021-03-01T19:22:05.545Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.35s)
19:22:05 [2021-03-01T19:22:05.545Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.78s)
19:22:05 [2021-03-01T19:22:05.545Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.87s)
19:22:05 [2021-03-01T19:22:05.545Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.93s)
19:22:05 [2021-03-01T19:22:05.545Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.29s)
19:22:05 [2021-03-01T19:22:05.545Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.12s)
19:22:05 [2021-03-01T19:22:05.545Z] === RUN   TestBuildMultiStageCopy
19:22:05 [2021-03-01T19:22:05.545Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:22:06 [2021-03-01T19:22:06.177Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s)
19:22:06 [2021-03-01T19:22:06.177Z] === RUN   TestCgroupNamespacesRunOlderClient
19:22:06 [2021-03-01T19:22:06.576Z] ok  	github.com/docker/docker/pkg/longpath	0.013s	coverage: 100.0% of statements
19:22:06 [2021-03-01T19:22:06.576Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.027s	coverage: 91.7% of statements
19:22:07 [2021-03-01T19:22:07.253Z] ok  	github.com/docker/docker/pkg/idtools	0.826s	coverage: 69.5% of statements
19:22:07 [2021-03-01T19:22:07.253Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.023s	coverage: 85.7% of statements
19:22:07 [2021-03-01T19:22:07.472Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:22:07 [2021-03-01T19:22:07.543Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.24s)
19:22:07 [2021-03-01T19:22:07.543Z] === RUN   TestKernelTCPMemory
19:22:07 [2021-03-01T19:22:07.543Z] --- SKIP: TestKernelTCPMemory (0.01s)
19:22:07 [2021-03-01T19:22:07.543Z]     run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP
19:22:07 [2021-03-01T19:22:07.543Z] === RUN   TestNISDomainname
19:22:07 [2021-03-01T19:22:07.552Z] ok  	github.com/docker/docker/pkg/parsers	0.035s	coverage: 97.0% of statements
19:22:07 [2021-03-01T19:22:07.736Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:22:07 [2021-03-01T19:22:07.802Z] --- PASS: TestNISDomainname (0.59s)
19:22:07 [2021-03-01T19:22:07.802Z] === RUN   TestHostnameDnsResolution
19:22:08 [2021-03-01T19:22:08.201Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.050s	coverage: 60.0% of statements
19:22:08 [2021-03-01T19:22:08.201Z] ok  	github.com/docker/docker/pkg/ioutils	1.330s	coverage: 70.1% of statements
19:22:08 [2021-03-01T19:22:08.201Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
19:22:08 [2021-03-01T19:22:08.201Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
19:22:08 [2021-03-01T19:22:08.201Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
19:22:08 [2021-03-01T19:22:08.201Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
19:22:08 [2021-03-01T19:22:08.315Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:22:08 [2021-03-01T19:22:08.504Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.036s	coverage: 86.7% of statements
19:22:08 [2021-03-01T19:22:08.729Z] --- PASS: TestHostnameDnsResolution (0.78s)
19:22:08 [2021-03-01T19:22:08.729Z] === RUN   TestStats
19:22:08 [2021-03-01T19:22:08.806Z] ok  	github.com/docker/docker/pkg/pidfile	0.043s	coverage: 82.4% of statements
19:22:08 [2021-03-01T19:22:08.806Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
19:22:08 [2021-03-01T19:22:08.806Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
19:22:08 [2021-03-01T19:22:08.892Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:22:09 [2021-03-01T19:22:09.455Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.021s	coverage: 56.8% of statements
19:22:09 [2021-03-01T19:22:09.469Z] --- PASS: TestBuildMultiStageCopy (4.49s)
19:22:09 [2021-03-01T19:22:09.469Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.24s)
19:22:09 [2021-03-01T19:22:09.469Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.51s)
19:22:09 [2021-03-01T19:22:09.469Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s)
19:22:09 [2021-03-01T19:22:09.469Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s)
19:22:09 [2021-03-01T19:22:09.469Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s)
19:22:09 [2021-03-01T19:22:09.469Z] === RUN   TestBuildMultiStageParentConfig
19:22:10 [2021-03-01T19:22:10.014Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
19:22:10 [2021-03-01T19:22:10.517Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.018s	coverage: 85.7% of statements
19:22:10 [2021-03-01T19:22:10.517Z] ok  	github.com/docker/docker/pkg/progress	0.010s	coverage: 75.9% of statements
19:22:10 [2021-03-01T19:22:10.517Z] ok  	github.com/docker/docker/pkg/pools	0.007s	coverage: 88.2% of statements
19:22:10 [2021-03-01T19:22:10.865Z] --- PASS: TestBuildMultiStageParentConfig (1.42s)
19:22:10 [2021-03-01T19:22:10.865Z] === RUN   TestBuildLabelWithTargets
19:22:11 [2021-03-01T19:22:11.241Z] --- PASS: TestStats (2.51s)
19:22:11 [2021-03-01T19:22:11.241Z] === RUN   TestStopContainerWithTimeout
19:22:11 [2021-03-01T19:22:11.241Z] === RUN   TestStopContainerWithTimeout/0
19:22:11 [2021-03-01T19:22:11.241Z] === PAUSE TestStopContainerWithTimeout/0
19:22:11 [2021-03-01T19:22:11.241Z] === RUN   TestStopContainerWithTimeout/1
19:22:11 [2021-03-01T19:22:11.241Z] === PAUSE TestStopContainerWithTimeout/1
19:22:11 [2021-03-01T19:22:11.241Z] === RUN   TestStopContainerWithTimeout/3
19:22:11 [2021-03-01T19:22:11.241Z] === PAUSE TestStopContainerWithTimeout/3
19:22:11 [2021-03-01T19:22:11.241Z] === RUN   TestStopContainerWithTimeout/-1
19:22:11 [2021-03-01T19:22:11.241Z] === PAUSE TestStopContainerWithTimeout/-1
19:22:11 [2021-03-01T19:22:11.241Z] === CONT  TestStopContainerWithTimeout/0
19:22:11 [2021-03-01T19:22:11.241Z] === CONT  TestStopContainerWithTimeout/-1
19:22:11 [2021-03-01T19:22:11.571Z] ok  	github.com/docker/docker/pkg/reexec	0.034s	coverage: 82.4% of statements
19:22:11 [2021-03-01T19:22:11.802Z] === CONT  TestStopContainerWithTimeout/3
19:22:12 [2021-03-01T19:22:12.223Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
19:22:12 [2021-03-01T19:22:12.223Z] ok  	github.com/docker/docker/pkg/pubsub	1.122s	coverage: 75.0% of statements
19:22:12 [2021-03-01T19:22:12.837Z] --- PASS: TestUpdateRestartPolicy (10.94s)
19:22:12 [2021-03-01T19:22:12.837Z] === RUN   TestUpdateRestartWithAutoRemove
19:22:12 [2021-03-01T19:22:12.837Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
19:22:12 [2021-03-01T19:22:12.837Z] === RUN   TestWaitNonBlocked
19:22:12 [2021-03-01T19:22:12.837Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:22:12 [2021-03-01T19:22:12.837Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:22:12 [2021-03-01T19:22:12.837Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:22:12 [2021-03-01T19:22:12.837Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:22:12 [2021-03-01T19:22:12.837Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:22:12 [2021-03-01T19:22:12.837Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:22:12 [2021-03-01T19:22:12.837Z] --- PASS: TestWaitNonBlocked (0.01s)
19:22:12 [2021-03-01T19:22:12.837Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s)
19:22:12 [2021-03-01T19:22:12.837Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s)
19:22:12 [2021-03-01T19:22:12.837Z] === RUN   TestWaitBlocked
19:22:12 [2021-03-01T19:22:12.837Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
19:22:12 [2021-03-01T19:22:12.837Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
19:22:12 [2021-03-01T19:22:12.837Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
19:22:12 [2021-03-01T19:22:12.837Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
19:22:12 [2021-03-01T19:22:12.837Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
19:22:12 [2021-03-01T19:22:12.837Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
19:22:12 [2021-03-01T19:22:12.870Z] ok  	github.com/docker/docker/pkg/stringid	0.005s	coverage: 70.6% of statements
19:22:12 [2021-03-01T19:22:12.870Z] ok  	github.com/docker/docker/pkg/streamformatter	0.019s	coverage: 66.2% of statements
19:22:13 [2021-03-01T19:22:13.399Z] --- PASS: TestWaitBlocked (0.02s)
19:22:13 [2021-03-01T19:22:13.399Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.75s)
19:22:13 [2021-03-01T19:22:13.399Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.75s)
19:22:13 [2021-03-01T19:22:13.399Z] === CONT  TestDaemonRestartIpcMode
19:22:13 [2021-03-01T19:22:13.399Z] === CONT  TestIpcModeOlderClient
19:22:13 [2021-03-01T19:22:13.427Z] --- PASS: TestBuildLabelWithTargets (2.23s)
19:22:13 [2021-03-01T19:22:13.427Z] === RUN   TestBuildWithEmptyLayers
19:22:13 [2021-03-01T19:22:13.656Z] --- PASS: TestIpcModeOlderClient (0.06s)
19:22:13 [2021-03-01T19:22:13.656Z] === CONT  TestRestartDaemonWithRestartingContainer
19:22:13 [2021-03-01T19:22:13.733Z] === CONT  TestStopContainerWithTimeout/1
19:22:13 [2021-03-01T19:22:13.903Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
19:22:14 [2021-03-01T19:22:14.379Z] --- PASS: TestBuildWithEmptyLayers (1.06s)
19:22:14 [2021-03-01T19:22:14.379Z] === RUN   TestBuildMultiStageOnBuild
19:22:14 [2021-03-01T19:22:14.409Z] ok  	github.com/docker/docker/pkg/system	0.033s	coverage: 36.9% of statements
19:22:14 [2021-03-01T19:22:14.409Z] ok  	github.com/docker/docker/pkg/signal	2.868s	coverage: 61.0% of statements
19:22:14 [2021-03-01T19:22:14.409Z] ok  	github.com/docker/docker/pkg/sysinfo	0.016s	coverage: 53.8% of statements
19:22:15 [2021-03-01T19:22:15.059Z] ok  	github.com/docker/docker/pkg/tailfile	0.093s	coverage: 88.6% of statements
19:22:15 [2021-03-01T19:22:15.357Z] testing: warning: no tests to run
19:22:15 [2021-03-01T19:22:15.357Z] coverage: [no statements]
19:22:15 [2021-03-01T19:22:15.357Z] ok  	github.com/docker/docker/pkg/term/windows	0.004s	coverage: [no statements] [no tests to run]
19:22:15 [2021-03-01T19:22:15.621Z] --- PASS: TestStopContainerWithTimeout (0.01s)
19:22:15 [2021-03-01T19:22:15.621Z]     --- PASS: TestStopContainerWithTimeout/0 (0.63s)
19:22:15 [2021-03-01T19:22:15.621Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.65s)
19:22:15 [2021-03-01T19:22:15.621Z]     --- PASS: TestStopContainerWithTimeout/3 (2.45s)
19:22:15 [2021-03-01T19:22:15.621Z]     --- PASS: TestStopContainerWithTimeout/1 (1.54s)
19:22:15 [2021-03-01T19:22:15.621Z] === RUN   TestDeleteDevicemapper
19:22:15 [2021-03-01T19:22:15.621Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:22:15 [2021-03-01T19:22:15.621Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:22:15 [2021-03-01T19:22:15.621Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:22:16 [2021-03-01T19:22:16.021Z] ok  	github.com/docker/docker/pkg/truncindex	0.109s	coverage: 91.5% of statements
19:22:16 [2021-03-01T19:22:16.021Z] ok  	github.com/docker/docker/pkg/tarsum	0.135s	coverage: 89.3% of statements
19:22:16 [2021-03-01T19:22:16.021Z] ok  	github.com/docker/docker/pkg/urlutil	0.006s	coverage: 100.0% of statements
19:22:16 [2021-03-01T19:22:16.670Z] ok  	github.com/docker/docker/pkg/useragent	0.011s	coverage: 88.9% of statements
19:22:16 [2021-03-01T19:22:16.989Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.63s)
19:22:16 [2021-03-01T19:22:16.989Z] === RUN   TestUpdateMemory
19:22:17 [2021-03-01T19:22:17.552Z] --- PASS: TestUpdateMemory (0.57s)
19:22:17 [2021-03-01T19:22:17.552Z] === RUN   TestUpdateCPUQuota
19:22:17 [2021-03-01T19:22:17.700Z] --- PASS: TestBuildMultiStageOnBuild (2.82s)
19:22:17 [2021-03-01T19:22:17.700Z] === RUN   TestBuildUncleanTarFilenames
19:22:17 [2021-03-01T19:22:17.824Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.19s)
19:22:18 [2021-03-01T19:22:18.080Z] --- PASS: TestDaemonRestartIpcMode (4.70s)
19:22:18 [2021-03-01T19:22:18.080Z] PASS
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === Skipped
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
19:22:18 [2021-03-01T19:22:18.337Z]     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)
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     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)
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     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)
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestPause (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
19:22:18 [2021-03-01T19:22:18.337Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s)
19:22:18 [2021-03-01T19:22:18.337Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s)
19:22:18 [2021-03-01T19:22:18.337Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestStats (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
19:22:18 [2021-03-01T19:22:18.337Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
19:22:18 [2021-03-01T19:22:18.337Z] 
19:22:18 [2021-03-01T19:22:18.337Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
19:22:18 [2021-03-01T19:22:18.338Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
19:22:18 [2021-03-01T19:22:18.338Z] 
19:22:18 [2021-03-01T19:22:18.338Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
19:22:18 [2021-03-01T19:22:18.338Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
19:22:18 [2021-03-01T19:22:18.338Z] 
19:22:18 [2021-03-01T19:22:18.338Z] 
19:22:18 [2021-03-01T19:22:18.338Z] DONE 177 tests, 26 skipped in 81.150s
19:22:18 [2021-03-01T19:22:18.338Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
19:22:18 [2021-03-01T19:22:18.338Z] INFO: Testing against a local daemon
19:22:18 [2021-03-01T19:22:18.338Z] === RUN   TestCommitInheritsEnv
19:22:18 [2021-03-01T19:22:18.480Z] --- PASS: TestUpdateCPUQuota (0.98s)
19:22:18 [2021-03-01T19:22:18.480Z] === RUN   TestUpdatePidsLimit
19:22:18 [2021-03-01T19:22:18.480Z] === RUN   TestUpdatePidsLimit/update_from_none
19:22:18 [2021-03-01T19:22:18.652Z] --- PASS: TestBuildUncleanTarFilenames (1.45s)
19:22:18 [2021-03-01T19:22:18.652Z] === RUN   TestBuildMultiStageLayerLeak
19:22:18 [2021-03-01T19:22:18.736Z] === RUN   TestUpdatePidsLimit/no_change
19:22:18 [2021-03-01T19:22:18.789Z] ok  	github.com/docker/docker/plugin/v2	0.007s	coverage: 14.5% of statements
19:22:18 [2021-03-01T19:22:18.789Z] ok  	github.com/docker/docker/profiles/seccomp	0.030s	coverage: 83.5% of statements
19:22:18 [2021-03-01T19:22:18.992Z] === RUN   TestUpdatePidsLimit/update_lower
19:22:19 [2021-03-01T19:22:19.248Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
19:22:19 [2021-03-01T19:22:19.286Z] INFO: Extraction ended at 03/01/2021 19:22:15. Duration:00:00:21.2985454
19:22:19 [2021-03-01T19:22:19.286Z] INFO: Updating the golang and path environment variables
19:22:19 [2021-03-01T19:22:19.286Z] INFO: GOPATH=d:\gopath
19:22:19 [2021-03-01T19:22:19.286Z] INFO: go version go1.13.15 windows/amd64
19:22:19 [2021-03-01T19:22:19.286Z] INFO: Running the daemon under test in debug mode
19:22:19 [2021-03-01T19:22:19.286Z] INFO: Starting a daemon under test...
19:22:19 [2021-03-01T19:22:19.286Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42102\1\daemon --pidfile d:\CI\PR-42102\1\docker.pid -D
19:22:19 [2021-03-01T19:22:19.286Z] INFO: Process started successfully.
19:22:19 [2021-03-01T19:22:19.286Z] INFO: Start tailing logs of the daemon under tests
19:22:19 [2021-03-01T19:22:19.286Z] INFO: Waiting for the daemon under test to start...
19:22:19 [2021-03-01T19:22:19.504Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
19:22:19 [2021-03-01T19:22:19.760Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
19:22:19 [2021-03-01T19:22:19.845Z] ok  	github.com/docker/docker/reference	0.013s	coverage: 84.4% of statements
19:22:20 [2021-03-01T19:22:20.016Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
19:22:20 [2021-03-01T19:22:20.225Z] --- PASS: TestCommitInheritsEnv (1.73s)
19:22:20 [2021-03-01T19:22:20.225Z] === RUN   TestImportExtremelyLargeImageWorks
19:22:20 [2021-03-01T19:22:20.225Z] === PAUSE TestImportExtremelyLargeImageWorks
19:22:20 [2021-03-01T19:22:20.225Z] === RUN   TestImagesFilterMultiReference
19:22:20 [2021-03-01T19:22:20.225Z] --- PASS: TestImagesFilterMultiReference (0.05s)
19:22:20 [2021-03-01T19:22:20.225Z] === RUN   TestImagePullPlatformInvalid
19:22:20 [2021-03-01T19:22:20.225Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
19:22:20 [2021-03-01T19:22:20.225Z] === RUN   TestRemoveImageOrphaning
19:22:20 [2021-03-01T19:22:20.495Z] ok  	github.com/docker/docker/plugin	0.589s	coverage: 23.2% of statements
19:22:20 [2021-03-01T19:22:20.577Z] --- PASS: TestUpdatePidsLimit (2.06s)
19:22:20 [2021-03-01T19:22:20.577Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.23s)
19:22:20 [2021-03-01T19:22:20.577Z]     --- PASS: TestUpdatePidsLimit/no_change (0.20s)
19:22:20 [2021-03-01T19:22:20.577Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.26s)
19:22:20 [2021-03-01T19:22:20.577Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
19:22:20 [2021-03-01T19:22:20.577Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
19:22:20 [2021-03-01T19:22:20.577Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s)
19:22:20 [2021-03-01T19:22:20.577Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s)
19:22:20 [2021-03-01T19:22:20.577Z] === RUN   TestUpdateRestartPolicy
19:22:21 [2021-03-01T19:22:21.972Z] --- PASS: TestBuildMultiStageLayerLeak (2.93s)
19:22:21 [2021-03-01T19:22:21.972Z] === RUN   TestBuildWithHugeFile
19:22:22 [2021-03-01T19:22:22.113Z] --- PASS: TestRemoveImageOrphaning (1.92s)
19:22:22 [2021-03-01T19:22:22.113Z] === RUN   TestRemoveImageGarbageCollector
19:22:22 [2021-03-01T19:22:22.113Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
19:22:22 [2021-03-01T19:22:22.113Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
19:22:22 [2021-03-01T19:22:22.113Z] === RUN   TestTagUnprefixedRepoByNameOrName
19:22:22 [2021-03-01T19:22:22.113Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
19:22:22 [2021-03-01T19:22:22.113Z] === RUN   TestTagInvalidReference
19:22:22 [2021-03-01T19:22:22.113Z] --- PASS: TestTagInvalidReference (0.01s)
19:22:22 [2021-03-01T19:22:22.113Z] === RUN   TestTagValidPrefixedRepo
19:22:22 [2021-03-01T19:22:22.369Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
19:22:22 [2021-03-01T19:22:22.369Z] === RUN   TestTagExistedNameWithoutForce
19:22:22 [2021-03-01T19:22:22.369Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
19:22:22 [2021-03-01T19:22:22.369Z] === RUN   TestTagOfficialNames
19:22:22 [2021-03-01T19:22:22.369Z] --- PASS: TestTagOfficialNames (0.06s)
19:22:22 [2021-03-01T19:22:22.369Z] === RUN   TestTagMatchesDigest
19:22:22 [2021-03-01T19:22:22.369Z] --- PASS: TestTagMatchesDigest (0.01s)
19:22:22 [2021-03-01T19:22:22.369Z] === CONT  TestImportExtremelyLargeImageWorks
19:22:22 [2021-03-01T19:22:22.612Z] ok  	github.com/docker/docker/quota	0.608s	coverage: 71.4% of statements
19:22:22 [2021-03-01T19:22:22.612Z] ok  	github.com/docker/docker/registry/resumable	0.024s	coverage: 100.0% of statements
19:22:22 [2021-03-01T19:22:22.912Z] ok  	github.com/docker/docker/restartmanager	0.018s	coverage: 45.3% of statements
19:22:23 [2021-03-01T19:22:23.560Z] ok  	github.com/docker/docker/registry	0.245s	coverage: 57.2% of statements
19:22:23 [2021-03-01T19:22:23.862Z] ok  	github.com/docker/docker/testutil	0.006s	coverage: 62.5% of statements
19:22:24 [2021-03-01T19:22:24.925Z] ok  	github.com/docker/docker/runconfig	0.015s	coverage: 66.1% of statements
19:22:25 [2021-03-01T19:22:25.577Z] --- PASS: TestImportExtremelyLargeImageWorks (78.97s)
19:22:25 [2021-03-01T19:22:25.577Z] PASS
19:22:25 [2021-03-01T19:22:25.577Z] 
19:22:25 [2021-03-01T19:22:25.577Z] === Skipped
19:22:25 [2021-03-01T19:22:25.577Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s)
19:22:25 [2021-03-01T19:22:25.577Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:22:25 [2021-03-01T19:22:25.577Z] 
19:22:25 [2021-03-01T19:22:25.577Z] 
19:22:25 [2021-03-01T19:22:25.577Z] DONE 12 tests, 1 skipped in 80.574s
19:22:25 [2021-03-01T19:22:25.577Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m 
19:22:25 [2021-03-01T19:22:25.577Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m
19:22:25 [2021-03-01T19:22:25.577Z] ++ set -e
19:22:25 [2021-03-01T19:22:25.577Z] ++ '[' -n 0 ']'
19:22:25 [2021-03-01T19:22:25.577Z] ++ set -x
19:22:25 [2021-03-01T19:22:25.577Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m
19:22:25 [2021-03-01T19:22:25.577Z] INFO: Testing against a local daemon
19:22:25 [2021-03-01T19:22:25.577Z] === RUN   TestNetworkCreateDelete
19:22:25 [2021-03-01T19:22:25.577Z] --- PASS: TestNetworkCreateDelete (0.14s)
19:22:25 [2021-03-01T19:22:25.577Z] === RUN   TestDockerNetworkDeletePreferID
19:22:25 [2021-03-01T19:22:25.577Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s)
19:22:25 [2021-03-01T19:22:25.577Z] === RUN   TestDaemonDNSFallback
19:22:25 [2021-03-01T19:22:25.577Z] --- PASS: TestDaemonDNSFallback (2.57s)
19:22:25 [2021-03-01T19:22:25.577Z] === RUN   TestInspectNetwork
19:22:27 [2021-03-01T19:22:27.044Z] ok  	github.com/docker/docker/volume/drivers	0.018s	coverage: 36.1% of statements
19:22:28 [2021-03-01T19:22:28.575Z] ok  	github.com/docker/docker/volume/mounts	0.058s	coverage: 67.0% of statements
19:22:29 [2021-03-01T19:22:29.216Z] ok  	github.com/docker/docker/volume/local	0.223s	coverage: 76.4% of statements
19:22:29 [2021-03-01T19:22:29.509Z] ok  	github.com/docker/docker/volume/service	0.023s	coverage: 73.1% of statements
19:22:31 [2021-03-01T19:22:31.129Z] === RUN   TestInspectNetwork/full_network_id
19:22:31 [2021-03-01T19:22:31.129Z] === RUN   TestInspectNetwork/partial_network_id
19:22:31 [2021-03-01T19:22:31.129Z] === RUN   TestInspectNetwork/network_name
19:22:31 [2021-03-01T19:22:31.129Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
19:22:31 [2021-03-01T19:22:31.350Z] tests/integration/api_network_test.py ............................       [ 47%]
19:22:32 [2021-03-01T19:22:32.740Z] --- PASS: TestUpdateRestartPolicy (11.31s)
19:22:32 [2021-03-01T19:22:32.740Z] === RUN   TestUpdateRestartWithAutoRemove
19:22:32 [2021-03-01T19:22:32.740Z] --- PASS: TestUpdateRestartWithAutoRemove (0.49s)
19:22:32 [2021-03-01T19:22:32.740Z] === RUN   TestWaitNonBlocked
19:22:32 [2021-03-01T19:22:32.740Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:22:32 [2021-03-01T19:22:32.740Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:22:32 [2021-03-01T19:22:32.740Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:22:32 [2021-03-01T19:22:32.740Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:22:32 [2021-03-01T19:22:32.740Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:22:32 [2021-03-01T19:22:32.740Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:22:32 [2021-03-01T19:22:32.995Z] --- PASS: TestWaitNonBlocked (0.01s)
19:22:32 [2021-03-01T19:22:32.996Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.68s)
19:22:32 [2021-03-01T19:22:32.996Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s)
19:22:32 [2021-03-01T19:22:32.996Z] === RUN   TestWaitBlocked
19:22:33 [2021-03-01T19:22:33.251Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
19:22:33 [2021-03-01T19:22:33.251Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
19:22:33 [2021-03-01T19:22:33.251Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
19:22:33 [2021-03-01T19:22:33.251Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
19:22:33 [2021-03-01T19:22:33.251Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
19:22:33 [2021-03-01T19:22:33.251Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
19:22:33 [2021-03-01T19:22:33.812Z] --- PASS: TestWaitBlocked (0.01s)
19:22:33 [2021-03-01T19:22:33.812Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s)
19:22:33 [2021-03-01T19:22:33.812Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.71s)
19:22:33 [2021-03-01T19:22:33.812Z] === CONT  TestContainerStartOnDaemonRestart
19:22:33 [2021-03-01T19:22:33.812Z] === CONT  TestContainerKillOnDaemonStart
19:22:36 [2021-03-01T19:22:36.367Z] --- PASS: TestContainerStartOnDaemonRestart (2.36s)
19:22:36 [2021-03-01T19:22:36.367Z] === CONT  TestIpcModeOlderClient
19:22:36 [2021-03-01T19:22:36.367Z] --- PASS: TestIpcModeOlderClient (0.06s)
19:22:36 [2021-03-01T19:22:36.367Z] === CONT  TestDaemonHostGatewayIP
19:22:36 [2021-03-01T19:22:36.687Z] --- PASS: TestInspectNetwork (11.19s)
19:22:36 [2021-03-01T19:22:36.687Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
19:22:36 [2021-03-01T19:22:36.687Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
19:22:36 [2021-03-01T19:22:36.687Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
19:22:36 [2021-03-01T19:22:36.687Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
19:22:36 [2021-03-01T19:22:36.687Z] === RUN   TestRunContainerWithBridgeNone
19:22:37 [2021-03-01T19:22:37.001Z] .....INFO: Daemon under test started and replied!
19:22:37 [2021-03-01T19:22:37.001Z] INFO: Docker version of the daemon under test
19:22:37 [2021-03-01T19:22:37.001Z] 
19:22:37 [2021-03-01T19:22:37.001Z] Client:
19:22:37 [2021-03-01T19:22:37.001Z]  Version:      17.06.2-ce
19:22:37 [2021-03-01T19:22:37.001Z]  API version:  1.30
19:22:37 [2021-03-01T19:22:37.001Z]  Go version:   go1.8.3
19:22:37 [2021-03-01T19:22:37.001Z]  Git commit:   cec0b72
19:22:37 [2021-03-01T19:22:37.001Z]  Built:        Tue Sep  5 19:57:19 2017
19:22:37 [2021-03-01T19:22:37.001Z]  OS/Arch:      windows/amd64
19:22:37 [2021-03-01T19:22:37.001Z] 
19:22:37 [2021-03-01T19:22:37.001Z] Server:
19:22:37 [2021-03-01T19:22:37.001Z]  Version:      0.0.0-dev
19:22:37 [2021-03-01T19:22:37.001Z]  API version:  1.41 (minimum version 1.24)
19:22:37 [2021-03-01T19:22:37.001Z]  Go version:   go1.13.15
19:22:37 [2021-03-01T19:22:37.001Z]  Git commit:   5542f13c1a
19:22:37 [2021-03-01T19:22:37.001Z]  Built:        03/01/2021 19:20:39
19:22:37 [2021-03-01T19:22:37.001Z]  OS/Arch:      windows/amd64
19:22:37 [2021-03-01T19:22:37.001Z]  Experimental: false
19:22:37 [2021-03-01T19:22:37.001Z] 
19:22:37 [2021-03-01T19:22:37.001Z] INFO: Docker info of the daemon under test
19:22:37 [2021-03-01T19:22:37.001Z] 
19:22:37 [2021-03-01T19:22:37.001Z] Containers: 0
19:22:37 [2021-03-01T19:22:37.001Z]  Running: 0
19:22:37 [2021-03-01T19:22:37.001Z]  Paused: 0
19:22:37 [2021-03-01T19:22:37.001Z]  Stopped: 0
19:22:37 [2021-03-01T19:22:37.001Z] Images: 0
19:22:37 [2021-03-01T19:22:37.001Z] Server Version: 0.0.0-dev
19:22:37 [2021-03-01T19:22:37.001Z] Storage Driver: windowsfilter
19:22:37 [2021-03-01T19:22:37.001Z]  Windows: 
19:22:37 [2021-03-01T19:22:37.001Z] Logging Driver: json-file
19:22:37 [2021-03-01T19:22:37.001Z] Plugins: 
19:22:37 [2021-03-01T19:22:37.001Z]  Volume: local
19:22:37 [2021-03-01T19:22:37.001Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
19:22:37 [2021-03-01T19:22:37.001Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
19:22:37 [2021-03-01T19:22:37.001Z] Swarm: inactive
19:22:37 [2021-03-01T19:22:37.001Z] Default Isolation: process
19:22:37 [2021-03-01T19:22:37.001Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
19:22:37 [2021-03-01T19:22:37.001Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697)
19:22:37 [2021-03-01T19:22:37.001Z] OSType: windows
19:22:37 [2021-03-01T19:22:37.001Z] Architecture: x86_64
19:22:37 [2021-03-01T19:22:37.001Z] CPUs: 4
19:22:37 [2021-03-01T19:22:37.001Z] Total Memory: 32GiB
19:22:37 [2021-03-01T19:22:37.001Z] Name: azwin-2-60d050
19:22:37 [2021-03-01T19:22:37.001Z] ID: 27OL:PU3H:4EMR:N6I6:AX57:HB7Y:2KIZ:HRWK:T2WC:RAIE:T5EM:Z465
19:22:37 [2021-03-01T19:22:37.001Z] Docker Root Dir: D:\CI\PR-42102\1\daemon
19:22:37 [2021-03-01T19:22:37.001Z] Debug Mode (client): false
19:22:37 [2021-03-01T19:22:37.001Z] Debug Mode (server): true
19:22:37 [2021-03-01T19:22:37.001Z]  File Descriptors: -1
19:22:37 [2021-03-01T19:22:37.001Z]  Goroutines: 16
19:22:37 [2021-03-01T19:22:37.001Z]  System Time: 2021-03-01T19:22:34.9643659Z
19:22:37 [2021-03-01T19:22:37.001Z]  EventsListeners: 0
19:22:37 [2021-03-01T19:22:37.001Z] Registry: https://index.docker.io/v1/
19:22:37 [2021-03-01T19:22:37.001Z] Labels:
19:22:37 [2021-03-01T19:22:37.001Z] Experimental: false
19:22:37 [2021-03-01T19:22:37.001Z] Insecure Registries:
19:22:37 [2021-03-01T19:22:37.001Z]  127.0.0.0/8
19:22:37 [2021-03-01T19:22:37.001Z] Live Restore Enabled: false
19:22:37 [2021-03-01T19:22:37.001Z] 
19:22:37 [2021-03-01T19:22:37.001Z] 
19:22:37 [2021-03-01T19:22:37.001Z] INFO: Docker images of the daemon under test
19:22:37 [2021-03-01T19:22:37.001Z] 
19:22:37 [2021-03-01T19:22:37.001Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
19:22:37 [2021-03-01T19:22:37.001Z] 
19:22:37 [2021-03-01T19:22:37.001Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
19:22:37 [2021-03-01T19:22:37.001Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
19:22:37 [2021-03-01T19:22:37.001Z] ltsc2019: Pulling from windows/servercore
19:22:37 [2021-03-01T19:22:37.001Z] 4612f6d0b889: Pulling fs layer
19:22:37 [2021-03-01T19:22:37.001Z] db4edcf0861f: Pulling fs layer
19:22:38 [2021-03-01T19:22:38.878Z] --- PASS: TestDaemonHostGatewayIP (2.36s)
19:22:38 [2021-03-01T19:22:38.878Z] === CONT  TestRestartDaemonWithRestartingContainer
19:22:39 [2021-03-01T19:22:39.413Z] --- PASS: TestRunContainerWithBridgeNone (2.53s)
19:22:39 [2021-03-01T19:22:39.413Z] === RUN   TestNetworkInvalidJSON
19:22:39 [2021-03-01T19:22:39.413Z] === RUN   TestNetworkInvalidJSON//networks/create
19:22:39 [2021-03-01T19:22:39.413Z] === PAUSE TestNetworkInvalidJSON//networks/create
19:22:39 [2021-03-01T19:22:39.413Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
19:22:39 [2021-03-01T19:22:39.413Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
19:22:39 [2021-03-01T19:22:39.413Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
19:22:39 [2021-03-01T19:22:39.413Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
19:22:39 [2021-03-01T19:22:39.413Z] === CONT  TestNetworkInvalidJSON//networks/create
19:22:39 [2021-03-01T19:22:39.413Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
19:22:39 [2021-03-01T19:22:39.413Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
19:22:39 [2021-03-01T19:22:39.413Z] --- PASS: TestNetworkInvalidJSON (0.01s)
19:22:39 [2021-03-01T19:22:39.413Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
19:22:39 [2021-03-01T19:22:39.413Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
19:22:39 [2021-03-01T19:22:39.413Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
19:22:39 [2021-03-01T19:22:39.413Z] === RUN   TestNetworkList
19:22:39 [2021-03-01T19:22:39.413Z] === RUN   TestNetworkList//networks
19:22:39 [2021-03-01T19:22:39.413Z] === PAUSE TestNetworkList//networks
19:22:39 [2021-03-01T19:22:39.413Z] === RUN   TestNetworkList//networks/
19:22:39 [2021-03-01T19:22:39.413Z] === PAUSE TestNetworkList//networks/
19:22:39 [2021-03-01T19:22:39.413Z] === CONT  TestNetworkList//networks
19:22:39 [2021-03-01T19:22:39.413Z] === CONT  TestNetworkList//networks/
19:22:39 [2021-03-01T19:22:39.413Z] --- PASS: TestNetworkList (0.01s)
19:22:39 [2021-03-01T19:22:39.413Z]     --- PASS: TestNetworkList//networks (0.00s)
19:22:39 [2021-03-01T19:22:39.413Z]     --- PASS: TestNetworkList//networks/ (0.00s)
19:22:39 [2021-03-01T19:22:39.413Z] === RUN   TestHostIPv4BridgeLabel
19:22:39 [2021-03-01T19:22:39.743Z] --- PASS: TestHostIPv4BridgeLabel (0.54s)
19:22:39 [2021-03-01T19:22:39.743Z] === RUN   TestDaemonRestartWithLiveRestore
19:22:39 [2021-03-01T19:22:39.798Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
19:22:40 [2021-03-01T19:22:40.763Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.80s)
19:22:40 [2021-03-01T19:22:40.763Z] === CONT  TestDaemonRestartIpcMode
19:22:40 [2021-03-01T19:22:40.774Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
19:22:40 [2021-03-01T19:22:40.774Z] === RUN   TestDaemonDefaultNetworkPools
19:22:41 [2021-03-01T19:22:41.191Z] tests/integration/api_secret_test.py .....                               [ 51%]
19:22:41 [2021-03-01T19:22:41.804Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s)
19:22:41 [2021-03-01T19:22:41.804Z] === RUN   TestDaemonRestartWithExistingNetwork
19:22:42 [2021-03-01T19:22:42.648Z] --- PASS: TestDaemonRestartIpcMode (2.28s)
19:22:42 [2021-03-01T19:22:42.837Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s)
19:22:42 [2021-03-01T19:22:42.837Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
19:22:43 [2021-03-01T19:22:43.775Z] Loaded image: buildpack-deps:buster
19:22:43 [2021-03-01T19:22:43.775Z] Loaded image: busybox:latest
19:22:43 [2021-03-01T19:22:43.775Z] Loaded image: busybox:glibc
19:22:44 [2021-03-01T19:22:44.342Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s)
19:22:44 [2021-03-01T19:22:44.342Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
19:22:44 [2021-03-01T19:22:44.632Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.68s)
19:22:44 [2021-03-01T19:22:44.632Z] === RUN   TestServiceWithPredefinedNetwork
19:22:44 [2021-03-01T19:22:44.970Z] ok  	github.com/docker/docker/pkg/plugins	33.622s	coverage: 76.6% of statements
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/pkg/term	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/rootless	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/testutil/request	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/volume	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === Skipped
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     exec_linux_test.go:18: requires AppArmor to be enabled
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     exec_linux_test.go:38: requires AppArmor to be enabled
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver btrfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver btrfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver btrfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver btrfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver btrfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:73: No driver to put!
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z] time="2021-03-01T19:21:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z] time="2021-03-01T19:21:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z] time="2021-03-01T19:21:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z] time="2021-03-01T19:21:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z] time="2021-03-01T19:21:24Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:73: No driver to put!
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     overlay_test.go:49: Fails to compute changes intermittently
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     overlay_test.go:65: Cannot run test with naive change algorithm
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver zfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver zfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver zfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver zfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:46: Driver zfs not supported
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     graphtest_unix.go:73: No driver to put!
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
19:22:44 [2021-03-01T19:22:44.970Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] 
19:22:44 [2021-03-01T19:22:44.970Z] DONE 2244 tests, 26 skipped in 263.659s
Post stage
[Pipeline] junit
19:22:45 [2021-03-01T19:22:45.020Z] Recording test results
19:22:45 [2021-03-01T19:22:45.426Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
19:22:45 [2021-03-01T19:22:45.689Z] Loaded image: debian:bullseye
19:22:45 [2021-03-01T19:22:45.689Z] Loaded image: hello-world:latest
19:22:45 [2021-03-01T19:22:45.689Z] Loaded image: arm32v7/hello-world:latest
19:22:45 [2021-03-01T19:22:45.876Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -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:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh dynbinary test-integration
19:22:45 [2021-03-01T19:22:45.951Z] INFO: Testing against a local daemon
19:22:45 [2021-03-01T19:22:45.951Z] === RUN   TestCgroupNamespacesBuild
19:22:45 [2021-03-01T19:22:45.955Z] --- PASS: TestContainerKillOnDaemonStart (12.10s)
19:22:45 [2021-03-01T19:22:45.955Z] PASS
19:22:45 [2021-03-01T19:22:45.955Z] 
19:22:45 [2021-03-01T19:22:45.955Z] === Skipped
19:22:45 [2021-03-01T19:22:45.955Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
19:22:45 [2021-03-01T19:22:45.955Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:22:45 [2021-03-01T19:22:45.955Z] 
19:22:45 [2021-03-01T19:22:45.955Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
19:22:45 [2021-03-01T19:22:45.955Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
19:22:45 [2021-03-01T19:22:45.955Z] 
19:22:45 [2021-03-01T19:22:45.955Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
19:22:45 [2021-03-01T19:22:45.955Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:22:45 [2021-03-01T19:22:45.955Z] 
19:22:45 [2021-03-01T19:22:45.955Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
19:22:45 [2021-03-01T19:22:45.955Z]     run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
19:22:45 [2021-03-01T19:22:45.955Z] 
19:22:45 [2021-03-01T19:22:45.955Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s)
19:22:45 [2021-03-01T19:22:45.955Z]     run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP
19:22:45 [2021-03-01T19:22:45.955Z] 
19:22:45 [2021-03-01T19:22:45.955Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
19:22:45 [2021-03-01T19:22:45.955Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:22:45 [2021-03-01T19:22:45.955Z] 
19:22:45 [2021-03-01T19:22:45.955Z] 
19:22:45 [2021-03-01T19:22:45.955Z] DONE 196 tests, 6 skipped in 106.040s
19:22:45 [2021-03-01T19:22:45.955Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
19:22:45 [2021-03-01T19:22:45.955Z] INFO: Testing against a local daemon
19:22:45 [2021-03-01T19:22:45.955Z] === RUN   TestCommitInheritsEnv
19:22:46 [2021-03-01T19:22:46.175Z] 
19:22:46 [2021-03-01T19:22:46.175Z] Removing bundles/
19:22:46 [2021-03-01T19:22:46.175Z] 
19:22:46 [2021-03-01T19:22:46.175Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
19:22:46 [2021-03-01T19:22:46.175Z] Building: bundles/dynbinary-daemon/dockerd-dev
19:22:46 [2021-03-01T19:22:46.175Z] GOOS="" GOARCH="" GOARM=""
19:22:46 [2021-03-01T19:22:46.211Z] --- PASS: TestCommitInheritsEnv (0.30s)
19:22:46 [2021-03-01T19:22:46.211Z] === RUN   TestImportExtremelyLargeImageWorks
19:22:46 [2021-03-01T19:22:46.211Z] === PAUSE TestImportExtremelyLargeImageWorks
19:22:46 [2021-03-01T19:22:46.211Z] === RUN   TestImagesFilterMultiReference
19:22:46 [2021-03-01T19:22:46.466Z] --- PASS: TestImagesFilterMultiReference (0.05s)
19:22:46 [2021-03-01T19:22:46.466Z] === RUN   TestImagePullPlatformInvalid
19:22:46 [2021-03-01T19:22:46.466Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
19:22:46 [2021-03-01T19:22:46.466Z] === RUN   TestRemoveImageOrphaning
19:22:46 [2021-03-01T19:22:46.593Z] tests/integration/api_service_test.py .................................. [ 60%]
19:22:46 [2021-03-01T19:22:46.721Z] --- PASS: TestRemoveImageOrphaning (0.26s)
19:22:46 [2021-03-01T19:22:46.721Z] === RUN   TestRemoveImageGarbageCollector
19:22:48 [2021-03-01T19:22:48.607Z] --- PASS: TestRemoveImageGarbageCollector (1.70s)
19:22:48 [2021-03-01T19:22:48.607Z] === RUN   TestTagUnprefixedRepoByNameOrName
19:22:48 [2021-03-01T19:22:48.607Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
19:22:48 [2021-03-01T19:22:48.607Z] === RUN   TestTagInvalidReference
19:22:48 [2021-03-01T19:22:48.607Z] --- PASS: TestTagInvalidReference (0.01s)
19:22:48 [2021-03-01T19:22:48.607Z] === RUN   TestTagValidPrefixedRepo
19:22:48 [2021-03-01T19:22:48.607Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
19:22:48 [2021-03-01T19:22:48.607Z] === RUN   TestTagExistedNameWithoutForce
19:22:48 [2021-03-01T19:22:48.607Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
19:22:48 [2021-03-01T19:22:48.607Z] === RUN   TestTagOfficialNames
19:22:48 [2021-03-01T19:22:48.607Z] --- PASS: TestTagOfficialNames (0.05s)
19:22:48 [2021-03-01T19:22:48.607Z] === RUN   TestTagMatchesDigest
19:22:48 [2021-03-01T19:22:48.607Z] --- PASS: TestTagMatchesDigest (0.01s)
19:22:48 [2021-03-01T19:22:48.607Z] === CONT  TestImportExtremelyLargeImageWorks
19:22:49 [2021-03-01T19:22:49.076Z] --- PASS: TestServiceWithPredefinedNetwork (3.72s)
19:22:49 [2021-03-01T19:22:49.076Z] === RUN   TestServiceRemoveKeepsIngressNetwork
19:22:49 [2021-03-01T19:22:49.076Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
19:22:49 [2021-03-01T19:22:49.076Z]     service_test.go:242: FLAKY_TEST
19:22:49 [2021-03-01T19:22:49.076Z] === RUN   TestServiceWithDataPathPortInit
19:22:49 [2021-03-01T19:22:49.253Z] --- PASS: TestCgroupNamespacesBuild (3.02s)
19:22:49 [2021-03-01T19:22:49.253Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:22:51 [2021-03-01T19:22:51.171Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.40s)
19:22:51 [2021-03-01T19:22:51.171Z] === RUN   TestBuildWithSession
19:22:51 [2021-03-01T19:22:51.171Z] --- SKIP: TestBuildWithSession (0.00s)
19:22:51 [2021-03-01T19:22:51.171Z]     build_session_test.go:25: TODO: BuildKit
19:22:51 [2021-03-01T19:22:51.171Z] === RUN   TestBuildSquashParent
19:22:59 [2021-03-01T19:22:59.217Z] .........................                                                [ 67%]
19:23:01 [2021-03-01T19:23:01.180Z] --- PASS: TestBuildSquashParent (9.43s)
19:23:01 [2021-03-01T19:23:01.180Z] === RUN   TestBuildWithRemoveAndForceRemove
19:23:01 [2021-03-01T19:23:01.180Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:23:01 [2021-03-01T19:23:01.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:23:01 [2021-03-01T19:23:01.180Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:23:01 [2021-03-01T19:23:01.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:23:01 [2021-03-01T19:23:01.180Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:23:01 [2021-03-01T19:23:01.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:23:01 [2021-03-01T19:23:01.180Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:23:01 [2021-03-01T19:23:01.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:23:01 [2021-03-01T19:23:01.180Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:23:01 [2021-03-01T19:23:01.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:23:01 [2021-03-01T19:23:01.180Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:23:01 [2021-03-01T19:23:01.180Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:23:01 [2021-03-01T19:23:01.180Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:23:01 [2021-03-01T19:23:01.180Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:23:02 [2021-03-01T19:23:02.166Z] 4612f6d0b889: Verifying Checksum
19:23:02 [2021-03-01T19:23:02.166Z] 4612f6d0b889: Download complete
19:23:04 [2021-03-01T19:23:04.491Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:23:04 [2021-03-01T19:23:04.491Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:23:07 [2021-03-01T19:23:07.799Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:23:07 [2021-03-01T19:23:07.799Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:23:11 [2021-03-01T19:23:11.105Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
19:23:11 [2021-03-01T19:23:11.105Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.25s)
19:23:11 [2021-03-01T19:23:11.105Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.45s)
19:23:11 [2021-03-01T19:23:11.105Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.42s)
19:23:11 [2021-03-01T19:23:11.105Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.34s)
19:23:11 [2021-03-01T19:23:11.105Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.14s)
19:23:11 [2021-03-01T19:23:11.105Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.16s)
19:23:11 [2021-03-01T19:23:11.105Z] === RUN   TestBuildMultiStageCopy
19:23:11 [2021-03-01T19:23:11.105Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:23:11 [2021-03-01T19:23:11.525Z] --- PASS: TestServiceWithDataPathPortInit (21.41s)
19:23:11 [2021-03-01T19:23:11.525Z] === RUN   TestServiceWithDefaultAddressPoolInit
19:23:13 [2021-03-01T19:23:13.656Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:23:13 [2021-03-01T19:23:13.918Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:23:14 [2021-03-01T19:23:14.493Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:23:15 [2021-03-01T19:23:15.438Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:23:16 [2021-03-01T19:23:16.012Z] --- PASS: TestBuildMultiStageCopy (5.16s)
19:23:16 [2021-03-01T19:23:16.012Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.77s)
19:23:16 [2021-03-01T19:23:16.012Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s)
19:23:16 [2021-03-01T19:23:16.012Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s)
19:23:16 [2021-03-01T19:23:16.012Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.63s)
19:23:16 [2021-03-01T19:23:16.012Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s)
19:23:16 [2021-03-01T19:23:16.012Z] === RUN   TestBuildMultiStageParentConfig
19:23:17 [2021-03-01T19:23:17.401Z] --- PASS: TestBuildMultiStageParentConfig (1.29s)
19:23:17 [2021-03-01T19:23:17.401Z] === RUN   TestBuildLabelWithTargets
19:23:19 [2021-03-01T19:23:19.954Z] --- PASS: TestBuildLabelWithTargets (2.33s)
19:23:19 [2021-03-01T19:23:19.954Z] === RUN   TestBuildWithEmptyLayers
19:23:20 [2021-03-01T19:23:20.899Z] --- PASS: TestBuildWithEmptyLayers (1.28s)
19:23:20 [2021-03-01T19:23:20.899Z] === RUN   TestBuildMultiStageOnBuild
19:23:21 [2021-03-01T19:23:21.881Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.50s)
19:23:21 [2021-03-01T19:23:21.881Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:oqsjhywqumyc5gx8qdutp1k5r Created:2021-03-01 19:23:11.257942528 +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[71c3c8db73c53f7ad56d814714d5f51ecf76fb1e822b66c7f1b7727fc23b4c89:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lfmujz7vt3yzxmyscd4l4bvz5 EndpointID:8bc017f0fdb1c6bd551fb18b2d753d5e81cfaada94275bb54c3d219a8478197a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a9ec2c51579876bf9798926558d74b601a8d2a6f68e58029a085000be3fde972 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:6f57aa874339 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.lfmujz7vt3yzxmyscd4l4bvz5 EndpointID:8bc017f0fdb1c6bd551fb18b2d753d5e81cfaada94275bb54c3d219a8478197a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
19:23:21 [2021-03-01T19:23:21.881Z] PASS
19:23:21 [2021-03-01T19:23:21.881Z] 
19:23:21 [2021-03-01T19:23:21.881Z] === Skipped
19:23:21 [2021-03-01T19:23:21.881Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
19:23:21 [2021-03-01T19:23:21.881Z]     service_test.go:242: FLAKY_TEST
19:23:21 [2021-03-01T19:23:21.881Z] 
19:23:21 [2021-03-01T19:23:21.881Z] 
19:23:21 [2021-03-01T19:23:21.881Z] DONE 26 tests, 1 skipped in 58.072s
19:23:21 [2021-03-01T19:23:21.881Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
19:23:21 [2021-03-01T19:23:21.881Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
19:23:21 [2021-03-01T19:23:21.881Z] ++ set -e
19:23:21 [2021-03-01T19:23:21.881Z] ++ '[' -n 0 ']'
19:23:21 [2021-03-01T19:23:21.881Z] ++ set -x
19:23:21 [2021-03-01T19:23:21.881Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
19:23:21 [2021-03-01T19:23:21.881Z] INFO: Testing against a local daemon
19:23:21 [2021-03-01T19:23:21.881Z] === RUN   TestDockerNetworkIpvlanPersistance
19:23:21 [2021-03-01T19:23:21.881Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
19:23:21 [2021-03-01T19:23:21.881Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:23:21 [2021-03-01T19:23:21.881Z] === RUN   TestDockerNetworkIpvlan
19:23:21 [2021-03-01T19:23:21.881Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
19:23:21 [2021-03-01T19:23:21.881Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:23:21 [2021-03-01T19:23:21.881Z] PASS
19:23:21 [2021-03-01T19:23:21.881Z] 
19:23:21 [2021-03-01T19:23:21.881Z] === Skipped
19:23:21 [2021-03-01T19:23:21.881Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
19:23:21 [2021-03-01T19:23:21.881Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:23:21 [2021-03-01T19:23:21.881Z] 
19:23:21 [2021-03-01T19:23:21.881Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
19:23:21 [2021-03-01T19:23:21.881Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:23:21 [2021-03-01T19:23:21.881Z] 
19:23:21 [2021-03-01T19:23:21.881Z] 
19:23:21 [2021-03-01T19:23:21.881Z] DONE 2 tests, 2 skipped in 0.148s
19:23:21 [2021-03-01T19:23:21.881Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m 
19:23:21 [2021-03-01T19:23:21.881Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
19:23:21 [2021-03-01T19:23:21.881Z] ++ set -e
19:23:21 [2021-03-01T19:23:21.881Z] ++ '[' -n 0 ']'
19:23:21 [2021-03-01T19:23:21.881Z] ++ set -x
19:23:21 [2021-03-01T19:23:21.881Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
19:23:21 [2021-03-01T19:23:21.881Z] INFO: Testing against a local daemon
19:23:21 [2021-03-01T19:23:21.881Z] === RUN   TestDockerNetworkMacvlanPersistance
19:23:22 [2021-03-01T19:23:22.171Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.47s)
19:23:22 [2021-03-01T19:23:22.171Z] === RUN   TestDockerNetworkMacvlan
19:23:23 [2021-03-01T19:23:23.203Z] === RUN   TestDockerNetworkMacvlan/Subinterface
19:23:23 [2021-03-01T19:23:23.833Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
19:23:24 [2021-03-01T19:23:24.208Z] --- PASS: TestBuildMultiStageOnBuild (3.09s)
19:23:24 [2021-03-01T19:23:24.208Z] === RUN   TestBuildUncleanTarFilenames
19:23:24 [2021-03-01T19:23:24.864Z] === RUN   TestDockerNetworkMacvlan/NilParent
19:23:26 [2021-03-01T19:23:26.128Z] --- PASS: TestBuildUncleanTarFilenames (1.94s)
19:23:26 [2021-03-01T19:23:26.128Z] === RUN   TestBuildMultiStageLayerLeak
19:23:29 [2021-03-01T19:23:29.347Z] === RUN   TestDockerNetworkMacvlan/InternalMode
19:23:29 [2021-03-01T19:23:29.438Z] --- PASS: TestBuildMultiStageLayerLeak (3.41s)
19:23:29 [2021-03-01T19:23:29.438Z] === RUN   TestBuildWithHugeFile
19:23:29 [2021-03-01T19:23:29.774Z] --- PASS: TestBuildWithHugeFile (60.07s)
19:23:29 [2021-03-01T19:23:29.774Z] === RUN   TestBuildWCOWSandboxSize
19:23:29 [2021-03-01T19:23:29.774Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
19:23:29 [2021-03-01T19:23:29.774Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:23:29 [2021-03-01T19:23:29.774Z] === RUN   TestBuildWithEmptyDockerfile
19:23:29 [2021-03-01T19:23:29.774Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:23:29 [2021-03-01T19:23:29.774Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:23:29 [2021-03-01T19:23:29.774Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:23:29 [2021-03-01T19:23:29.774Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:23:29 [2021-03-01T19:23:29.774Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:23:29 [2021-03-01T19:23:29.774Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:23:29 [2021-03-01T19:23:29.774Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:23:29 [2021-03-01T19:23:29.774Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:23:29 [2021-03-01T19:23:29.774Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:23:29 [2021-03-01T19:23:29.774Z] --- PASS: TestBuildWithEmptyDockerfile (0.25s)
19:23:29 [2021-03-01T19:23:29.774Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s)
19:23:29 [2021-03-01T19:23:29.774Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.25s)
19:23:29 [2021-03-01T19:23:29.774Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s)
19:23:29 [2021-03-01T19:23:29.774Z] === RUN   TestBuildPreserveOwnership
19:23:29 [2021-03-01T19:23:29.774Z] === RUN   TestBuildPreserveOwnership/copy_from
19:23:29 [2021-03-01T19:23:29.774Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:23:29 [2021-03-01T19:23:29.774Z] --- PASS: TestBuildPreserveOwnership (5.84s)
19:23:29 [2021-03-01T19:23:29.774Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.73s)
19:23:29 [2021-03-01T19:23:29.774Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.09s)
19:23:29 [2021-03-01T19:23:29.774Z] === RUN   TestBuildPlatformInvalid
19:23:29 [2021-03-01T19:23:29.774Z] --- PASS: TestBuildPlatformInvalid (0.24s)
19:23:29 [2021-03-01T19:23:29.774Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:23:32 [2021-03-01T19:23:32.859Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
19:23:41 [2021-03-01T19:23:41.332Z] === RUN   TestDockerNetworkMacvlan/Addressing
19:23:41 [2021-03-01T19:23:41.478Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
19:23:42 [2021-03-01T19:23:42.046Z] Loaded image: buildpack-deps:buster
19:23:42 [2021-03-01T19:23:42.046Z] Loaded image: busybox:latest
19:23:42 [2021-03-01T19:23:42.046Z] Loaded image: busybox:glibc
19:23:42 [2021-03-01T19:23:42.365Z] --- PASS: TestDockerNetworkMacvlan (20.15s)
19:23:42 [2021-03-01T19:23:42.365Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s)
19:23:42 [2021-03-01T19:23:42.365Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
19:23:42 [2021-03-01T19:23:42.365Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.50s)
19:23:42 [2021-03-01T19:23:42.365Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.63s)
19:23:42 [2021-03-01T19:23:42.365Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.65s)
19:23:42 [2021-03-01T19:23:42.365Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.50s)
19:23:42 [2021-03-01T19:23:42.365Z] PASS
19:23:42 [2021-03-01T19:23:42.365Z] 
19:23:42 [2021-03-01T19:23:42.365Z] DONE 8 tests in 21.746s
19:23:42 [2021-03-01T19:23:42.365Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m 
19:23:42 [2021-03-01T19:23:42.365Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m
19:23:42 [2021-03-01T19:23:42.365Z] ++ set -e
19:23:42 [2021-03-01T19:23:42.365Z] ++ '[' -n 0 ']'
19:23:42 [2021-03-01T19:23:42.365Z] ++ set -x
19:23:42 [2021-03-01T19:23:42.365Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m
19:23:42 [2021-03-01T19:23:42.365Z] testing: warning: no tests to run
19:23:42 [2021-03-01T19:23:42.365Z] PASS
19:23:42 [2021-03-01T19:23:42.365Z] 
19:23:42 [2021-03-01T19:23:42.365Z] DONE 0 tests in 0.126s
19:23:42 [2021-03-01T19:23:42.365Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m 
19:23:42 [2021-03-01T19:23:42.365Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
19:23:42 [2021-03-01T19:23:42.365Z] ++ set -e
19:23:42 [2021-03-01T19:23:42.365Z] ++ '[' -n 0 ']'
19:23:42 [2021-03-01T19:23:42.365Z] ++ set -x
19:23:42 [2021-03-01T19:23:42.365Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
19:23:42 [2021-03-01T19:23:42.656Z] INFO: Testing against a local daemon
19:23:42 [2021-03-01T19:23:42.656Z] === RUN   TestAuthZPluginAllowRequest
19:23:43 [2021-03-01T19:23:43.443Z] Loaded image: debian:bullseye
19:23:43 [2021-03-01T19:23:43.443Z] Loaded image: hello-world:latest
19:23:43 [2021-03-01T19:23:43.443Z] Loaded image: arm32v7/hello-world:latest
19:23:44 [2021-03-01T19:23:44.723Z] --- PASS: TestAuthZPluginAllowRequest (1.74s)
19:23:44 [2021-03-01T19:23:44.723Z] === RUN   TestAuthZPluginTLS
19:23:45 [2021-03-01T19:23:45.055Z] --- PASS: TestAuthZPluginTLS (0.54s)
19:23:45 [2021-03-01T19:23:45.055Z] === RUN   TestAuthZPluginDenyRequest
19:23:45 [2021-03-01T19:23:45.346Z] --- PASS: TestAuthZPluginDenyRequest (0.52s)
19:23:45 [2021-03-01T19:23:45.346Z] === RUN   TestAuthZPluginAPIDenyResponse
19:23:45 [2021-03-01T19:23:45.978Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
19:23:45 [2021-03-01T19:23:45.978Z] === RUN   TestAuthZPluginDenyResponse
19:23:46 [2021-03-01T19:23:46.610Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
19:23:46 [2021-03-01T19:23:46.610Z] === RUN   TestAuthZPluginAllowEventStream
19:23:48 [2021-03-01T19:23:48.673Z] --- PASS: TestAuthZPluginAllowEventStream (1.83s)
19:23:48 [2021-03-01T19:23:48.673Z] === RUN   TestAuthZPluginErrorResponse
19:23:48 [2021-03-01T19:23:48.963Z] --- PASS: TestAuthZPluginErrorResponse (0.52s)
19:23:48 [2021-03-01T19:23:48.963Z] === RUN   TestAuthZPluginErrorRequest
19:23:49 [2021-03-01T19:23:49.595Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
19:23:49 [2021-03-01T19:23:49.595Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
19:23:49 [2021-03-01T19:23:49.885Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.52s)
19:23:49 [2021-03-01T19:23:49.885Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
19:23:51 [2021-03-01T19:23:51.433Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:23:51 [2021-03-01T19:23:51.433Z] Using test binary docker
19:23:51 [2021-03-01T19:23:51.433Z] +++ /etc/init.d/apparmor start
19:23:51 [2021-03-01T19:23:51.695Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:23:51 [2021-03-01T19:23:51.695Z] Starting dockerd
19:23:51 [2021-03-01T19:23:51.695Z] INFO: Waiting for daemon to start...
19:23:51 [2021-03-01T19:23:51.695Z] +++ 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
19:23:52 [2021-03-01T19:23:52.606Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.21s)
19:23:52 [2021-03-01T19:23:52.606Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
19:23:52 [2021-03-01T19:23:52.875Z] db4edcf0861f: Verifying Checksum
19:23:52 [2021-03-01T19:23:52.875Z] db4edcf0861f: Download complete
19:23:53 [2021-03-01T19:23:53.082Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:23:53 [2021-03-01T19:23:53.082Z] Using test binary docker
19:23:53 [2021-03-01T19:23:53.082Z] +++ /etc/init.d/apparmor start
19:23:53 [2021-03-01T19:23:53.082Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:23:53 [2021-03-01T19:23:53.082Z] INFO: Waiting for daemon to start...
19:23:53 [2021-03-01T19:23:53.082Z] Starting dockerd
19:23:53 [2021-03-01T19:23:53.082Z] +++ 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
19:23:53 [2021-03-01T19:23:53.471Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.42s)
19:23:53 [2021-03-01T19:23:53.471Z] PASS
19:23:53 [2021-03-01T19:23:53.471Z] 
19:23:53 [2021-03-01T19:23:53.471Z] === Skipped
19:23:53 [2021-03-01T19:23:53.471Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
19:23:53 [2021-03-01T19:23:53.471Z]     build_session_test.go:25: TODO: BuildKit
19:23:53 [2021-03-01T19:23:53.471Z] 
19:23:53 [2021-03-01T19:23:53.471Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s)
19:23:53 [2021-03-01T19:23:53.471Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:23:53 [2021-03-01T19:23:53.471Z] 
19:23:53 [2021-03-01T19:23:53.471Z] 
19:23:53 [2021-03-01T19:23:53.471Z] DONE 34 tests, 2 skipped in 144.497s
19:23:53 [2021-03-01T19:23:53.471Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
19:23:53 [2021-03-01T19:23:53.471Z] ++ 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
19:23:53 [2021-03-01T19:23:53.471Z] ++ set -e
19:23:53 [2021-03-01T19:23:53.471Z] ++ '[' -n 0 ']'
19:23:53 [2021-03-01T19:23:53.471Z] ++ set -x
19:23:53 [2021-03-01T19:23:53.471Z] ++ 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
19:23:53 [2021-03-01T19:23:53.471Z] INFO: Testing against a local daemon
19:23:53 [2021-03-01T19:23:53.471Z] === RUN   TestConfigInspect
19:23:54 [2021-03-01T19:23:54.023Z] .
19:23:54 [2021-03-01T19:23:54.023Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:23:54 [2021-03-01T19:23:54.023Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:23:54 [2021-03-01T19:23:54.023Z] Error: No such image: emptyfs
19:23:54 [2021-03-01T19:23:54.023Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:23:54 [2021-03-01T19:23:54.023Z] ++++ docker load
19:23:54 [2021-03-01T19:23:54.285Z] Running integration-test (iteration 1)
19:23:54 [2021-03-01T19:23:54.285Z] 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)/
19:23:54 [2021-03-01T19:23:54.285Z] ++ 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)/'
19:23:54 [2021-03-01T19:23:54.285Z] ++ set -e
19:23:54 [2021-03-01T19:23:54.285Z] ++ '[' -n 0 ']'
19:23:54 [2021-03-01T19:23:54.285Z] ++ set -x
19:23:54 [2021-03-01T19:23:54.285Z] ++ 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)/'
19:23:54 [2021-03-01T19:23:54.668Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.26s)
19:23:54 [2021-03-01T19:23:54.668Z] === RUN   TestAuthZPluginHeader
19:23:55 [2021-03-01T19:23:55.228Z] 
19:23:55 [2021-03-01T19:23:55.228Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:23:55 [2021-03-01T19:23:55.228Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:23:55 [2021-03-01T19:23:55.228Z] Error: No such image: emptyfs
19:23:55 [2021-03-01T19:23:55.228Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:23:55 [2021-03-01T19:23:55.228Z] ++++ docker load
19:23:55 [2021-03-01T19:23:55.300Z] --- PASS: TestAuthZPluginHeader (0.89s)
19:23:55 [2021-03-01T19:23:55.300Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
19:23:55 [2021-03-01T19:23:55.300Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
19:23:55 [2021-03-01T19:23:55.300Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:23:55 [2021-03-01T19:23:55.300Z] === RUN   TestAuthZPluginV2Disable
19:23:55 [2021-03-01T19:23:55.300Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
19:23:55 [2021-03-01T19:23:55.300Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:23:55 [2021-03-01T19:23:55.300Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
19:23:55 [2021-03-01T19:23:55.300Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
19:23:55 [2021-03-01T19:23:55.300Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:23:55 [2021-03-01T19:23:55.300Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
19:23:55 [2021-03-01T19:23:55.300Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
19:23:55 [2021-03-01T19:23:55.300Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:23:55 [2021-03-01T19:23:55.300Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
19:23:55 [2021-03-01T19:23:55.801Z] Running integration-test (iteration 1)
19:23:55 [2021-03-01T19:23:55.801Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
19:23:55 [2021-03-01T19:23:55.801Z] ++ 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)/'
19:23:55 [2021-03-01T19:23:55.801Z] ++ set -e
19:23:55 [2021-03-01T19:23:55.801Z] ++ '[' -n 0 ']'
19:23:55 [2021-03-01T19:23:55.801Z] ++ set -x
19:23:55 [2021-03-01T19:23:55.802Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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)/'
19:23:56 [2021-03-01T19:23:56.785Z] --- PASS: TestConfigInspect (3.79s)
19:23:56 [2021-03-01T19:23:56.785Z] === RUN   TestConfigList
19:23:59 [2021-03-01T19:23:59.558Z] tests/integration/api_volume_test.py .........                           [ 74%]
19:23:59 [2021-03-01T19:23:59.558Z] tests/integration/client_test.py .....                                   [ 75%]
19:23:59 [2021-03-01T19:23:59.558Z] tests/integration/context_api_test.py ...                                [ 76%]
19:23:59 [2021-03-01T19:23:59.558Z] tests/integration/errors_test.py .                                       [ 76%]
19:24:00 [2021-03-01T19:24:00.100Z] --- PASS: TestConfigList (3.23s)
19:24:00 [2021-03-01T19:24:00.100Z] === RUN   TestConfigsCreateAndDelete
19:24:03 [2021-03-01T19:24:03.427Z] --- PASS: TestConfigsCreateAndDelete (3.29s)
19:24:03 [2021-03-01T19:24:03.427Z] === RUN   TestConfigsUpdate
19:24:06 [2021-03-01T19:24:06.755Z] --- PASS: TestConfigsUpdate (3.24s)
19:24:06 [2021-03-01T19:24:06.755Z] === RUN   TestTemplatedConfig
19:24:10 [2021-03-01T19:24:10.071Z] --- PASS: TestTemplatedConfig (3.42s)
19:24:10 [2021-03-01T19:24:10.071Z] === RUN   TestConfigCreateResolve
19:24:12 [2021-03-01T19:24:12.627Z] --- PASS: TestConfigCreateResolve (2.79s)
19:24:12 [2021-03-01T19:24:12.627Z] === RUN   TestConfigDaemonLibtrustID
19:24:13 [2021-03-01T19:24:13.203Z] --- PASS: TestConfigDaemonLibtrustID (0.67s)
19:24:13 [2021-03-01T19:24:13.203Z] PASS
19:24:13 [2021-03-01T19:24:13.203Z] 
19:24:13 [2021-03-01T19:24:13.203Z] DONE 7 tests in 20.573s
19:24:13 [2021-03-01T19:24:13.203Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
19:24:13 [2021-03-01T19:24:13.203Z] ++ 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
19:24:13 [2021-03-01T19:24:13.203Z] ++ set -e
19:24:13 [2021-03-01T19:24:13.203Z] ++ '[' -n 0 ']'
19:24:13 [2021-03-01T19:24:13.203Z] ++ set -x
19:24:13 [2021-03-01T19:24:13.203Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
19:24:13 [2021-03-01T19:24:13.466Z] INFO: Testing against a local daemon
19:24:13 [2021-03-01T19:24:13.466Z] === RUN   TestCheckpoint
19:24:13 [2021-03-01T19:24:13.466Z] --- SKIP: TestCheckpoint (0.00s)
19:24:13 [2021-03-01T19:24:13.466Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:24:13 [2021-03-01T19:24:13.466Z] === RUN   TestContainerInvalidJSON
19:24:13 [2021-03-01T19:24:13.466Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:24:13 [2021-03-01T19:24:13.466Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:24:13 [2021-03-01T19:24:13.466Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:24:13 [2021-03-01T19:24:13.466Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:24:13 [2021-03-01T19:24:13.466Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:24:13 [2021-03-01T19:24:13.466Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:24:13 [2021-03-01T19:24:13.466Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:24:13 [2021-03-01T19:24:13.466Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:24:13 [2021-03-01T19:24:13.466Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:24:13 [2021-03-01T19:24:13.466Z] --- PASS: TestContainerInvalidJSON (0.03s)
19:24:13 [2021-03-01T19:24:13.466Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
19:24:13 [2021-03-01T19:24:13.466Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
19:24:13 [2021-03-01T19:24:13.466Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:24:13 [2021-03-01T19:24:13.466Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:24:13 [2021-03-01T19:24:13.730Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
19:24:13 [2021-03-01T19:24:13.730Z] === RUN   TestCopyFromContainerPathIsNotDir
19:24:13 [2021-03-01T19:24:13.730Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
19:24:13 [2021-03-01T19:24:13.730Z] === RUN   TestCopyToContainerPathDoesNotExist
19:24:13 [2021-03-01T19:24:13.747Z] --- PASS: TestImportExtremelyLargeImageWorks (102.14s)
19:24:13 [2021-03-01T19:24:13.747Z] PASS
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === Skipped
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] DONE 12 tests, 1 skipped in 106.278s
19:24:13 [2021-03-01T19:24:13.747Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
19:24:13 [2021-03-01T19:24:13.747Z] INFO: Testing against a local daemon
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestNetworkCreateDelete
19:24:13 [2021-03-01T19:24:13.747Z] --- PASS: TestNetworkCreateDelete (0.15s)
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestDockerNetworkDeletePreferID
19:24:13 [2021-03-01T19:24:13.747Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestDaemonDNSFallback
19:24:13 [2021-03-01T19:24:13.747Z] --- PASS: TestDaemonDNSFallback (7.33s)
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestInspectNetwork
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestInspectNetwork (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestRunContainerWithBridgeNone
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestNetworkInvalidJSON
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestNetworkInvalidJSON//networks/create
19:24:13 [2021-03-01T19:24:13.747Z] === PAUSE TestNetworkInvalidJSON//networks/create
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
19:24:13 [2021-03-01T19:24:13.747Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
19:24:13 [2021-03-01T19:24:13.747Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
19:24:13 [2021-03-01T19:24:13.747Z] === CONT  TestNetworkInvalidJSON//networks/create
19:24:13 [2021-03-01T19:24:13.747Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
19:24:13 [2021-03-01T19:24:13.747Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
19:24:13 [2021-03-01T19:24:13.747Z] --- PASS: TestNetworkInvalidJSON (0.02s)
19:24:13 [2021-03-01T19:24:13.747Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestNetworkList
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestNetworkList//networks
19:24:13 [2021-03-01T19:24:13.747Z] === PAUSE TestNetworkList//networks
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestNetworkList//networks/
19:24:13 [2021-03-01T19:24:13.747Z] === PAUSE TestNetworkList//networks/
19:24:13 [2021-03-01T19:24:13.747Z] === CONT  TestNetworkList//networks
19:24:13 [2021-03-01T19:24:13.747Z] === CONT  TestNetworkList//networks/
19:24:13 [2021-03-01T19:24:13.747Z] --- PASS: TestNetworkList (0.01s)
19:24:13 [2021-03-01T19:24:13.747Z]     --- PASS: TestNetworkList//networks/ (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     --- PASS: TestNetworkList//networks (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestHostIPv4BridgeLabel
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestDaemonRestartWithLiveRestore
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestDaemonDefaultNetworkPools
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestDaemonRestartWithExistingNetwork
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestServiceWithPredefinedNetwork
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestServiceRemoveKeepsIngressNetwork
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:242: FLAKY_TEST
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestServiceWithDataPathPortInit
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestServiceWithDefaultAddressPoolInit
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:13 [2021-03-01T19:24:13.747Z] PASS
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === Skipped
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:242: FLAKY_TEST
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] DONE 22 tests, 12 skipped in 8.039s
19:24:13 [2021-03-01T19:24:13.747Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
19:24:13 [2021-03-01T19:24:13.747Z] INFO: Testing against a local daemon
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestDockerNetworkIpvlanPersistance
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestDockerNetworkIpvlan
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:24:13 [2021-03-01T19:24:13.747Z] PASS
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === Skipped
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] DONE 2 tests, 2 skipped in 0.115s
19:24:13 [2021-03-01T19:24:13.747Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
19:24:13 [2021-03-01T19:24:13.747Z] INFO: Testing against a local daemon
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestDockerNetworkMacvlanPersistance
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestDockerNetworkMacvlan
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] PASS
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === Skipped
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] DONE 2 tests, 2 skipped in 0.113s
19:24:13 [2021-03-01T19:24:13.747Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
19:24:13 [2021-03-01T19:24:13.747Z] testing: warning: no tests to run
19:24:13 [2021-03-01T19:24:13.747Z] PASS
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] DONE 0 tests in 0.026s
19:24:13 [2021-03-01T19:24:13.747Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
19:24:13 [2021-03-01T19:24:13.747Z] INFO: Testing against a local daemon
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginAllowRequest
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginTLS
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginTLS (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginDenyRequest
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginAPIDenyResponse
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginDenyResponse
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginAllowEventStream
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginErrorResponse
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginErrorRequest
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginHeader
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginHeader (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.19s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginV2Disable
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
19:24:13 [2021-03-01T19:24:13.747Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] PASS
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === Skipped
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.19s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
19:24:13 [2021-03-01T19:24:13.747Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.747Z] 
19:24:13 [2021-03-01T19:24:13.747Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
19:24:13 [2021-03-01T19:24:13.748Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.748Z] 
19:24:13 [2021-03-01T19:24:13.748Z] 
19:24:13 [2021-03-01T19:24:13.748Z] DONE 17 tests, 17 skipped in 0.394s
19:24:13 [2021-03-01T19:24:13.748Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
19:24:13 [2021-03-01T19:24:13.748Z] INFO: Testing against a local daemon
19:24:13 [2021-03-01T19:24:13.748Z] === RUN   TestPluginInvalidJSON
19:24:13 [2021-03-01T19:24:13.748Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
19:24:13 [2021-03-01T19:24:13.748Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
19:24:13 [2021-03-01T19:24:13.748Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
19:24:13 [2021-03-01T19:24:13.748Z] --- PASS: TestPluginInvalidJSON (0.02s)
19:24:13 [2021-03-01T19:24:13.748Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
19:24:13 [2021-03-01T19:24:13.748Z] === RUN   TestPluginInstall
19:24:13 [2021-03-01T19:24:13.748Z] --- SKIP: TestPluginInstall (0.00s)
19:24:13 [2021-03-01T19:24:13.748Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.748Z] === RUN   TestPluginsWithRuntimes
19:24:13 [2021-03-01T19:24:13.748Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
19:24:13 [2021-03-01T19:24:13.748Z]     plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
19:24:13 [2021-03-01T19:24:13.748Z] PASS
19:24:13 [2021-03-01T19:24:13.748Z] 
19:24:13 [2021-03-01T19:24:13.748Z] === Skipped
19:24:13 [2021-03-01T19:24:13.748Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
19:24:13 [2021-03-01T19:24:13.748Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost
19:24:13 [2021-03-01T19:24:13.748Z] 
19:24:13 [2021-03-01T19:24:13.748Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
19:24:13 [2021-03-01T19:24:13.748Z]     plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
19:24:13 [2021-03-01T19:24:13.748Z] 
19:24:13 [2021-03-01T19:24:13.748Z] 
19:24:13 [2021-03-01T19:24:13.748Z] DONE 4 tests, 2 skipped in 0.154s
19:24:13 [2021-03-01T19:24:13.748Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
19:24:13 [2021-03-01T19:24:13.748Z] INFO: Testing against a local daemon
19:24:13 [2021-03-01T19:24:13.748Z] === RUN   TestExternalGraphDriver
19:24:13 [2021-03-01T19:24:13.748Z] --- SKIP: TestExternalGraphDriver (0.07s)
19:24:13 [2021-03-01T19:24:13.748Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
19:24:13 [2021-03-01T19:24:13.748Z] === RUN   TestGraphdriverPluginV2
19:24:13 [2021-03-01T19:24:13.894Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.25s)
19:24:13 [2021-03-01T19:24:13.894Z] PASS
19:24:13 [2021-03-01T19:24:13.894Z] 
19:24:13 [2021-03-01T19:24:13.894Z] === Skipped
19:24:13 [2021-03-01T19:24:13.894Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
19:24:13 [2021-03-01T19:24:13.894Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:24:13 [2021-03-01T19:24:13.894Z] 
19:24:13 [2021-03-01T19:24:13.894Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
19:24:13 [2021-03-01T19:24:13.894Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:24:13 [2021-03-01T19:24:13.894Z] 
19:24:13 [2021-03-01T19:24:13.894Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
19:24:13 [2021-03-01T19:24:13.894Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:24:13 [2021-03-01T19:24:13.894Z] 
19:24:13 [2021-03-01T19:24:13.894Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
19:24:13 [2021-03-01T19:24:13.894Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:24:13 [2021-03-01T19:24:13.894Z] 
19:24:13 [2021-03-01T19:24:13.894Z] 
19:24:13 [2021-03-01T19:24:13.894Z] DONE 17 tests, 4 skipped in 30.136s
19:24:13 [2021-03-01T19:24:13.894Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m 
19:24:13 [2021-03-01T19:24:13.894Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
19:24:13 [2021-03-01T19:24:13.894Z] ++ set -e
19:24:13 [2021-03-01T19:24:13.894Z] ++ '[' -n 0 ']'
19:24:13 [2021-03-01T19:24:13.894Z] ++ set -x
19:24:13 [2021-03-01T19:24:13.894Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
19:24:13 [2021-03-01T19:24:13.894Z] INFO: Testing against a local daemon
19:24:13 [2021-03-01T19:24:13.894Z] === RUN   TestPluginInvalidJSON
19:24:13 [2021-03-01T19:24:13.894Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
19:24:13 [2021-03-01T19:24:13.894Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
19:24:13 [2021-03-01T19:24:13.894Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
19:24:13 [2021-03-01T19:24:13.894Z] --- PASS: TestPluginInvalidJSON (0.01s)
19:24:13 [2021-03-01T19:24:13.894Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
19:24:13 [2021-03-01T19:24:13.894Z] === RUN   TestPluginInstall
19:24:13 [2021-03-01T19:24:13.894Z] === RUN   TestPluginInstall/no_auth
19:24:13 [2021-03-01T19:24:13.993Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s)
19:24:13 [2021-03-01T19:24:13.994Z] === RUN   TestCopyToContainerPathIsNotDir
19:24:13 [2021-03-01T19:24:13.994Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s)
19:24:13 [2021-03-01T19:24:13.994Z] === RUN   TestCopyFromContainer
19:24:14 [2021-03-01T19:24:14.526Z] time="2021-03-01T19:24:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:24:14 [2021-03-01T19:24:14.526Z] time="2021-03-01T19:24:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4444e7a484ff3fc817fc97ac741b20f0fdf54f8440fe17473dc756376ba738b9" mediatype=application/vnd.docker.plugin.v1+json size=522
19:24:14 [2021-03-01T19:24:14.526Z] time="2021-03-01T19:24:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:24:14 [2021-03-01T19:24:14.526Z] time="2021-03-01T19:24:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4444e7a484ff3fc817fc97ac741b20f0fdf54f8440fe17473dc756376ba738b9" mediatype=application/vnd.docker.plugin.v1+json size=522
19:24:14 [2021-03-01T19:24:14.816Z] === RUN   TestPluginInstall/with_htpasswd
19:24:15 [2021-03-01T19:24:15.447Z] time="2021-03-01T19:24:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:24:15 [2021-03-01T19:24:15.447Z] time="2021-03-01T19:24:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0ee114eac91a344299f1691ee792e5daec67a8913b1e96956a810230252cf98b" mediatype=application/vnd.docker.plugin.v1+json size=522
19:24:15 [2021-03-01T19:24:15.447Z] time="2021-03-01T19:24:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:24:15 [2021-03-01T19:24:15.447Z] time="2021-03-01T19:24:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0ee114eac91a344299f1691ee792e5daec67a8913b1e96956a810230252cf98b" mediatype=application/vnd.docker.plugin.v1+json size=522
19:24:15 [2021-03-01T19:24:15.447Z] === RUN   TestPluginInstall/with_insecure
19:24:15 [2021-03-01T19:24:15.924Z] === RUN   TestCopyFromContainer//
19:24:16 [2021-03-01T19:24:16.187Z] === RUN   TestCopyFromContainer//bar/root
19:24:16 [2021-03-01T19:24:16.187Z] === RUN   TestCopyFromContainer//bar/root/
19:24:16 [2021-03-01T19:24:16.449Z] === RUN   TestCopyFromContainer/bar/quux
19:24:16 [2021-03-01T19:24:16.449Z] === RUN   TestCopyFromContainer/bar/quux/
19:24:16 [2021-03-01T19:24:16.556Z] time="2021-03-01T19:24:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:24:16 [2021-03-01T19:24:16.556Z] time="2021-03-01T19:24:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e15944ecf347adc987c3a73a460712a1e5411e702e05c3f600dbd8303e91081" mediatype=application/vnd.docker.plugin.v1+json size=522
19:24:16 [2021-03-01T19:24:16.556Z] time="2021-03-01T19:24:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:24:16 [2021-03-01T19:24:16.556Z] time="2021-03-01T19:24:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9e15944ecf347adc987c3a73a460712a1e5411e702e05c3f600dbd8303e91081" mediatype=application/vnd.docker.plugin.v1+json size=522
19:24:16 [2021-03-01T19:24:16.713Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:24:16 [2021-03-01T19:24:16.713Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:24:16 [2021-03-01T19:24:16.713Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:24:16 [2021-03-01T19:24:16.917Z] --- PASS: TestPluginInstall (4.10s)
19:24:16 [2021-03-01T19:24:16.917Z]     --- PASS: TestPluginInstall/no_auth (2.02s)
19:24:16 [2021-03-01T19:24:16.917Z]     --- PASS: TestPluginInstall/with_htpasswd (0.82s)
19:24:16 [2021-03-01T19:24:16.917Z]     --- PASS: TestPluginInstall/with_insecure (1.26s)
19:24:16 [2021-03-01T19:24:16.917Z]         plugin_test.go:160: [d1f409ff958fe] daemon is not started
19:24:16 [2021-03-01T19:24:16.917Z] === RUN   TestPluginsWithRuntimes
19:24:16 [2021-03-01T19:24:16.976Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:24:16 [2021-03-01T19:24:16.976Z] === RUN   TestCopyFromContainer/bar/notarget
19:24:17 [2021-03-01T19:24:17.238Z] --- PASS: TestCopyFromContainer (3.15s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCopyFromContainer// (0.11s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCopyFromContainer//bar/root (0.14s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCopyFromContainer/bar/quux (0.14s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.13s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.11s)
19:24:17 [2021-03-01T19:24:17.238Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:24:17 [2021-03-01T19:24:17.238Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:24:17 [2021-03-01T19:24:17.238Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:24:17 [2021-03-01T19:24:17.238Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:24:17 [2021-03-01T19:24:17.238Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:24:17 [2021-03-01T19:24:17.238Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:24:17 [2021-03-01T19:24:17.238Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:24:17 [2021-03-01T19:24:17.238Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:24:17 [2021-03-01T19:24:17.238Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:24:17 [2021-03-01T19:24:17.238Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:24:17 [2021-03-01T19:24:17.238Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
19:24:17 [2021-03-01T19:24:17.238Z] === RUN   TestCreateLinkToNonExistingContainer
19:24:17 [2021-03-01T19:24:17.238Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s)
19:24:17 [2021-03-01T19:24:17.238Z] === RUN   TestCreateWithInvalidEnv
19:24:17 [2021-03-01T19:24:17.238Z] === RUN   TestCreateWithInvalidEnv/0
19:24:17 [2021-03-01T19:24:17.238Z] === PAUSE TestCreateWithInvalidEnv/0
19:24:17 [2021-03-01T19:24:17.238Z] === RUN   TestCreateWithInvalidEnv/1
19:24:17 [2021-03-01T19:24:17.238Z] === PAUSE TestCreateWithInvalidEnv/1
19:24:17 [2021-03-01T19:24:17.238Z] === RUN   TestCreateWithInvalidEnv/2
19:24:17 [2021-03-01T19:24:17.238Z] === PAUSE TestCreateWithInvalidEnv/2
19:24:17 [2021-03-01T19:24:17.238Z] === CONT  TestCreateWithInvalidEnv/0
19:24:17 [2021-03-01T19:24:17.238Z] === CONT  TestCreateWithInvalidEnv/2
19:24:17 [2021-03-01T19:24:17.238Z] === CONT  TestCreateWithInvalidEnv/1
19:24:17 [2021-03-01T19:24:17.238Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:24:17 [2021-03-01T19:24:17.238Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:24:17 [2021-03-01T19:24:17.238Z] === RUN   TestCreateTmpfsMountsTarget
19:24:17 [2021-03-01T19:24:17.238Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
19:24:17 [2021-03-01T19:24:17.238Z] === RUN   TestCreateWithCustomMaskedPaths
19:24:18 [2021-03-01T19:24:18.573Z] === RUN   TestPluginsWithRuntimes/No_Args
19:24:18 [2021-03-01T19:24:18.580Z] tests/integration/models_containers_test.py ............................ [ 83%]
19:24:19 [2021-03-01T19:24:19.796Z] --- PASS: TestCreateWithCustomMaskedPaths (2.18s)
19:24:19 [2021-03-01T19:24:19.796Z] === RUN   TestCreateWithCustomReadonlyPaths
19:24:20 [2021-03-01T19:24:20.145Z] === RUN   TestPluginsWithRuntimes/With_Args
19:24:20 [2021-03-01T19:24:20.323Z] --- PASS: TestGraphdriverPluginV2 (5.83s)
19:24:20 [2021-03-01T19:24:20.324Z] PASS
19:24:20 [2021-03-01T19:24:20.324Z] 
19:24:20 [2021-03-01T19:24:20.324Z] === Skipped
19:24:20 [2021-03-01T19:24:20.324Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s)
19:24:20 [2021-03-01T19:24:20.324Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
19:24:20 [2021-03-01T19:24:20.324Z] 
19:24:20 [2021-03-01T19:24:20.324Z] 
19:24:20 [2021-03-01T19:24:20.324Z] DONE 2 tests, 1 skipped in 6.018s
19:24:20 [2021-03-01T19:24:20.324Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
19:24:20 [2021-03-01T19:24:20.324Z] INFO: Testing against a local daemon
19:24:20 [2021-03-01T19:24:20.324Z] === RUN   TestContinueAfterPluginCrash
19:24:20 [2021-03-01T19:24:20.324Z] === PAUSE TestContinueAfterPluginCrash
19:24:20 [2021-03-01T19:24:20.324Z] === RUN   TestReadPluginNoRead
19:24:20 [2021-03-01T19:24:20.324Z] === PAUSE TestReadPluginNoRead
19:24:20 [2021-03-01T19:24:20.324Z] === RUN   TestDaemonStartWithLogOpt
19:24:20 [2021-03-01T19:24:20.324Z] === PAUSE TestDaemonStartWithLogOpt
19:24:20 [2021-03-01T19:24:20.324Z] === CONT  TestContinueAfterPluginCrash
19:24:20 [2021-03-01T19:24:20.324Z] === CONT  TestDaemonStartWithLogOpt
19:24:21 [2021-03-01T19:24:21.721Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.21s)
19:24:21 [2021-03-01T19:24:21.721Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:24:21 [2021-03-01T19:24:21.721Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:24:21 [2021-03-01T19:24:21.721Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:24:21 [2021-03-01T19:24:21.721Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:24:21 [2021-03-01T19:24:21.721Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:24:21 [2021-03-01T19:24:21.721Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:24:21 [2021-03-01T19:24:21.721Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:24:21 [2021-03-01T19:24:21.721Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:24:21 [2021-03-01T19:24:21.721Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:24:21 [2021-03-01T19:24:21.721Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:24:21 [2021-03-01T19:24:21.721Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:24:21 [2021-03-01T19:24:21.721Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:24:21 [2021-03-01T19:24:21.721Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:24:21 [2021-03-01T19:24:21.721Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:24:21 [2021-03-01T19:24:21.721Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:24:21 [2021-03-01T19:24:21.721Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:24:21 [2021-03-01T19:24:21.721Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
19:24:21 [2021-03-01T19:24:21.721Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
19:24:21 [2021-03-01T19:24:21.721Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s)
19:24:21 [2021-03-01T19:24:21.721Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s)
19:24:21 [2021-03-01T19:24:21.721Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.06s)
19:24:21 [2021-03-01T19:24:21.722Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
19:24:21 [2021-03-01T19:24:21.722Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:24:21 [2021-03-01T19:24:21.904Z] --- PASS: TestPluginsWithRuntimes (4.77s)
19:24:21 [2021-03-01T19:24:21.904Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.45s)
19:24:21 [2021-03-01T19:24:21.904Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.39s)
19:24:21 [2021-03-01T19:24:21.904Z] PASS
19:24:21 [2021-03-01T19:24:21.904Z] 
19:24:21 [2021-03-01T19:24:21.904Z] DONE 9 tests in 9.055s
19:24:21 [2021-03-01T19:24:21.904Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
19:24:21 [2021-03-01T19:24:21.904Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
19:24:21 [2021-03-01T19:24:21.904Z] ++ set -e
19:24:21 [2021-03-01T19:24:21.904Z] ++ '[' -n 0 ']'
19:24:21 [2021-03-01T19:24:21.904Z] ++ set -x
19:24:21 [2021-03-01T19:24:21.904Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
19:24:21 [2021-03-01T19:24:21.904Z] INFO: Testing against a local daemon
19:24:21 [2021-03-01T19:24:21.904Z] === RUN   TestExternalGraphDriver
19:24:21 [2021-03-01T19:24:21.904Z] === RUN   TestExternalGraphDriver/json
19:24:22 [2021-03-01T19:24:22.670Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.77s)
19:24:22 [2021-03-01T19:24:22.670Z] === RUN   TestCreateDifferentPlatform
19:24:22 [2021-03-01T19:24:22.670Z] === RUN   TestCreateDifferentPlatform/different_os
19:24:22 [2021-03-01T19:24:22.670Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:24:22 [2021-03-01T19:24:22.670Z] --- PASS: TestCreateDifferentPlatform (0.03s)
19:24:22 [2021-03-01T19:24:22.670Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:24:22 [2021-03-01T19:24:22.670Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
19:24:22 [2021-03-01T19:24:22.670Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:24:22 [2021-03-01T19:24:22.670Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
19:24:22 [2021-03-01T19:24:22.670Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:24:22 [2021-03-01T19:24:22.933Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s)
19:24:22 [2021-03-01T19:24:22.933Z] === RUN   TestContainerStartOnDaemonRestart
19:24:22 [2021-03-01T19:24:22.933Z] === PAUSE TestContainerStartOnDaemonRestart
19:24:22 [2021-03-01T19:24:22.933Z] === RUN   TestDaemonRestartIpcMode
19:24:22 [2021-03-01T19:24:22.933Z] === PAUSE TestDaemonRestartIpcMode
19:24:22 [2021-03-01T19:24:22.933Z] === RUN   TestDaemonHostGatewayIP
19:24:22 [2021-03-01T19:24:22.933Z] === PAUSE TestDaemonHostGatewayIP
19:24:22 [2021-03-01T19:24:22.933Z] === RUN   TestRestartDaemonWithRestartingContainer
19:24:22 [2021-03-01T19:24:22.933Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:24:22 [2021-03-01T19:24:22.933Z] === RUN   TestContainerKillOnDaemonStart
19:24:22 [2021-03-01T19:24:22.933Z] === PAUSE TestContainerKillOnDaemonStart
19:24:22 [2021-03-01T19:24:22.933Z] === RUN   TestDiff
19:24:23 [2021-03-01T19:24:23.510Z] --- PASS: TestDiff (0.78s)
19:24:23 [2021-03-01T19:24:23.510Z] === RUN   TestExecWithCloseStdin
19:24:23 [2021-03-01T19:24:23.567Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
19:24:23 [2021-03-01T19:24:23.567Z] 
19:24:23 [2021-03-01T19:24:23.567Z] ---> Making bundle: test-integration (in bundles/test-integration)
19:24:23 [2021-03-01T19:24:23.567Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
19:24:23 [2021-03-01T19:24:23.567Z] HOSTNAME=9d836524b569
19:24:23 [2021-03-01T19:24:23.567Z] TESTDEBUG=0
19:24:23 [2021-03-01T19:24:23.567Z] DEST=bundles/test-integration
19:24:23 [2021-03-01T19:24:23.567Z] PWD=/go/src/github.com/docker/docker
19:24:23 [2021-03-01T19:24:23.567Z] DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36
19:24:23 [2021-03-01T19:24:23.567Z] container=docker
19:24:23 [2021-03-01T19:24:23.567Z] HOME=/root
19:24:23 [2021-03-01T19:24:23.567Z] GOLANG_VERSION=1.13.15
19:24:23 [2021-03-01T19:24:23.567Z] VALIDATE_REPO=https://github.com/moby/moby.git
19:24:23 [2021-03-01T19:24:23.567Z] VALIDATE_BRANCH=master
19:24:23 [2021-03-01T19:24:23.567Z] TERM=xterm
19:24:23 [2021-03-01T19:24:23.567Z] DOCKER_PKG=github.com/docker/docker
19:24:23 [2021-03-01T19:24:23.567Z] SHLVL=1
19:24:23 [2021-03-01T19:24:23.567Z] TIMEOUT=120m
19:24:23 [2021-03-01T19:24:23.567Z] DOCKER_BUILDTAGS=apparmor seccomp journald
19:24:23 [2021-03-01T19:24:23.567Z] DOCKER_GRAPHDRIVER=overlay2
19:24:23 [2021-03-01T19:24:23.567Z] GO111MODULE=off
19:24:23 [2021-03-01T19:24:23.567Z] DOCKER_EXPERIMENTAL=1
19:24:23 [2021-03-01T19:24:23.567Z] TEST_SKIP_INTEGRATION_CLI=1
19:24:23 [2021-03-01T19:24:23.567Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
19:24:23 [2021-03-01T19:24:23.567Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
19:24:23 [2021-03-01T19:24:23.567Z] GOPATH=/go
19:24:23 [2021-03-01T19:24:23.567Z] PKG_CONFIG=pkg-config
19:24:23 [2021-03-01T19:24:23.567Z] _=/usr/bin/env
19:24:23 [2021-03-01T19:24:23.567Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
19:24:24 [2021-03-01T19:24:24.166Z] === RUN   TestExternalGraphDriver/spec
19:24:24 [2021-03-01T19:24:24.459Z] --- PASS: TestExecWithCloseStdin (0.92s)
19:24:24 [2021-03-01T19:24:24.459Z] === RUN   TestExec
19:24:25 [2021-03-01T19:24:25.409Z] --- PASS: TestExec (0.92s)
19:24:25 [2021-03-01T19:24:25.409Z] === RUN   TestExecUser
19:24:26 [2021-03-01T19:24:26.358Z] --- PASS: TestExecUser (0.83s)
19:24:26 [2021-03-01T19:24:26.358Z] === RUN   TestExportContainerAndImportImage
19:24:26 [2021-03-01T19:24:26.378Z] === RUN   TestExternalGraphDriver/pull
19:24:26 [2021-03-01T19:24:26.862Z] --- PASS: TestDaemonStartWithLogOpt (6.62s)
19:24:26 [2021-03-01T19:24:26.862Z] === CONT  TestReadPluginNoRead
19:24:27 [2021-03-01T19:24:27.309Z] --- PASS: TestExportContainerAndImportImage (1.05s)
19:24:27 [2021-03-01T19:24:27.310Z] === RUN   TestExportContainerAfterDaemonRestart
19:24:28 [2021-03-01T19:24:28.581Z] --- PASS: TestExternalGraphDriver (6.75s)
19:24:28 [2021-03-01T19:24:28.581Z]     --- PASS: TestExternalGraphDriver/json (2.12s)
19:24:28 [2021-03-01T19:24:28.581Z]     --- PASS: TestExternalGraphDriver/spec (2.13s)
19:24:28 [2021-03-01T19:24:28.581Z]     --- PASS: TestExternalGraphDriver/pull (2.31s)
19:24:28 [2021-03-01T19:24:28.581Z] === RUN   TestGraphdriverPluginV2
19:24:28 [2021-03-01T19:24:28.581Z] --- SKIP: TestGraphdriverPluginV2 (0.14s)
19:24:28 [2021-03-01T19:24:28.581Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:24:28 [2021-03-01T19:24:28.581Z] PASS
19:24:28 [2021-03-01T19:24:28.581Z] 
19:24:28 [2021-03-01T19:24:28.581Z] === Skipped
19:24:28 [2021-03-01T19:24:28.581Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.14s)
19:24:28 [2021-03-01T19:24:28.581Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:24:28 [2021-03-01T19:24:28.581Z] 
19:24:28 [2021-03-01T19:24:28.581Z] 
19:24:28 [2021-03-01T19:24:28.581Z] DONE 5 tests, 1 skipped in 7.031s
19:24:28 [2021-03-01T19:24:28.581Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m 
19:24:28 [2021-03-01T19:24:28.581Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
19:24:28 [2021-03-01T19:24:28.581Z] ++ set -e
19:24:28 [2021-03-01T19:24:28.581Z] ++ '[' -n 0 ']'
19:24:28 [2021-03-01T19:24:28.581Z] ++ set -x
19:24:28 [2021-03-01T19:24:28.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
19:24:28 [2021-03-01T19:24:28.872Z] INFO: Testing against a local daemon
19:24:28 [2021-03-01T19:24:28.872Z] === RUN   TestContinueAfterPluginCrash
19:24:28 [2021-03-01T19:24:28.872Z] === PAUSE TestContinueAfterPluginCrash
19:24:28 [2021-03-01T19:24:28.872Z] === RUN   TestReadPluginNoRead
19:24:28 [2021-03-01T19:24:28.872Z] === PAUSE TestReadPluginNoRead
19:24:28 [2021-03-01T19:24:28.872Z] === RUN   TestDaemonStartWithLogOpt
19:24:28 [2021-03-01T19:24:28.872Z] === PAUSE TestDaemonStartWithLogOpt
19:24:28 [2021-03-01T19:24:28.872Z] === CONT  TestContinueAfterPluginCrash
19:24:28 [2021-03-01T19:24:28.872Z] === CONT  TestDaemonStartWithLogOpt
19:24:29 [2021-03-01T19:24:29.238Z] --- PASS: TestExportContainerAfterDaemonRestart (2.01s)
19:24:29 [2021-03-01T19:24:29.238Z] === RUN   TestHealthCheckWorkdir
19:24:30 [2021-03-01T19:24:30.138Z] === RUN   TestReadPluginNoRead/default
19:24:30 [2021-03-01T19:24:30.138Z] --- PASS: TestContinueAfterPluginCrash (10.26s)
19:24:30 [2021-03-01T19:24:30.635Z] --- PASS: TestHealthCheckWorkdir (1.06s)
19:24:30 [2021-03-01T19:24:30.635Z] === RUN   TestHealthKillContainer
19:24:32 [2021-03-01T19:24:32.098Z] === RUN   TestReadPluginNoRead/disabled_caching
19:24:33 [2021-03-01T19:24:33.195Z] --- PASS: TestHealthKillContainer (2.82s)
19:24:33 [2021-03-01T19:24:33.195Z] === RUN   TestInspectCpusetInConfigPre120
19:24:33 [2021-03-01T19:24:33.331Z] --- PASS: TestDaemonStartWithLogOpt (3.78s)
19:24:33 [2021-03-01T19:24:33.331Z] === CONT  TestReadPluginNoRead
19:24:34 [2021-03-01T19:24:34.146Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s)
19:24:34 [2021-03-01T19:24:34.146Z] === RUN   TestIpcModeNone
19:24:34 [2021-03-01T19:24:34.617Z] Loaded image: buildpack-deps:buster
19:24:34 [2021-03-01T19:24:34.617Z] Loaded image: buildpack-deps:buster
19:24:34 [2021-03-01T19:24:34.617Z] Loaded image: busybox:latest
19:24:34 [2021-03-01T19:24:34.617Z] Loaded image: busybox:latest
19:24:34 [2021-03-01T19:24:34.617Z] Loaded image: busybox:glibc
19:24:34 [2021-03-01T19:24:34.617Z] Loaded image: busybox:glibc
19:24:34 [2021-03-01T19:24:34.636Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
19:24:34 [2021-03-01T19:24:34.723Z] --- PASS: TestIpcModeNone (0.85s)
19:24:34 [2021-03-01T19:24:34.723Z] === RUN   TestIpcModePrivate
19:24:35 [2021-03-01T19:24:35.193Z] .........                                                                [ 86%]
19:24:35 [2021-03-01T19:24:35.443Z] === RUN   TestReadPluginNoRead/default
19:24:35 [2021-03-01T19:24:35.676Z] --- PASS: TestIpcModePrivate (0.87s)
19:24:35 [2021-03-01T19:24:35.676Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false
19:24:35 [2021-03-01T19:24:35.676Z] === RUN   TestIpcModeShareable
19:24:36 [2021-03-01T19:24:36.567Z] --- PASS: TestReadPluginNoRead (10.32s)
19:24:36 [2021-03-01T19:24:36.567Z]     --- PASS: TestReadPluginNoRead/default (2.25s)
19:24:36 [2021-03-01T19:24:36.567Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.24s)
19:24:36 [2021-03-01T19:24:36.567Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.24s)
19:24:36 [2021-03-01T19:24:36.567Z]     read_test.go:92: [dfd2b1f51f8c4] daemon is not started
19:24:36 [2021-03-01T19:24:36.567Z] PASS
19:24:36 [2021-03-01T19:24:36.567Z] 
19:24:36 [2021-03-01T19:24:36.567Z] DONE 6 tests in 17.064s
19:24:36 [2021-03-01T19:24:36.567Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
19:24:36 [2021-03-01T19:24:36.567Z] testing: warning: no tests to run
19:24:36 [2021-03-01T19:24:36.567Z] PASS
19:24:36 [2021-03-01T19:24:36.567Z] 
19:24:36 [2021-03-01T19:24:36.567Z] DONE 0 tests in 0.045s
19:24:36 [2021-03-01T19:24:36.567Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
19:24:36 [2021-03-01T19:24:36.627Z] --- PASS: TestIpcModeShareable (0.86s)
19:24:36 [2021-03-01T19:24:36.628Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true
19:24:36 [2021-03-01T19:24:36.628Z] === RUN   TestAPIIpcModeShareableAndContainer
19:24:36 [2021-03-01T19:24:36.823Z] INFO: Testing against a local daemon
19:24:36 [2021-03-01T19:24:36.823Z] === RUN   TestPluginWithDevMounts
19:24:36 [2021-03-01T19:24:36.823Z] --- SKIP: TestPluginWithDevMounts (0.00s)
19:24:36 [2021-03-01T19:24:36.823Z]     mounts_test.go:21: (*Execution).IsRootless-fm
19:24:36 [2021-03-01T19:24:36.823Z] PASS
19:24:36 [2021-03-01T19:24:36.823Z] 
19:24:36 [2021-03-01T19:24:36.823Z] === Skipped
19:24:36 [2021-03-01T19:24:36.823Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
19:24:36 [2021-03-01T19:24:36.823Z]     mounts_test.go:21: (*Execution).IsRootless-fm
19:24:36 [2021-03-01T19:24:36.823Z] 
19:24:36 [2021-03-01T19:24:36.823Z] 
19:24:36 [2021-03-01T19:24:36.823Z] DONE 1 tests, 1 skipped in 0.135s
19:24:36 [2021-03-01T19:24:36.823Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
19:24:36 [2021-03-01T19:24:36.823Z] INFO: Testing against a local daemon
19:24:36 [2021-03-01T19:24:36.823Z] === RUN   TestSecretInspect
19:24:36 [2021-03-01T19:24:36.823Z] --- SKIP: TestSecretInspect (0.02s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] === RUN   TestSecretList
19:24:36 [2021-03-01T19:24:36.823Z] --- SKIP: TestSecretList (0.01s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] === RUN   TestSecretsCreateAndDelete
19:24:36 [2021-03-01T19:24:36.823Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] === RUN   TestSecretsUpdate
19:24:36 [2021-03-01T19:24:36.823Z] --- SKIP: TestSecretsUpdate (0.01s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] === RUN   TestTemplatedSecret
19:24:36 [2021-03-01T19:24:36.823Z] --- SKIP: TestTemplatedSecret (0.00s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] === RUN   TestSecretCreateResolve
19:24:36 [2021-03-01T19:24:36.823Z] --- SKIP: TestSecretCreateResolve (0.01s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] PASS
19:24:36 [2021-03-01T19:24:36.823Z] 
19:24:36 [2021-03-01T19:24:36.823Z] === Skipped
19:24:36 [2021-03-01T19:24:36.823Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] 
19:24:36 [2021-03-01T19:24:36.823Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] 
19:24:36 [2021-03-01T19:24:36.823Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] 
19:24:36 [2021-03-01T19:24:36.823Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] 
19:24:36 [2021-03-01T19:24:36.823Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] 
19:24:36 [2021-03-01T19:24:36.823Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
19:24:36 [2021-03-01T19:24:36.823Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:36 [2021-03-01T19:24:36.823Z] 
19:24:36 [2021-03-01T19:24:36.823Z] 
19:24:36 [2021-03-01T19:24:36.823Z] DONE 6 tests, 6 skipped in 0.177s
19:24:36 [2021-03-01T19:24:36.823Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
19:24:37 [2021-03-01T19:24:37.079Z] INFO: Testing against a local daemon
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestServiceCreateInit
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestServiceCreateInit/daemonInitDisabled
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestServiceCreateInit/daemonInitEnabled
19:24:37 [2021-03-01T19:24:37.079Z] --- PASS: TestServiceCreateInit (0.03s)
19:24:37 [2021-03-01T19:24:37.079Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
19:24:37 [2021-03-01T19:24:37.079Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.079Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
19:24:37 [2021-03-01T19:24:37.079Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestCreateServiceMultipleTimes
19:24:37 [2021-03-01T19:24:37.079Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
19:24:37 [2021-03-01T19:24:37.079Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestCreateServiceConflict
19:24:37 [2021-03-01T19:24:37.079Z] --- SKIP: TestCreateServiceConflict (0.01s)
19:24:37 [2021-03-01T19:24:37.079Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestCreateServiceMaxReplicas
19:24:37 [2021-03-01T19:24:37.079Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
19:24:37 [2021-03-01T19:24:37.079Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestCreateWithDuplicateNetworkNames
19:24:37 [2021-03-01T19:24:37.079Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
19:24:37 [2021-03-01T19:24:37.079Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestCreateServiceSecretFileMode
19:24:37 [2021-03-01T19:24:37.079Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
19:24:37 [2021-03-01T19:24:37.079Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestCreateServiceConfigFileMode
19:24:37 [2021-03-01T19:24:37.079Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
19:24:37 [2021-03-01T19:24:37.079Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestCreateServiceSysctls
19:24:37 [2021-03-01T19:24:37.079Z] --- SKIP: TestCreateServiceSysctls (0.03s)
19:24:37 [2021-03-01T19:24:37.079Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestCreateServiceCapabilities
19:24:37 [2021-03-01T19:24:37.079Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
19:24:37 [2021-03-01T19:24:37.079Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.079Z] === RUN   TestInspect
19:24:37 [2021-03-01T19:24:37.335Z] --- SKIP: TestInspect (0.01s)
19:24:37 [2021-03-01T19:24:37.335Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.335Z] === RUN   TestCreateJob
19:24:37 [2021-03-01T19:24:37.335Z] --- SKIP: TestCreateJob (0.01s)
19:24:37 [2021-03-01T19:24:37.335Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.335Z] === RUN   TestReplicatedJob
19:24:37 [2021-03-01T19:24:37.335Z] --- SKIP: TestReplicatedJob (0.01s)
19:24:37 [2021-03-01T19:24:37.335Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.335Z] === RUN   TestUpdateReplicatedJob
19:24:37 [2021-03-01T19:24:37.335Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
19:24:37 [2021-03-01T19:24:37.335Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.335Z] === RUN   TestServiceListWithStatuses
19:24:37 [2021-03-01T19:24:37.335Z] --- SKIP: TestServiceListWithStatuses (0.00s)
19:24:37 [2021-03-01T19:24:37.335Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:24:37 [2021-03-01T19:24:37.335Z] === RUN   TestDockerNetworkConnectAlias
19:24:37 [2021-03-01T19:24:37.335Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
19:24:37 [2021-03-01T19:24:37.335Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.335Z] === RUN   TestDockerNetworkReConnect
19:24:37 [2021-03-01T19:24:37.335Z] --- SKIP: TestDockerNetworkReConnect (0.02s)
19:24:37 [2021-03-01T19:24:37.335Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:37 [2021-03-01T19:24:37.335Z] === RUN   TestServicePlugin
19:24:37 [2021-03-01T19:24:37.508Z] === RUN   TestReadPluginNoRead/disabled_caching
19:24:38 [2021-03-01T19:24:38.140Z] --- PASS: TestContinueAfterPluginCrash (9.24s)
19:24:39 [2021-03-01T19:24:39.186Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.65s)
19:24:39 [2021-03-01T19:24:39.186Z] === RUN   TestAPIIpcModeHost
19:24:39 [2021-03-01T19:24:39.643Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
19:24:39 [2021-03-01T19:24:39.706Z] tests/integration/models_images_test.py ...............                  [ 89%]
19:24:39 [2021-03-01T19:24:39.762Z] --- PASS: TestAPIIpcModeHost (0.67s)
19:24:39 [2021-03-01T19:24:39.762Z] === RUN   TestDaemonIpcModeShareable
19:24:39 [2021-03-01T19:24:39.978Z] --- PASS: TestImportExtremelyLargeImageWorks (102.24s)
19:24:39 [2021-03-01T19:24:39.978Z] PASS
19:24:39 [2021-03-01T19:24:39.978Z] 
19:24:39 [2021-03-01T19:24:39.978Z] DONE 12 tests in 104.782s
19:24:39 [2021-03-01T19:24:39.978Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
19:24:39 [2021-03-01T19:24:39.978Z] INFO: Testing against a local daemon
19:24:39 [2021-03-01T19:24:39.978Z] === RUN   TestNetworkCreateDelete
19:24:39 [2021-03-01T19:24:39.978Z] --- PASS: TestNetworkCreateDelete (0.14s)
19:24:39 [2021-03-01T19:24:39.978Z] === RUN   TestDockerNetworkDeletePreferID
19:24:39 [2021-03-01T19:24:39.978Z] --- PASS: TestDockerNetworkDeletePreferID (0.41s)
19:24:39 [2021-03-01T19:24:39.978Z] === RUN   TestDaemonDNSFallback
19:24:39 [2021-03-01T19:24:39.978Z] --- PASS: TestDaemonDNSFallback (6.41s)
19:24:39 [2021-03-01T19:24:39.978Z] === RUN   TestInspectNetwork
19:24:40 [2021-03-01T19:24:40.599Z] --- SKIP: TestServicePlugin (3.44s)
19:24:40 [2021-03-01T19:24:40.599Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.599Z] === RUN   TestServiceUpdateLabel
19:24:40 [2021-03-01T19:24:40.599Z] --- SKIP: TestServiceUpdateLabel (0.01s)
19:24:40 [2021-03-01T19:24:40.599Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.599Z] === RUN   TestServiceUpdateSecrets
19:24:40 [2021-03-01T19:24:40.854Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] === RUN   TestServiceUpdateConfigs
19:24:40 [2021-03-01T19:24:40.854Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] === RUN   TestServiceUpdateNetwork
19:24:40 [2021-03-01T19:24:40.854Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] === RUN   TestServiceUpdatePidsLimit
19:24:40 [2021-03-01T19:24:40.854Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s)
19:24:40 [2021-03-01T19:24:40.854Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] PASS
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === Skipped
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
19:24:40 [2021-03-01T19:24:40.854Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
19:24:40 [2021-03-01T19:24:40.854Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
19:24:40 [2021-03-01T19:24:40.854Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
19:24:40 [2021-03-01T19:24:40.854Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s)
19:24:40 [2021-03-01T19:24:40.854Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
19:24:40 [2021-03-01T19:24:40.854Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestInspect (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
19:24:40 [2021-03-01T19:24:40.854Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s)
19:24:40 [2021-03-01T19:24:40.854Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestServicePlugin (3.44s)
19:24:40 [2021-03-01T19:24:40.854Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
19:24:40 [2021-03-01T19:24:40.854Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s)
19:24:40 [2021-03-01T19:24:40.854Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] DONE 24 tests, 23 skipped in 3.849s
19:24:40 [2021-03-01T19:24:40.854Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
19:24:40 [2021-03-01T19:24:40.854Z] INFO: Testing against a local daemon
19:24:40 [2021-03-01T19:24:40.854Z] === RUN   TestSessionCreate
19:24:40 [2021-03-01T19:24:40.854Z] --- PASS: TestSessionCreate (0.04s)
19:24:40 [2021-03-01T19:24:40.854Z] === RUN   TestSessionCreateWithBadUpgrade
19:24:40 [2021-03-01T19:24:40.854Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
19:24:40 [2021-03-01T19:24:40.854Z] PASS
19:24:40 [2021-03-01T19:24:40.854Z] 
19:24:40 [2021-03-01T19:24:40.854Z] DONE 2 tests in 0.165s
19:24:40 [2021-03-01T19:24:40.854Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
19:24:40 [2021-03-01T19:24:40.946Z] === RUN   TestInspectNetwork/full_network_id
19:24:40 [2021-03-01T19:24:40.946Z] === RUN   TestInspectNetwork/partial_network_id
19:24:40 [2021-03-01T19:24:40.946Z] === RUN   TestInspectNetwork/network_name
19:24:40 [2021-03-01T19:24:40.946Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
19:24:41 [2021-03-01T19:24:41.110Z] INFO: Testing against a local daemon
19:24:41 [2021-03-01T19:24:41.110Z] === RUN   TestCgroupDriverSystemdMemoryLimit
19:24:41 [2021-03-01T19:24:41.110Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
19:24:41 [2021-03-01T19:24:41.110Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:24:41 [2021-03-01T19:24:41.110Z] === RUN   TestEventsExecDie
19:24:41 [2021-03-01T19:24:41.201Z] tests/integration/models_networks_test.py ....                           [ 90%]
19:24:41 [2021-03-01T19:24:41.223Z] Loaded image: debian:bullseye
19:24:41 [2021-03-01T19:24:41.484Z] Loaded image: hello-world:latest
19:24:41 [2021-03-01T19:24:41.484Z] Loaded image: debian:bullseye
19:24:41 [2021-03-01T19:24:41.484Z] Loaded image: arm32v7/hello-world:latest
19:24:41 [2021-03-01T19:24:41.670Z] --- PASS: TestEventsExecDie (0.51s)
19:24:41 [2021-03-01T19:24:41.670Z] === RUN   TestEventsBackwardsCompatible
19:24:41 [2021-03-01T19:24:41.670Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
19:24:41 [2021-03-01T19:24:41.670Z] === RUN   TestInfoBinaryCommits
19:24:41 [2021-03-01T19:24:41.670Z] --- PASS: TestInfoBinaryCommits (0.03s)
19:24:41 [2021-03-01T19:24:41.670Z] === RUN   TestInfoAPIVersioned
19:24:41 [2021-03-01T19:24:41.670Z] --- PASS: TestInfoAPIVersioned (0.01s)
19:24:41 [2021-03-01T19:24:41.670Z] === RUN   TestInfoDiscoveryBackend
19:24:41 [2021-03-01T19:24:41.686Z] --- PASS: TestDaemonIpcModeShareable (1.81s)
19:24:41 [2021-03-01T19:24:41.686Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
19:24:41 [2021-03-01T19:24:41.686Z] === RUN   TestDaemonIpcModePrivate
19:24:41 [2021-03-01T19:24:41.705Z] --- PASS: TestReadPluginNoRead (9.03s)
19:24:41 [2021-03-01T19:24:41.705Z]     --- PASS: TestReadPluginNoRead/default (2.01s)
19:24:41 [2021-03-01T19:24:41.705Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.13s)
19:24:41 [2021-03-01T19:24:41.705Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.10s)
19:24:41 [2021-03-01T19:24:41.705Z]     read_test.go:92: [d67b13603eaa8] daemon is not started
19:24:41 [2021-03-01T19:24:41.705Z] PASS
19:24:41 [2021-03-01T19:24:41.705Z] 
19:24:41 [2021-03-01T19:24:41.705Z] DONE 6 tests in 12.921s
19:24:41 [2021-03-01T19:24:41.705Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
19:24:41 [2021-03-01T19:24:41.705Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
19:24:41 [2021-03-01T19:24:41.705Z] ++ set -e
19:24:41 [2021-03-01T19:24:41.705Z] ++ '[' -n 0 ']'
19:24:41 [2021-03-01T19:24:41.705Z] ++ set -x
19:24:41 [2021-03-01T19:24:41.705Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
19:24:41 [2021-03-01T19:24:41.705Z] testing: warning: no tests to run
19:24:41 [2021-03-01T19:24:41.705Z] PASS
19:24:41 [2021-03-01T19:24:41.705Z] 
19:24:41 [2021-03-01T19:24:41.705Z] DONE 0 tests in 0.073s
19:24:41 [2021-03-01T19:24:41.705Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
19:24:41 [2021-03-01T19:24:41.705Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
19:24:41 [2021-03-01T19:24:41.705Z] ++ set -e
19:24:41 [2021-03-01T19:24:41.705Z] ++ '[' -n 0 ']'
19:24:41 [2021-03-01T19:24:41.705Z] ++ set -x
19:24:41 [2021-03-01T19:24:41.705Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
19:24:41 [2021-03-01T19:24:41.705Z] INFO: Testing against a local daemon
19:24:41 [2021-03-01T19:24:41.705Z] === RUN   TestPluginWithDevMounts
19:24:41 [2021-03-01T19:24:41.705Z] === PAUSE TestPluginWithDevMounts
19:24:41 [2021-03-01T19:24:41.705Z] === CONT  TestPluginWithDevMounts
19:24:41 [2021-03-01T19:24:41.744Z] INFO: Testing against a local daemon
19:24:41 [2021-03-01T19:24:41.744Z] === RUN   TestDockerDaemonSuite
19:24:41 [2021-03-01T19:24:41.744Z] Loaded image: hello-world:latest
19:24:41 [2021-03-01T19:24:41.744Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
19:24:42 [2021-03-01T19:24:42.006Z] Loaded image: arm32v7/hello-world:latest
19:24:42 [2021-03-01T19:24:42.006Z] INFO: Testing against a local daemon
19:24:42 [2021-03-01T19:24:42.006Z] === RUN   TestDockerSuite
19:24:42 [2021-03-01T19:24:42.006Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
19:24:42 [2021-03-01T19:24:42.006Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
19:24:42 [2021-03-01T19:24:42.266Z] === RUN   TestDockerSuite/TestAPIErrorJSON
19:24:42 [2021-03-01T19:24:42.266Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
19:24:42 [2021-03-01T19:24:42.266Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
19:24:42 [2021-03-01T19:24:42.266Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
19:24:42 [2021-03-01T19:24:42.267Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
19:24:42 [2021-03-01T19:24:42.267Z] === RUN   TestDockerSuite/TestAPIImagesDelete
19:24:43 [2021-03-01T19:24:43.217Z] === RUN   TestDockerSuite/TestAPIImagesFilter
19:24:43 [2021-03-01T19:24:43.478Z] === RUN   TestDockerSuite/TestAPIImagesHistory
19:24:43 [2021-03-01T19:24:43.555Z] --- PASS: TestInfoDiscoveryBackend (1.52s)
19:24:43 [2021-03-01T19:24:43.555Z] === RUN   TestInfoDiscoveryInvalidAdvertise
19:24:43 [2021-03-01T19:24:43.610Z] --- PASS: TestDaemonIpcModePrivate (1.82s)
19:24:43 [2021-03-01T19:24:43.610Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
19:24:43 [2021-03-01T19:24:43.610Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:24:43 [2021-03-01T19:24:43.764Z] --- PASS: TestPluginWithDevMounts (1.88s)
19:24:43 [2021-03-01T19:24:43.764Z] PASS
19:24:43 [2021-03-01T19:24:43.764Z] 
19:24:43 [2021-03-01T19:24:43.764Z] DONE 1 tests in 2.035s
19:24:43 [2021-03-01T19:24:43.764Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m 
19:24:43 [2021-03-01T19:24:43.764Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m
19:24:43 [2021-03-01T19:24:43.764Z] ++ set -e
19:24:43 [2021-03-01T19:24:43.764Z] ++ '[' -n 0 ']'
19:24:43 [2021-03-01T19:24:43.764Z] ++ set -x
19:24:43 [2021-03-01T19:24:43.764Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m
19:24:43 [2021-03-01T19:24:43.764Z] INFO: Testing against a local daemon
19:24:43 [2021-03-01T19:24:43.764Z] === RUN   TestSecretInspect
19:24:44 [2021-03-01T19:24:44.051Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
19:24:44 [2021-03-01T19:24:44.051Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
19:24:44 [2021-03-01T19:24:44.622Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
19:24:44 [2021-03-01T19:24:44.883Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
19:24:44 [2021-03-01T19:24:44.883Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
19:24:45 [2021-03-01T19:24:45.145Z] --- PASS: TestInspectNetwork (7.46s)
19:24:45 [2021-03-01T19:24:45.145Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
19:24:45 [2021-03-01T19:24:45.145Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
19:24:45 [2021-03-01T19:24:45.145Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
19:24:45 [2021-03-01T19:24:45.145Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
19:24:45 [2021-03-01T19:24:45.145Z] === RUN   TestRunContainerWithBridgeNone
19:24:45 [2021-03-01T19:24:45.533Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.81s)
19:24:45 [2021-03-01T19:24:45.533Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
19:24:45 [2021-03-01T19:24:45.533Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:24:46 [2021-03-01T19:24:46.272Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
19:24:46 [2021-03-01T19:24:46.538Z] === RUN   TestDockerSuite/TestAPINetworkFilter
19:24:46 [2021-03-01T19:24:46.538Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
19:24:46 [2021-03-01T19:24:46.538Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
19:24:46 [2021-03-01T19:24:46.800Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
19:24:46 [2021-03-01T19:24:46.815Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s)
19:24:46 [2021-03-01T19:24:46.815Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
19:24:46 [2021-03-01T19:24:46.815Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
19:24:46 [2021-03-01T19:24:46.815Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
19:24:46 [2021-03-01T19:24:46.815Z] === RUN   TestInfoAPI
19:24:46 [2021-03-01T19:24:46.815Z] --- PASS: TestInfoAPI (0.02s)
19:24:46 [2021-03-01T19:24:46.815Z] === RUN   TestInfoAPIWarnings
19:24:47 [2021-03-01T19:24:47.032Z] --- PASS: TestRunContainerWithBridgeNone (1.78s)
19:24:47 [2021-03-01T19:24:47.032Z] === RUN   TestNetworkInvalidJSON
19:24:47 [2021-03-01T19:24:47.032Z] === RUN   TestNetworkInvalidJSON//networks/create
19:24:47 [2021-03-01T19:24:47.032Z] === PAUSE TestNetworkInvalidJSON//networks/create
19:24:47 [2021-03-01T19:24:47.032Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
19:24:47 [2021-03-01T19:24:47.032Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
19:24:47 [2021-03-01T19:24:47.032Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
19:24:47 [2021-03-01T19:24:47.032Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
19:24:47 [2021-03-01T19:24:47.032Z] === CONT  TestNetworkInvalidJSON//networks/create
19:24:47 [2021-03-01T19:24:47.032Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
19:24:47 [2021-03-01T19:24:47.032Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
19:24:47 [2021-03-01T19:24:47.032Z] --- PASS: TestNetworkInvalidJSON (0.01s)
19:24:47 [2021-03-01T19:24:47.032Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
19:24:47 [2021-03-01T19:24:47.032Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
19:24:47 [2021-03-01T19:24:47.032Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
19:24:47 [2021-03-01T19:24:47.032Z] === RUN   TestNetworkList
19:24:47 [2021-03-01T19:24:47.032Z] === RUN   TestNetworkList//networks
19:24:47 [2021-03-01T19:24:47.032Z] === PAUSE TestNetworkList//networks
19:24:47 [2021-03-01T19:24:47.032Z] === RUN   TestNetworkList//networks/
19:24:47 [2021-03-01T19:24:47.032Z] === PAUSE TestNetworkList//networks/
19:24:47 [2021-03-01T19:24:47.032Z] === CONT  TestNetworkList//networks
19:24:47 [2021-03-01T19:24:47.032Z] === CONT  TestNetworkList//networks/
19:24:47 [2021-03-01T19:24:47.032Z] --- PASS: TestNetworkList (0.01s)
19:24:47 [2021-03-01T19:24:47.032Z]     --- PASS: TestNetworkList//networks/ (0.00s)
19:24:47 [2021-03-01T19:24:47.032Z]     --- PASS: TestNetworkList//networks (0.00s)
19:24:47 [2021-03-01T19:24:47.032Z] === RUN   TestHostIPv4BridgeLabel
19:24:47 [2021-03-01T19:24:47.456Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.88s)
19:24:47 [2021-03-01T19:24:47.457Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
19:24:47 [2021-03-01T19:24:47.457Z] === RUN   TestIpcModeOlderClient
19:24:47 [2021-03-01T19:24:47.457Z] === PAUSE TestIpcModeOlderClient
19:24:47 [2021-03-01T19:24:47.457Z] === RUN   TestKillContainerInvalidSignal
19:24:47 [2021-03-01T19:24:47.592Z] --- PASS: TestHostIPv4BridgeLabel (0.55s)
19:24:47 [2021-03-01T19:24:47.592Z] === RUN   TestDaemonRestartWithLiveRestore
19:24:47 [2021-03-01T19:24:47.744Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
19:24:47 [2021-03-01T19:24:47.755Z] tests/integration/models_nodes_test.py .                                 [ 91%]
19:24:47 [2021-03-01T19:24:47.755Z] tests/integration/models_resources_test.py .                             [ 91%]
19:24:48 [2021-03-01T19:24:48.032Z] --- PASS: TestKillContainerInvalidSignal (0.78s)
19:24:48 [2021-03-01T19:24:48.032Z] === RUN   TestKillContainer
19:24:48 [2021-03-01T19:24:48.032Z] === RUN   TestKillContainer/no_signal
19:24:48 [2021-03-01T19:24:48.205Z] --- PASS: TestSecretInspect (3.81s)
19:24:48 [2021-03-01T19:24:48.205Z] === RUN   TestSecretList
19:24:48 [2021-03-01T19:24:48.517Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
19:24:48 [2021-03-01T19:24:48.517Z] === RUN   TestDaemonDefaultNetworkPools
19:24:48 [2021-03-01T19:24:48.689Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
19:24:48 [2021-03-01T19:24:48.689Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
19:24:48 [2021-03-01T19:24:48.951Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
19:24:48 [2021-03-01T19:24:48.951Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
19:24:48 [2021-03-01T19:24:48.951Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
19:24:48 [2021-03-01T19:24:48.981Z] === RUN   TestKillContainer/non_killing_signal
19:24:49 [2021-03-01T19:24:49.244Z] === RUN   TestKillContainer/killing_signal
19:24:49 [2021-03-01T19:24:49.443Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s)
19:24:49 [2021-03-01T19:24:49.444Z] === RUN   TestDaemonRestartWithExistingNetwork
19:24:50 [2021-03-01T19:24:50.191Z] --- PASS: TestKillContainer (2.34s)
19:24:50 [2021-03-01T19:24:50.191Z]     --- PASS: TestKillContainer/no_signal (0.77s)
19:24:50 [2021-03-01T19:24:50.191Z]     --- PASS: TestKillContainer/non_killing_signal (0.53s)
19:24:50 [2021-03-01T19:24:50.191Z]     --- PASS: TestKillContainer/killing_signal (0.74s)
19:24:50 [2021-03-01T19:24:50.191Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:24:50 [2021-03-01T19:24:50.191Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:24:50 [2021-03-01T19:24:50.805Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
19:24:50 [2021-03-01T19:24:50.805Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
19:24:51 [2021-03-01T19:24:51.141Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
19:24:51 [2021-03-01T19:24:51.730Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
19:24:51 [2021-03-01T19:24:51.730Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
19:24:51 [2021-03-01T19:24:51.755Z] --- PASS: TestSecretList (3.79s)
19:24:51 [2021-03-01T19:24:51.755Z] === RUN   TestSecretsCreateAndDelete
19:24:52 [2021-03-01T19:24:52.090Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.64s)
19:24:52 [2021-03-01T19:24:52.090Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s)
19:24:52 [2021-03-01T19:24:52.090Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.64s)
19:24:52 [2021-03-01T19:24:52.090Z] === RUN   TestKillStoppedContainer
19:24:52 [2021-03-01T19:24:52.090Z] --- PASS: TestKillStoppedContainer (0.09s)
19:24:52 [2021-03-01T19:24:52.090Z] === RUN   TestKillStoppedContainerAPIPre120
19:24:52 [2021-03-01T19:24:52.090Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s)
19:24:52 [2021-03-01T19:24:52.090Z] === RUN   TestKillDifferentUserContainer
19:24:52 [2021-03-01T19:24:52.290Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
19:24:52 [2021-03-01T19:24:52.290Z] === RUN   TestServiceWithPredefinedNetwork
19:24:53 [2021-03-01T19:24:53.037Z] --- PASS: TestKillDifferentUserContainer (0.81s)
19:24:53 [2021-03-01T19:24:53.037Z] === RUN   TestInspectOomKilledTrue
19:24:53 [2021-03-01T19:24:53.037Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
19:24:53 [2021-03-01T19:24:53.037Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:24:53 [2021-03-01T19:24:53.037Z] === RUN   TestInspectOomKilledFalse
19:24:53 [2021-03-01T19:24:53.037Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
19:24:53 [2021-03-01T19:24:53.037Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:24:53 [2021-03-01T19:24:53.037Z] === RUN   TestLinksEtcHostsContentMatch
19:24:53 [2021-03-01T19:24:53.613Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s)
19:24:53 [2021-03-01T19:24:53.614Z] === RUN   TestLinksContainerNames
19:24:53 [2021-03-01T19:24:53.840Z] tests/integration/models_services_test.py ..............X.               [ 95%]
19:24:54 [2021-03-01T19:24:54.803Z] --- PASS: TestServiceWithPredefinedNetwork (2.49s)
19:24:54 [2021-03-01T19:24:54.803Z] === RUN   TestServiceRemoveKeepsIngressNetwork
19:24:54 [2021-03-01T19:24:54.803Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
19:24:54 [2021-03-01T19:24:54.803Z]     service_test.go:242: FLAKY_TEST
19:24:54 [2021-03-01T19:24:54.803Z] === RUN   TestServiceWithDataPathPortInit
19:24:55 [2021-03-01T19:24:55.261Z] --- PASS: TestSecretsCreateAndDelete (3.78s)
19:24:55 [2021-03-01T19:24:55.261Z] === RUN   TestSecretsUpdate
19:24:55 [2021-03-01T19:24:55.538Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
19:24:55 [2021-03-01T19:24:55.538Z] --- PASS: TestLinksContainerNames (1.66s)
19:24:55 [2021-03-01T19:24:55.538Z] === RUN   TestLogsFollowTailEmpty
19:24:56 [2021-03-01T19:24:56.114Z] --- PASS: TestLogsFollowTailEmpty (0.82s)
19:24:56 [2021-03-01T19:24:56.114Z] === RUN   TestContainerNetworkMountsNoChown
19:24:56 [2021-03-01T19:24:56.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
19:24:56 [2021-03-01T19:24:56.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
19:24:56 [2021-03-01T19:24:56.589Z] tests/integration/models_swarm_test.py ..                                [ 96%]
19:24:56 [2021-03-01T19:24:56.589Z] tests/integration/models_volumes_test.py ..                              [ 96%]
19:24:57 [2021-03-01T19:24:57.069Z] --- PASS: TestContainerNetworkMountsNoChown (0.79s)
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/default
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/default
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/private
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/private
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rprivate
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rprivate
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/slave
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/slave
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rslave
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rslave
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/shared
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/shared
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rshared
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rshared
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/default
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/default/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/default/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/rslave
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/private
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/private/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/private/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/slave
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/shared
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/rprivate
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/default/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/default/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/rshared
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/private/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/private/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:24:57 [2021-03-01T19:24:57.069Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:24:57 [2021-03-01T19:24:57.340Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:24:57 [2021-03-01T19:24:57.340Z] --- PASS: TestMountDaemonRoot (0.04s)
19:24:57 [2021-03-01T19:24:57.340Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.09s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
19:24:57 [2021-03-01T19:24:57.340Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
19:24:57 [2021-03-01T19:24:57.340Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.11s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
19:24:57 [2021-03-01T19:24:57.340Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.16s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.16s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.19s)
19:24:57 [2021-03-01T19:24:57.340Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
19:24:57 [2021-03-01T19:24:57.340Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
19:24:57 [2021-03-01T19:24:57.340Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
19:24:57 [2021-03-01T19:24:57.340Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
19:24:57 [2021-03-01T19:24:57.340Z] === RUN   TestContainerBindMountNonRecursive
19:24:59 [2021-03-01T19:24:59.701Z] --- PASS: TestSecretsUpdate (3.85s)
19:24:59 [2021-03-01T19:24:59.701Z] === RUN   TestTemplatedSecret
19:24:59 [2021-03-01T19:24:59.903Z] --- PASS: TestContainerBindMountNonRecursive (2.27s)
19:24:59 [2021-03-01T19:24:59.903Z] === RUN   TestContainerVolumesMountedAsShared
19:25:00 [2021-03-01T19:25:00.582Z] tests/integration/regression_test.py ......                              [ 98%]
19:25:00 [2021-03-01T19:25:00.585Z] --- PASS: TestContainerVolumesMountedAsShared (0.75s)
19:25:00 [2021-03-01T19:25:00.585Z] === RUN   TestContainerVolumesMountedAsSlave
19:25:00 [2021-03-01T19:25:00.827Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
19:25:01 [2021-03-01T19:25:01.098Z] tests/integration/credentials/store_test.py ......                       [ 99%]
19:25:01 [2021-03-01T19:25:01.099Z] tests/integration/credentials/utils_test.py .                            [100%]
19:25:01 [2021-03-01T19:25:01.099Z] 
19:25:01 [2021-03-01T19:25:01.099Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
19:25:01 [2021-03-01T19:25:01.099Z] =========================== short test summary info ============================
19:25:01 [2021-03-01T19:25:01.099Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
19:25:01 [2021-03-01T19:25:01.099Z]   CONFIG_RT_GROUP_SCHED isn't enabled
19:25:01 [2021-03-01T19:25:01.099Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
19:25:01 [2021-03-01T19:25:01.099Z]   Not supported on most drivers
19:25:01 [2021-03-01T19:25:01.099Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
19:25:01 [2021-03-01T19:25:01.099Z]   Output of docker top depends on host distro, and is not formalized.
19:25:01 [2021-03-01T19:25:01.099Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
19:25:01 [2021-03-01T19:25:01.099Z]   Output of docker top depends on host distro, and is not formalized.
19:25:01 [2021-03-01T19:25:01.099Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
19:25:01 [2021-03-01T19:25:01.099Z]   Can fail if eth0 has multiple IP addresses
19:25:01 [2021-03-01T19:25:01.099Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
19:25:01 [2021-03-01T19:25:01.099Z]   This doesn't seem to be taken into account by the engine
19:25:01 [2021-03-01T19:25:01.099Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
19:25:01 [2021-03-01T19:25:01.099Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
19:25:01 [2021-03-01T19:25:01.099Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 303.17 seconds ==
19:25:01 [2021-03-01T19:25:01.161Z] --- PASS: TestContainerVolumesMountedAsSlave (0.65s)
19:25:01 [2021-03-01T19:25:01.162Z] === RUN   TestNetworkNat
19:25:01 [2021-03-01T19:25:01.357Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
19:25:02 [2021-03-01T19:25:02.110Z] --- PASS: TestNetworkNat (0.88s)
19:25:02 [2021-03-01T19:25:02.110Z] === RUN   TestNetworkLocalhostTCPNat
19:25:03 [2021-03-01T19:25:03.060Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s)
19:25:03 [2021-03-01T19:25:03.060Z] === RUN   TestNetworkLoopbackNat
19:25:03 [2021-03-01T19:25:03.210Z] --- PASS: TestTemplatedSecret (3.92s)
19:25:03 [2021-03-01T19:25:03.211Z] === RUN   TestSecretCreateResolve
19:25:03 [2021-03-01T19:25:03.379Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
19:25:04 [2021-03-01T19:25:04.847Z] --- PASS: TestInfoAPIWarnings (17.35s)
19:25:04 [2021-03-01T19:25:04.847Z] === RUN   TestInfoDebug
19:25:05 [2021-03-01T19:25:05.002Z] 4612f6d0b889: Pull complete
19:25:05 [2021-03-01T19:25:05.297Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
19:25:05 [2021-03-01T19:25:05.408Z] --- PASS: TestInfoDebug (1.52s)
19:25:05 [2021-03-01T19:25:05.409Z] === RUN   TestInfoInsecureRegistries
19:25:05 [2021-03-01T19:25:05.559Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
19:25:06 [2021-03-01T19:25:06.132Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
19:25:06 [2021-03-01T19:25:06.382Z] --- PASS: TestNetworkLoopbackNat (3.18s)
19:25:06 [2021-03-01T19:25:06.382Z] === RUN   TestPause
19:25:06 [2021-03-01T19:25:06.764Z] --- PASS: TestSecretCreateResolve (3.86s)
19:25:06 [2021-03-01T19:25:06.764Z] PASS
19:25:06 [2021-03-01T19:25:06.764Z] 
19:25:06 [2021-03-01T19:25:06.764Z] DONE 6 tests in 23.159s
19:25:06 [2021-03-01T19:25:06.764Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m 
19:25:06 [2021-03-01T19:25:06.764Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m
19:25:06 [2021-03-01T19:25:06.764Z] ++ set -e
19:25:06 [2021-03-01T19:25:06.764Z] ++ '[' -n 0 ']'
19:25:06 [2021-03-01T19:25:06.764Z] ++ set -x
19:25:06 [2021-03-01T19:25:06.764Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m
19:25:06 [2021-03-01T19:25:06.958Z] --- PASS: TestPause (0.87s)
19:25:06 [2021-03-01T19:25:06.958Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:25:06 [2021-03-01T19:25:06.958Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:25:06 [2021-03-01T19:25:06.958Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:25:06 [2021-03-01T19:25:06.958Z] === RUN   TestPauseStopPausedContainer
19:25:07 [2021-03-01T19:25:07.055Z] INFO: Testing against a local daemon
19:25:07 [2021-03-01T19:25:07.055Z] === RUN   TestServiceCreateInit
19:25:07 [2021-03-01T19:25:07.055Z] === RUN   TestServiceCreateInit/daemonInitDisabled
19:25:07 [2021-03-01T19:25:07.077Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
19:25:07 [2021-03-01T19:25:07.295Z] --- PASS: TestInfoInsecureRegistries (1.52s)
19:25:07 [2021-03-01T19:25:07.296Z] === RUN   TestInfoRegistryMirrors
19:25:07 [2021-03-01T19:25:07.650Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
19:25:07 [2021-03-01T19:25:07.907Z] --- PASS: TestPauseStopPausedContainer (0.84s)
19:25:07 [2021-03-01T19:25:07.907Z] === RUN   TestPsFilter
19:25:07 [2021-03-01T19:25:07.907Z] --- PASS: TestPsFilter (0.26s)
19:25:07 [2021-03-01T19:25:07.907Z] === RUN   TestRemoveContainerWithRemovedVolume
19:25:08 [2021-03-01T19:25:08.594Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
19:25:08 [2021-03-01T19:25:08.594Z] === RUN   TestDockerSuite/TestAttachAfterDetach
19:25:08 [2021-03-01T19:25:08.658Z] --- PASS: TestInfoRegistryMirrors (1.53s)
19:25:08 [2021-03-01T19:25:08.658Z] === RUN   TestLoginFailsWithBadCredentials
19:25:08 [2021-03-01T19:25:08.658Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s)
19:25:08 [2021-03-01T19:25:08.658Z] === RUN   TestPingCacheHeaders
19:25:08 [2021-03-01T19:25:08.658Z] --- PASS: TestPingCacheHeaders (0.02s)
19:25:08 [2021-03-01T19:25:08.658Z] === RUN   TestPingGet
19:25:08 [2021-03-01T19:25:08.658Z] --- PASS: TestPingGet (0.01s)
19:25:08 [2021-03-01T19:25:08.658Z] === RUN   TestPingHead
19:25:08 [2021-03-01T19:25:08.658Z] --- PASS: TestPingHead (0.02s)
19:25:08 [2021-03-01T19:25:08.658Z] === RUN   TestVersion
19:25:08 [2021-03-01T19:25:08.658Z] --- PASS: TestVersion (0.02s)
19:25:08 [2021-03-01T19:25:08.658Z] PASS
19:25:08 [2021-03-01T19:25:08.658Z] 
19:25:08 [2021-03-01T19:25:08.658Z] === Skipped
19:25:08 [2021-03-01T19:25:08.658Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
19:25:08 [2021-03-01T19:25:08.658Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:25:08 [2021-03-01T19:25:08.658Z] 
19:25:08 [2021-03-01T19:25:08.658Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
19:25:08 [2021-03-01T19:25:08.658Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
19:25:08 [2021-03-01T19:25:08.658Z] 
19:25:08 [2021-03-01T19:25:08.658Z] 
19:25:08 [2021-03-01T19:25:08.658Z] DONE 18 tests, 2 skipped in 27.798s
19:25:08 [2021-03-01T19:25:08.658Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
19:25:08 [2021-03-01T19:25:08.857Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.75s)
19:25:08 [2021-03-01T19:25:08.857Z] === RUN   TestRemoveContainerWithVolume
19:25:08 [2021-03-01T19:25:08.917Z] INFO: Testing against a local daemon
19:25:08 [2021-03-01T19:25:08.917Z] === RUN   TestVolumesCreateAndList
19:25:08 [2021-03-01T19:25:08.917Z] --- PASS: TestVolumesCreateAndList (0.02s)
19:25:08 [2021-03-01T19:25:08.917Z] === RUN   TestVolumesRemove
19:25:08 [2021-03-01T19:25:08.917Z] --- PASS: TestVolumesRemove (0.07s)
19:25:08 [2021-03-01T19:25:08.917Z] === RUN   TestVolumesInspect
19:25:08 [2021-03-01T19:25:08.917Z] --- PASS: TestVolumesInspect (0.02s)
19:25:08 [2021-03-01T19:25:08.917Z] === RUN   TestVolumesInvalidJSON
19:25:08 [2021-03-01T19:25:08.917Z] === RUN   TestVolumesInvalidJSON//volumes/create
19:25:08 [2021-03-01T19:25:08.917Z] === PAUSE TestVolumesInvalidJSON//volumes/create
19:25:08 [2021-03-01T19:25:08.917Z] === CONT  TestVolumesInvalidJSON//volumes/create
19:25:08 [2021-03-01T19:25:08.917Z] --- PASS: TestVolumesInvalidJSON (0.01s)
19:25:08 [2021-03-01T19:25:08.918Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
19:25:08 [2021-03-01T19:25:08.918Z] PASS
19:25:08 [2021-03-01T19:25:08.918Z] 
19:25:08 [2021-03-01T19:25:08.918Z] DONE 5 tests in 0.241s
19:25:08 [2021-03-01T19:25:08.918Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
19:25:09 [2021-03-01T19:25:09.173Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12231 is not a child of this shell
19:25:09 [2021-03-01T19:25:09.173Z] warning: PID 12231 from bundles/test-integration/docker.pid had a nonzero exit code
19:25:09 [2021-03-01T19:25:09.173Z] Leaving: AppArmorNo profiles have been unloaded.
19:25:09 [2021-03-01T19:25:09.173Z] 
19:25:09 [2021-03-01T19:25:09.173Z] Unloading profiles will leave already running processes permanently
19:25:09 [2021-03-01T19:25:09.173Z] unconfined, which can lead to unexpected situations.
19:25:09 [2021-03-01T19:25:09.173Z] 
19:25:09 [2021-03-01T19:25:09.173Z] To set a process to complain mode, use the command line tool
19:25:09 [2021-03-01T19:25:09.173Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
19:25:09 [2021-03-01T19:25:09.173Z] Removing test suite binaries
19:25:09 [2021-03-01T19:25:09.173Z] exiting test-integration
19:25:09 [2021-03-01T19:25:09.173Z] ++ exit 0
19:25:09 [2021-03-01T19:25:09.438Z] --- PASS: TestRemoveContainerWithVolume (0.76s)
19:25:09 [2021-03-01T19:25:09.438Z] === RUN   TestRemoveContainerRunning
19:25:09 [2021-03-01T19:25:09.758Z] --- PASS: TestServiceWithDataPathPortInit (14.59s)
19:25:09 [2021-03-01T19:25:09.758Z] === RUN   TestServiceWithDefaultAddressPoolInit
19:25:10 [2021-03-01T19:25:10.098Z] 
19:25:10 [2021-03-01T19:25:10.389Z] --- PASS: TestRemoveContainerRunning (0.76s)
19:25:10 [2021-03-01T19:25:10.389Z] === RUN   TestRemoveContainerForceRemoveRunning
19:25:10 [2021-03-01T19:25:10.513Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
19:25:10 [2021-03-01T19:25:10.778Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
19:25:10 [2021-03-01T19:25:10.965Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s)
19:25:10 [2021-03-01T19:25:10.965Z] === RUN   TestRemoveInvalidContainer
19:25:10 [2021-03-01T19:25:10.965Z] --- PASS: TestRemoveInvalidContainer (0.02s)
19:25:10 [2021-03-01T19:25:10.965Z] === RUN   TestRenameLinkedContainer
Post stage
[Pipeline] junit
19:25:11 [2021-03-01T19:25:11.472Z] Recording test results
19:25:12 [2021-03-01T19:25:12.612Z] === RUN   TestServiceCreateInit/daemonInitEnabled
19:25:12 [2021-03-01T19:25:12.701Z] === RUN   TestDockerSuite/TestAttachDetach
19:25:12 [2021-03-01T19:25:12.701Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
19:25:13 [2021-03-01T19:25:13.525Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
19:25:13 [2021-03-01T19:25:13.556Z] Leaving: AppArmorNo profiles have been unloaded.
19:25:13 [2021-03-01T19:25:13.556Z] 
19:25:13 [2021-03-01T19:25:13.556Z] Unloading profiles will leave already running processes permanently
19:25:13 [2021-03-01T19:25:13.556Z] unconfined, which can lead to unexpected situations.
19:25:13 [2021-03-01T19:25:13.556Z] 
19:25:13 [2021-03-01T19:25:13.556Z] To set a process to complain mode, use the command line tool
19:25:13 [2021-03-01T19:25:13.556Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
19:25:13 [2021-03-01T19:25:13.556Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
19:25:13 [2021-03-01T19:25:13.650Z] === RUN   TestDockerSuite/TestAttachDisconnect
Post stage
[Pipeline] junit
19:25:13 [2021-03-01T19:25:13.826Z] Recording test results
19:25:13 [2021-03-01T19:25:13.914Z] + echo Ensuring container killed.
19:25:13 [2021-03-01T19:25:13.914Z] Ensuring container killed.
19:25:13 [2021-03-01T19:25:13.914Z] + docker rm -vf docker-pr1
19:25:13 [2021-03-01T19:25:13.914Z] Error: No such container: docker-pr1
[Pipeline] sh
19:25:14 [2021-03-01T19:25:14.222Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
19:25:14 [2021-03-01T19:25:14.232Z] + echo Chowning /workspace to jenkins user
19:25:14 [2021-03-01T19:25:14.232Z] Chowning /workspace to jenkins user
19:25:14 [2021-03-01T19:25:14.232Z] + id -u
19:25:14 [2021-03-01T19:25:14.232Z] + id -g
19:25:14 [2021-03-01T19:25:14.232Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42102:/workspace busybox chown -R 1000:1000 /workspace
19:25:14 [2021-03-01T19:25:14.232Z] Unable to find image 'busybox:latest' locally
19:25:14 [2021-03-01T19:25:14.283Z] --- PASS: TestRenameLinkedContainer (3.08s)
19:25:14 [2021-03-01T19:25:14.283Z] === RUN   TestRenameStoppedContainer
19:25:14 [2021-03-01T19:25:14.488Z] latest: Pulling from library/busybox
19:25:14 [2021-03-01T19:25:14.488Z] 5c4213be9af9: Pulling fs layer
19:25:14 [2021-03-01T19:25:14.860Z] --- PASS: TestRenameStoppedContainer (0.76s)
19:25:14 [2021-03-01T19:25:14.860Z] === RUN   TestRenameRunningContainerAndReuse
19:25:14 [2021-03-01T19:25:14.923Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
19:25:15 [2021-03-01T19:25:15.165Z] --- PASS: TestBuildWithHugeFile (105.75s)
19:25:15 [2021-03-01T19:25:15.165Z] === RUN   TestBuildWCOWSandboxSize
19:25:15 [2021-03-01T19:25:15.165Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
19:25:15 [2021-03-01T19:25:15.165Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:25:15 [2021-03-01T19:25:15.165Z] === RUN   TestBuildWithEmptyDockerfile
19:25:15 [2021-03-01T19:25:15.165Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:25:15 [2021-03-01T19:25:15.165Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:25:15 [2021-03-01T19:25:15.165Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:25:15 [2021-03-01T19:25:15.165Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:25:15 [2021-03-01T19:25:15.165Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:25:15 [2021-03-01T19:25:15.165Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:25:15 [2021-03-01T19:25:15.165Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:25:15 [2021-03-01T19:25:15.165Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:25:15 [2021-03-01T19:25:15.165Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:25:15 [2021-03-01T19:25:15.165Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
19:25:15 [2021-03-01T19:25:15.165Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s)
19:25:15 [2021-03-01T19:25:15.165Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
19:25:15 [2021-03-01T19:25:15.165Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s)
19:25:15 [2021-03-01T19:25:15.165Z] === RUN   TestBuildPreserveOwnership
19:25:15 [2021-03-01T19:25:15.165Z] === RUN   TestBuildPreserveOwnership/copy_from
19:25:15 [2021-03-01T19:25:15.202Z] + echo Ensuring container killed.
19:25:15 [2021-03-01T19:25:15.202Z] Ensuring container killed.
19:25:15 [2021-03-01T19:25:15.202Z] + docker rm -vf docker-pr1
19:25:15 [2021-03-01T19:25:15.202Z] Error: No such container: docker-pr1
[Pipeline] sh
19:25:15 [2021-03-01T19:25:15.488Z] + echo Chowning /workspace to jenkins user
19:25:15 [2021-03-01T19:25:15.488Z] Chowning /workspace to jenkins user
19:25:15 [2021-03-01T19:25:15.488Z] + id -u
19:25:15 [2021-03-01T19:25:15.488Z] + id -g
19:25:15 [2021-03-01T19:25:15.488Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42102:/workspace busybox chown -R 1000:1000 /workspace
19:25:15 [2021-03-01T19:25:15.488Z] Unable to find image 'busybox:latest' locally
19:25:16 [2021-03-01T19:25:16.110Z] === RUN   TestDockerSuite/TestAttachPausedContainer
19:25:16 [2021-03-01T19:25:16.328Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.86s)
19:25:16 [2021-03-01T19:25:16.328Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:7qs8uqrtoha9c8ovzreque53w Created:2021-03-01 19:25:10.271190147 +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[6788a12dfd5d6da05507f383e9e592d8ca6bee044c62218efbfad21666910eca:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hz207fj9yys32rplk1c02whrz EndpointID:22897f8e157a2fd492b2095773adbd273546a61b6f4e2ac00d350de7a092d8dd MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5df88674121efa6331e55f814af924b93aca01fe665dfd9f74a0a743bda15afc 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:707cc8d95965 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.hz207fj9yys32rplk1c02whrz EndpointID:22897f8e157a2fd492b2095773adbd273546a61b6f4e2ac00d350de7a092d8dd EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
19:25:16 [2021-03-01T19:25:16.328Z] PASS
19:25:16 [2021-03-01T19:25:16.328Z] 
19:25:16 [2021-03-01T19:25:16.328Z] === Skipped
19:25:16 [2021-03-01T19:25:16.328Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
19:25:16 [2021-03-01T19:25:16.328Z]     service_test.go:242: FLAKY_TEST
19:25:16 [2021-03-01T19:25:16.328Z] 
19:25:16 [2021-03-01T19:25:16.328Z] 
19:25:16 [2021-03-01T19:25:16.328Z] DONE 26 tests, 1 skipped in 45.455s
19:25:16 [2021-03-01T19:25:16.328Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
19:25:16 [2021-03-01T19:25:16.328Z] INFO: Testing against a local daemon
19:25:16 [2021-03-01T19:25:16.328Z] === RUN   TestDockerNetworkIpvlanPersistance
19:25:16 [2021-03-01T19:25:16.328Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
19:25:16 [2021-03-01T19:25:16.328Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:25:16 [2021-03-01T19:25:16.328Z] === RUN   TestDockerNetworkIpvlan
19:25:16 [2021-03-01T19:25:16.328Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
19:25:16 [2021-03-01T19:25:16.328Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:25:16 [2021-03-01T19:25:16.328Z] PASS
19:25:16 [2021-03-01T19:25:16.328Z] 
19:25:16 [2021-03-01T19:25:16.328Z] === Skipped
19:25:16 [2021-03-01T19:25:16.328Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
19:25:16 [2021-03-01T19:25:16.328Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:25:16 [2021-03-01T19:25:16.328Z] 
19:25:16 [2021-03-01T19:25:16.328Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
19:25:16 [2021-03-01T19:25:16.328Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:25:16 [2021-03-01T19:25:16.328Z] 
19:25:16 [2021-03-01T19:25:16.328Z] 
19:25:16 [2021-03-01T19:25:16.328Z] DONE 2 tests, 2 skipped in 0.036s
19:25:16 [2021-03-01T19:25:16.328Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
19:25:16 [2021-03-01T19:25:16.328Z] INFO: Testing against a local daemon
19:25:16 [2021-03-01T19:25:16.328Z] === RUN   TestDockerNetworkMacvlanPersistance
19:25:16 [2021-03-01T19:25:16.783Z] --- PASS: TestRenameRunningContainerAndReuse (1.58s)
19:25:16 [2021-03-01T19:25:16.783Z] === RUN   TestRenameInvalidName
19:25:17 [2021-03-01T19:25:17.055Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
19:25:17 [2021-03-01T19:25:17.056Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
19:25:17 [2021-03-01T19:25:17.359Z] --- PASS: TestRenameInvalidName (0.78s)
19:25:17 [2021-03-01T19:25:17.359Z] === RUN   TestRenameAnonymousContainer
19:25:17 [2021-03-01T19:25:17.691Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s)
19:25:17 [2021-03-01T19:25:17.691Z] === RUN   TestDockerNetworkMacvlan
19:25:18 [2021-03-01T19:25:18.000Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
19:25:18 [2021-03-01T19:25:18.167Z] --- PASS: TestServiceCreateInit (11.12s)
19:25:18 [2021-03-01T19:25:18.167Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.53s)
19:25:18 [2021-03-01T19:25:18.167Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.58s)
19:25:18 [2021-03-01T19:25:18.167Z] === RUN   TestCreateServiceMultipleTimes
19:25:18 [2021-03-01T19:25:18.252Z] === RUN   TestDockerNetworkMacvlan/Subinterface
19:25:18 [2021-03-01T19:25:18.262Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:25:18 [2021-03-01T19:25:18.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
19:25:19 [2021-03-01T19:25:19.179Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
19:25:19 [2021-03-01T19:25:19.206Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
19:25:19 [2021-03-01T19:25:19.729Z] 5c4213be9af9: Download complete
19:25:19 [2021-03-01T19:25:19.729Z] 5c4213be9af9: Pull complete
19:25:19 [2021-03-01T19:25:19.729Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f
19:25:19 [2021-03-01T19:25:19.729Z] Status: Downloaded newer image for busybox:latest
19:25:19 [2021-03-01T19:25:19.740Z] === RUN   TestDockerNetworkMacvlan/NilParent
19:25:20 [2021-03-01T19:25:20.153Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
19:25:20 [2021-03-01T19:25:20.153Z] --- PASS: TestBuildPreserveOwnership (5.10s)
19:25:20 [2021-03-01T19:25:20.153Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.06s)
19:25:20 [2021-03-01T19:25:20.153Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.03s)
19:25:20 [2021-03-01T19:25:20.153Z] === RUN   TestBuildPlatformInvalid
19:25:20 [2021-03-01T19:25:20.414Z] --- PASS: TestBuildPlatformInvalid (0.19s)
19:25:20 [2021-03-01T19:25:20.414Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:25:20 [2021-03-01T19:25:20.755Z] latest: Pulling from library/busybox
19:25:20 [2021-03-01T19:25:20.755Z] 5c4213be9af9: Pulling fs layer
19:25:20 [2021-03-01T19:25:20.755Z] 5c4213be9af9: Verifying Checksum
19:25:20 [2021-03-01T19:25:20.755Z] 5c4213be9af9: Download complete
19:25:20 [2021-03-01T19:25:20.987Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
19:25:21 [2021-03-01T19:25:21.013Z] 5c4213be9af9: Pull complete
19:25:21 [2021-03-01T19:25:21.013Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f
19:25:21 [2021-03-01T19:25:21.013Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
19:25:21 [2021-03-01T19:25:21.429Z] + bundleName=amd64-rootless
19:25:21 [2021-03-01T19:25:21.429Z] + echo Creating amd64-rootless-bundles.tar.gz
19:25:21 [2021-03-01T19:25:21.429Z] Creating amd64-rootless-bundles.tar.gz
19:25:21 [2021-03-01T19:25:21.429Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
19:25:21 [2021-03-01T19:25:21.429Z] + 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
19:25:21 [2021-03-01T19:25:21.455Z] Archiving artifacts
19:25:21 [2021-03-01T19:25:21.582Z] --- PASS: TestRenameAnonymousContainer (3.98s)
19:25:21 [2021-03-01T19:25:21.582Z] === RUN   TestRenameContainerWithSameName
19:25:22 [2021-03-01T19:25:22.159Z] --- PASS: TestRenameContainerWithSameName (0.78s)
19:25:22 [2021-03-01T19:25:22.159Z] === RUN   TestRenameContainerWithLinkedContainer
19:25:22 [2021-03-01T19:25:22.331Z] === RUN   TestDockerNetworkMacvlan/InternalMode
19:25:22 [2021-03-01T19:25:22.377Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
19:25:22 [2021-03-01T19:25:22.377Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
19:25:23 [2021-03-01T19:25:23.214Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42102/1/artifacts/
[Pipeline] }
19:25:23 [2021-03-01T19:25:23.219Z] + bundleName=docker-py
19:25:23 [2021-03-01T19:25:23.219Z] + echo Creating docker-py-bundles.tar.gz
19:25:23 [2021-03-01T19:25:23.219Z] Creating docker-py-bundles.tar.gz
19:25:23 [2021-03-01T19:25:23.219Z] + 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] // catchError
[Pipeline] archiveArtifacts
19:25:23 [2021-03-01T19:25:23.252Z] Archiving artifacts
[Pipeline] sh
19:25:23 [2021-03-01T19:25:23.553Z] --- PASS: TestRenameContainerWithLinkedContainer (1.55s)
19:25:23 [2021-03-01T19:25:23.553Z] === RUN   TestResize
19:25:23 [2021-03-01T19:25:23.589Z] + make clean
19:25:23 [2021-03-01T19:25:23.736Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
19:25:23 [2021-03-01T19:25:23.764Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
19:25:23 [2021-03-01T19:25:23.764Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
19:25:23 [2021-03-01T19:25:23.844Z] docker volume rm -f docker-dev-cache
19:25:23 [2021-03-01T19:25:23.844Z] docker-dev-cache
[Pipeline] deleteDir
19:25:24 [2021-03-01T19:25:24.501Z] --- PASS: TestResize (0.80s)
19:25:24 [2021-03-01T19:25:24.501Z] === RUN   TestResizeWithInvalidSize
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:25:24 [2021-03-01T19:25:24.709Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
19:25:24 [2021-03-01T19:25:24.967Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42102/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
19:25:25 [2021-03-01T19:25:25.085Z] --- PASS: TestResizeWithInvalidSize (0.78s)
19:25:25 [2021-03-01T19:25:25.085Z] === RUN   TestResizeWhenContainerNotStarted
19:25:25 [2021-03-01T19:25:25.341Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh binary-daemon
19:25:25 [2021-03-01T19:25:25.908Z] 
19:25:25 [2021-03-01T19:25:25.908Z] Removing bundles/
19:25:25 [2021-03-01T19:25:25.908Z] 
19:25:25 [2021-03-01T19:25:25.908Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
19:25:25 [2021-03-01T19:25:25.908Z] Building: bundles/binary-daemon/dockerd-dev
19:25:25 [2021-03-01T19:25:25.908Z] GOOS="" GOARCH="" GOARM=""
19:25:26 [2021-03-01T19:25:26.092Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s)
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:25:26 [2021-03-01T19:25:26.092Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:25:26 [2021-03-01T19:25:26.096Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
19:25:26 [2021-03-01T19:25:26.096Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
19:25:27 [2021-03-01T19:25:27.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
19:25:27 [2021-03-01T19:25:27.759Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
19:25:27 [2021-03-01T19:25:27.900Z] === RUN   TestDockerNetworkMacvlan/Addressing
19:25:28 [2021-03-01T19:25:28.155Z] --- PASS: TestDockerNetworkMacvlan (10.52s)
19:25:28 [2021-03-01T19:25:28.155Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s)
19:25:28 [2021-03-01T19:25:28.155Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s)
19:25:28 [2021-03-01T19:25:28.155Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.02s)
19:25:28 [2021-03-01T19:25:28.155Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.95s)
19:25:28 [2021-03-01T19:25:28.155Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.36s)
19:25:28 [2021-03-01T19:25:28.155Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.67s)
19:25:28 [2021-03-01T19:25:28.155Z] PASS
19:25:28 [2021-03-01T19:25:28.155Z] 
19:25:28 [2021-03-01T19:25:28.155Z] DONE 8 tests in 11.869s
19:25:28 [2021-03-01T19:25:28.155Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
19:25:28 [2021-03-01T19:25:28.155Z] testing: warning: no tests to run
19:25:28 [2021-03-01T19:25:28.155Z] PASS
19:25:28 [2021-03-01T19:25:28.155Z] 
19:25:28 [2021-03-01T19:25:28.155Z] DONE 0 tests in 0.007s
19:25:28 [2021-03-01T19:25:28.155Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
19:25:28 [2021-03-01T19:25:28.155Z] INFO: Testing against a local daemon
19:25:28 [2021-03-01T19:25:28.155Z] === RUN   TestAuthZPluginAllowRequest
19:25:28 [2021-03-01T19:25:28.656Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:25:28 [2021-03-01T19:25:28.919Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:25:28 [2021-03-01T19:25:28.919Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:25:29 [2021-03-01T19:25:29.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
19:25:29 [2021-03-01T19:25:29.498Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:25:29 [2021-03-01T19:25:29.518Z] --- PASS: TestAuthZPluginAllowRequest (1.26s)
19:25:29 [2021-03-01T19:25:29.518Z] === RUN   TestAuthZPluginTLS
19:25:30 [2021-03-01T19:25:30.078Z] --- PASS: TestAuthZPluginTLS (0.54s)
19:25:30 [2021-03-01T19:25:30.078Z] === RUN   TestAuthZPluginDenyRequest
19:25:30 [2021-03-01T19:25:30.308Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
19:25:30 [2021-03-01T19:25:30.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
19:25:30 [2021-03-01T19:25:30.637Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
19:25:30 [2021-03-01T19:25:30.638Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
19:25:30 [2021-03-01T19:25:30.638Z] === RUN   TestAuthZPluginAPIDenyResponse
19:25:31 [2021-03-01T19:25:31.198Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
19:25:31 [2021-03-01T19:25:31.198Z] === RUN   TestAuthZPluginDenyResponse
19:25:31 [2021-03-01T19:25:31.429Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:25:31 [2021-03-01T19:25:31.429Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:25:31 [2021-03-01T19:25:31.693Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:25:31 [2021-03-01T19:25:31.758Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
19:25:31 [2021-03-01T19:25:31.758Z] === RUN   TestAuthZPluginAllowEventStream
19:25:32 [2021-03-01T19:25:32.224Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
19:25:32 [2021-03-01T19:25:32.270Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:25:32 [2021-03-01T19:25:32.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
19:25:33 [2021-03-01T19:25:33.120Z] --- PASS: TestAuthZPluginAllowEventStream (1.22s)
19:25:33 [2021-03-01T19:25:33.120Z] === RUN   TestAuthZPluginErrorResponse
19:25:33 [2021-03-01T19:25:33.375Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
19:25:33 [2021-03-01T19:25:33.375Z] === RUN   TestAuthZPluginErrorRequest
19:25:33 [2021-03-01T19:25:33.936Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
19:25:33 [2021-03-01T19:25:33.936Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
19:25:34 [2021-03-01T19:25:34.144Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
19:25:34 [2021-03-01T19:25:34.496Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
19:25:34 [2021-03-01T19:25:34.496Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
19:25:34 [2021-03-01T19:25:34.829Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.70s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.89s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.92s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.57s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.68s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.63s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.74s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.56s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.62s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.64s)
19:25:34 [2021-03-01T19:25:34.829Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.25s)
19:25:34 [2021-03-01T19:25:34.829Z] === RUN   TestCgroupNamespacesRun
19:25:36 [2021-03-01T19:25:36.223Z] --- PASS: TestCgroupNamespacesRun (1.82s)
19:25:36 [2021-03-01T19:25:36.223Z] === RUN   TestCgroupNamespacesRunPrivileged
19:25:36 [2021-03-01T19:25:36.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
19:25:36 [2021-03-01T19:25:36.384Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.58s)
19:25:36 [2021-03-01T19:25:36.384Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
19:25:36 [2021-03-01T19:25:36.699Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
19:25:36 [2021-03-01T19:25:36.699Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
19:25:37 [2021-03-01T19:25:37.273Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
19:25:37 [2021-03-01T19:25:37.747Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.51s)
19:25:37 [2021-03-01T19:25:37.747Z] === RUN   TestAuthZPluginHeader
19:25:37 [2021-03-01T19:25:37.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
19:25:38 [2021-03-01T19:25:38.147Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.77s)
19:25:38 [2021-03-01T19:25:38.147Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:25:38 [2021-03-01T19:25:38.308Z] --- PASS: TestAuthZPluginHeader (0.73s)
19:25:38 [2021-03-01T19:25:38.308Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
19:25:39 [2021-03-01T19:25:39.232Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
19:25:39 [2021-03-01T19:25:39.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
19:25:39 [2021-03-01T19:25:39.501Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
19:25:39 [2021-03-01T19:25:39.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
19:25:40 [2021-03-01T19:25:40.071Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s)
19:25:40 [2021-03-01T19:25:40.071Z] === RUN   TestCgroupNamespacesRunHostMode
19:25:40 [2021-03-01T19:25:40.645Z] --- PASS: TestCreateServiceMultipleTimes (22.38s)
19:25:40 [2021-03-01T19:25:40.645Z] === RUN   TestCreateServiceConflict
19:25:41 [2021-03-01T19:25:41.509Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
19:25:41 [2021-03-01T19:25:41.994Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s)
19:25:41 [2021-03-01T19:25:41.994Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:25:42 [2021-03-01T19:25:42.054Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
19:25:43 [2021-03-01T19:25:43.033Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
19:25:43 [2021-03-01T19:25:43.387Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s)
19:25:43 [2021-03-01T19:25:43.387Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:25:43 [2021-03-01T19:25:43.970Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
19:25:44 [2021-03-01T19:25:44.150Z] --- PASS: TestCreateServiceConflict (3.69s)
19:25:44 [2021-03-01T19:25:44.150Z] === RUN   TestCreateServiceMaxReplicas
19:25:44 [2021-03-01T19:25:44.837Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.95s)
19:25:44 [2021-03-01T19:25:44.837Z] === RUN   TestAuthZPluginV2Disable
19:25:45 [2021-03-01T19:25:45.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
19:25:45 [2021-03-01T19:25:45.310Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.78s)
19:25:45 [2021-03-01T19:25:45.310Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:25:46 [2021-03-01T19:25:46.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
19:25:46 [2021-03-01T19:25:46.257Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.01s)
19:25:46 [2021-03-01T19:25:46.257Z] === RUN   TestCgroupNamespacesRunOlderClient
19:25:46 [2021-03-01T19:25:46.516Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
19:25:46 [2021-03-01T19:25:46.516Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
19:25:46 [2021-03-01T19:25:46.777Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
19:25:47 [2021-03-01T19:25:47.232Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
19:25:47 [2021-03-01T19:25:47.350Z] --- PASS: TestAuthZPluginV2Disable (2.97s)
19:25:47 [2021-03-01T19:25:47.350Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
19:25:47 [2021-03-01T19:25:47.721Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
19:25:48 [2021-03-01T19:25:48.195Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.88s)
19:25:48 [2021-03-01T19:25:48.195Z] === RUN   TestKernelTCPMemory
19:25:48 [2021-03-01T19:25:48.294Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
19:25:48 [2021-03-01T19:25:48.555Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
19:25:48 [2021-03-01T19:25:48.594Z] --- PASS: TestCreateServiceMaxReplicas (4.10s)
19:25:48 [2021-03-01T19:25:48.595Z] === RUN   TestCreateWithDuplicateNetworkNames
19:25:48 [2021-03-01T19:25:48.760Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
19:25:48 [2021-03-01T19:25:48.761Z] Using test binary docker
19:25:48 [2021-03-01T19:25:48.761Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
19:25:48 [2021-03-01T19:25:48.761Z] +++ /etc/init.d/apparmor start
19:25:48 [2021-03-01T19:25:48.761Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
19:25:48 [2021-03-01T19:25:48.761Z] INFO: Waiting for daemon to start...
19:25:48 [2021-03-01T19:25:48.761Z] Starting dockerd
19:25:48 [2021-03-01T19:25:48.761Z] +++ 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
19:25:48 [2021-03-01T19:25:48.817Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
19:25:49 [2021-03-01T19:25:49.147Z] --- PASS: TestKernelTCPMemory (0.92s)
19:25:49 [2021-03-01T19:25:49.147Z] === RUN   TestNISDomainname
19:25:49 [2021-03-01T19:25:49.761Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
19:25:49 [2021-03-01T19:25:49.861Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.73s)
19:25:49 [2021-03-01T19:25:49.861Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
19:25:50 [2021-03-01T19:25:50.095Z] --- PASS: TestNISDomainname (0.98s)
19:25:50 [2021-03-01T19:25:50.095Z] === RUN   TestHostnameDnsResolution
19:25:50 [2021-03-01T19:25:50.838Z] .
19:25:50 [2021-03-01T19:25:50.838Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
19:25:50 [2021-03-01T19:25:50.838Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
19:25:50 [2021-03-01T19:25:50.838Z] Error: No such image: emptyfs
19:25:50 [2021-03-01T19:25:50.838Z] ++++ tar -cC bundles/test-integration/emptyfs .
19:25:50 [2021-03-01T19:25:50.838Z] ++++ docker load
19:25:50 [2021-03-01T19:25:50.838Z] Running integration-test (iteration 1)
19:25:50 [2021-03-01T19:25:50.838Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m 
19:25:50 [2021-03-01T19:25:50.838Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m
19:25:50 [2021-03-01T19:25:50.838Z] ++ set -e
19:25:50 [2021-03-01T19:25:50.838Z] ++ '[' -n 0 ']'
19:25:50 [2021-03-01T19:25:50.838Z] ++ set -x
19:25:50 [2021-03-01T19:25:50.838Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m
19:25:51 [2021-03-01T19:25:51.676Z] Loaded image: buildpack-deps:buster
19:25:51 [2021-03-01T19:25:51.676Z] Loaded image: busybox:latest
19:25:51 [2021-03-01T19:25:51.676Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
19:25:51 [2021-03-01T19:25:51.937Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
19:25:51 [2021-03-01T19:25:51.937Z] Loaded image: busybox:glibc
19:25:52 [2021-03-01T19:25:52.019Z] --- PASS: TestHostnameDnsResolution (1.73s)
19:25:52 [2021-03-01T19:25:52.019Z] === RUN   TestStats
19:25:54 [2021-03-01T19:25:54.484Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
19:25:54 [2021-03-01T19:25:54.573Z] --- PASS: TestStats (2.82s)
19:25:54 [2021-03-01T19:25:54.573Z] === RUN   TestStopContainerWithTimeout
19:25:54 [2021-03-01T19:25:54.573Z] === RUN   TestStopContainerWithTimeout/0
19:25:54 [2021-03-01T19:25:54.573Z] === PAUSE TestStopContainerWithTimeout/0
19:25:54 [2021-03-01T19:25:54.573Z] === RUN   TestStopContainerWithTimeout/1
19:25:54 [2021-03-01T19:25:54.573Z] === PAUSE TestStopContainerWithTimeout/1
19:25:54 [2021-03-01T19:25:54.573Z] === RUN   TestStopContainerWithTimeout/3
19:25:54 [2021-03-01T19:25:54.573Z] === PAUSE TestStopContainerWithTimeout/3
19:25:54 [2021-03-01T19:25:54.573Z] === RUN   TestStopContainerWithTimeout/-1
19:25:54 [2021-03-01T19:25:54.573Z] === PAUSE TestStopContainerWithTimeout/-1
19:25:54 [2021-03-01T19:25:54.573Z] === CONT  TestStopContainerWithTimeout/0
19:25:54 [2021-03-01T19:25:54.573Z] === CONT  TestStopContainerWithTimeout/3
19:25:54 [2021-03-01T19:25:54.573Z] === CONT  TestStopContainerWithTimeout/-1
19:25:54 [2021-03-01T19:25:54.573Z] === CONT  TestStopContainerWithTimeout/1
19:25:55 [2021-03-01T19:25:55.056Z] Loaded image: debian:bullseye
19:25:55 [2021-03-01T19:25:55.317Z] Loaded image: hello-world:latest
19:25:55 [2021-03-01T19:25:55.317Z] Loaded image: arm32v7/hello-world:latest
19:25:55 [2021-03-01T19:25:55.578Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
19:25:55 [2021-03-01T19:25:55.578Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
19:25:56 [2021-03-01T19:25:56.150Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
19:25:56 [2021-03-01T19:25:56.723Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
19:25:57 [2021-03-01T19:25:57.295Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
19:25:57 [2021-03-01T19:25:57.557Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
19:25:57 [2021-03-01T19:25:57.888Z] --- PASS: TestStopContainerWithTimeout (0.02s)
19:25:57 [2021-03-01T19:25:57.888Z]     --- PASS: TestStopContainerWithTimeout/0 (1.08s)
19:25:57 [2021-03-01T19:25:57.888Z]     --- PASS: TestStopContainerWithTimeout/1 (2.33s)
19:25:57 [2021-03-01T19:25:57.888Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.07s)
19:25:57 [2021-03-01T19:25:57.888Z]     --- PASS: TestStopContainerWithTimeout/3 (3.25s)
19:25:57 [2021-03-01T19:25:57.888Z] === RUN   TestDeleteDevicemapper
19:25:57 [2021-03-01T19:25:57.888Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:25:57 [2021-03-01T19:25:57.888Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:25:57 [2021-03-01T19:25:57.888Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:26:00 [2021-03-01T19:26:00.445Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.28s)
19:26:00 [2021-03-01T19:26:00.445Z] === RUN   TestUpdateMemory
19:26:00 [2021-03-01T19:26:00.445Z] --- SKIP: TestUpdateMemory (0.00s)
19:26:00 [2021-03-01T19:26:00.445Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
19:26:00 [2021-03-01T19:26:00.445Z] === RUN   TestUpdateCPUQuota
19:26:00 [2021-03-01T19:26:00.871Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
19:26:01 [2021-03-01T19:26:01.393Z] --- PASS: TestUpdateCPUQuota (1.31s)
19:26:01 [2021-03-01T19:26:01.393Z] === RUN   TestUpdatePidsLimit
19:26:01 [2021-03-01T19:26:01.393Z] === RUN   TestUpdatePidsLimit/update_from_none
19:26:01 [2021-03-01T19:26:01.969Z] === RUN   TestUpdatePidsLimit/no_change
19:26:02 [2021-03-01T19:26:02.061Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.12s)
19:26:02 [2021-03-01T19:26:02.061Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
19:26:02 [2021-03-01T19:26:02.232Z] === RUN   TestUpdatePidsLimit/update_lower
19:26:02 [2021-03-01T19:26:02.495Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
19:26:03 [2021-03-01T19:26:03.070Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
19:26:03 [2021-03-01T19:26:03.332Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
19:26:03 [2021-03-01T19:26:03.909Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
19:26:03 [2021-03-01T19:26:03.953Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.68s)
19:26:03 [2021-03-01T19:26:03.953Z] === RUN   TestCreateServiceSecretFileMode
19:26:04 [2021-03-01T19:26:04.174Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
19:26:05 [2021-03-01T19:26:05.121Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (44.66s)
19:26:05 [2021-03-01T19:26:05.121Z] PASS
19:26:05 [2021-03-01T19:26:05.121Z] 
19:26:05 [2021-03-01T19:26:05.121Z] === Skipped
19:26:05 [2021-03-01T19:26:05.121Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
19:26:05 [2021-03-01T19:26:05.121Z]     build_session_test.go:25: TODO: BuildKit
19:26:05 [2021-03-01T19:26:05.121Z] 
19:26:05 [2021-03-01T19:26:05.121Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
19:26:05 [2021-03-01T19:26:05.121Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:26:05 [2021-03-01T19:26:05.121Z] 
19:26:05 [2021-03-01T19:26:05.121Z] 
19:26:05 [2021-03-01T19:26:05.121Z] DONE 34 tests, 2 skipped in 248.228s
19:26:05 [2021-03-01T19:26:05.121Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
19:26:05 [2021-03-01T19:26:05.121Z] ++ 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
19:26:05 [2021-03-01T19:26:05.121Z] ++ set -e
19:26:05 [2021-03-01T19:26:05.121Z] ++ '[' -n 0 ']'
19:26:05 [2021-03-01T19:26:05.121Z] ++ set -x
19:26:05 [2021-03-01T19:26:05.121Z] ++ 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
19:26:05 [2021-03-01T19:26:05.304Z] --- PASS: TestUpdatePidsLimit (3.68s)
19:26:05 [2021-03-01T19:26:05.304Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.38s)
19:26:05 [2021-03-01T19:26:05.304Z]     --- PASS: TestUpdatePidsLimit/no_change (0.38s)
19:26:05 [2021-03-01T19:26:05.304Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.37s)
19:26:05 [2021-03-01T19:26:05.304Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s)
19:26:05 [2021-03-01T19:26:05.304Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.43s)
19:26:05 [2021-03-01T19:26:05.304Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s)
19:26:05 [2021-03-01T19:26:05.304Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s)
19:26:05 [2021-03-01T19:26:05.304Z] === RUN   TestUpdateRestartPolicy
19:26:05 [2021-03-01T19:26:05.384Z] INFO: Testing against a local daemon
19:26:05 [2021-03-01T19:26:05.384Z] === RUN   TestConfigInspect
19:26:06 [2021-03-01T19:26:06.255Z] Loaded image: buildpack-deps:buster
19:26:06 [2021-03-01T19:26:06.255Z] Loaded image: busybox:latest
19:26:06 [2021-03-01T19:26:06.255Z] Loaded image: busybox:glibc
19:26:06 [2021-03-01T19:26:06.328Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
19:26:06 [2021-03-01T19:26:06.898Z] Loaded image: debian:bullseye
19:26:06 [2021-03-01T19:26:06.899Z] Loaded image: hello-world:latest
19:26:06 [2021-03-01T19:26:06.899Z] Loaded image: arm32v7/hello-world:latest
19:26:06 [2021-03-01T19:26:06.899Z] INFO: Testing against a local daemon
19:26:06 [2021-03-01T19:26:06.899Z] === RUN   TestCgroupNamespacesBuild
19:26:07 [2021-03-01T19:26:07.460Z] --- PASS: TestCreateServiceSecretFileMode (3.60s)
19:26:07 [2021-03-01T19:26:07.460Z] === RUN   TestCreateServiceConfigFileMode
19:26:07 [2021-03-01T19:26:07.718Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
19:26:07 [2021-03-01T19:26:07.718Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
19:26:08 [2021-03-01T19:26:08.566Z] --- PASS: TestCgroupNamespacesBuild (1.46s)
19:26:08 [2021-03-01T19:26:08.566Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
19:26:08 [2021-03-01T19:26:08.769Z] --- PASS: TestConfigInspect (3.17s)
19:26:08 [2021-03-01T19:26:08.769Z] === RUN   TestConfigList
19:26:08 [2021-03-01T19:26:08.769Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
19:26:08 [2021-03-01T19:26:08.769Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
19:26:09 [2021-03-01T19:26:09.715Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
19:26:10 [2021-03-01T19:26:10.089Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.35s)
19:26:10 [2021-03-01T19:26:10.089Z] === RUN   TestBuildWithSession
19:26:10 [2021-03-01T19:26:10.089Z] --- SKIP: TestBuildWithSession (0.00s)
19:26:10 [2021-03-01T19:26:10.089Z]     build_session_test.go:25: TODO: BuildKit
19:26:10 [2021-03-01T19:26:10.089Z] === RUN   TestBuildSquashParent
19:26:11 [2021-03-01T19:26:11.229Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
19:26:11 [2021-03-01T19:26:11.803Z] --- PASS: TestConfigList (3.20s)
19:26:11 [2021-03-01T19:26:11.803Z] === RUN   TestConfigsCreateAndDelete
19:26:11 [2021-03-01T19:26:11.920Z] --- PASS: TestCreateServiceConfigFileMode (3.64s)
19:26:11 [2021-03-01T19:26:11.920Z] === RUN   TestCreateServiceSysctls
19:26:13 [2021-03-01T19:26:13.194Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
19:26:13 [2021-03-01T19:26:13.455Z] === RUN   TestDockerSuite/TestBuildAddNonTar
19:26:14 [2021-03-01T19:26:14.685Z] --- PASS: TestBuildSquashParent (4.48s)
19:26:14 [2021-03-01T19:26:14.685Z] === RUN   TestBuildWithRemoveAndForceRemove
19:26:14 [2021-03-01T19:26:14.685Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:26:14 [2021-03-01T19:26:14.685Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:26:14 [2021-03-01T19:26:14.685Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:26:14 [2021-03-01T19:26:14.685Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:26:14 [2021-03-01T19:26:14.685Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:26:14 [2021-03-01T19:26:14.685Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:26:14 [2021-03-01T19:26:14.685Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:26:14 [2021-03-01T19:26:14.685Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:26:14 [2021-03-01T19:26:14.685Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:26:14 [2021-03-01T19:26:14.685Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:26:14 [2021-03-01T19:26:14.685Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:26:14 [2021-03-01T19:26:14.685Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:26:14 [2021-03-01T19:26:14.685Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:26:14 [2021-03-01T19:26:14.685Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:26:14 [2021-03-01T19:26:14.685Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:26:14 [2021-03-01T19:26:14.685Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:26:14 [2021-03-01T19:26:14.846Z] --- PASS: TestConfigsCreateAndDelete (2.76s)
19:26:14 [2021-03-01T19:26:14.846Z] === RUN   TestConfigsUpdate
19:26:14 [2021-03-01T19:26:14.846Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
19:26:14 [2021-03-01T19:26:14.846Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
19:26:15 [2021-03-01T19:26:15.420Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
19:26:16 [2021-03-01T19:26:16.365Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
19:26:16 [2021-03-01T19:26:16.366Z] --- PASS: TestCreateServiceSysctls (4.44s)
19:26:16 [2021-03-01T19:26:16.366Z] === RUN   TestCreateServiceCapabilities
19:26:16 [2021-03-01T19:26:16.786Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:26:16 [2021-03-01T19:26:16.786Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:26:16 [2021-03-01T19:26:16.887Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s)
19:26:16 [2021-03-01T19:26:16.887Z] PASS
19:26:16 [2021-03-01T19:26:16.887Z] 
19:26:16 [2021-03-01T19:26:16.887Z] DONE 17 tests in 48.428s
19:26:16 [2021-03-01T19:26:16.887Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
19:26:16 [2021-03-01T19:26:16.887Z] INFO: Testing against a local daemon
19:26:16 [2021-03-01T19:26:16.887Z] === RUN   TestPluginInvalidJSON
19:26:16 [2021-03-01T19:26:16.887Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
19:26:16 [2021-03-01T19:26:16.887Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
19:26:16 [2021-03-01T19:26:16.887Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
19:26:16 [2021-03-01T19:26:16.887Z] --- PASS: TestPluginInvalidJSON (0.03s)
19:26:16 [2021-03-01T19:26:16.887Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
19:26:16 [2021-03-01T19:26:16.887Z] === RUN   TestPluginInstall
19:26:16 [2021-03-01T19:26:16.887Z] === RUN   TestPluginInstall/no_auth
19:26:17 [2021-03-01T19:26:17.563Z] --- PASS: TestUpdateRestartPolicy (12.37s)
19:26:17 [2021-03-01T19:26:17.563Z] === RUN   TestUpdateRestartWithAutoRemove
19:26:17 [2021-03-01T19:26:17.755Z] --- PASS: TestConfigsUpdate (3.30s)
19:26:17 [2021-03-01T19:26:17.755Z] === RUN   TestTemplatedConfig
19:26:18 [2021-03-01T19:26:18.512Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s)
19:26:18 [2021-03-01T19:26:18.512Z] === RUN   TestWaitNonBlocked
19:26:18 [2021-03-01T19:26:18.512Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:26:18 [2021-03-01T19:26:18.512Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:26:18 [2021-03-01T19:26:18.512Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:26:18 [2021-03-01T19:26:18.512Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:26:18 [2021-03-01T19:26:18.512Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:26:18 [2021-03-01T19:26:18.512Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:26:18 [2021-03-01T19:26:18.697Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
19:26:18 [2021-03-01T19:26:18.817Z] time="2021-03-01T19:26:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:26:18 [2021-03-01T19:26:18.817Z] time="2021-03-01T19:26:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6cd3998d62271dfcae4136acaec55df6c3328a5a7401538c20b5e99ea0310d70" mediatype=application/vnd.docker.plugin.v1+json size=522
19:26:18 [2021-03-01T19:26:18.817Z] time="2021-03-01T19:26:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:26:18 [2021-03-01T19:26:18.817Z] time="2021-03-01T19:26:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6cd3998d62271dfcae4136acaec55df6c3328a5a7401538c20b5e99ea0310d70" mediatype=application/vnd.docker.plugin.v1+json size=522
19:26:18 [2021-03-01T19:26:18.817Z] === RUN   TestPluginInstall/with_htpasswd
19:26:18 [2021-03-01T19:26:18.877Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
19:26:18 [2021-03-01T19:26:18.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.39s)
19:26:18 [2021-03-01T19:26:18.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.44s)
19:26:18 [2021-03-01T19:26:18.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.53s)
19:26:18 [2021-03-01T19:26:18.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s)
19:26:18 [2021-03-01T19:26:18.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.82s)
19:26:18 [2021-03-01T19:26:18.877Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.91s)
19:26:18 [2021-03-01T19:26:18.877Z] === RUN   TestBuildMultiStageCopy
19:26:18 [2021-03-01T19:26:18.877Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:26:19 [2021-03-01T19:26:19.380Z] time="2021-03-01T19:26:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:26:19 [2021-03-01T19:26:19.380Z] time="2021-03-01T19:26:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:252a9228f84269317af382e35f95f4069e96b5593f107bcefc0e35d47be196b2" mediatype=application/vnd.docker.plugin.v1+json size=522
19:26:19 [2021-03-01T19:26:19.380Z] time="2021-03-01T19:26:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:26:19 [2021-03-01T19:26:19.380Z] time="2021-03-01T19:26:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:252a9228f84269317af382e35f95f4069e96b5593f107bcefc0e35d47be196b2" mediatype=application/vnd.docker.plugin.v1+json size=522
19:26:19 [2021-03-01T19:26:19.462Z] --- PASS: TestWaitNonBlocked (0.02s)
19:26:19 [2021-03-01T19:26:19.462Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.88s)
19:26:19 [2021-03-01T19:26:19.462Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.93s)
19:26:19 [2021-03-01T19:26:19.462Z] === RUN   TestWaitBlocked
19:26:19 [2021-03-01T19:26:19.462Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
19:26:19 [2021-03-01T19:26:19.462Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
19:26:19 [2021-03-01T19:26:19.462Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
19:26:19 [2021-03-01T19:26:19.462Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
19:26:19 [2021-03-01T19:26:19.462Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
19:26:19 [2021-03-01T19:26:19.462Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
19:26:19 [2021-03-01T19:26:19.636Z] === RUN   TestPluginInstall/with_insecure
19:26:19 [2021-03-01T19:26:19.641Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
19:26:19 [2021-03-01T19:26:19.911Z] --- PASS: TestCreateServiceCapabilities (3.72s)
19:26:19 [2021-03-01T19:26:19.912Z] === RUN   TestInspect
19:26:20 [2021-03-01T19:26:20.214Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
19:26:20 [2021-03-01T19:26:20.403Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:26:20 [2021-03-01T19:26:20.403Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:26:20 [2021-03-01T19:26:20.413Z] --- PASS: TestWaitBlocked (0.02s)
19:26:20 [2021-03-01T19:26:20.413Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s)
19:26:20 [2021-03-01T19:26:20.413Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.12s)
19:26:20 [2021-03-01T19:26:20.413Z] === CONT  TestContainerStartOnDaemonRestart
19:26:20 [2021-03-01T19:26:20.413Z] === CONT  TestContainerKillOnDaemonStart
19:26:20 [2021-03-01T19:26:20.413Z] === CONT  TestDaemonHostGatewayIP
19:26:20 [2021-03-01T19:26:20.413Z] === CONT  TestRestartDaemonWithRestartingContainer
19:26:20 [2021-03-01T19:26:20.603Z] time="2021-03-01T19:26:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:26:20 [2021-03-01T19:26:20.603Z] time="2021-03-01T19:26:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a5da934df6145a9e6c768b8368da72de223ab9416fd9cb65bfad82f77a7fe38f" mediatype=application/vnd.docker.plugin.v1+json size=522
19:26:20 [2021-03-01T19:26:20.603Z] time="2021-03-01T19:26:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:26:20 [2021-03-01T19:26:20.603Z] time="2021-03-01T19:26:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a5da934df6145a9e6c768b8368da72de223ab9416fd9cb65bfad82f77a7fe38f" mediatype=application/vnd.docker.plugin.v1+json size=522
19:26:20 [2021-03-01T19:26:20.700Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:26:20 [2021-03-01T19:26:20.859Z] --- PASS: TestPluginInstall (4.22s)
19:26:20 [2021-03-01T19:26:20.859Z]     --- PASS: TestPluginInstall/no_auth (2.18s)
19:26:20 [2021-03-01T19:26:20.859Z]     --- PASS: TestPluginInstall/with_htpasswd (0.78s)
19:26:20 [2021-03-01T19:26:20.859Z]     --- PASS: TestPluginInstall/with_insecure (1.26s)
19:26:20 [2021-03-01T19:26:20.859Z]         plugin_test.go:160: [d5ebdb165cb62] daemon is not started
19:26:20 [2021-03-01T19:26:20.859Z] === RUN   TestPluginsWithRuntimes
19:26:21 [2021-03-01T19:26:21.157Z] --- PASS: TestTemplatedConfig (3.21s)
19:26:21 [2021-03-01T19:26:21.158Z] === RUN   TestConfigCreateResolve
19:26:21 [2021-03-01T19:26:21.339Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:26:21 [2021-03-01T19:26:21.634Z] --- PASS: TestBuildMultiStageCopy (2.88s)
19:26:21 [2021-03-01T19:26:21.634Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.58s)
19:26:21 [2021-03-01T19:26:21.634Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.31s)
19:26:21 [2021-03-01T19:26:21.634Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s)
19:26:21 [2021-03-01T19:26:21.634Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s)
19:26:21 [2021-03-01T19:26:21.634Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.35s)
19:26:21 [2021-03-01T19:26:21.634Z] === RUN   TestBuildMultiStageParentConfig
19:26:21 [2021-03-01T19:26:21.732Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
19:26:22 [2021-03-01T19:26:22.275Z] --- PASS: TestBuildMultiStageParentConfig (0.81s)
19:26:22 [2021-03-01T19:26:22.275Z] === RUN   TestBuildLabelWithTargets
19:26:22 [2021-03-01T19:26:22.677Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
19:26:22 [2021-03-01T19:26:22.747Z] === RUN   TestPluginsWithRuntimes/No_Args
19:26:23 [2021-03-01T19:26:23.424Z] --- PASS: TestInspect (3.79s)
19:26:23 [2021-03-01T19:26:23.424Z] === RUN   TestCreateJob
19:26:23 [2021-03-01T19:26:23.623Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
19:26:23 [2021-03-01T19:26:23.674Z] === RUN   TestPluginsWithRuntimes/With_Args
19:26:23 [2021-03-01T19:26:23.797Z] --- PASS: TestBuildLabelWithTargets (1.28s)
19:26:23 [2021-03-01T19:26:23.797Z] === RUN   TestBuildWithEmptyLayers
19:26:23 [2021-03-01T19:26:23.886Z] === RUN   TestDockerSuite/TestBuildAddScript
19:26:24 [2021-03-01T19:26:24.094Z] --- PASS: TestBuildWithEmptyLayers (0.61s)
19:26:24 [2021-03-01T19:26:24.094Z] === RUN   TestBuildMultiStageOnBuild
19:26:24 [2021-03-01T19:26:24.149Z] --- PASS: TestConfigCreateResolve (3.01s)
19:26:24 [2021-03-01T19:26:24.150Z] === RUN   TestConfigDaemonLibtrustID
19:26:24 [2021-03-01T19:26:24.603Z] --- PASS: TestPluginsWithRuntimes (3.54s)
19:26:24 [2021-03-01T19:26:24.603Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.93s)
19:26:24 [2021-03-01T19:26:24.603Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.90s)
19:26:24 [2021-03-01T19:26:24.603Z] PASS
19:26:24 [2021-03-01T19:26:24.603Z] 
19:26:24 [2021-03-01T19:26:24.603Z] DONE 9 tests in 7.827s
19:26:24 [2021-03-01T19:26:24.603Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
19:26:24 [2021-03-01T19:26:24.603Z] INFO: Testing against a local daemon
19:26:24 [2021-03-01T19:26:24.603Z] === RUN   TestExternalGraphDriver
19:26:24 [2021-03-01T19:26:24.603Z] === RUN   TestExternalGraphDriver/json
19:26:24 [2021-03-01T19:26:24.648Z] --- PASS: TestContainerStartOnDaemonRestart (3.70s)
19:26:24 [2021-03-01T19:26:24.648Z] === CONT  TestDaemonRestartIpcMode
19:26:24 [2021-03-01T19:26:24.648Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.05s)
19:26:24 [2021-03-01T19:26:24.648Z] === CONT  TestIpcModeOlderClient
19:26:24 [2021-03-01T19:26:24.648Z] --- PASS: TestIpcModeOlderClient (0.18s)
19:26:24 [2021-03-01T19:26:24.724Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
19:26:24 [2021-03-01T19:26:24.724Z] PASS
19:26:24 [2021-03-01T19:26:24.724Z] 
19:26:24 [2021-03-01T19:26:24.724Z] DONE 7 tests in 19.396s
19:26:24 [2021-03-01T19:26:24.724Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
19:26:24 [2021-03-01T19:26:24.724Z] ++ 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
19:26:24 [2021-03-01T19:26:24.724Z] ++ set -e
19:26:24 [2021-03-01T19:26:24.724Z] ++ '[' -n 0 ']'
19:26:24 [2021-03-01T19:26:24.724Z] ++ set -x
19:26:24 [2021-03-01T19:26:24.724Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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
19:26:24 [2021-03-01T19:26:24.987Z] INFO: Testing against a local daemon
19:26:24 [2021-03-01T19:26:24.987Z] === RUN   TestCheckpoint
19:26:24 [2021-03-01T19:26:24.987Z] --- SKIP: TestCheckpoint (0.00s)
19:26:24 [2021-03-01T19:26:24.987Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:26:24 [2021-03-01T19:26:24.987Z] === RUN   TestContainerInvalidJSON
19:26:24 [2021-03-01T19:26:24.987Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:26:24 [2021-03-01T19:26:24.987Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:26:24 [2021-03-01T19:26:24.987Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:26:24 [2021-03-01T19:26:24.987Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:26:24 [2021-03-01T19:26:24.987Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:26:24 [2021-03-01T19:26:24.987Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:26:24 [2021-03-01T19:26:24.987Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:26:24 [2021-03-01T19:26:24.987Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:26:24 [2021-03-01T19:26:24.987Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:26:24 [2021-03-01T19:26:24.987Z] --- PASS: TestContainerInvalidJSON (0.03s)
19:26:24 [2021-03-01T19:26:24.987Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
19:26:24 [2021-03-01T19:26:24.987Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
19:26:24 [2021-03-01T19:26:24.987Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:26:24 [2021-03-01T19:26:24.987Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:26:24 [2021-03-01T19:26:24.987Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
19:26:24 [2021-03-01T19:26:24.987Z] === RUN   TestCopyFromContainerPathIsNotDir
19:26:25 [2021-03-01T19:26:25.250Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s)
19:26:25 [2021-03-01T19:26:25.250Z] === RUN   TestCopyToContainerPathDoesNotExist
19:26:25 [2021-03-01T19:26:25.250Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
19:26:25 [2021-03-01T19:26:25.250Z] === RUN   TestCopyToContainerPathIsNotDir
19:26:25 [2021-03-01T19:26:25.250Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s)
19:26:25 [2021-03-01T19:26:25.250Z] === RUN   TestCopyFromContainer
19:26:25 [2021-03-01T19:26:25.598Z] --- PASS: TestDaemonHostGatewayIP (5.05s)
19:26:26 [2021-03-01T19:26:26.183Z] --- PASS: TestBuildMultiStageOnBuild (1.74s)
19:26:26 [2021-03-01T19:26:26.183Z] === RUN   TestBuildUncleanTarFilenames
19:26:26 [2021-03-01T19:26:26.504Z] === RUN   TestExternalGraphDriver/spec
19:26:26 [2021-03-01T19:26:26.824Z] --- PASS: TestBuildUncleanTarFilenames (0.91s)
19:26:26 [2021-03-01T19:26:26.825Z] === RUN   TestBuildMultiStageLayerLeak
19:26:27 [2021-03-01T19:26:27.172Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
19:26:27 [2021-03-01T19:26:27.172Z] === RUN   TestCopyFromContainer//
19:26:27 [2021-03-01T19:26:27.172Z] === RUN   TestCopyFromContainer//bar/root
19:26:27 [2021-03-01T19:26:27.172Z] === RUN   TestCopyFromContainer//bar/root/
19:26:27 [2021-03-01T19:26:27.434Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
19:26:27 [2021-03-01T19:26:27.434Z] === RUN   TestCopyFromContainer/bar/quux
19:26:27 [2021-03-01T19:26:27.528Z] --- PASS: TestDaemonRestartIpcMode (3.43s)
19:26:27 [2021-03-01T19:26:27.696Z] === RUN   TestCopyFromContainer/bar/quux/
19:26:27 [2021-03-01T19:26:27.696Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:26:27 [2021-03-01T19:26:27.874Z] --- PASS: TestCreateJob (3.95s)
19:26:27 [2021-03-01T19:26:27.874Z] === RUN   TestReplicatedJob
19:26:27 [2021-03-01T19:26:27.913Z] === RUN   TestExternalGraphDriver/pull
19:26:27 [2021-03-01T19:26:27.958Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:26:27 [2021-03-01T19:26:27.958Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:26:28 [2021-03-01T19:26:28.221Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:26:28 [2021-03-01T19:26:28.221Z] === RUN   TestCopyFromContainer/bar/notarget
19:26:28 [2021-03-01T19:26:28.484Z] --- PASS: TestCopyFromContainer (3.23s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCopyFromContainer// (0.15s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCopyFromContainer//bar/root (0.15s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.22s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCopyFromContainer/bar/quux (0.15s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.14s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.17s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.18s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
19:26:28 [2021-03-01T19:26:28.484Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:26:28 [2021-03-01T19:26:28.484Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:26:28 [2021-03-01T19:26:28.484Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:26:28 [2021-03-01T19:26:28.484Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:26:28 [2021-03-01T19:26:28.484Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:26:28 [2021-03-01T19:26:28.484Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:26:28 [2021-03-01T19:26:28.484Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:26:28 [2021-03-01T19:26:28.484Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:26:28 [2021-03-01T19:26:28.484Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:26:28 [2021-03-01T19:26:28.484Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:26:28 [2021-03-01T19:26:28.484Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.02s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.02s)
19:26:28 [2021-03-01T19:26:28.484Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:26:28 [2021-03-01T19:26:28.484Z] === RUN   TestCreateLinkToNonExistingContainer
19:26:28 [2021-03-01T19:26:28.484Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
19:26:28 [2021-03-01T19:26:28.747Z] === RUN   TestCreateWithInvalidEnv
19:26:28 [2021-03-01T19:26:28.747Z] === RUN   TestCreateWithInvalidEnv/0
19:26:28 [2021-03-01T19:26:28.747Z] === PAUSE TestCreateWithInvalidEnv/0
19:26:28 [2021-03-01T19:26:28.747Z] === RUN   TestCreateWithInvalidEnv/1
19:26:28 [2021-03-01T19:26:28.747Z] === PAUSE TestCreateWithInvalidEnv/1
19:26:28 [2021-03-01T19:26:28.747Z] === RUN   TestCreateWithInvalidEnv/2
19:26:28 [2021-03-01T19:26:28.747Z] === PAUSE TestCreateWithInvalidEnv/2
19:26:28 [2021-03-01T19:26:28.747Z] === CONT  TestCreateWithInvalidEnv/0
19:26:28 [2021-03-01T19:26:28.747Z] === CONT  TestCreateWithInvalidEnv/2
19:26:28 [2021-03-01T19:26:28.747Z] === CONT  TestCreateWithInvalidEnv/1
19:26:28 [2021-03-01T19:26:28.747Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
19:26:28 [2021-03-01T19:26:28.747Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:26:28 [2021-03-01T19:26:28.747Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
19:26:28 [2021-03-01T19:26:28.747Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
19:26:28 [2021-03-01T19:26:28.747Z] === RUN   TestCreateTmpfsMountsTarget
19:26:28 [2021-03-01T19:26:28.747Z] --- PASS: TestCreateTmpfsMountsTarget (0.05s)
19:26:28 [2021-03-01T19:26:28.747Z] === RUN   TestCreateWithCustomMaskedPaths
19:26:29 [2021-03-01T19:26:29.017Z] --- PASS: TestBuildMultiStageLayerLeak (1.88s)
19:26:29 [2021-03-01T19:26:29.017Z] === RUN   TestBuildWithHugeFile
19:26:29 [2021-03-01T19:26:29.279Z] --- PASS: TestExternalGraphDriver (4.75s)
19:26:29 [2021-03-01T19:26:29.279Z]     --- PASS: TestExternalGraphDriver/json (1.68s)
19:26:29 [2021-03-01T19:26:29.279Z]     --- PASS: TestExternalGraphDriver/spec (1.65s)
19:26:29 [2021-03-01T19:26:29.279Z]     --- PASS: TestExternalGraphDriver/pull (1.35s)
19:26:29 [2021-03-01T19:26:29.279Z] === RUN   TestGraphdriverPluginV2
19:26:31 [2021-03-01T19:26:31.304Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
19:26:31 [2021-03-01T19:26:31.304Z] --- PASS: TestCreateWithCustomMaskedPaths (2.26s)
19:26:31 [2021-03-01T19:26:31.304Z] === RUN   TestCreateWithCustomReadonlyPaths
19:26:31 [2021-03-01T19:26:31.567Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
19:26:32 [2021-03-01T19:26:32.143Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
19:26:32 [2021-03-01T19:26:32.405Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
19:26:32 [2021-03-01T19:26:32.978Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.13s)
19:26:32 [2021-03-01T19:26:32.978Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:26:32 [2021-03-01T19:26:32.979Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:26:32 [2021-03-01T19:26:32.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:26:32 [2021-03-01T19:26:32.979Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:26:32 [2021-03-01T19:26:32.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:26:32 [2021-03-01T19:26:32.979Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:26:32 [2021-03-01T19:26:32.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:26:32 [2021-03-01T19:26:32.979Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:26:32 [2021-03-01T19:26:32.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:26:32 [2021-03-01T19:26:32.979Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:26:32 [2021-03-01T19:26:32.979Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:26:32 [2021-03-01T19:26:32.979Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:26:32 [2021-03-01T19:26:32.979Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:26:33 [2021-03-01T19:26:33.242Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:26:33 [2021-03-01T19:26:33.242Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:26:33 [2021-03-01T19:26:33.242Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:26:33 [2021-03-01T19:26:33.242Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
19:26:33 [2021-03-01T19:26:33.242Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
19:26:33 [2021-03-01T19:26:33.242Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
19:26:33 [2021-03-01T19:26:33.242Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
19:26:33 [2021-03-01T19:26:33.242Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.07s)
19:26:33 [2021-03-01T19:26:33.242Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s)
19:26:33 [2021-03-01T19:26:33.242Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:26:33 [2021-03-01T19:26:33.494Z] --- PASS: TestGraphdriverPluginV2 (3.52s)
19:26:33 [2021-03-01T19:26:33.494Z] PASS
19:26:33 [2021-03-01T19:26:33.494Z] 
19:26:33 [2021-03-01T19:26:33.494Z] DONE 5 tests in 8.309s
19:26:33 [2021-03-01T19:26:33.494Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
19:26:33 [2021-03-01T19:26:33.494Z] INFO: Testing against a local daemon
19:26:33 [2021-03-01T19:26:33.494Z] === RUN   TestContinueAfterPluginCrash
19:26:33 [2021-03-01T19:26:33.494Z] === PAUSE TestContinueAfterPluginCrash
19:26:33 [2021-03-01T19:26:33.494Z] === RUN   TestReadPluginNoRead
19:26:33 [2021-03-01T19:26:33.494Z] === PAUSE TestReadPluginNoRead
19:26:33 [2021-03-01T19:26:33.494Z] === RUN   TestDaemonStartWithLogOpt
19:26:33 [2021-03-01T19:26:33.494Z] === PAUSE TestDaemonStartWithLogOpt
19:26:33 [2021-03-01T19:26:33.494Z] === CONT  TestContinueAfterPluginCrash
19:26:33 [2021-03-01T19:26:33.494Z] === CONT  TestDaemonStartWithLogOpt
19:26:34 [2021-03-01T19:26:34.139Z] --- PASS: TestContainerKillOnDaemonStart (13.33s)
19:26:34 [2021-03-01T19:26:34.139Z] PASS
19:26:34 [2021-03-01T19:26:34.139Z] 
19:26:34 [2021-03-01T19:26:34.139Z] === Skipped
19:26:34 [2021-03-01T19:26:34.139Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
19:26:34 [2021-03-01T19:26:34.139Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:26:34 [2021-03-01T19:26:34.139Z] 
19:26:34 [2021-03-01T19:26:34.139Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
19:26:34 [2021-03-01T19:26:34.139Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:26:34 [2021-03-01T19:26:34.139Z] 
19:26:34 [2021-03-01T19:26:34.139Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
19:26:34 [2021-03-01T19:26:34.139Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:26:34 [2021-03-01T19:26:34.139Z] 
19:26:34 [2021-03-01T19:26:34.139Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
19:26:34 [2021-03-01T19:26:34.139Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:26:34 [2021-03-01T19:26:34.139Z] 
19:26:34 [2021-03-01T19:26:34.140Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
19:26:34 [2021-03-01T19:26:34.140Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:26:34 [2021-03-01T19:26:34.140Z] 
19:26:34 [2021-03-01T19:26:34.140Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
19:26:34 [2021-03-01T19:26:34.140Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
19:26:34 [2021-03-01T19:26:34.140Z] 
19:26:34 [2021-03-01T19:26:34.140Z] 
19:26:34 [2021-03-01T19:26:34.140Z] DONE 196 tests, 6 skipped in 140.451s
19:26:34 [2021-03-01T19:26:34.140Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
19:26:34 [2021-03-01T19:26:34.140Z] ++ 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
19:26:34 [2021-03-01T19:26:34.140Z] ++ set -e
19:26:34 [2021-03-01T19:26:34.140Z] ++ '[' -n 0 ']'
19:26:34 [2021-03-01T19:26:34.140Z] ++ set -x
19:26:34 [2021-03-01T19:26:34.140Z] ++ 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
19:26:34 [2021-03-01T19:26:34.140Z] INFO: Testing against a local daemon
19:26:34 [2021-03-01T19:26:34.140Z] === RUN   TestCommitInheritsEnv
19:26:34 [2021-03-01T19:26:34.223Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s)
19:26:34 [2021-03-01T19:26:34.223Z] === RUN   TestCreateDifferentPlatform
19:26:34 [2021-03-01T19:26:34.223Z] === RUN   TestCreateDifferentPlatform/different_os
19:26:34 [2021-03-01T19:26:34.223Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:26:34 [2021-03-01T19:26:34.223Z] --- PASS: TestCreateDifferentPlatform (0.05s)
19:26:34 [2021-03-01T19:26:34.223Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.01s)
19:26:34 [2021-03-01T19:26:34.223Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s)
19:26:34 [2021-03-01T19:26:34.223Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:26:34 [2021-03-01T19:26:34.223Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
19:26:34 [2021-03-01T19:26:34.223Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:26:34 [2021-03-01T19:26:34.223Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
19:26:34 [2021-03-01T19:26:34.223Z] === RUN   TestContainerStartOnDaemonRestart
19:26:34 [2021-03-01T19:26:34.223Z] === PAUSE TestContainerStartOnDaemonRestart
19:26:34 [2021-03-01T19:26:34.223Z] === RUN   TestDaemonRestartIpcMode
19:26:34 [2021-03-01T19:26:34.223Z] === PAUSE TestDaemonRestartIpcMode
19:26:34 [2021-03-01T19:26:34.223Z] === RUN   TestDaemonHostGatewayIP
19:26:34 [2021-03-01T19:26:34.223Z] === PAUSE TestDaemonHostGatewayIP
19:26:34 [2021-03-01T19:26:34.223Z] === RUN   TestRestartDaemonWithRestartingContainer
19:26:34 [2021-03-01T19:26:34.223Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:26:34 [2021-03-01T19:26:34.223Z] === RUN   TestContainerKillOnDaemonStart
19:26:34 [2021-03-01T19:26:34.223Z] === PAUSE TestContainerKillOnDaemonStart
19:26:34 [2021-03-01T19:26:34.223Z] === RUN   TestDiff
19:26:34 [2021-03-01T19:26:34.493Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
19:26:34 [2021-03-01T19:26:34.716Z] --- PASS: TestCommitInheritsEnv (0.60s)
19:26:34 [2021-03-01T19:26:34.716Z] === RUN   TestImportExtremelyLargeImageWorks
19:26:34 [2021-03-01T19:26:34.716Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.01s)
19:26:34 [2021-03-01T19:26:34.716Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
19:26:34 [2021-03-01T19:26:34.716Z] === RUN   TestImagesFilterMultiReference
19:26:34 [2021-03-01T19:26:34.716Z] --- PASS: TestImagesFilterMultiReference (0.11s)
19:26:34 [2021-03-01T19:26:34.716Z] === RUN   TestImagePullPlatformInvalid
19:26:34 [2021-03-01T19:26:34.716Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
19:26:34 [2021-03-01T19:26:34.716Z] === RUN   TestRemoveImageOrphaning
19:26:34 [2021-03-01T19:26:34.756Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
19:26:34 [2021-03-01T19:26:34.793Z] --- PASS: TestReplicatedJob (7.46s)
19:26:34 [2021-03-01T19:26:34.793Z] === RUN   TestUpdateReplicatedJob
19:26:35 [2021-03-01T19:26:35.018Z] --- PASS: TestDiff (0.86s)
19:26:35 [2021-03-01T19:26:35.018Z] === RUN   TestExecWithCloseStdin
19:26:35 [2021-03-01T19:26:35.293Z] --- PASS: TestRemoveImageOrphaning (0.62s)
19:26:35 [2021-03-01T19:26:35.294Z] === RUN   TestRemoveImageGarbageCollector
19:26:35 [2021-03-01T19:26:35.294Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
19:26:35 [2021-03-01T19:26:35.294Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:26:35 [2021-03-01T19:26:35.294Z] === RUN   TestTagUnprefixedRepoByNameOrName
19:26:35 [2021-03-01T19:26:35.294Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
19:26:35 [2021-03-01T19:26:35.294Z] === RUN   TestTagInvalidReference
19:26:35 [2021-03-01T19:26:35.557Z] --- PASS: TestTagInvalidReference (0.03s)
19:26:35 [2021-03-01T19:26:35.557Z] === RUN   TestTagValidPrefixedRepo
19:26:35 [2021-03-01T19:26:35.557Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
19:26:35 [2021-03-01T19:26:35.557Z] === RUN   TestTagExistedNameWithoutForce
19:26:35 [2021-03-01T19:26:35.557Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
19:26:35 [2021-03-01T19:26:35.557Z] === RUN   TestTagOfficialNames
19:26:35 [2021-03-01T19:26:35.557Z] --- PASS: TestTagOfficialNames (0.07s)
19:26:35 [2021-03-01T19:26:35.557Z] === RUN   TestTagMatchesDigest
19:26:35 [2021-03-01T19:26:35.557Z] --- PASS: TestTagMatchesDigest (0.03s)
19:26:35 [2021-03-01T19:26:35.557Z] PASS
19:26:35 [2021-03-01T19:26:35.557Z] 
19:26:35 [2021-03-01T19:26:35.557Z] === Skipped
19:26:35 [2021-03-01T19:26:35.557Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.01s)
19:26:35 [2021-03-01T19:26:35.557Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
19:26:35 [2021-03-01T19:26:35.557Z] 
19:26:35 [2021-03-01T19:26:35.557Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
19:26:35 [2021-03-01T19:26:35.558Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:26:35 [2021-03-01T19:26:35.558Z] 
19:26:35 [2021-03-01T19:26:35.558Z] 
19:26:35 [2021-03-01T19:26:35.558Z] DONE 12 tests, 2 skipped in 1.915s
19:26:35 [2021-03-01T19:26:35.558Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
19:26:35 [2021-03-01T19:26:35.558Z] ++ 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
19:26:35 [2021-03-01T19:26:35.558Z] ++ set -e
19:26:35 [2021-03-01T19:26:35.558Z] ++ '[' -n 0 ']'
19:26:35 [2021-03-01T19:26:35.558Z] ++ set -x
19:26:35 [2021-03-01T19:26:35.558Z] ++ 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
19:26:35 [2021-03-01T19:26:35.822Z] INFO: Testing against a local daemon
19:26:35 [2021-03-01T19:26:35.822Z] === RUN   TestNetworkCreateDelete
19:26:35 [2021-03-01T19:26:35.966Z] --- PASS: TestExecWithCloseStdin (0.97s)
19:26:35 [2021-03-01T19:26:35.966Z] === RUN   TestExec
19:26:36 [2021-03-01T19:26:36.228Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
19:26:36 [2021-03-01T19:26:36.400Z] --- PASS: TestNetworkCreateDelete (0.42s)
19:26:36 [2021-03-01T19:26:36.400Z] === RUN   TestDockerNetworkDeletePreferID
19:26:36 [2021-03-01T19:26:36.763Z] --- PASS: TestDaemonStartWithLogOpt (4.01s)
19:26:36 [2021-03-01T19:26:36.764Z] === CONT  TestReadPluginNoRead
19:26:37 [2021-03-01T19:26:37.175Z] --- PASS: TestExec (0.99s)
19:26:37 [2021-03-01T19:26:37.175Z] === RUN   TestExecUser
19:26:37 [2021-03-01T19:26:37.799Z] --- PASS: TestDockerNetworkDeletePreferID (1.22s)
19:26:37 [2021-03-01T19:26:37.799Z] === RUN   TestDaemonDNSFallback
19:26:38 [2021-03-01T19:26:38.124Z] --- PASS: TestExecUser (0.97s)
19:26:38 [2021-03-01T19:26:38.124Z] === RUN   TestExportContainerAndImportImage
19:26:38 [2021-03-01T19:26:38.124Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
19:26:39 [2021-03-01T19:26:39.072Z] --- PASS: TestExportContainerAndImportImage (1.21s)
19:26:39 [2021-03-01T19:26:39.072Z] === RUN   TestExportContainerAfterDaemonRestart
19:26:39 [2021-03-01T19:26:39.249Z] --- PASS: TestUpdateReplicatedJob (4.54s)
19:26:39 [2021-03-01T19:26:39.249Z] === RUN   TestServiceListWithStatuses
19:26:39 [2021-03-01T19:26:39.249Z] --- SKIP: TestServiceListWithStatuses (0.00s)
19:26:39 [2021-03-01T19:26:39.249Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:26:39 [2021-03-01T19:26:39.249Z] === RUN   TestDockerNetworkConnectAlias
19:26:39 [2021-03-01T19:26:39.646Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
19:26:39 [2021-03-01T19:26:39.910Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
19:26:40 [2021-03-01T19:26:40.031Z] === RUN   TestReadPluginNoRead/default
19:26:40 [2021-03-01T19:26:40.857Z] --- PASS: TestExportContainerAfterDaemonRestart (1.64s)
19:26:40 [2021-03-01T19:26:40.857Z] === RUN   TestHealthCheckWorkdir
19:26:40 [2021-03-01T19:26:40.958Z] === RUN   TestReadPluginNoRead/disabled_caching
19:26:41 [2021-03-01T19:26:41.805Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
19:26:41 [2021-03-01T19:26:41.885Z] --- PASS: TestContinueAfterPluginCrash (9.15s)
19:26:42 [2021-03-01T19:26:42.066Z] --- PASS: TestHealthCheckWorkdir (1.19s)
19:26:42 [2021-03-01T19:26:42.066Z] === RUN   TestHealthKillContainer
19:26:42 [2021-03-01T19:26:42.141Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
19:26:43 [2021-03-01T19:26:43.009Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
19:26:43 [2021-03-01T19:26:43.270Z] === RUN   TestDockerSuite/TestBuildAddTar
19:26:43 [2021-03-01T19:26:43.270Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
19:26:43 [2021-03-01T19:26:43.503Z] --- PASS: TestReadPluginNoRead (6.53s)
19:26:43 [2021-03-01T19:26:43.504Z]     --- PASS: TestReadPluginNoRead/default (1.27s)
19:26:43 [2021-03-01T19:26:43.504Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.34s)
19:26:43 [2021-03-01T19:26:43.504Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.28s)
19:26:43 [2021-03-01T19:26:43.504Z]     read_test.go:92: [dfbaff92b9fbc] daemon is not started
19:26:43 [2021-03-01T19:26:43.504Z] PASS
19:26:43 [2021-03-01T19:26:43.504Z] 
19:26:43 [2021-03-01T19:26:43.504Z] DONE 6 tests in 10.602s
19:26:43 [2021-03-01T19:26:43.504Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
19:26:43 [2021-03-01T19:26:43.504Z] testing: warning: no tests to run
19:26:43 [2021-03-01T19:26:43.504Z] PASS
19:26:43 [2021-03-01T19:26:43.504Z] 
19:26:43 [2021-03-01T19:26:43.504Z] DONE 0 tests in 0.014s
19:26:43 [2021-03-01T19:26:43.504Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
19:26:43 [2021-03-01T19:26:43.504Z] INFO: Testing against a local daemon
19:26:43 [2021-03-01T19:26:43.504Z] === RUN   TestPluginWithDevMounts
19:26:43 [2021-03-01T19:26:43.504Z] === PAUSE TestPluginWithDevMounts
19:26:43 [2021-03-01T19:26:43.504Z] === CONT  TestPluginWithDevMounts
19:26:45 [2021-03-01T19:26:45.186Z] --- PASS: TestHealthKillContainer (2.96s)
19:26:45 [2021-03-01T19:26:45.186Z] === RUN   TestInspectCpusetInConfigPre120
19:26:45 [2021-03-01T19:26:45.186Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
19:26:45 [2021-03-01T19:26:45.389Z] --- PASS: TestPluginWithDevMounts (1.71s)
19:26:45 [2021-03-01T19:26:45.389Z] PASS
19:26:45 [2021-03-01T19:26:45.389Z] 
19:26:45 [2021-03-01T19:26:45.389Z] DONE 1 tests in 1.746s
19:26:45 [2021-03-01T19:26:45.389Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
19:26:45 [2021-03-01T19:26:45.389Z] INFO: Testing against a local daemon
19:26:45 [2021-03-01T19:26:45.389Z] === RUN   TestSecretInspect
19:26:45 [2021-03-01T19:26:45.446Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
19:26:45 [2021-03-01T19:26:45.710Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s)
19:26:45 [2021-03-01T19:26:45.710Z] === RUN   TestIpcModeNone
19:26:45 [2021-03-01T19:26:45.966Z] --- PASS: TestDaemonDNSFallback (7.42s)
19:26:45 [2021-03-01T19:26:45.966Z] === RUN   TestInspectNetwork
19:26:46 [2021-03-01T19:26:46.281Z] db4edcf0861f: Pull complete
19:26:46 [2021-03-01T19:26:46.281Z] Digest: sha256:1ed72e74ffe1fd07eef2df3eb9a5d57f64fdac099329a4a63aa1a99b4139ce5a
19:26:46 [2021-03-01T19:26:46.281Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
19:26:46 [2021-03-01T19:26:46.281Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
19:26:46 [2021-03-01T19:26:46.281Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
19:26:46 [2021-03-01T19:26:46.281Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1757'
19:26:46 [2021-03-01T19:26:46.281Z] WARN: Skipping validation tests
19:26:46 [2021-03-01T19:26:46.281Z] INFO: Running unit tests at 03/01/2021 19:26:40...
19:26:46 [2021-03-01T19:26:46.281Z] INFO: make.ps1 starting at 03/01/2021 19:26:44
19:26:46 [2021-03-01T19:26:46.281Z] INFO: Git commit (5542f13c1a) assumed from DOCKER_GITCOMMIT environment variable
19:26:46 [2021-03-01T19:26:46.281Z] INFO: Invoking autogen...
19:26:46 [2021-03-01T19:26:46.281Z] INFO: Running unit tests...
19:26:46 [2021-03-01T19:26:46.653Z] --- PASS: TestIpcModeNone (0.76s)
19:26:46 [2021-03-01T19:26:46.653Z] === RUN   TestIpcModePrivate
19:26:47 [2021-03-01T19:26:47.225Z] --- PASS: TestIpcModePrivate (0.73s)
19:26:47 [2021-03-01T19:26:47.225Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:94, shared: false, mustBeShared: false
19:26:47 [2021-03-01T19:26:47.225Z] === RUN   TestIpcModeShareable
19:26:47 [2021-03-01T19:26:47.900Z] --- PASS: TestSecretInspect (2.26s)
19:26:47 [2021-03-01T19:26:47.900Z] === RUN   TestSecretList
19:26:48 [2021-03-01T19:26:48.168Z] --- PASS: TestIpcModeShareable (0.73s)
19:26:48 [2021-03-01T19:26:48.168Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true
19:26:48 [2021-03-01T19:26:48.168Z] === RUN   TestAPIIpcModeShareableAndContainer
19:26:49 [2021-03-01T19:26:49.113Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
19:26:49 [2021-03-01T19:26:49.609Z] --- PASS: TestDockerNetworkConnectAlias (8.80s)
19:26:49 [2021-03-01T19:26:49.609Z] === RUN   TestDockerNetworkReConnect
19:26:49 [2021-03-01T19:26:49.787Z] --- PASS: TestSecretList (1.92s)
19:26:49 [2021-03-01T19:26:49.787Z] === RUN   TestSecretsCreateAndDelete
19:26:50 [2021-03-01T19:26:50.058Z] === RUN   TestDockerSuite/TestBuildAddTarXz
19:26:50 [2021-03-01T19:26:50.192Z] === RUN   TestInspectNetwork/full_network_id
19:26:50 [2021-03-01T19:26:50.192Z] === RUN   TestInspectNetwork/partial_network_id
19:26:50 [2021-03-01T19:26:50.192Z] === RUN   TestInspectNetwork/network_name
19:26:50 [2021-03-01T19:26:50.192Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
19:26:50 [2021-03-01T19:26:50.320Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.23s)
19:26:50 [2021-03-01T19:26:50.320Z] === RUN   TestAPIIpcModeHost
19:26:50 [2021-03-01T19:26:50.893Z] --- PASS: TestAPIIpcModeHost (0.61s)
19:26:50 [2021-03-01T19:26:50.893Z] === RUN   TestDaemonIpcModeShareable
19:26:50 [2021-03-01T19:26:50.893Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
19:26:51 [2021-03-01T19:26:51.674Z] --- PASS: TestSecretsCreateAndDelete (1.92s)
19:26:51 [2021-03-01T19:26:51.674Z] === RUN   TestSecretsUpdate
19:26:51 [2021-03-01T19:26:51.839Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
19:26:52 [2021-03-01T19:26:52.412Z] --- PASS: TestDaemonIpcModeShareable (1.48s)
19:26:52 [2021-03-01T19:26:52.412Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true
19:26:52 [2021-03-01T19:26:52.412Z] === RUN   TestDaemonIpcModePrivate
19:26:53 [2021-03-01T19:26:53.562Z] --- PASS: TestSecretsUpdate (2.30s)
19:26:53 [2021-03-01T19:26:53.562Z] === RUN   TestTemplatedSecret
19:26:53 [2021-03-01T19:26:53.802Z] --- PASS: TestDaemonIpcModePrivate (1.51s)
19:26:53 [2021-03-01T19:26:53.802Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false
19:26:53 [2021-03-01T19:26:53.802Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:26:54 [2021-03-01T19:26:54.079Z] --- PASS: TestDockerNetworkReConnect (6.01s)
19:26:54 [2021-03-01T19:26:54.079Z] === RUN   TestServicePlugin
19:26:54 [2021-03-01T19:26:54.079Z] --- SKIP: TestServicePlugin (0.00s)
19:26:54 [2021-03-01T19:26:54.079Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:26:54 [2021-03-01T19:26:54.079Z] === RUN   TestServiceUpdateLabel
19:26:54 [2021-03-01T19:26:54.416Z] --- PASS: TestInspectNetwork (9.60s)
19:26:54 [2021-03-01T19:26:54.416Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
19:26:54 [2021-03-01T19:26:54.416Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
19:26:54 [2021-03-01T19:26:54.416Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
19:26:54 [2021-03-01T19:26:54.416Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
19:26:54 [2021-03-01T19:26:54.416Z] === RUN   TestRunContainerWithBridgeNone
19:26:54 [2021-03-01T19:26:54.861Z] 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
19:26:55 [2021-03-01T19:26:55.193Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
19:26:55 [2021-03-01T19:26:55.193Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.50s)
19:26:55 [2021-03-01T19:26:55.193Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false
19:26:55 [2021-03-01T19:26:55.193Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:26:55 [2021-03-01T19:26:55.456Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
19:26:56 [2021-03-01T19:26:56.081Z] --- PASS: TestTemplatedSecret (2.29s)
19:26:56 [2021-03-01T19:26:56.081Z] === RUN   TestSecretCreateResolve
19:26:56 [2021-03-01T19:26:56.990Z] --- PASS: TestRunContainerWithBridgeNone (2.49s)
19:26:56 [2021-03-01T19:26:56.990Z] === RUN   TestNetworkInvalidJSON
19:26:56 [2021-03-01T19:26:56.990Z] === RUN   TestNetworkInvalidJSON//networks/create
19:26:56 [2021-03-01T19:26:56.990Z] === PAUSE TestNetworkInvalidJSON//networks/create
19:26:56 [2021-03-01T19:26:56.990Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
19:26:56 [2021-03-01T19:26:56.990Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
19:26:56 [2021-03-01T19:26:56.990Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
19:26:56 [2021-03-01T19:26:56.990Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
19:26:56 [2021-03-01T19:26:56.990Z] === CONT  TestNetworkInvalidJSON//networks/create
19:26:56 [2021-03-01T19:26:56.990Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
19:26:56 [2021-03-01T19:26:56.990Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
19:26:56 [2021-03-01T19:26:56.990Z] --- PASS: TestNetworkInvalidJSON (0.03s)
19:26:56 [2021-03-01T19:26:56.990Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
19:26:56 [2021-03-01T19:26:56.990Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
19:26:56 [2021-03-01T19:26:56.990Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
19:26:56 [2021-03-01T19:26:56.990Z] === RUN   TestNetworkList
19:26:56 [2021-03-01T19:26:56.990Z] === RUN   TestNetworkList//networks
19:26:56 [2021-03-01T19:26:56.990Z] === PAUSE TestNetworkList//networks
19:26:56 [2021-03-01T19:26:56.990Z] === RUN   TestNetworkList//networks/
19:26:56 [2021-03-01T19:26:56.990Z] === PAUSE TestNetworkList//networks/
19:26:56 [2021-03-01T19:26:56.990Z] === CONT  TestNetworkList//networks
19:26:56 [2021-03-01T19:26:56.990Z] === CONT  TestNetworkList//networks/
19:26:56 [2021-03-01T19:26:56.990Z] --- PASS: TestNetworkList (0.03s)
19:26:56 [2021-03-01T19:26:56.990Z]     --- PASS: TestNetworkList//networks (0.00s)
19:26:56 [2021-03-01T19:26:56.990Z]     --- PASS: TestNetworkList//networks/ (0.00s)
19:26:56 [2021-03-01T19:26:56.990Z] === RUN   TestHostIPv4BridgeLabel
19:26:57 [2021-03-01T19:26:57.375Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s)
19:26:57 [2021-03-01T19:26:57.375Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true
19:26:57 [2021-03-01T19:26:57.375Z] === RUN   TestIpcModeOlderClient
19:26:57 [2021-03-01T19:26:57.375Z] === PAUSE TestIpcModeOlderClient
19:26:57 [2021-03-01T19:26:57.375Z] === RUN   TestKillContainerInvalidSignal
19:26:57 [2021-03-01T19:26:57.940Z] --- PASS: TestHostIPv4BridgeLabel (0.83s)
19:26:57 [2021-03-01T19:26:57.940Z] === RUN   TestDaemonRestartWithLiveRestore
19:26:57 [2021-03-01T19:26:57.948Z] --- PASS: TestKillContainerInvalidSignal (0.78s)
19:26:57 [2021-03-01T19:26:57.948Z] === RUN   TestKillContainer
19:26:57 [2021-03-01T19:26:57.948Z] === RUN   TestKillContainer/no_signal
19:26:58 [2021-03-01T19:26:58.588Z] --- PASS: TestServiceUpdateLabel (3.90s)
19:26:58 [2021-03-01T19:26:58.588Z] === RUN   TestServiceUpdateSecrets
19:26:58 [2021-03-01T19:26:58.595Z] --- PASS: TestSecretCreateResolve (2.36s)
19:26:58 [2021-03-01T19:26:58.595Z] PASS
19:26:58 [2021-03-01T19:26:58.595Z] 
19:26:58 [2021-03-01T19:26:58.595Z] DONE 6 tests in 13.088s
19:26:58 [2021-03-01T19:26:58.595Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
19:26:58 [2021-03-01T19:26:58.595Z] INFO: Testing against a local daemon
19:26:58 [2021-03-01T19:26:58.595Z] === RUN   TestServiceCreateInit
19:26:58 [2021-03-01T19:26:58.595Z] === RUN   TestServiceCreateInit/daemonInitDisabled
19:26:58 [2021-03-01T19:26:58.908Z] === RUN   TestKillContainer/non_killing_signal
19:26:59 [2021-03-01T19:26:59.335Z] --- PASS: TestDaemonRestartWithLiveRestore (1.40s)
19:26:59 [2021-03-01T19:26:59.335Z] === RUN   TestDaemonDefaultNetworkPools
19:26:59 [2021-03-01T19:26:59.483Z] === RUN   TestKillContainer/killing_signal
19:27:00 [2021-03-01T19:27:00.740Z] --- PASS: TestDaemonDefaultNetworkPools (1.27s)
19:27:00 [2021-03-01T19:27:00.740Z] === RUN   TestDaemonRestartWithExistingNetwork
19:27:00 [2021-03-01T19:27:00.873Z] --- PASS: TestKillContainer (2.64s)
19:27:00 [2021-03-01T19:27:00.873Z]     --- PASS: TestKillContainer/no_signal (0.81s)
19:27:00 [2021-03-01T19:27:00.873Z]     --- PASS: TestKillContainer/non_killing_signal (0.67s)
19:27:00 [2021-03-01T19:27:00.873Z]     --- PASS: TestKillContainer/killing_signal (0.87s)
19:27:00 [2021-03-01T19:27:00.873Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:27:00 [2021-03-01T19:27:00.873Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:27:01 [2021-03-01T19:27:01.446Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
19:27:01 [2021-03-01T19:27:01.707Z] === RUN   TestDockerSuite/TestBuildBlankName
19:27:01 [2021-03-01T19:27:01.949Z] ?   	github.com/docker/docker/api	[no test files]
19:27:02 [2021-03-01T19:27:02.281Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.71s)
19:27:02 [2021-03-01T19:27:02.281Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.78s)
19:27:02 [2021-03-01T19:27:02.281Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s)
19:27:02 [2021-03-01T19:27:02.281Z] === RUN   TestKillStoppedContainer
19:27:02 [2021-03-01T19:27:02.281Z] --- PASS: TestKillStoppedContainer (0.08s)
19:27:02 [2021-03-01T19:27:02.281Z] === RUN   TestKillStoppedContainerAPIPre120
19:27:02 [2021-03-01T19:27:02.370Z] Created binary: bundles/binary-daemon/dockerd-dev
19:27:02 [2021-03-01T19:27:02.370Z] Copying nested executables into bundles/binary-daemon
19:27:02 [2021-03-01T19:27:02.370Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
19:27:02 [2021-03-01T19:27:02.544Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
19:27:02 [2021-03-01T19:27:02.544Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s)
19:27:02 [2021-03-01T19:27:02.544Z] === RUN   TestKillDifferentUserContainer
19:27:02 [2021-03-01T19:27:02.544Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
19:27:02 [2021-03-01T19:27:02.667Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.91s)
19:27:02 [2021-03-01T19:27:02.667Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
19:27:02 [2021-03-01T19:27:02.707Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/make.sh cross
19:27:02 [2021-03-01T19:27:02.760Z] === RUN   TestServiceCreateInit/daemonInitEnabled
19:27:02 [2021-03-01T19:27:02.965Z] 
19:27:03 [2021-03-01T19:27:03.117Z] --- PASS: TestKillDifferentUserContainer (0.72s)
19:27:03 [2021-03-01T19:27:03.117Z] === RUN   TestInspectOomKilledTrue
19:27:03 [2021-03-01T19:27:03.117Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
19:27:03 [2021-03-01T19:27:03.117Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:27:03 [2021-03-01T19:27:03.117Z] === RUN   TestInspectOomKilledFalse
19:27:03 [2021-03-01T19:27:03.117Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
19:27:03 [2021-03-01T19:27:03.117Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:27:03 [2021-03-01T19:27:03.117Z] === RUN   TestLinksEtcHostsContentMatch
19:27:03 [2021-03-01T19:27:03.224Z] Removing bundles/
19:27:03 [2021-03-01T19:27:03.224Z] 
19:27:03 [2021-03-01T19:27:03.224Z] ---> Making bundle: cross (in bundles/cross)
19:27:03 [2021-03-01T19:27:03.224Z] Cross building: bundles/cross/linux/amd64
19:27:03 [2021-03-01T19:27:03.224Z] Building: bundles/cross/linux/amd64/dockerd-dev
19:27:03 [2021-03-01T19:27:03.224Z] GOOS="linux" GOARCH="amd64" GOARM=""
19:27:04 [2021-03-01T19:27:04.062Z] --- PASS: TestLinksEtcHostsContentMatch (0.69s)
19:27:04 [2021-03-01T19:27:04.062Z] === RUN   TestLinksContainerNames
19:27:05 [2021-03-01T19:27:05.006Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
19:27:05 [2021-03-01T19:27:05.006Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
19:27:05 [2021-03-01T19:27:05.227Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.41s)
19:27:05 [2021-03-01T19:27:05.227Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
19:27:05 [2021-03-01T19:27:05.269Z] --- PASS: TestLinksContainerNames (1.50s)
19:27:05 [2021-03-01T19:27:05.269Z] === RUN   TestLogsFollowTailEmpty
19:27:05 [2021-03-01T19:27:05.803Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.85s)
19:27:05 [2021-03-01T19:27:05.803Z] === RUN   TestServiceWithPredefinedNetwork
19:27:06 [2021-03-01T19:27:06.213Z] --- PASS: TestLogsFollowTailEmpty (0.78s)
19:27:06 [2021-03-01T19:27:06.214Z] === RUN   TestContainerNetworkMountsNoChown
19:27:06 [2021-03-01T19:27:06.924Z] --- PASS: TestServiceCreateInit (7.98s)
19:27:06 [2021-03-01T19:27:06.924Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.98s)
19:27:06 [2021-03-01T19:27:06.924Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.98s)
19:27:06 [2021-03-01T19:27:06.924Z] === RUN   TestCreateServiceMultipleTimes
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
19:27:07 [2021-03-01T19:27:07.160Z] --- PASS: TestContainerNetworkMountsNoChown (0.91s)
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/default
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/default
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/private
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/private
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rprivate
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rprivate
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/slave
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/slave
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rslave
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rslave
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/shared
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/shared
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rshared
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rshared
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/default
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/rslave
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/default/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/default/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/rshared
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/shared
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/rprivate
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/slave
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/private
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/private/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/private/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:27:07 [2021-03-01T19:27:07.160Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:27:07 [2021-03-01T19:27:07.160Z] === CONT  TestMountDaemonRoot/default/bind_root
19:27:07 [2021-03-01T19:27:07.421Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:27:07 [2021-03-01T19:27:07.421Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:27:07 [2021-03-01T19:27:07.421Z] === CONT  TestMountDaemonRoot/default/mount_root
19:27:07 [2021-03-01T19:27:07.421Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:27:07 [2021-03-01T19:27:07.421Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:27:07 [2021-03-01T19:27:07.421Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:27:07 [2021-03-01T19:27:07.421Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/private/mount_root
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:27:07 [2021-03-01T19:27:07.683Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:27:07 [2021-03-01T19:27:07.945Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:27:07 [2021-03-01T19:27:07.945Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:27:07 [2021-03-01T19:27:07.945Z] === CONT  TestMountDaemonRoot/private/bind_root
19:27:07 [2021-03-01T19:27:07.945Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:27:07 [2021-03-01T19:27:07.945Z] --- PASS: TestMountDaemonRoot (0.04s)
19:27:07 [2021-03-01T19:27:07.945Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.13s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.11s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s)
19:27:07 [2021-03-01T19:27:07.945Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
19:27:07 [2021-03-01T19:27:07.945Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s)
19:27:07 [2021-03-01T19:27:07.945Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
19:27:07 [2021-03-01T19:27:07.945Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
19:27:07 [2021-03-01T19:27:07.945Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.07s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
19:27:07 [2021-03-01T19:27:07.945Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
19:27:07 [2021-03-01T19:27:07.945Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
19:27:07 [2021-03-01T19:27:07.945Z] === RUN   TestContainerBindMountNonRecursive
19:27:08 [2021-03-01T19:27:08.891Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
19:27:09 [2021-03-01T19:27:09.121Z] --- PASS: TestServiceWithPredefinedNetwork (3.37s)
19:27:09 [2021-03-01T19:27:09.121Z] === RUN   TestServiceRemoveKeepsIngressNetwork
19:27:09 [2021-03-01T19:27:09.121Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
19:27:09 [2021-03-01T19:27:09.121Z]     service_test.go:242: FLAKY_TEST
19:27:09 [2021-03-01T19:27:09.121Z] === RUN   TestServiceWithDataPathPortInit
19:27:10 [2021-03-01T19:27:10.809Z] --- PASS: TestContainerBindMountNonRecursive (2.65s)
19:27:10 [2021-03-01T19:27:10.809Z] === RUN   TestContainerVolumesMountedAsShared
19:27:11 [2021-03-01T19:27:11.384Z] --- PASS: TestContainerVolumesMountedAsShared (0.74s)
19:27:11 [2021-03-01T19:27:11.384Z] === RUN   TestContainerVolumesMountedAsSlave
19:27:11 [2021-03-01T19:27:11.647Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
19:27:11 [2021-03-01T19:27:11.908Z] --- PASS: TestContainerVolumesMountedAsSlave (0.61s)
19:27:11 [2021-03-01T19:27:11.908Z] === RUN   TestNetworkNat
19:27:13 [2021-03-01T19:27:13.303Z] --- PASS: TestNetworkNat (1.44s)
19:27:13 [2021-03-01T19:27:13.303Z] === RUN   TestNetworkLocalhostTCPNat
19:27:13 [2021-03-01T19:27:13.957Z] --- PASS: TestServiceUpdateSecrets (16.08s)
19:27:13 [2021-03-01T19:27:13.957Z] === RUN   TestServiceUpdateConfigs
19:27:14 [2021-03-01T19:27:14.248Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s)
19:27:14 [2021-03-01T19:27:14.248Z] === RUN   TestNetworkLoopbackNat
19:27:14 [2021-03-01T19:27:14.821Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
19:27:16 [2021-03-01T19:27:16.770Z] === RUN   TestMiddlewares
19:27:16 [2021-03-01T19:27:16.770Z] --- PASS: TestMiddlewares (0.00s)
19:27:16 [2021-03-01T19:27:16.770Z] PASS
19:27:16 [2021-03-01T19:27:16.770Z] coverage: 9.0% of statements
19:27:16 [2021-03-01T19:27:16.770Z] ok  	github.com/docker/docker/api/server	0.070s	coverage: 9.0% of statements
19:27:17 [2021-03-01T19:27:17.375Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
19:27:17 [2021-03-01T19:27:17.637Z] --- PASS: TestNetworkLoopbackNat (3.41s)
19:27:17 [2021-03-01T19:27:17.638Z] === RUN   TestPause
19:27:18 [2021-03-01T19:27:18.582Z] --- PASS: TestPause (1.01s)
19:27:18 [2021-03-01T19:27:18.582Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:27:18 [2021-03-01T19:27:18.582Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:27:18 [2021-03-01T19:27:18.582Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:27:18 [2021-03-01T19:27:18.582Z] === RUN   TestPauseStopPausedContainer
19:27:19 [2021-03-01T19:27:19.154Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
19:27:19 [2021-03-01T19:27:19.728Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
19:27:19 [2021-03-01T19:27:19.728Z] --- PASS: TestPauseStopPausedContainer (1.16s)
19:27:19 [2021-03-01T19:27:19.728Z] === RUN   TestPsFilter
19:27:19 [2021-03-01T19:27:19.990Z] --- PASS: TestPsFilter (0.14s)
19:27:19 [2021-03-01T19:27:19.990Z] === RUN   TestRemoveContainerWithRemovedVolume
19:27:20 [2021-03-01T19:27:20.934Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s)
19:27:20 [2021-03-01T19:27:20.934Z] === RUN   TestRemoveContainerWithVolume
19:27:21 [2021-03-01T19:27:21.506Z] --- PASS: TestRemoveContainerWithVolume (0.87s)
19:27:21 [2021-03-01T19:27:21.506Z] === RUN   TestRemoveContainerRunning
19:27:22 [2021-03-01T19:27:22.080Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
19:27:22 [2021-03-01T19:27:22.341Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
19:27:22 [2021-03-01T19:27:22.341Z] --- PASS: TestRemoveContainerRunning (0.78s)
19:27:22 [2021-03-01T19:27:22.341Z] === RUN   TestRemoveContainerForceRemoveRunning
19:27:23 [2021-03-01T19:27:23.287Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s)
19:27:23 [2021-03-01T19:27:23.287Z] === RUN   TestRemoveInvalidContainer
19:27:23 [2021-03-01T19:27:23.287Z] --- PASS: TestRemoveInvalidContainer (0.03s)
19:27:23 [2021-03-01T19:27:23.287Z] === RUN   TestRenameLinkedContainer
19:27:23 [2021-03-01T19:27:23.287Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
19:27:24 [2021-03-01T19:27:24.960Z] --- PASS: TestCreateServiceMultipleTimes (16.12s)
19:27:24 [2021-03-01T19:27:24.960Z] === RUN   TestCreateServiceConflict
19:27:24 [2021-03-01T19:27:24.960Z] --- PASS: TestCreateServiceConflict (2.29s)
19:27:24 [2021-03-01T19:27:24.960Z] === RUN   TestCreateServiceMaxReplicas
19:27:26 [2021-03-01T19:27:26.026Z] --- PASS: TestBuildWithHugeFile (56.51s)
19:27:26 [2021-03-01T19:27:26.026Z] === RUN   TestBuildWCOWSandboxSize
19:27:26 [2021-03-01T19:27:26.026Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
19:27:26 [2021-03-01T19:27:26.026Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:27:26 [2021-03-01T19:27:26.026Z] === RUN   TestBuildWithEmptyDockerfile
19:27:26 [2021-03-01T19:27:26.026Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:27:26 [2021-03-01T19:27:26.026Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:27:26 [2021-03-01T19:27:26.026Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:27:26 [2021-03-01T19:27:26.026Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:27:26 [2021-03-01T19:27:26.026Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:27:26 [2021-03-01T19:27:26.026Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:27:26 [2021-03-01T19:27:26.026Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:27:26 [2021-03-01T19:27:26.026Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:27:26 [2021-03-01T19:27:26.026Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:27:26 [2021-03-01T19:27:26.026Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s)
19:27:26 [2021-03-01T19:27:26.026Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.29s)
19:27:26 [2021-03-01T19:27:26.026Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.30s)
19:27:26 [2021-03-01T19:27:26.026Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.31s)
19:27:26 [2021-03-01T19:27:26.026Z] === RUN   TestBuildPreserveOwnership
19:27:26 [2021-03-01T19:27:26.026Z] === RUN   TestBuildPreserveOwnership/copy_from
19:27:26 [2021-03-01T19:27:26.639Z] --- PASS: TestRenameLinkedContainer (3.30s)
19:27:26 [2021-03-01T19:27:26.639Z] === RUN   TestRenameStoppedContainer
19:27:27 [2021-03-01T19:27:27.210Z] --- PASS: TestRenameStoppedContainer (0.75s)
19:27:27 [2021-03-01T19:27:27.210Z] === RUN   TestRenameRunningContainerAndReuse
19:27:27 [2021-03-01T19:27:27.269Z] --- PASS: TestServiceWithDataPathPortInit (18.09s)
19:27:27 [2021-03-01T19:27:27.269Z] === RUN   TestServiceWithDefaultAddressPoolInit
19:27:27 [2021-03-01T19:27:27.521Z] --- PASS: TestCreateServiceMaxReplicas (2.67s)
19:27:27 [2021-03-01T19:27:27.521Z] === RUN   TestCreateWithDuplicateNetworkNames
19:27:28 [2021-03-01T19:27:28.120Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
19:27:28 [2021-03-01T19:27:28.596Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
19:27:28 [2021-03-01T19:27:28.857Z] --- PASS: TestRenameRunningContainerAndReuse (1.70s)
19:27:28 [2021-03-01T19:27:28.857Z] === RUN   TestRenameInvalidName
19:27:29 [2021-03-01T19:27:29.654Z] --- PASS: TestBuildPreserveOwnership (3.83s)
19:27:29 [2021-03-01T19:27:29.654Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.49s)
19:27:29 [2021-03-01T19:27:29.654Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.33s)
19:27:29 [2021-03-01T19:27:29.654Z] === RUN   TestBuildPlatformInvalid
19:27:29 [2021-03-01T19:27:29.654Z] --- PASS: TestBuildPlatformInvalid (0.11s)
19:27:29 [2021-03-01T19:27:29.654Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
19:27:29 [2021-03-01T19:27:29.802Z] --- PASS: TestRenameInvalidName (0.90s)
19:27:29 [2021-03-01T19:27:29.802Z] === RUN   TestRenameAnonymousContainer
19:27:31 [2021-03-01T19:27:31.718Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
19:27:32 [2021-03-01T19:27:32.561Z] --- PASS: TestServiceUpdateConfigs (15.87s)
19:27:32 [2021-03-01T19:27:32.561Z] === RUN   TestServiceUpdateNetwork
19:27:33 [2021-03-01T19:27:33.106Z] --- PASS: TestRenameAnonymousContainer (3.12s)
19:27:33 [2021-03-01T19:27:33.106Z] === RUN   TestRenameContainerWithSameName
19:27:33 [2021-03-01T19:27:33.680Z] --- PASS: TestRenameContainerWithSameName (0.70s)
19:27:33 [2021-03-01T19:27:33.680Z] === RUN   TestRenameContainerWithLinkedContainer
19:27:34 [2021-03-01T19:27:34.624Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
19:27:35 [2021-03-01T19:27:35.569Z] --- PASS: TestRenameContainerWithLinkedContainer (1.68s)
19:27:35 [2021-03-01T19:27:35.569Z] === RUN   TestResize
19:27:36 [2021-03-01T19:27:36.142Z] --- PASS: TestResize (0.75s)
19:27:36 [2021-03-01T19:27:36.142Z] === RUN   TestResizeWithInvalidSize
19:27:36 [2021-03-01T19:27:36.714Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
19:27:36 [2021-03-01T19:27:36.976Z] --- PASS: TestResizeWithInvalidSize (0.87s)
19:27:36 [2021-03-01T19:27:36.976Z] === RUN   TestResizeWhenContainerNotStarted
19:27:37 [2021-03-01T19:27:37.294Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.18s)
19:27:37 [2021-03-01T19:27:37.294Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:t3ss1gmqmt7zocbubvehxz481 Created:2021-03-01 19:27:28.840048127 +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[568f9b873f99ad09994073129e39607805871a924f9f834452f706a3af680003:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nmz78y69w7of70jyjl65d83f4 EndpointID:7977ba90d8aa6581dc8ece9f7e13bbc00f119a62cbe15ae4d6223619b325a38f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e7261615a39e1e4ebe15981d2c55bc3e4598df2cfd8fd132fb618d4a142a3983 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:73605f7d9500 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.nmz78y69w7of70jyjl65d83f4 EndpointID:7977ba90d8aa6581dc8ece9f7e13bbc00f119a62cbe15ae4d6223619b325a38f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
19:27:37 [2021-03-01T19:27:37.294Z] PASS
19:27:37 [2021-03-01T19:27:37.294Z] 
19:27:37 [2021-03-01T19:27:37.294Z] === Skipped
19:27:37 [2021-03-01T19:27:37.294Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
19:27:37 [2021-03-01T19:27:37.294Z]     service_test.go:242: FLAKY_TEST
19:27:37 [2021-03-01T19:27:37.294Z] 
19:27:37 [2021-03-01T19:27:37.294Z] 
19:27:37 [2021-03-01T19:27:37.294Z] DONE 26 tests, 1 skipped in 60.708s
19:27:37 [2021-03-01T19:27:37.294Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
19:27:37 [2021-03-01T19:27:37.294Z] ++ 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
19:27:37 [2021-03-01T19:27:37.294Z] ++ set -e
19:27:37 [2021-03-01T19:27:37.294Z] ++ '[' -n 0 ']'
19:27:37 [2021-03-01T19:27:37.294Z] ++ set -x
19:27:37 [2021-03-01T19:27:37.294Z] ++ 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
19:27:37 [2021-03-01T19:27:37.294Z] INFO: Testing against a local daemon
19:27:37 [2021-03-01T19:27:37.294Z] === RUN   TestDockerNetworkIpvlanPersistance
19:27:37 [2021-03-01T19:27:37.294Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
19:27:37 [2021-03-01T19:27:37.294Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:27:37 [2021-03-01T19:27:37.294Z] === RUN   TestDockerNetworkIpvlan
19:27:37 [2021-03-01T19:27:37.294Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
19:27:37 [2021-03-01T19:27:37.294Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:27:37 [2021-03-01T19:27:37.294Z] PASS
19:27:37 [2021-03-01T19:27:37.294Z] 
19:27:37 [2021-03-01T19:27:37.294Z] === Skipped
19:27:37 [2021-03-01T19:27:37.294Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
19:27:37 [2021-03-01T19:27:37.294Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:27:37 [2021-03-01T19:27:37.294Z] 
19:27:37 [2021-03-01T19:27:37.294Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
19:27:37 [2021-03-01T19:27:37.294Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:27:37 [2021-03-01T19:27:37.294Z] 
19:27:37 [2021-03-01T19:27:37.294Z] 
19:27:37 [2021-03-01T19:27:37.294Z] DONE 2 tests, 2 skipped in 0.159s
19:27:37 [2021-03-01T19:27:37.294Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
19:27:37 [2021-03-01T19:27:37.294Z] ++ 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
19:27:37 [2021-03-01T19:27:37.294Z] ++ set -e
19:27:37 [2021-03-01T19:27:37.294Z] ++ '[' -n 0 ']'
19:27:37 [2021-03-01T19:27:37.294Z] ++ set -x
19:27:37 [2021-03-01T19:27:37.294Z] ++ 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
19:27:37 [2021-03-01T19:27:37.294Z] INFO: Testing against a local daemon
19:27:37 [2021-03-01T19:27:37.294Z] === RUN   TestDockerNetworkMacvlanPersistance
19:27:37 [2021-03-01T19:27:37.919Z] --- PASS: TestResizeWhenContainerNotStarted (0.75s)
19:27:37 [2021-03-01T19:27:37.919Z] === RUN   TestDaemonRestartKillContainers
19:27:37 [2021-03-01T19:27:37.919Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:27:37 [2021-03-01T19:27:37.919Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:27:37 [2021-03-01T19:27:37.920Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
19:27:38 [2021-03-01T19:27:38.181Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
19:27:39 [2021-03-01T19:27:39.218Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.19s)
19:27:39 [2021-03-01T19:27:39.218Z] === RUN   TestDockerNetworkMacvlan
19:27:40 [2021-03-01T19:27:40.166Z] === RUN   TestDockerNetworkMacvlan/Subinterface
19:27:40 [2021-03-01T19:27:40.728Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:27:40 [2021-03-01T19:27:40.728Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
19:27:40 [2021-03-01T19:27:40.728Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
19:27:40 [2021-03-01T19:27:40.989Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:27:41 [2021-03-01T19:27:41.113Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
19:27:41 [2021-03-01T19:27:41.250Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
19:27:42 [2021-03-01T19:27:42.352Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.93s)
19:27:42 [2021-03-01T19:27:42.352Z] === RUN   TestCreateServiceSecretFileMode
19:27:42 [2021-03-01T19:27:42.352Z] --- PASS: TestCreateServiceSecretFileMode (2.14s)
19:27:42 [2021-03-01T19:27:42.352Z] === RUN   TestCreateServiceConfigFileMode
19:27:42 [2021-03-01T19:27:42.506Z] === RUN   TestDockerNetworkMacvlan/NilParent
19:27:43 [2021-03-01T19:27:43.801Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
19:27:44 [2021-03-01T19:27:44.745Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:27:45 [2021-03-01T19:27:45.052Z] Loaded image: buildpack-deps:buster
19:27:45 [2021-03-01T19:27:45.052Z] Loaded image: busybox:latest
19:27:45 [2021-03-01T19:27:45.052Z] Loaded image: busybox:glibc
19:27:45 [2021-03-01T19:27:45.318Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:27:45 [2021-03-01T19:27:45.615Z] --- PASS: TestCreateServiceConfigFileMode (2.57s)
19:27:45 [2021-03-01T19:27:45.615Z] === RUN   TestCreateServiceSysctls
19:27:45 [2021-03-01T19:27:45.692Z] Loaded image: debian:bullseye
19:27:45 [2021-03-01T19:27:45.693Z] Loaded image: hello-world:latest
19:27:45 [2021-03-01T19:27:45.693Z] Loaded image: arm32v7/hello-world:latest
19:27:45 [2021-03-01T19:27:45.821Z] === RUN   TestDockerNetworkMacvlan/InternalMode
19:27:46 [2021-03-01T19:27:46.708Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
19:27:47 [2021-03-01T19:27:47.282Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:27:47 [2021-03-01T19:27:47.922Z] --- PASS: TestServiceUpdateNetwork (16.97s)
19:27:47 [2021-03-01T19:27:47.922Z] === RUN   TestServiceUpdatePidsLimit
19:27:48 [2021-03-01T19:27:48.126Z] --- PASS: TestCreateServiceSysctls (2.78s)
19:27:48 [2021-03-01T19:27:48.126Z] === RUN   TestCreateServiceCapabilities
19:27:48 [2021-03-01T19:27:48.215Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
19:27:48 [2021-03-01T19:27:48.224Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:27:49 [2021-03-01T19:27:49.136Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
19:27:49 [2021-03-01T19:27:49.253Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
19:27:50 [2021-03-01T19:27:50.140Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:27:50 [2021-03-01T19:27:50.402Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:27:50 [2021-03-01T19:27:50.700Z] --- PASS: TestCreateServiceCapabilities (2.60s)
19:27:50 [2021-03-01T19:27:50.700Z] === RUN   TestInspect
19:27:52 [2021-03-01T19:27:52.320Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
19:27:52 [2021-03-01T19:27:52.320Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:27:52 [2021-03-01T19:27:52.320Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:27:52 [2021-03-01T19:27:52.655Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.47s)
19:27:52 [2021-03-01T19:27:52.655Z] PASS
19:27:52 [2021-03-01T19:27:52.655Z] 
19:27:52 [2021-03-01T19:27:52.655Z] === Skipped
19:27:52 [2021-03-01T19:27:52.655Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s)
19:27:52 [2021-03-01T19:27:52.655Z]     build_session_test.go:25: TODO: BuildKit
19:27:52 [2021-03-01T19:27:52.655Z] 
19:27:52 [2021-03-01T19:27:52.655Z] === SKIP: ppc64le.integration.build TestBuildWCOWSandboxSize (0.01s)
19:27:52 [2021-03-01T19:27:52.655Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
19:27:52 [2021-03-01T19:27:52.655Z] 
19:27:52 [2021-03-01T19:27:52.655Z] 
19:27:52 [2021-03-01T19:27:52.655Z] DONE 34 tests, 2 skipped in 121.071s
19:27:52 [2021-03-01T19:27:52.655Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m 
19:27:52 [2021-03-01T19:27:52.655Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m
19:27:52 [2021-03-01T19:27:52.655Z] ++ set -e
19:27:52 [2021-03-01T19:27:52.655Z] ++ '[' -n 0 ']'
19:27:52 [2021-03-01T19:27:52.655Z] ++ set -x
19:27:52 [2021-03-01T19:27:52.655Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m
19:27:52 [2021-03-01T19:27:52.655Z] INFO: Testing against a local daemon
19:27:52 [2021-03-01T19:27:52.655Z] === RUN   TestConfigInspect
19:27:53 [2021-03-01T19:27:53.265Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
19:27:53 [2021-03-01T19:27:53.992Z] --- PASS: TestInspect (2.97s)
19:27:53 [2021-03-01T19:27:53.992Z] === RUN   TestCreateJob
19:27:54 [2021-03-01T19:27:54.175Z] --- PASS: TestConfigInspect (1.93s)
19:27:54 [2021-03-01T19:27:54.175Z] === RUN   TestConfigList
19:27:54 [2021-03-01T19:27:54.655Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
19:27:54 [2021-03-01T19:27:54.917Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.86s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.30s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.08s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.39s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.74s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.71s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.99s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.99s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.94s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.88s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.67s)
19:27:54 [2021-03-01T19:27:54.917Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.61s)
19:27:54 [2021-03-01T19:27:54.917Z] === RUN   TestCgroupNamespacesRun
19:27:55 [2021-03-01T19:27:55.179Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
19:27:55 [2021-03-01T19:27:55.745Z] === RUN   TestDockerNetworkMacvlan/Addressing
19:27:55 [2021-03-01T19:27:55.753Z] === RUN   TestDockerSuite/TestBuildCacheAdd
19:27:56 [2021-03-01T19:27:56.263Z] --- PASS: TestConfigList (1.92s)
19:27:56 [2021-03-01T19:27:56.263Z] === RUN   TestConfigsCreateAndDelete
19:27:56 [2021-03-01T19:27:56.698Z] --- PASS: TestCgroupNamespacesRun (1.74s)
19:27:56 [2021-03-01T19:27:56.698Z] === RUN   TestCgroupNamespacesRunPrivileged
19:27:56 [2021-03-01T19:27:56.698Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
19:27:56 [2021-03-01T19:27:56.698Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
19:27:57 [2021-03-01T19:27:57.258Z] --- PASS: TestCreateJob (3.30s)
19:27:57 [2021-03-01T19:27:57.258Z] === RUN   TestReplicatedJob
19:27:57 [2021-03-01T19:27:57.642Z] === RUN   TestDockerSuite/TestBuildCacheFrom
19:27:57 [2021-03-01T19:27:57.669Z] --- PASS: TestDockerNetworkMacvlan (18.35s)
19:27:57 [2021-03-01T19:27:57.669Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s)
19:27:57 [2021-03-01T19:27:57.669Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s)
19:27:57 [2021-03-01T19:27:57.669Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.95s)
19:27:57 [2021-03-01T19:27:57.669Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.04s)
19:27:57 [2021-03-01T19:27:57.669Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.87s)
19:27:57 [2021-03-01T19:27:57.669Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.31s)
19:27:57 [2021-03-01T19:27:57.669Z] PASS
19:27:57 [2021-03-01T19:27:57.669Z] 
19:27:57 [2021-03-01T19:27:57.669Z] DONE 8 tests in 20.736s
19:27:57 [2021-03-01T19:27:57.669Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
19:27:57 [2021-03-01T19:27:57.669Z] ++ 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
19:27:57 [2021-03-01T19:27:57.669Z] ++ set -e
19:27:57 [2021-03-01T19:27:57.669Z] ++ '[' -n 0 ']'
19:27:57 [2021-03-01T19:27:57.669Z] ++ set -x
19:27:57 [2021-03-01T19:27:57.669Z] ++ 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
19:27:57 [2021-03-01T19:27:57.669Z] testing: warning: no tests to run
19:27:57 [2021-03-01T19:27:57.669Z] PASS
19:27:57 [2021-03-01T19:27:57.669Z] 
19:27:57 [2021-03-01T19:27:57.669Z] DONE 0 tests in 0.027s
19:27:57 [2021-03-01T19:27:57.669Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
19:27:57 [2021-03-01T19:27:57.669Z] ++ 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
19:27:57 [2021-03-01T19:27:57.669Z] ++ set -e
19:27:57 [2021-03-01T19:27:57.669Z] ++ '[' -n 0 ']'
19:27:57 [2021-03-01T19:27:57.669Z] ++ set -x
19:27:57 [2021-03-01T19:27:57.669Z] ++ 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
19:27:57 [2021-03-01T19:27:57.669Z] INFO: Testing against a local daemon
19:27:57 [2021-03-01T19:27:57.669Z] === RUN   TestAuthZPluginAllowRequest
19:27:57 [2021-03-01T19:27:57.783Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
19:27:58 [2021-03-01T19:27:58.215Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.71s)
19:27:58 [2021-03-01T19:27:58.215Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:27:58 [2021-03-01T19:27:58.347Z] --- PASS: TestConfigsCreateAndDelete (1.95s)
19:27:58 [2021-03-01T19:27:58.347Z] === RUN   TestConfigsUpdate
19:27:59 [2021-03-01T19:27:59.158Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
19:27:59 [2021-03-01T19:27:59.594Z] --- PASS: TestAuthZPluginAllowRequest (1.80s)
19:27:59 [2021-03-01T19:27:59.594Z] === RUN   TestAuthZPluginTLS
19:27:59 [2021-03-01T19:27:59.876Z] --- PASS: TestConfigsUpdate (1.89s)
19:27:59 [2021-03-01T19:27:59.876Z] === RUN   TestTemplatedConfig
19:28:00 [2021-03-01T19:28:00.102Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.73s)
19:28:00 [2021-03-01T19:28:00.102Z] === RUN   TestCgroupNamespacesRunHostMode
19:28:00 [2021-03-01T19:28:00.170Z] --- PASS: TestAuthZPluginTLS (0.70s)
19:28:00 [2021-03-01T19:28:00.170Z] === RUN   TestAuthZPluginDenyRequest
19:28:00 [2021-03-01T19:28:00.745Z] --- PASS: TestAuthZPluginDenyRequest (0.68s)
19:28:00 [2021-03-01T19:28:00.745Z] === RUN   TestAuthZPluginAPIDenyResponse
19:28:01 [2021-03-01T19:28:01.321Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s)
19:28:01 [2021-03-01T19:28:01.321Z] === RUN   TestAuthZPluginDenyResponse
19:28:02 [2021-03-01T19:28:02.020Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s)
19:28:02 [2021-03-01T19:28:02.020Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:28:02 [2021-03-01T19:28:02.270Z] --- PASS: TestAuthZPluginDenyResponse (0.69s)
19:28:02 [2021-03-01T19:28:02.270Z] === RUN   TestAuthZPluginAllowEventStream
19:28:02 [2021-03-01T19:28:02.281Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
19:28:02 [2021-03-01T19:28:02.281Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
19:28:02 [2021-03-01T19:28:02.281Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
19:28:02 [2021-03-01T19:28:02.496Z] --- PASS: TestReplicatedJob (5.43s)
19:28:02 [2021-03-01T19:28:02.496Z] === RUN   TestUpdateReplicatedJob
19:28:02 [2021-03-01T19:28:02.621Z] --- PASS: TestTemplatedConfig (2.51s)
19:28:02 [2021-03-01T19:28:02.621Z] === RUN   TestConfigCreateResolve
19:28:04 [2021-03-01T19:28:04.197Z] --- PASS: TestAuthZPluginAllowEventStream (1.78s)
19:28:04 [2021-03-01T19:28:04.197Z] === RUN   TestAuthZPluginErrorResponse
19:28:04 [2021-03-01T19:28:04.197Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
19:28:04 [2021-03-01T19:28:04.197Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.01s)
19:28:04 [2021-03-01T19:28:04.197Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:28:04 [2021-03-01T19:28:04.460Z] --- PASS: TestAuthZPluginErrorResponse (0.66s)
19:28:04 [2021-03-01T19:28:04.460Z] === RUN   TestAuthZPluginErrorRequest
19:28:04 [2021-03-01T19:28:04.693Z] --- PASS: TestServiceUpdatePidsLimit (18.09s)
19:28:04 [2021-03-01T19:28:04.693Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s)
19:28:04 [2021-03-01T19:28:04.693Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.24s)
19:28:04 [2021-03-01T19:28:04.693Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s)
19:28:04 [2021-03-01T19:28:04.693Z] PASS
19:28:04 [2021-03-01T19:28:04.693Z] 
19:28:04 [2021-03-01T19:28:04.693Z] === Skipped
19:28:04 [2021-03-01T19:28:04.693Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s)
19:28:04 [2021-03-01T19:28:04.693Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:28:04 [2021-03-01T19:28:04.693Z] 
19:28:04 [2021-03-01T19:28:04.693Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s)
19:28:04 [2021-03-01T19:28:04.693Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:28:04 [2021-03-01T19:28:04.693Z] 
19:28:04 [2021-03-01T19:28:04.693Z] 
19:28:04 [2021-03-01T19:28:04.693Z] DONE 27 tests, 2 skipped in 177.934s
19:28:04 [2021-03-01T19:28:04.711Z] --- PASS: TestConfigCreateResolve (1.96s)
19:28:04 [2021-03-01T19:28:04.711Z] === RUN   TestConfigDaemonLibtrustID
19:28:04 [2021-03-01T19:28:04.711Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
19:28:04 [2021-03-01T19:28:04.711Z] PASS
19:28:04 [2021-03-01T19:28:04.711Z] 
19:28:04 [2021-03-01T19:28:04.711Z] DONE 7 tests in 12.758s
19:28:04 [2021-03-01T19:28:04.711Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m 
19:28:04 [2021-03-01T19:28:04.711Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m
19:28:04 [2021-03-01T19:28:04.711Z] ++ set -e
19:28:04 [2021-03-01T19:28:04.711Z] ++ '[' -n 0 ']'
19:28:04 [2021-03-01T19:28:04.711Z] ++ set -x
19:28:04 [2021-03-01T19:28:04.711Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m
19:28:04 [2021-03-01T19:28:04.986Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m 
19:28:04 [2021-03-01T19:28:04.986Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m
19:28:04 [2021-03-01T19:28:04.986Z] ++ set -e
19:28:04 [2021-03-01T19:28:04.986Z] ++ '[' -n 0 ']'
19:28:04 [2021-03-01T19:28:04.986Z] ++ set -x
19:28:04 [2021-03-01T19:28:04.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m
19:28:04 [2021-03-01T19:28:04.986Z] INFO: Testing against a local daemon
19:28:04 [2021-03-01T19:28:04.986Z] === RUN   TestSessionCreate
19:28:04 [2021-03-01T19:28:04.986Z] --- PASS: TestSessionCreate (0.03s)
19:28:04 [2021-03-01T19:28:04.986Z] === RUN   TestSessionCreateWithBadUpgrade
19:28:04 [2021-03-01T19:28:04.986Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
19:28:04 [2021-03-01T19:28:04.986Z] PASS
19:28:04 [2021-03-01T19:28:04.986Z] 
19:28:04 [2021-03-01T19:28:04.986Z] DONE 2 tests in 0.215s
19:28:04 [2021-03-01T19:28:04.986Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m 
19:28:04 [2021-03-01T19:28:04.986Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m
19:28:04 [2021-03-01T19:28:04.986Z] ++ set -e
19:28:04 [2021-03-01T19:28:04.986Z] ++ '[' -n 0 ']'
19:28:04 [2021-03-01T19:28:04.986Z] ++ set -x
19:28:04 [2021-03-01T19:28:04.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=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m
19:28:05 [2021-03-01T19:28:05.006Z] INFO: Testing against a local daemon
19:28:05 [2021-03-01T19:28:05.006Z] === RUN   TestCheckpoint
19:28:05 [2021-03-01T19:28:05.006Z] --- SKIP: TestCheckpoint (0.00s)
19:28:05 [2021-03-01T19:28:05.006Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:28:05 [2021-03-01T19:28:05.006Z] === RUN   TestContainerInvalidJSON
19:28:05 [2021-03-01T19:28:05.006Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:28:05 [2021-03-01T19:28:05.006Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:28:05 [2021-03-01T19:28:05.006Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:28:05 [2021-03-01T19:28:05.006Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:28:05 [2021-03-01T19:28:05.006Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:28:05 [2021-03-01T19:28:05.007Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:28:05 [2021-03-01T19:28:05.007Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:28:05 [2021-03-01T19:28:05.007Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:28:05 [2021-03-01T19:28:05.007Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:28:05 [2021-03-01T19:28:05.007Z] --- PASS: TestContainerInvalidJSON (0.02s)
19:28:05 [2021-03-01T19:28:05.007Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
19:28:05 [2021-03-01T19:28:05.007Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
19:28:05 [2021-03-01T19:28:05.007Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:28:05 [2021-03-01T19:28:05.007Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:28:05 [2021-03-01T19:28:05.007Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
19:28:05 [2021-03-01T19:28:05.007Z] === RUN   TestCopyFromContainerPathIsNotDir
19:28:05 [2021-03-01T19:28:05.007Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
19:28:05 [2021-03-01T19:28:05.007Z] === RUN   TestCopyToContainerPathDoesNotExist
19:28:05 [2021-03-01T19:28:05.010Z] --- PASS: TestUpdateReplicatedJob (2.82s)
19:28:05 [2021-03-01T19:28:05.010Z] === RUN   TestServiceListWithStatuses
19:28:05 [2021-03-01T19:28:05.010Z] --- SKIP: TestServiceListWithStatuses (0.01s)
19:28:05 [2021-03-01T19:28:05.010Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:28:05 [2021-03-01T19:28:05.010Z] === RUN   TestDockerNetworkConnectAlias
19:28:05 [2021-03-01T19:28:05.142Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
19:28:05 [2021-03-01T19:28:05.279Z] INFO: Testing against a local daemon
19:28:05 [2021-03-01T19:28:05.279Z] === RUN   TestCgroupDriverSystemdMemoryLimit
19:28:05 [2021-03-01T19:28:05.279Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
19:28:05 [2021-03-01T19:28:05.279Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:28:05 [2021-03-01T19:28:05.279Z] === RUN   TestEventsExecDie
19:28:05 [2021-03-01T19:28:05.303Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
19:28:05 [2021-03-01T19:28:05.303Z] === RUN   TestCopyToContainerPathIsNotDir
19:28:05 [2021-03-01T19:28:05.303Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
19:28:05 [2021-03-01T19:28:05.303Z] === RUN   TestCopyFromContainer
19:28:05 [2021-03-01T19:28:05.411Z] --- PASS: TestAuthZPluginErrorRequest (0.66s)
19:28:05 [2021-03-01T19:28:05.411Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
19:28:05 [2021-03-01T19:28:05.715Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.68s)
19:28:05 [2021-03-01T19:28:05.715Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:28:05 [2021-03-01T19:28:05.977Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
19:28:05 [2021-03-01T19:28:05.990Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.75s)
19:28:05 [2021-03-01T19:28:05.990Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
19:28:06 [2021-03-01T19:28:06.238Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
19:28:06 [2021-03-01T19:28:06.317Z] --- PASS: TestEventsExecDie (0.97s)
19:28:06 [2021-03-01T19:28:06.317Z] === RUN   TestEventsBackwardsCompatible
19:28:06 [2021-03-01T19:28:06.317Z] --- PASS: TestEventsBackwardsCompatible (0.11s)
19:28:06 [2021-03-01T19:28:06.317Z] === RUN   TestInfoBinaryCommits
19:28:06 [2021-03-01T19:28:06.317Z] --- PASS: TestInfoBinaryCommits (0.01s)
19:28:06 [2021-03-01T19:28:06.317Z] === RUN   TestInfoAPIVersioned
19:28:06 [2021-03-01T19:28:06.317Z] --- PASS: TestInfoAPIVersioned (0.01s)
19:28:06 [2021-03-01T19:28:06.317Z] === RUN   TestInfoDiscoveryBackend
19:28:06 [2021-03-01T19:28:06.360Z] === RUN   TestCopyFromContainer//
19:28:06 [2021-03-01T19:28:06.500Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.95s)
19:28:06 [2021-03-01T19:28:06.500Z] === RUN   TestCgroupNamespacesRunOlderClient
19:28:06 [2021-03-01T19:28:06.656Z] === RUN   TestCopyFromContainer//bar/root
19:28:06 [2021-03-01T19:28:06.656Z] === RUN   TestCopyFromContainer//bar/root/
19:28:06 [2021-03-01T19:28:06.656Z] === RUN   TestCopyFromContainer/bar/quux
19:28:06 [2021-03-01T19:28:06.656Z] === RUN   TestCopyFromContainer/bar/quux/
19:28:06 [2021-03-01T19:28:06.951Z] === RUN   TestCopyFromContainer/bar/quux/baz
19:28:06 [2021-03-01T19:28:06.951Z] === RUN   TestCopyFromContainer/bar/filesymlink
19:28:06 [2021-03-01T19:28:06.951Z] === RUN   TestCopyFromContainer/bar/dirsymlink
19:28:06 [2021-03-01T19:28:06.951Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
19:28:06 [2021-03-01T19:28:06.953Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
19:28:06 [2021-03-01T19:28:06.953Z] === RUN   TestInfoDiscoveryInvalidAdvertise
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCopyFromContainer/bar/notarget
19:28:07 [2021-03-01T19:28:07.249Z] --- PASS: TestCopyFromContainer (1.96s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCopyFromContainer// (0.07s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCopyFromContainer/bar/quux (0.08s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:28:07 [2021-03-01T19:28:07.249Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:28:07 [2021-03-01T19:28:07.249Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:28:07 [2021-03-01T19:28:07.249Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:28:07 [2021-03-01T19:28:07.249Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:28:07 [2021-03-01T19:28:07.249Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:28:07 [2021-03-01T19:28:07.249Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:28:07 [2021-03-01T19:28:07.249Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCreateLinkToNonExistingContainer
19:28:07 [2021-03-01T19:28:07.249Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCreateWithInvalidEnv
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCreateWithInvalidEnv/0
19:28:07 [2021-03-01T19:28:07.249Z] === PAUSE TestCreateWithInvalidEnv/0
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCreateWithInvalidEnv/1
19:28:07 [2021-03-01T19:28:07.249Z] === PAUSE TestCreateWithInvalidEnv/1
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCreateWithInvalidEnv/2
19:28:07 [2021-03-01T19:28:07.249Z] === PAUSE TestCreateWithInvalidEnv/2
19:28:07 [2021-03-01T19:28:07.249Z] === CONT  TestCreateWithInvalidEnv/0
19:28:07 [2021-03-01T19:28:07.249Z] === CONT  TestCreateWithInvalidEnv/1
19:28:07 [2021-03-01T19:28:07.249Z] === CONT  TestCreateWithInvalidEnv/2
19:28:07 [2021-03-01T19:28:07.249Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
19:28:07 [2021-03-01T19:28:07.249Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCreateTmpfsMountsTarget
19:28:07 [2021-03-01T19:28:07.249Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
19:28:07 [2021-03-01T19:28:07.249Z] === RUN   TestCreateWithCustomMaskedPaths
19:28:07 [2021-03-01T19:28:07.444Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
19:28:07 [2021-03-01T19:28:07.991Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
19:28:07 [2021-03-01T19:28:07.991Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
19:28:08 [2021-03-01T19:28:08.285Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
19:28:08 [2021-03-01T19:28:08.285Z] === RUN   TestInfoAPI
19:28:08 [2021-03-01T19:28:08.285Z] --- PASS: TestInfoAPI (0.01s)
19:28:08 [2021-03-01T19:28:08.285Z] === RUN   TestInfoAPIWarnings
19:28:08 [2021-03-01T19:28:08.389Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.86s)
19:28:08 [2021-03-01T19:28:08.389Z] === RUN   TestKernelTCPMemory
19:28:08 [2021-03-01T19:28:08.550Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.21s)
19:28:08 [2021-03-01T19:28:08.550Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
19:28:08 [2021-03-01T19:28:08.772Z] --- PASS: TestCreateWithCustomMaskedPaths (1.48s)
19:28:08 [2021-03-01T19:28:08.772Z] === RUN   TestCreateWithCustomReadonlyPaths
19:28:09 [2021-03-01T19:28:09.334Z] --- PASS: TestKernelTCPMemory (0.99s)
19:28:09 [2021-03-01T19:28:09.334Z] === RUN   TestNISDomainname
19:28:10 [2021-03-01T19:28:10.250Z] --- PASS: TestDockerNetworkConnectAlias (4.43s)
19:28:10 [2021-03-01T19:28:10.250Z] === RUN   TestDockerNetworkReConnect
19:28:10 [2021-03-01T19:28:10.278Z] --- PASS: TestNISDomainname (1.06s)
19:28:10 [2021-03-01T19:28:10.279Z] === RUN   TestHostnameDnsResolution
19:28:10 [2021-03-01T19:28:10.292Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.56s)
19:28:10 [2021-03-01T19:28:10.292Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:28:10 [2021-03-01T19:28:10.292Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:28:10 [2021-03-01T19:28:10.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:28:10 [2021-03-01T19:28:10.292Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:28:10 [2021-03-01T19:28:10.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:28:10 [2021-03-01T19:28:10.292Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:28:10 [2021-03-01T19:28:10.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:28:10 [2021-03-01T19:28:10.292Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:28:10 [2021-03-01T19:28:10.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:28:10 [2021-03-01T19:28:10.292Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:28:10 [2021-03-01T19:28:10.292Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:28:10 [2021-03-01T19:28:10.292Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:28:10 [2021-03-01T19:28:10.292Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:28:10 [2021-03-01T19:28:10.292Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:28:10 [2021-03-01T19:28:10.292Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:28:10 [2021-03-01T19:28:10.292Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:28:10 [2021-03-01T19:28:10.292Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
19:28:10 [2021-03-01T19:28:10.292Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
19:28:10 [2021-03-01T19:28:10.292Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
19:28:10 [2021-03-01T19:28:10.292Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
19:28:10 [2021-03-01T19:28:10.292Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s)
19:28:10 [2021-03-01T19:28:10.292Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s)
19:28:10 [2021-03-01T19:28:10.292Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:28:10 [2021-03-01T19:28:10.473Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.26s)
19:28:10 [2021-03-01T19:28:10.473Z] === RUN   TestAuthZPluginHeader
19:28:10 [2021-03-01T19:28:10.851Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
19:28:10 [2021-03-01T19:28:10.929Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.51s)
19:28:10 [2021-03-01T19:28:10.929Z] === RUN   TestCreateDifferentPlatform
19:28:10 [2021-03-01T19:28:10.929Z] === RUN   TestCreateDifferentPlatform/different_os
19:28:10 [2021-03-01T19:28:10.929Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:28:10 [2021-03-01T19:28:10.929Z] --- PASS: TestCreateDifferentPlatform (0.02s)
19:28:10 [2021-03-01T19:28:10.929Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:28:10 [2021-03-01T19:28:10.929Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
19:28:10 [2021-03-01T19:28:10.929Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:28:10 [2021-03-01T19:28:10.929Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
19:28:10 [2021-03-01T19:28:10.929Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:28:10 [2021-03-01T19:28:10.929Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
19:28:10 [2021-03-01T19:28:10.929Z] === RUN   TestContainerStartOnDaemonRestart
19:28:10 [2021-03-01T19:28:10.929Z] === PAUSE TestContainerStartOnDaemonRestart
19:28:10 [2021-03-01T19:28:10.929Z] === RUN   TestDaemonRestartIpcMode
19:28:10 [2021-03-01T19:28:10.929Z] === PAUSE TestDaemonRestartIpcMode
19:28:10 [2021-03-01T19:28:10.929Z] === RUN   TestDaemonHostGatewayIP
19:28:10 [2021-03-01T19:28:10.929Z] === PAUSE TestDaemonHostGatewayIP
19:28:10 [2021-03-01T19:28:10.929Z] === RUN   TestRestartDaemonWithRestartingContainer
19:28:10 [2021-03-01T19:28:10.929Z] === PAUSE TestRestartDaemonWithRestartingContainer
19:28:10 [2021-03-01T19:28:10.929Z] === RUN   TestContainerKillOnDaemonStart
19:28:10 [2021-03-01T19:28:10.929Z] === PAUSE TestContainerKillOnDaemonStart
19:28:10 [2021-03-01T19:28:10.929Z] === RUN   TestDiff
19:28:11 [2021-03-01T19:28:11.422Z] --- PASS: TestAuthZPluginHeader (1.03s)
19:28:11 [2021-03-01T19:28:11.422Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
19:28:11 [2021-03-01T19:28:11.422Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
19:28:11 [2021-03-01T19:28:11.422Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:28:11 [2021-03-01T19:28:11.422Z] === RUN   TestAuthZPluginV2Disable
19:28:11 [2021-03-01T19:28:11.422Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
19:28:11 [2021-03-01T19:28:11.422Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:28:11 [2021-03-01T19:28:11.422Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
19:28:11 [2021-03-01T19:28:11.422Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
19:28:11 [2021-03-01T19:28:11.422Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:28:11 [2021-03-01T19:28:11.422Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
19:28:11 [2021-03-01T19:28:11.423Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
19:28:11 [2021-03-01T19:28:11.423Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:28:11 [2021-03-01T19:28:11.423Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
19:28:11 [2021-03-01T19:28:11.588Z] --- PASS: TestDiff (0.49s)
19:28:11 [2021-03-01T19:28:11.588Z] === RUN   TestExecWithCloseStdin
19:28:11 [2021-03-01T19:28:11.796Z] --- PASS: TestHostnameDnsResolution (1.33s)
19:28:11 [2021-03-01T19:28:11.796Z] === RUN   TestStats
19:28:12 [2021-03-01T19:28:12.235Z] --- PASS: TestExecWithCloseStdin (0.61s)
19:28:12 [2021-03-01T19:28:12.235Z] === RUN   TestExec
19:28:12 [2021-03-01T19:28:12.874Z] --- PASS: TestExec (0.62s)
19:28:12 [2021-03-01T19:28:12.874Z] === RUN   TestExecUser
19:28:13 [2021-03-01T19:28:13.182Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
19:28:13 [2021-03-01T19:28:13.510Z] --- PASS: TestExecUser (0.60s)
19:28:13 [2021-03-01T19:28:13.511Z] === RUN   TestExportContainerAndImportImage
19:28:13 [2021-03-01T19:28:13.513Z] --- PASS: TestDockerNetworkReConnect (3.51s)
19:28:13 [2021-03-01T19:28:13.513Z] === RUN   TestServicePlugin
19:28:14 [2021-03-01T19:28:14.124Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
19:28:14 [2021-03-01T19:28:14.151Z] --- PASS: TestExportContainerAndImportImage (0.78s)
19:28:14 [2021-03-01T19:28:14.151Z] === RUN   TestExportContainerAfterDaemonRestart
19:28:14 [2021-03-01T19:28:14.698Z] --- PASS: TestStats (2.80s)
19:28:14 [2021-03-01T19:28:14.698Z] === RUN   TestStopContainerWithTimeout
19:28:14 [2021-03-01T19:28:14.698Z] === RUN   TestStopContainerWithTimeout/0
19:28:14 [2021-03-01T19:28:14.698Z] === PAUSE TestStopContainerWithTimeout/0
19:28:14 [2021-03-01T19:28:14.698Z] === RUN   TestStopContainerWithTimeout/1
19:28:14 [2021-03-01T19:28:14.698Z] === PAUSE TestStopContainerWithTimeout/1
19:28:14 [2021-03-01T19:28:14.698Z] === RUN   TestStopContainerWithTimeout/3
19:28:14 [2021-03-01T19:28:14.698Z] === PAUSE TestStopContainerWithTimeout/3
19:28:14 [2021-03-01T19:28:14.698Z] === RUN   TestStopContainerWithTimeout/-1
19:28:14 [2021-03-01T19:28:14.698Z] === PAUSE TestStopContainerWithTimeout/-1
19:28:14 [2021-03-01T19:28:14.698Z] === CONT  TestStopContainerWithTimeout/0
19:28:14 [2021-03-01T19:28:14.698Z] === CONT  TestStopContainerWithTimeout/-1
19:28:14 [2021-03-01T19:28:14.698Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
19:28:15 [2021-03-01T19:28:15.666Z] --- PASS: TestExportContainerAfterDaemonRestart (1.40s)
19:28:15 [2021-03-01T19:28:15.666Z] === RUN   TestHealthCheckWorkdir
19:28:16 [2021-03-01T19:28:16.089Z] === RUN   TestDockerSuite/TestBuildClearCmd
19:28:16 [2021-03-01T19:28:16.089Z] === CONT  TestStopContainerWithTimeout/3
19:28:16 [2021-03-01T19:28:16.304Z] --- PASS: TestHealthCheckWorkdir (0.68s)
19:28:16 [2021-03-01T19:28:16.304Z] === RUN   TestHealthKillContainer
19:28:16 [2021-03-01T19:28:16.350Z] === RUN   TestDockerSuite/TestBuildCmd
19:28:16 [2021-03-01T19:28:16.923Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
19:28:16 [2021-03-01T19:28:16.923Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
19:28:16 [2021-03-01T19:28:16.923Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
19:28:17 [2021-03-01T19:28:17.184Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
19:28:17 [2021-03-01T19:28:17.184Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestBoolValue
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestBoolValue (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestBoolValueOrDefault
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestBoolValueOrDefault (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestInt64ValueOrZero
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestInt64ValueOrZero (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestInt64ValueOrDefault
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestInt64ValueOrDefault (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestInt64ValueOrDefaultWithError
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestJsonContentType
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestJsonContentType (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] PASS
19:28:17 [2021-03-01T19:28:17.213Z] coverage: 14.7% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ok  	github.com/docker/docker/api/server/httputils	0.075s	coverage: 14.7% of statements
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestMaskSecretKeys
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestMaskSecretKeys (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestVersionMiddlewareVersion
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] PASS
19:28:17 [2021-03-01T19:28:17.213Z] coverage: 37.7% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ok  	github.com/docker/docker/api/server/middleware	0.065s	coverage: 37.7% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestStrSliceMarshalJSON
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestStrSliceUnmarshalJSON
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestStrSliceUnmarshalString
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestStrSliceUnmarshalSlice
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] PASS
19:28:17 [2021-03-01T19:28:17.213Z] coverage: 90.0% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ok  	github.com/docker/docker/api/types/strslice	0.042s	coverage: 90.0% of statements
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestToJSON
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestToJSON (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestToParamWithVersion
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestToParamWithVersion (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestFromJSON
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestFromJSON (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestEmpty
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestEmpty (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestArgsMatchKVListEmptySources
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestArgsMatchKVList
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestArgsMatchKVList (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestArgsMatch
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestArgsMatch (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestAdd
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestAdd (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestDel
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestDel (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestLen
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestLen (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestExactMatch
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestExactMatch (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestOnlyOneExactMatch
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestOnlyOneExactMatch (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestContains
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestContains (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestValidate
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestValidate (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestWalkValues
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestWalkValues (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestFuzzyMatch
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestFuzzyMatch (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestClone
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestClone (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] PASS
19:28:17 [2021-03-01T19:28:17.213Z] coverage: 92.2% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ok  	github.com/docker/docker/api/types/filters	0.054s	coverage: 92.2% of statements
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestDurationToSecondsString
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestDurationToSecondsString (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestGetTimestamp
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestAdjustForAPIVersion
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestAdjustForAPIVersion (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] PASS
19:28:17 [2021-03-01T19:28:17.213Z] coverage: 5.7% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ok  	github.com/docker/docker/api/server/router/swarm	0.077s	coverage: 5.7% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/container	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/events	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/image	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/network	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestGetTimestamp (0.12s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseTimestamps
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestParseTimestamps (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] PASS
19:28:17 [2021-03-01T19:28:17.213Z] coverage: 100.0% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ok  	github.com/docker/docker/api/types/time	0.151s	coverage: 100.0% of statements
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestCompareVersion
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestCompareVersion (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] PASS
19:28:17 [2021-03-01T19:28:17.213Z] coverage: 75.0% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ok  	github.com/docker/docker/api/types/versions	0.039s	coverage: 75.0% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/builder	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseRemoteURL
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestParseRemoteURL (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestCloneArgsSmartHttp
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestCloneArgsSmartHttp (0.02s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestCloneArgsDumbHttp
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestCloneArgsGit
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestCloneArgsGit (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestCheckoutGit
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestEnable
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestEnable (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestDisable
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestDisable (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestEnabled
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestEnabled (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] PASS
19:28:17 [2021-03-01T19:28:17.213Z] coverage: 100.0% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ok  	github.com/docker/docker/cli/debug	0.042s	coverage: 100.0% of statements
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestProcessNoDockerignore
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestProcessNoDockerignore (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestProcessShouldLeaveAllFiles
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestDetectContentType
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestDetectContentType (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestSelectAcceptableMIME
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestSelectAcceptableMIME (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestInspectEmptyResponse
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestInspectEmptyResponse (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestInspectResponseBinary
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestInspectResponseBinary (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestResponseUnsupportedContentType
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestInspectResponseTextSimple
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestInspectResponseTextSimple (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestInspectResponseEmptyContentType
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestUnknownContentLength
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestUnknownContentLength (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestDownloadRemote
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestDownloadRemote (0.07s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestGetWithStatusError
19:28:17 [2021-03-01T19:28:17.213Z] --- PASS: TestGetWithStatusError (0.01s)
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestCloseRootDirectory
19:28:17 [2021-03-01T19:28:17.213Z] --- SKIP: TestCloseRootDirectory (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestHashFile
19:28:17 [2021-03-01T19:28:17.213Z] --- SKIP: TestHashFile (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestHashSubdir
19:28:17 [2021-03-01T19:28:17.213Z] --- SKIP: TestHashSubdir (0.01s)
19:28:17 [2021-03-01T19:28:17.213Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
19:28:17 [2021-03-01T19:28:17.213Z] === RUN   TestRemoveDirectory
19:28:17 [2021-03-01T19:28:17.213Z] --- SKIP: TestRemoveDirectory (0.00s)
19:28:17 [2021-03-01T19:28:17.213Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
19:28:17 [2021-03-01T19:28:17.213Z] PASS
19:28:17 [2021-03-01T19:28:17.213Z] coverage: 9.3% of statements
19:28:17 [2021-03-01T19:28:17.213Z] ok  	github.com/docker/docker/builder/remotecontext	0.316s	coverage: 9.3% of statements
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestGetAllAllowed
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestGetAllAllowed (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestGetAllMeta
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestGetAllMeta (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestWarnOnUnusedBuildArgs
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestIsUnreferencedBuiltin
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestIsExistingDirectory
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestIsExistingDirectory (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestGetFilenameForDownload
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestGetFilenameForDownload (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestEnv2Variables
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestEnv2Variables (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestEnvValueWithExistingRunConfigEnv
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestMaintainer
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestMaintainer (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestLabel
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestLabel (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestFromScratch
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestFromScratch (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestFromWithArg
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestFromWithArg (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestFromWithArgButBuildArgsNotGiven
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestFromWithUndefinedArg
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestFromWithUndefinedArg (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestFromMultiStageWithNamedStage
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestOnbuild
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestOnbuild (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestWorkdir
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestWorkdir (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestCmd
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestCmd (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestHealthcheckNone
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestHealthcheckNone (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestHealthcheckCmd
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestHealthcheckCmd (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestEntrypoint
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestEntrypoint (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestExpose
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestExpose (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestUser
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestUser (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestVolume
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestVolume (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestStopSignal
19:28:17 [2021-03-01T19:28:17.683Z] --- SKIP: TestStopSignal (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z]     dispatchers_test.go:376: Windows does not support stopsignal
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestArg
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestArg (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestShell
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestShell (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestPrependEnvOnCmd
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestPrependEnvOnCmd (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestRunWithBuildArgs
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestRunWithBuildArgs (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestRunIgnoresHealthcheck
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestNormalizeWorkdir
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestNormalizeWorkdir (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestDispatch
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestDispatch/ADD_multiple_files_to_file
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestDispatch/COPY_multiple_files_to_file
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestDispatch/COPY_wildcard_no_files
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestDispatch/COPY_url
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestDispatch (0.09s)
19:28:17 [2021-03-01T19:28:17.683Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s)
19:28:17 [2021-03-01T19:28:17.683Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
19:28:17 [2021-03-01T19:28:17.683Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s)
19:28:17 [2021-03-01T19:28:17.683Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
19:28:17 [2021-03-01T19:28:17.683Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z]     --- PASS: TestDispatch/COPY_url (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestAddScratchImageAddsToMounts
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestAddFromScratchPopulatesPlatform
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestImageSourceGetAddsToMounts
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestEmptyDockerfile
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestEmptyDockerfile (0.01s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestSymlinkDockerfile
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestSymlinkDockerfile (0.01s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestDockerfileOutsideTheBuildContext
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestNonExistingDockerfile
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestNonExistingDockerfile (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestCopyRunConfig
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestCopyRunConfig (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestDeepCopyRunConfig
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestDeepCopyRunConfig (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestExportImage
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestExportImage (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] === RUN   TestNormalizeDest
19:28:17 [2021-03-01T19:28:17.683Z] --- PASS: TestNormalizeDest (0.00s)
19:28:17 [2021-03-01T19:28:17.683Z] PASS
19:28:17 [2021-03-01T19:28:17.683Z] coverage: 46.6% of statements
19:28:17 [2021-03-01T19:28:17.683Z] ok  	github.com/docker/docker/builder/dockerfile	0.265s	coverage: 46.6% of statements
19:28:17 [2021-03-01T19:28:17.683Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
19:28:17 [2021-03-01T19:28:17.791Z] === CONT  TestStopContainerWithTimeout/1
19:28:18 [2021-03-01T19:28:18.749Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
19:28:19 [2021-03-01T19:28:19.053Z] --- PASS: TestHealthKillContainer (2.62s)
19:28:19 [2021-03-01T19:28:19.053Z] === RUN   TestInspectCpusetInConfigPre120
19:28:19 [2021-03-01T19:28:19.335Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
19:28:19 [2021-03-01T19:28:19.335Z] --- PASS: TestStopContainerWithTimeout (0.04s)
19:28:19 [2021-03-01T19:28:19.335Z]     --- PASS: TestStopContainerWithTimeout/0 (1.26s)
19:28:19 [2021-03-01T19:28:19.335Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.08s)
19:28:19 [2021-03-01T19:28:19.335Z]     --- PASS: TestStopContainerWithTimeout/3 (2.76s)
19:28:19 [2021-03-01T19:28:19.335Z]     --- PASS: TestStopContainerWithTimeout/1 (1.70s)
19:28:19 [2021-03-01T19:28:19.335Z] === RUN   TestDeleteDevicemapper
19:28:19 [2021-03-01T19:28:19.335Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:28:19 [2021-03-01T19:28:19.335Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:28:19 [2021-03-01T19:28:19.335Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:28:19 [2021-03-01T19:28:19.349Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s)
19:28:19 [2021-03-01T19:28:19.349Z] === RUN   TestIpcModeNone
19:28:19 [2021-03-01T19:28:19.989Z] --- PASS: TestIpcModeNone (0.62s)
19:28:19 [2021-03-01T19:28:19.989Z] === RUN   TestIpcModePrivate
19:28:20 [2021-03-01T19:28:20.629Z] --- PASS: TestIpcModePrivate (0.60s)
19:28:20 [2021-03-01T19:28:20.629Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false
19:28:20 [2021-03-01T19:28:20.629Z] === RUN   TestIpcModeShareable
19:28:21 [2021-03-01T19:28:21.268Z] --- PASS: TestIpcModeShareable (0.62s)
19:28:21 [2021-03-01T19:28:21.268Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true
19:28:21 [2021-03-01T19:28:21.268Z] === RUN   TestAPIIpcModeShareableAndContainer
19:28:23 [2021-03-01T19:28:23.349Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.91s)
19:28:23 [2021-03-01T19:28:23.349Z] === RUN   TestAPIIpcModeHost
19:28:23 [2021-03-01T19:28:23.544Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
19:28:23 [2021-03-01T19:28:23.544Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.97s)
19:28:23 [2021-03-01T19:28:23.544Z] === RUN   TestUpdateMemory
19:28:23 [2021-03-01T19:28:23.544Z] --- SKIP: TestUpdateMemory (0.00s)
19:28:23 [2021-03-01T19:28:23.544Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
19:28:23 [2021-03-01T19:28:23.544Z] === RUN   TestUpdateCPUQuota
19:28:23 [2021-03-01T19:28:23.643Z] --- PASS: TestAPIIpcModeHost (0.50s)
19:28:23 [2021-03-01T19:28:23.643Z] === RUN   TestDaemonIpcModeShareable
19:28:24 [2021-03-01T19:28:24.486Z] === RUN   TestDockerSuite/TestBuildConditionalCache
19:28:24 [2021-03-01T19:28:24.679Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
19:28:24 [2021-03-01T19:28:24.937Z] Copying nested executables into bundles/cross/linux/amd64
19:28:25 [2021-03-01T19:28:25.058Z] --- PASS: TestUpdateCPUQuota (1.75s)
19:28:25 [2021-03-01T19:28:25.058Z] === RUN   TestUpdatePidsLimit
19:28:25 [2021-03-01T19:28:25.058Z] === RUN   TestUpdatePidsLimit/update_from_none
19:28:25 [2021-03-01T19:28:25.162Z] --- PASS: TestDaemonIpcModeShareable (1.38s)
19:28:25 [2021-03-01T19:28:25.162Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
19:28:25 [2021-03-01T19:28:25.162Z] === RUN   TestDaemonIpcModePrivate
19:28:25 [2021-03-01T19:28:25.630Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
19:28:25 [2021-03-01T19:28:25.630Z] === RUN   TestUpdatePidsLimit/no_change
19:28:25 [2021-03-01T19:28:25.891Z] === RUN   TestUpdatePidsLimit/update_lower
19:28:26 [2021-03-01T19:28:26.313Z] Cross building: bundles/cross/windows/amd64
19:28:26 [2021-03-01T19:28:26.464Z] === RUN   TestDockerSuite/TestBuildContextCleanup
19:28:26 [2021-03-01T19:28:26.464Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
19:28:26 [2021-03-01T19:28:26.571Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
19:28:26 [2021-03-01T19:28:26.571Z] GOOS="windows" GOARCH="amd64" GOARM=""
19:28:26 [2021-03-01T19:28:26.683Z] --- PASS: TestDaemonIpcModePrivate (1.36s)
19:28:26 [2021-03-01T19:28:26.683Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
19:28:26 [2021-03-01T19:28:26.683Z] === RUN   TestDaemonIpcModePrivateFromConfig
19:28:26 [2021-03-01T19:28:26.725Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestInfoAPIWarnings (16.25s)
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestInfoDebug
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestInfoDebug (0.52s)
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestInfoInsecureRegistries
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestInfoInsecureRegistries (0.52s)
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestInfoRegistryMirrors
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestInfoRegistryMirrors (0.52s)
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestLoginFailsWithBadCredentials
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s)
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestPingCacheHeaders
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestPingCacheHeaders (0.01s)
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestPingGet
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestPingGet (0.01s)
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestPingHead
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestPingHead (0.01s)
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestVersion
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestVersion (0.01s)
19:28:26 [2021-03-01T19:28:26.885Z] PASS
19:28:26 [2021-03-01T19:28:26.885Z] 
19:28:26 [2021-03-01T19:28:26.885Z] === Skipped
19:28:26 [2021-03-01T19:28:26.885Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
19:28:26 [2021-03-01T19:28:26.885Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:28:26 [2021-03-01T19:28:26.885Z] 
19:28:26 [2021-03-01T19:28:26.885Z] 
19:28:26 [2021-03-01T19:28:26.885Z] DONE 18 tests, 1 skipped in 21.405s
19:28:26 [2021-03-01T19:28:26.885Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m 
19:28:26 [2021-03-01T19:28:26.885Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m
19:28:26 [2021-03-01T19:28:26.885Z] ++ set -e
19:28:26 [2021-03-01T19:28:26.885Z] ++ '[' -n 0 ']'
19:28:26 [2021-03-01T19:28:26.885Z] ++ set -x
19:28:26 [2021-03-01T19:28:26.885Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m
19:28:26 [2021-03-01T19:28:26.885Z] INFO: Testing against a local daemon
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestVolumesCreateAndList
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestVolumesCreateAndList (0.02s)
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestVolumesRemove
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestVolumesRemove (0.14s)
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestVolumesInspect
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestVolumesInspect (0.01s)
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestVolumesInvalidJSON
19:28:26 [2021-03-01T19:28:26.885Z] === RUN   TestVolumesInvalidJSON//volumes/create
19:28:26 [2021-03-01T19:28:26.885Z] === PAUSE TestVolumesInvalidJSON//volumes/create
19:28:26 [2021-03-01T19:28:26.885Z] === CONT  TestVolumesInvalidJSON//volumes/create
19:28:26 [2021-03-01T19:28:26.885Z] --- PASS: TestVolumesInvalidJSON (0.01s)
19:28:26 [2021-03-01T19:28:26.885Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
19:28:26 [2021-03-01T19:28:26.885Z] PASS
19:28:26 [2021-03-01T19:28:26.885Z] 
19:28:26 [2021-03-01T19:28:26.885Z] DONE 5 tests in 0.468s
19:28:26 [2021-03-01T19:28:26.885Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
19:28:26 [2021-03-01T19:28:26.986Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
19:28:26 [2021-03-01T19:28:26.986Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
19:28:27 [2021-03-01T19:28:27.178Z] ++++ cat bundles/test-integration/docker.pid
19:28:27 [2021-03-01T19:28:27.178Z] +++ kill 12294
19:28:27 [2021-03-01T19:28:27.248Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
19:28:27 [2021-03-01T19:28:27.736Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.40s)
19:28:27 [2021-03-01T19:28:27.736Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false
19:28:27 [2021-03-01T19:28:27.736Z] === RUN   TestDaemonIpcModeShareableFromConfig
19:28:27 [2021-03-01T19:28:27.819Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
19:28:27 [2021-03-01T19:28:27.819Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
19:28:28 [2021-03-01T19:28:28.392Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
19:28:28 [2021-03-01T19:28:28.692Z] +++ /etc/init.d/apparmor stop
19:28:28 [2021-03-01T19:28:28.692Z] Leaving: AppArmorNo profiles have been unloaded.
19:28:28 [2021-03-01T19:28:28.692Z] 
19:28:28 [2021-03-01T19:28:28.692Z] Unloading profiles will leave already running processes permanently
19:28:28 [2021-03-01T19:28:28.692Z] unconfined, which can lead to unexpected situations.
19:28:28 [2021-03-01T19:28:28.692Z] 
19:28:28 [2021-03-01T19:28:28.692Z] To set a process to complain mode, use the command line tool
19:28:28 [2021-03-01T19:28:28.692Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
19:28:28 [2021-03-01T19:28:28.692Z] +++ true
19:28:28 [2021-03-01T19:28:28.692Z] exiting test-integration
19:28:28 [2021-03-01T19:28:28.692Z] ++ exit 0
19:28:28 [2021-03-01T19:28:28.692Z] 
19:28:28 [2021-03-01T19:28:28.964Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
19:28:28 [2021-03-01T19:28:28.964Z] --- PASS: TestUpdatePidsLimit (3.88s)
19:28:28 [2021-03-01T19:28:28.964Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.45s)
19:28:28 [2021-03-01T19:28:28.964Z]     --- PASS: TestUpdatePidsLimit/no_change (0.47s)
19:28:28 [2021-03-01T19:28:28.964Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.43s)
19:28:28 [2021-03-01T19:28:28.964Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s)
19:28:28 [2021-03-01T19:28:28.964Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s)
19:28:28 [2021-03-01T19:28:28.964Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s)
19:28:28 [2021-03-01T19:28:28.964Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.43s)
19:28:28 [2021-03-01T19:28:28.964Z] === RUN   TestUpdateRestartPolicy
19:28:29 [2021-03-01T19:28:29.254Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.40s)
19:28:29 [2021-03-01T19:28:29.254Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true
19:28:29 [2021-03-01T19:28:29.254Z] === RUN   TestIpcModeOlderClient
19:28:29 [2021-03-01T19:28:29.254Z] === PAUSE TestIpcModeOlderClient
19:28:29 [2021-03-01T19:28:29.254Z] === RUN   TestKillContainerInvalidSignal
19:28:29 [2021-03-01T19:28:29.563Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.08s)
19:28:29 [2021-03-01T19:28:29.563Z] PASS
19:28:29 [2021-03-01T19:28:29.563Z] 
19:28:29 [2021-03-01T19:28:29.563Z] === Skipped
19:28:29 [2021-03-01T19:28:29.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
19:28:29 [2021-03-01T19:28:29.563Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:28:29 [2021-03-01T19:28:29.563Z] 
19:28:29 [2021-03-01T19:28:29.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
19:28:29 [2021-03-01T19:28:29.563Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:28:29 [2021-03-01T19:28:29.563Z] 
19:28:29 [2021-03-01T19:28:29.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
19:28:29 [2021-03-01T19:28:29.563Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:28:29 [2021-03-01T19:28:29.563Z] 
19:28:29 [2021-03-01T19:28:29.563Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
19:28:29 [2021-03-01T19:28:29.563Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:28:29 [2021-03-01T19:28:29.563Z] 
19:28:29 [2021-03-01T19:28:29.563Z] 
19:28:29 [2021-03-01T19:28:29.563Z] DONE 17 tests, 4 skipped in 32.129s
19:28:29 [2021-03-01T19:28:29.563Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
19:28:29 [2021-03-01T19:28:29.563Z] ++ 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
19:28:29 [2021-03-01T19:28:29.563Z] ++ set -e
19:28:29 [2021-03-01T19:28:29.563Z] ++ '[' -n 0 ']'
19:28:29 [2021-03-01T19:28:29.563Z] ++ set -x
19:28:29 [2021-03-01T19:28:29.563Z] ++ 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
19:28:29 [2021-03-01T19:28:29.826Z] INFO: Testing against a local daemon
19:28:29 [2021-03-01T19:28:29.826Z] === RUN   TestPluginInvalidJSON
19:28:29 [2021-03-01T19:28:29.826Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
19:28:29 [2021-03-01T19:28:29.826Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
19:28:29 [2021-03-01T19:28:29.826Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
19:28:29 [2021-03-01T19:28:29.826Z] --- PASS: TestPluginInvalidJSON (0.03s)
19:28:29 [2021-03-01T19:28:29.826Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
19:28:29 [2021-03-01T19:28:29.826Z] === RUN   TestPluginInstall
19:28:29 [2021-03-01T19:28:29.826Z] === RUN   TestPluginInstall/no_auth
19:28:29 [2021-03-01T19:28:29.893Z] --- PASS: TestKillContainerInvalidSignal (0.54s)
19:28:29 [2021-03-01T19:28:29.893Z] === RUN   TestKillContainer
19:28:29 [2021-03-01T19:28:29.893Z] === RUN   TestKillContainer/no_signal
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestCheckpointCreateError
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestCheckpointCreateError (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestCheckpointCreate
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestCheckpointCreate (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestCheckpointDeleteError
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestCheckpointDeleteError (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestCheckpointDelete
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestCheckpointDelete (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestCheckpointListError
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestCheckpointListError (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestCheckpointList
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestCheckpointList (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestCheckpointListContainerNotFound
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestNewClientWithOpsFromEnv
19:28:30 [2021-03-01T19:28:30.070Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z]     client_test.go:23: runtime.GOOS == "windows"
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestGetAPIPath
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestGetAPIPath (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestParseHostURL
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestParseHostURL (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestNegotiateAPIVersionEmpty
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestNegotiateAPIVersion
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestNegotiateAPIVersion (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestNegotiateAPVersionOverride
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestNegotiateAPIVersionAutomatic
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestClientRedirect
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestClientRedirect (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigCreateUnsupported
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigCreateUnsupported (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigCreateError
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigCreateError (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigCreate
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigCreate (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigInspectNotFound
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigInspectNotFound (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigInspectWithEmptyID
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigInspectUnsupported
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigInspectUnsupported (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigInspectError
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigInspectConfigNotFound
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigInspect
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigListUnsupported
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigListUnsupported (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigListError
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigListError (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigList
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigList (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigRemoveUnsupported
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigRemoveError
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigRemoveError (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigRemove
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigRemove (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigUpdateUnsupported
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigUpdateError
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigUpdateError (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestConfigUpdate
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestConfigUpdate (0.00s)
19:28:30 [2021-03-01T19:28:30.070Z] === RUN   TestContainerCommitError
19:28:30 [2021-03-01T19:28:30.070Z] --- PASS: TestContainerCommitError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerCommit
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerCommit (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerStatPathError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerStatPathError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerStatPathNotFoundError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerStatPathNoHeaderError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerStatPath
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerStatPath (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestCopyToContainerError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestCopyToContainerError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestCopyToContainerNotFoundError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestCopyToContainerNotStatusOKError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestCopyToContainer
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestCopyToContainer (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestCopyFromContainerError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestCopyFromContainerError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestCopyFromContainerNotFoundError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestCopyFromContainerNotStatusOKError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestCopyFromContainerNoHeaderError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestCopyFromContainer
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestCopyFromContainer (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerCreateError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerCreateError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerCreateImageNotFound
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerCreateWithName
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerCreateWithName (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerCreateAutoRemove
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerDiffError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerDiffError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerDiff
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerDiff (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerExecCreateError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerExecCreateError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerExecCreate
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerExecCreate (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerExecStartError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerExecStartError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerExecStart
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerExecStart (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerExecInspectError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerExecInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerExecInspect
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerExecInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerExportError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerExportError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerExport
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerExport (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerInspectError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerInspectContainerNotFound
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerInspectWithEmptyID
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerInspect
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerInspectNode
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerInspectNode (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerKillError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerKillError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerKill
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerKill (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerListError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerListError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerList
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerList (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerLogsNotFoundError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerLogsError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerLogsError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerLogs
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerLogs (0.16s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerPauseError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerPauseError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerPause
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerPause (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainersPruneError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainersPruneError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainersPrune
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainersPrune (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerRemoveError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerRemoveError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerRemoveNotFoundError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerRemove
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerRemove (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerRenameError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerRenameError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerRename
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerRename (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerResizeError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerResizeError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerExecResizeError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerExecResizeError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerResize
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerResize (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerExecResize
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerExecResize (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerRestartError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerRestartError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerRestart
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerRestart (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerStartError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerStartError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerStart
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerStart (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerStatsError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerStatsError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerStats
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerStats (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerStopError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerStopError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerStop
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerStop (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerTopError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerTopError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerTop
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerTop (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerUnpauseError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerUnpauseError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerUnpause
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerUnpause (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerUpdateError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerUpdateError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerUpdate
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerUpdate (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerWaitError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerWaitError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestContainerWait
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestContainerWait (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestDiskUsageError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestDiskUsageError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestDiskUsage
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestDiskUsage (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestDistributionInspectUnsupported
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestDistributionInspectWithEmptyID
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestEventsErrorInOptions
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestEventsErrorInOptions (0.03s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestEventsErrorFromServer
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestEventsErrorFromServer (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestEvents
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestEvents (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestTLSCloseWriter
19:28:30 [2021-03-01T19:28:30.071Z] === PAUSE TestTLSCloseWriter
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageBuildError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageBuildError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageBuild
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageBuild (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestGetDockerOS
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestGetDockerOS (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageCreateError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageCreateError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageCreate
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageCreate (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageHistoryError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageHistoryError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageHistory
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageHistory (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageImportError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageImportError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageImport
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageImport (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageInspectError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageInspectImageNotFound
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageInspectImageNotFound (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageInspectWithEmptyID
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageInspect
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageListError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageListError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageList
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageList (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageListApiBefore125
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageListApiBefore125 (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageLoadError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageLoadError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageLoad
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageLoad (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagesPruneError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagesPruneError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagesPrune
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagesPrune (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePullReferenceParseError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePullReferenceParseError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePullAnyError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePullAnyError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePullStatusUnauthorizedError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePullWithPrivilegedFuncNoError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePullWithoutErrors
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePullWithoutErrors (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePushReferenceError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePushReferenceError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePushAnyError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePushAnyError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePushStatusUnauthorizedError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePushWithPrivilegedFuncNoError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePushWithoutErrors
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImagePushWithoutErrors (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageRemoveError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageRemoveError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageRemoveImageNotFound
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageRemove
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageRemove (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageSaveError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageSaveError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageSave
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageSave (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageSearchAnyError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageSearchAnyError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageSearchStatusUnauthorizedError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageSearchWithoutErrors
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageTagError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageTagError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageTagInvalidReference
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageTagInvalidReference (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageTagInvalidSourceImageName
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageTagHexSource
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageTagHexSource (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestImageTag
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestImageTag (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestInfoServerError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestInfoServerError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestInfoInvalidResponseJSONError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestInfo
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestInfo (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkConnectError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkConnectError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkConnect
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkConnect (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkCreateError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkCreateError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkCreate
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkCreate (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkDisconnectError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkDisconnectError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkDisconnect
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkDisconnect (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkInspectError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkInspectNotFoundError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkInspectWithEmptyID
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkInspect
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkListError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkListError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkList
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkList (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworksPruneError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworksPruneError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworksPrune
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworksPrune (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkRemoveError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkRemoveError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNetworkRemove
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNetworkRemove (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNodeInspectError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNodeInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNodeInspectNodeNotFound
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNodeInspectWithEmptyID
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNodeInspect
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNodeInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNodeListError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNodeListError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNodeList
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNodeList (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNodeRemoveError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNodeRemoveError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNodeRemove
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNodeRemove (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNodeUpdateError
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNodeUpdateError (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestNodeUpdate
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestNodeUpdate (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestOptionWithTimeout
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestOptionWithTimeout (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestPingFail
19:28:30 [2021-03-01T19:28:30.071Z] --- PASS: TestPingFail (0.00s)
19:28:30 [2021-03-01T19:28:30.071Z] === RUN   TestPingWithError
19:28:30 [2021-03-01T19:28:30.072Z] 2021/03/01 19:28:28 RoundTripper returned a response & error; ignoring response
19:28:30 [2021-03-01T19:28:30.072Z] 2021/03/01 19:28:28 RoundTripper returned a response & error; ignoring response
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPingWithError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPingSuccess
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPingSuccess (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPingHeadFallback
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPingHeadFallback/OK
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPingHeadFallback/Internal_Server_Error
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPingHeadFallback/Not_Found
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPingHeadFallback (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginDisableError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginDisableError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginDisable
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginDisable (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginEnableError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginEnableError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginEnable
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginEnable (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginInspectError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginInspectWithEmptyID
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginInspect
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginListError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginListError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginList
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginList (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginPushError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginPushError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginPush
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginPush (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginRemoveError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginRemoveError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginRemove
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginRemove (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginSetError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginSetError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPluginSet
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPluginSet (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSetHostHeader
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSetHostHeader (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestPlainTextError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestPlainTextError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestInfiniteError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestInfiniteError (0.01s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretCreateUnsupported
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretCreateUnsupported (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretCreateError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretCreateError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretCreate
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretCreate (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretInspectUnsupported
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretInspectUnsupported (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretInspectError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretInspectSecretNotFound
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretInspectWithEmptyID
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretInspect
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretListUnsupported
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretListUnsupported (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretListError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretListError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretList
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretList (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretRemoveUnsupported
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretRemoveError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretRemoveError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretRemove
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretRemove (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretUpdateUnsupported
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretUpdateError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretUpdateError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSecretUpdate
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSecretUpdate (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceCreateError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceCreateError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceCreate
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceCreate (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceCreateCompatiblePlatforms
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceCreateDigestPinning
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceInspectError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceInspectServiceNotFound
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceInspectWithEmptyID
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceInspect
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceListError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceListError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceList
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceList (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceLogsError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceLogsError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceLogs
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceLogs (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceRemoveError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceRemoveError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceRemoveNotFoundError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceRemove
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceRemove (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceUpdateError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceUpdateError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestServiceUpdate
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestServiceUpdate (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmGetUnlockKeyError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmGetUnlockKey
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmInitError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmInitError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmInit
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmInit (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmInspectError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmInspect
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmJoinError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmJoinError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmJoin
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmJoin (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmLeaveError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmLeaveError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmLeave
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmLeave (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmUnlockError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmUnlockError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmUnlock
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmUnlock (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmUpdateError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmUpdateError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestSwarmUpdate
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestSwarmUpdate (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestTaskInspectError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestTaskInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestTaskInspectWithEmptyID
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestTaskInspect
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestTaskInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestTaskListError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestTaskListError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestTaskList
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestTaskList (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestVolumeCreateError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestVolumeCreateError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestVolumeCreate
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestVolumeCreate (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestVolumeInspectError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestVolumeInspectError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestVolumeInspectNotFound
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestVolumeInspectNotFound (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestVolumeInspectWithEmptyID
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestVolumeInspect
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestVolumeInspect (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestVolumeListError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestVolumeListError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestVolumeList
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestVolumeList (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestVolumeRemoveError
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestVolumeRemoveError (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === RUN   TestVolumeRemove
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestVolumeRemove (0.00s)
19:28:30 [2021-03-01T19:28:30.072Z] === CONT  TestTLSCloseWriter
19:28:30 [2021-03-01T19:28:30.072Z] --- PASS: TestTLSCloseWriter (0.01s)
19:28:30 [2021-03-01T19:28:30.072Z] PASS
19:28:30 [2021-03-01T19:28:30.072Z] coverage: 74.9% of statements
19:28:30 [2021-03-01T19:28:30.072Z] ok  	github.com/docker/docker/client	0.678s	coverage: 74.9% of statements
19:28:30 [2021-03-01T19:28:30.195Z] === RUN   TestKillContainer/non_killing_signal
19:28:30 [2021-03-01T19:28:30.831Z] === RUN   TestKillContainer/killing_signal
Post stage
[Pipeline] junit
19:28:30 [2021-03-01T19:28:30.888Z] Recording test results
19:28:31 [2021-03-01T19:28:31.252Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
19:28:31 [2021-03-01T19:28:31.471Z] --- PASS: TestKillContainer (1.62s)
19:28:31 [2021-03-01T19:28:31.471Z]     --- PASS: TestKillContainer/no_signal (0.52s)
19:28:31 [2021-03-01T19:28:31.471Z]     --- PASS: TestKillContainer/non_killing_signal (0.37s)
19:28:31 [2021-03-01T19:28:31.471Z]     --- PASS: TestKillContainer/killing_signal (0.51s)
19:28:31 [2021-03-01T19:28:31.471Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:28:31 [2021-03-01T19:28:31.471Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
19:28:31 [2021-03-01T19:28:31.513Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
19:28:31 [2021-03-01T19:28:31.756Z] + echo Ensuring container killed.
19:28:31 [2021-03-01T19:28:31.756Z] Ensuring container killed.
19:28:31 [2021-03-01T19:28:31.756Z] + docker rm -vf docker-pr1
19:28:32 [2021-03-01T19:28:32.079Z] Error: No such container: docker-pr1
19:28:32 [2021-03-01T19:28:32.079Z] + true
19:28:32 [2021-03-01T19:28:32.107Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
[Pipeline] sh
19:28:32 [2021-03-01T19:28:32.384Z] time="2021-03-01T19:28:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:28:32 [2021-03-01T19:28:32.384Z] time="2021-03-01T19:28:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ea834af60a7a59962dc6eb9dd6a3fc09f52632f8f07e6508c3c6ffc16b7ff83f" mediatype=application/vnd.docker.plugin.v1+json size=522
19:28:32 [2021-03-01T19:28:32.384Z] time="2021-03-01T19:28:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:28:32 [2021-03-01T19:28:32.384Z] time="2021-03-01T19:28:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ea834af60a7a59962dc6eb9dd6a3fc09f52632f8f07e6508c3c6ffc16b7ff83f" mediatype=application/vnd.docker.plugin.v1+json size=522
19:28:32 [2021-03-01T19:28:32.401Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.08s)
19:28:32 [2021-03-01T19:28:32.401Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s)
19:28:32 [2021-03-01T19:28:32.401Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.37s)
19:28:32 [2021-03-01T19:28:32.401Z] === RUN   TestKillStoppedContainer
19:28:32 [2021-03-01T19:28:32.401Z] --- PASS: TestKillStoppedContainer (0.06s)
19:28:32 [2021-03-01T19:28:32.401Z] === RUN   TestKillStoppedContainerAPIPre120
19:28:32 [2021-03-01T19:28:32.463Z] + echo Chowning /workspace to jenkins user
19:28:32 [2021-03-01T19:28:32.463Z] Chowning /workspace to jenkins user
19:28:32 [2021-03-01T19:28:32.463Z] + id -u
19:28:32 [2021-03-01T19:28:32.463Z] + id -g
19:28:32 [2021-03-01T19:28:32.463Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-42102:/workspace busybox chown -R 1001:1001 /workspace
19:28:32 [2021-03-01T19:28:32.463Z] Unable to find image 'busybox:latest' locally
19:28:32 [2021-03-01T19:28:32.646Z] === RUN   TestPluginInstall/with_htpasswd
19:28:32 [2021-03-01T19:28:32.695Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s)
19:28:32 [2021-03-01T19:28:32.695Z] === RUN   TestKillDifferentUserContainer
19:28:32 [2021-03-01T19:28:32.756Z] latest: Pulling from library/busybox
19:28:32 [2021-03-01T19:28:32.756Z] f106420d33ee: Pulling fs layer
19:28:32 [2021-03-01T19:28:32.987Z] --- PASS: TestKillDifferentUserContainer (0.50s)
19:28:32 [2021-03-01T19:28:32.987Z] === RUN   TestInspectOomKilledTrue
19:28:33 [2021-03-01T19:28:33.049Z] f106420d33ee: Download complete
19:28:33 [2021-03-01T19:28:33.431Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
19:28:33 [2021-03-01T19:28:33.595Z] time="2021-03-01T19:28:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:28:33 [2021-03-01T19:28:33.595Z] time="2021-03-01T19:28:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8046c9880534f11db7a0a5fc2812cfaf1b99033cf419ac82e895c36c46d81e53" mediatype=application/vnd.docker.plugin.v1+json size=522
19:28:33 [2021-03-01T19:28:33.595Z] time="2021-03-01T19:28:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:28:33 [2021-03-01T19:28:33.595Z] time="2021-03-01T19:28:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8046c9880534f11db7a0a5fc2812cfaf1b99033cf419ac82e895c36c46d81e53" mediatype=application/vnd.docker.plugin.v1+json size=522
19:28:33 [2021-03-01T19:28:33.685Z] f106420d33ee: Pull complete
19:28:33 [2021-03-01T19:28:33.685Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f
19:28:33 [2021-03-01T19:28:33.685Z] Status: Downloaded newer image for busybox:latest
19:28:33 [2021-03-01T19:28:33.862Z] === RUN   TestPluginInstall/with_insecure
19:28:34 [2021-03-01T19:28:34.029Z] --- PASS: TestInspectOomKilledTrue (0.93s)
19:28:34 [2021-03-01T19:28:34.029Z] === RUN   TestInspectOomKilledFalse
19:28:34 [2021-03-01T19:28:34.669Z] --- PASS: TestInspectOomKilledFalse (0.53s)
19:28:34 [2021-03-01T19:28:34.669Z] === RUN   TestLinksEtcHostsContentMatch
19:28:35 [2021-03-01T19:28:35.255Z] time="2021-03-01T19:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:28:35 [2021-03-01T19:28:35.255Z] time="2021-03-01T19:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:daa6885e593e25ee945e51ca429ca52b81b870e573dce32f289f0747e87fb711" mediatype=application/vnd.docker.plugin.v1+json size=522
19:28:35 [2021-03-01T19:28:35.255Z] time="2021-03-01T19:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:28:35 [2021-03-01T19:28:35.255Z] time="2021-03-01T19:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:daa6885e593e25ee945e51ca429ca52b81b870e573dce32f289f0747e87fb711" mediatype=application/vnd.docker.plugin.v1+json size=522
19:28:35 [2021-03-01T19:28:35.309Z] --- PASS: TestLinksEtcHostsContentMatch (0.62s)
19:28:35 [2021-03-01T19:28:35.309Z] === RUN   TestLinksContainerNames
19:28:35 [2021-03-01T19:28:35.830Z] --- PASS: TestPluginInstall (5.99s)
19:28:35 [2021-03-01T19:28:35.830Z]     --- PASS: TestPluginInstall/no_auth (2.95s)
19:28:35 [2021-03-01T19:28:35.830Z]     --- PASS: TestPluginInstall/with_htpasswd (1.19s)
19:28:35 [2021-03-01T19:28:35.830Z]     --- PASS: TestPluginInstall/with_insecure (1.85s)
19:28:35 [2021-03-01T19:28:35.830Z]         plugin_test.go:160: [dd16819d0749d] daemon is not started
19:28:35 [2021-03-01T19:28:35.830Z] === RUN   TestPluginsWithRuntimes
19:28:36 [2021-03-01T19:28:36.361Z] --- PASS: TestLinksContainerNames (1.01s)
19:28:36 [2021-03-01T19:28:36.361Z] === RUN   TestLogsFollowTailEmpty
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
19:28:36 [2021-03-01T19:28:36.656Z] --- PASS: TestLogsFollowTailEmpty (0.50s)
19:28:36 [2021-03-01T19:28:36.656Z] === RUN   TestContainerNetworkMountsNoChown
19:28:36 [2021-03-01T19:28:36.736Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
19:28:36 [2021-03-01T19:28:36.821Z] + bundleName=s390x-integration
19:28:36 [2021-03-01T19:28:36.821Z] + echo Creating s390x-integration-bundles.tar.gz
19:28:36 [2021-03-01T19:28:36.821Z] Creating s390x-integration-bundles.tar.gz
19:28:36 [2021-03-01T19:28:36.821Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
19:28:36 [2021-03-01T19:28:36.821Z] + xargs tar -czf s390x-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
19:28:36 [2021-03-01T19:28:36.868Z] Archiving artifacts
19:28:37 [2021-03-01T19:28:37.293Z] --- PASS: TestContainerNetworkMountsNoChown (0.52s)
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/default
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/default
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/private
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/private
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rprivate
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rprivate
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/slave
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/slave
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rslave
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rslave
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/shared
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/shared
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rshared
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rshared
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/default
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rslave
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rprivate
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/default/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/default/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/slave
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rslave/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/slave/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/default/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/slave/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/default/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rslave/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/default/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/slave/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/default/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/slave/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/private
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/private/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rshared
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/private/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/private/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/default/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rshared/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/private/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/private/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/shared
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rshared/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/shared/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/shared/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/private/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/default/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/default/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/shared/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/shared/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/default/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/slave/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/slave/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rslave/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rslave/mount_root
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rshared/bind_root
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
19:28:37 [2021-03-01T19:28:37.293Z] === CONT  TestMountDaemonRoot/private/bind_root
19:28:37 [2021-03-01T19:28:37.297Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42102/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
19:28:37 [2021-03-01T19:28:37.589Z] === CONT  TestMountDaemonRoot/private/mount_subpath
19:28:37 [2021-03-01T19:28:37.589Z] === CONT  TestMountDaemonRoot/private/mount_root
19:28:37 [2021-03-01T19:28:37.589Z] === CONT  TestMountDaemonRoot/private/bind_subpath
19:28:37 [2021-03-01T19:28:37.589Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
19:28:37 [2021-03-01T19:28:37.589Z] === CONT  TestMountDaemonRoot/rshared/mount_root
19:28:37 [2021-03-01T19:28:37.589Z] === CONT  TestMountDaemonRoot/shared/bind_root
19:28:37 [2021-03-01T19:28:37.589Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
19:28:37 [2021-03-01T19:28:37.589Z] === CONT  TestMountDaemonRoot/shared/mount_root
19:28:37 [2021-03-01T19:28:37.589Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
19:28:37 [2021-03-01T19:28:37.589Z] --- PASS: TestMountDaemonRoot (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
19:28:37 [2021-03-01T19:28:37.589Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
19:28:37 [2021-03-01T19:28:37.589Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
19:28:37 [2021-03-01T19:28:37.589Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
19:28:37 [2021-03-01T19:28:37.589Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
19:28:37 [2021-03-01T19:28:37.589Z] === RUN   TestContainerBindMountNonRecursive
19:28:37 [2021-03-01T19:28:37.684Z] + make clean
19:28:38 [2021-03-01T19:28:38.319Z] docker volume rm -f docker-dev-cache
19:28:38 [2021-03-01T19:28:38.319Z] docker-dev-cache
[Pipeline] deleteDir
19:28:38 [2021-03-01T19:28:38.385Z] === RUN   TestPluginsWithRuntimes/No_Args
19:28:38 [2021-03-01T19:28:38.653Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
19:28:39 [2021-03-01T19:28:39.112Z] --- PASS: TestContainerBindMountNonRecursive (1.70s)
19:28:39 [2021-03-01T19:28:39.112Z] === RUN   TestContainerVolumesMountedAsShared
19:28:39 [2021-03-01T19:28:39.226Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
19:28:39 [2021-03-01T19:28:39.488Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
19:28:39 [2021-03-01T19:28:39.754Z] --- PASS: TestContainerVolumesMountedAsShared (0.54s)
19:28:39 [2021-03-01T19:28:39.754Z] === RUN   TestContainerVolumesMountedAsSlave
19:28:39 [2021-03-01T19:28:39.777Z] === RUN   TestPluginsWithRuntimes/With_Args
19:28:40 [2021-03-01T19:28:40.061Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
19:28:40 [2021-03-01T19:28:40.396Z] --- PASS: TestContainerVolumesMountedAsSlave (0.42s)
19:28:40 [2021-03-01T19:28:40.396Z] === RUN   TestNetworkNat
19:28:40 [2021-03-01T19:28:40.691Z] --- PASS: TestNetworkNat (0.52s)
19:28:40 [2021-03-01T19:28:40.691Z] === RUN   TestNetworkLocalhostTCPNat
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:28:41 [2021-03-01T19:28:41.331Z] --- PASS: TestNetworkLocalhostTCPNat (0.56s)
19:28:41 [2021-03-01T19:28:41.331Z] === RUN   TestNetworkLoopbackNat
19:28:41 [2021-03-01T19:28:41.446Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
19:28:41 [2021-03-01T19:28:41.700Z] --- PASS: TestPluginsWithRuntimes (5.74s)
19:28:41 [2021-03-01T19:28:41.700Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.79s)
19:28:41 [2021-03-01T19:28:41.700Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.64s)
19:28:41 [2021-03-01T19:28:41.700Z] PASS
19:28:41 [2021-03-01T19:28:41.700Z] 
19:28:41 [2021-03-01T19:28:41.700Z] DONE 9 tests in 11.926s
19:28:41 [2021-03-01T19:28:41.700Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
19:28:41 [2021-03-01T19:28:41.700Z] ++ 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
19:28:41 [2021-03-01T19:28:41.700Z] ++ set -e
19:28:41 [2021-03-01T19:28:41.700Z] ++ '[' -n 0 ']'
19:28:41 [2021-03-01T19:28:41.700Z] ++ set -x
19:28:41 [2021-03-01T19:28:41.700Z] ++ 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
19:28:41 [2021-03-01T19:28:41.700Z] INFO: Testing against a local daemon
19:28:41 [2021-03-01T19:28:41.700Z] === RUN   TestExternalGraphDriver
19:28:41 [2021-03-01T19:28:41.700Z] === RUN   TestExternalGraphDriver/json
19:28:41 [2021-03-01T19:28:41.711Z] --- PASS: TestUpdateRestartPolicy (12.75s)
19:28:41 [2021-03-01T19:28:41.711Z] === RUN   TestUpdateRestartWithAutoRemove
19:28:42 [2021-03-01T19:28:42.282Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
19:28:42 [2021-03-01T19:28:42.282Z] --- PASS: TestUpdateRestartWithAutoRemove (0.67s)
19:28:42 [2021-03-01T19:28:42.282Z] === RUN   TestWaitNonBlocked
19:28:42 [2021-03-01T19:28:42.282Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:28:42 [2021-03-01T19:28:42.282Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:28:42 [2021-03-01T19:28:42.282Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:28:42 [2021-03-01T19:28:42.282Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:28:42 [2021-03-01T19:28:42.282Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:28:42 [2021-03-01T19:28:42.282Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:28:43 [2021-03-01T19:28:43.669Z] --- PASS: TestWaitNonBlocked (0.01s)
19:28:43 [2021-03-01T19:28:43.669Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s)
19:28:43 [2021-03-01T19:28:43.669Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s)
19:28:43 [2021-03-01T19:28:43.669Z] === RUN   TestWaitBlocked
19:28:43 [2021-03-01T19:28:43.669Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
19:28:43 [2021-03-01T19:28:43.669Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
19:28:43 [2021-03-01T19:28:43.669Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
19:28:43 [2021-03-01T19:28:43.669Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
19:28:43 [2021-03-01T19:28:43.669Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
19:28:43 [2021-03-01T19:28:43.669Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
19:28:44 [2021-03-01T19:28:44.077Z] --- PASS: TestNetworkLoopbackNat (2.75s)
19:28:44 [2021-03-01T19:28:44.077Z] === RUN   TestPause
19:28:44 [2021-03-01T19:28:44.242Z] --- PASS: TestWaitBlocked (0.02s)
19:28:44 [2021-03-01T19:28:44.242Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.79s)
19:28:44 [2021-03-01T19:28:44.242Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.88s)
19:28:44 [2021-03-01T19:28:44.242Z] === CONT  TestContainerStartOnDaemonRestart
19:28:44 [2021-03-01T19:28:44.242Z] === CONT  TestIpcModeOlderClient
19:28:44 [2021-03-01T19:28:44.257Z] === RUN   TestExternalGraphDriver/spec
19:28:44 [2021-03-01T19:28:44.507Z] --- PASS: TestIpcModeOlderClient (0.10s)
19:28:44 [2021-03-01T19:28:44.507Z] === CONT  TestRestartDaemonWithRestartingContainer
19:28:44 [2021-03-01T19:28:44.715Z] --- PASS: TestPause (0.56s)
19:28:44 [2021-03-01T19:28:44.715Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:28:44 [2021-03-01T19:28:44.715Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
19:28:44 [2021-03-01T19:28:44.715Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:28:44 [2021-03-01T19:28:44.715Z] === RUN   TestPauseStopPausedContainer
19:28:45 [2021-03-01T19:28:45.083Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
19:28:45 [2021-03-01T19:28:45.355Z] --- PASS: TestPauseStopPausedContainer (0.58s)
19:28:45 [2021-03-01T19:28:45.355Z] === RUN   TestPsFilter
19:28:45 [2021-03-01T19:28:45.355Z] --- PASS: TestPsFilter (0.16s)
19:28:45 [2021-03-01T19:28:45.355Z] === RUN   TestRemoveContainerWithRemovedVolume
19:28:45 [2021-03-01T19:28:45.567Z] --- PASS: TestServicePlugin (30.36s)
19:28:45 [2021-03-01T19:28:45.568Z]     plugin_test.go:62: [d6da288bf0813] joining swarm manager [d98fef1695d1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:28:45 [2021-03-01T19:28:45.568Z]     plugin_test.go:65: [dce62c6c1dd75] joining swarm manager [d98fef1695d1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:28:45 [2021-03-01T19:28:45.568Z] === RUN   TestServiceUpdateLabel
19:28:45 [2021-03-01T19:28:45.568Z] --- PASS: TestServiceUpdateLabel (2.29s)
19:28:45 [2021-03-01T19:28:45.568Z] === RUN   TestServiceUpdateSecrets
19:28:45 [2021-03-01T19:28:45.995Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.49s)
19:28:45 [2021-03-01T19:28:45.995Z] === RUN   TestRemoveContainerWithVolume
19:28:46 [2021-03-01T19:28:46.026Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
19:28:46 [2021-03-01T19:28:46.289Z] --- PASS: TestRemoveContainerWithVolume (0.49s)
19:28:46 [2021-03-01T19:28:46.289Z] === RUN   TestRemoveContainerRunning
19:28:46 [2021-03-01T19:28:46.816Z] === RUN   TestExternalGraphDriver/pull
19:28:46 [2021-03-01T19:28:46.940Z] --- PASS: TestRemoveContainerRunning (0.56s)
19:28:46 [2021-03-01T19:28:46.940Z] === RUN   TestRemoveContainerForceRemoveRunning
19:28:47 [2021-03-01T19:28:47.577Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.55s)
19:28:47 [2021-03-01T19:28:47.577Z] === RUN   TestRemoveInvalidContainer
19:28:47 [2021-03-01T19:28:47.577Z] --- PASS: TestRemoveInvalidContainer (0.02s)
19:28:47 [2021-03-01T19:28:47.577Z] === RUN   TestRenameLinkedContainer
19:28:47 [2021-03-01T19:28:47.758Z] --- PASS: TestCheckoutGit (31.58s)
19:28:47 [2021-03-01T19:28:47.758Z] === RUN   TestValidGitTransport
19:28:47 [2021-03-01T19:28:47.758Z] --- PASS: TestValidGitTransport (0.00s)
19:28:47 [2021-03-01T19:28:47.758Z] === RUN   TestGitInvalidRef
19:28:47 [2021-03-01T19:28:47.758Z] --- PASS: TestGitInvalidRef (0.20s)
19:28:47 [2021-03-01T19:28:47.758Z] PASS
19:28:47 [2021-03-01T19:28:47.758Z] coverage: 86.3% of statements
19:28:47 [2021-03-01T19:28:47.758Z] ok  	github.com/docker/docker/builder/remotecontext/git	32.164s	coverage: 86.3% of statements
19:28:47 [2021-03-01T19:28:47.758Z] ?   	github.com/docker/docker/cli	[no test files]
19:28:47 [2021-03-01T19:28:47.758Z] ?   	github.com/docker/docker/cli/config	[no test files]
19:28:47 [2021-03-01T19:28:47.945Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
19:28:47 [2021-03-01T19:28:47.945Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
19:28:47 [2021-03-01T19:28:47.945Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
19:28:47 [2021-03-01T19:28:47.945Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
19:28:47 [2021-03-01T19:28:47.945Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
19:28:48 [2021-03-01T19:28:48.207Z] --- PASS: TestContainerStartOnDaemonRestart (3.99s)
19:28:48 [2021-03-01T19:28:48.207Z] === CONT  TestContainerKillOnDaemonStart
19:28:48 [2021-03-01T19:28:48.468Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.03s)
19:28:48 [2021-03-01T19:28:48.468Z] === CONT  TestDaemonHostGatewayIP
19:28:49 [2021-03-01T19:28:49.372Z] --- PASS: TestExternalGraphDriver (7.31s)
19:28:49 [2021-03-01T19:28:49.372Z]     --- PASS: TestExternalGraphDriver/json (2.34s)
19:28:49 [2021-03-01T19:28:49.372Z]     --- PASS: TestExternalGraphDriver/spec (2.65s)
19:28:49 [2021-03-01T19:28:49.372Z]     --- PASS: TestExternalGraphDriver/pull (2.18s)
19:28:49 [2021-03-01T19:28:49.372Z] === RUN   TestGraphdriverPluginV2
19:28:49 [2021-03-01T19:28:49.372Z] --- SKIP: TestGraphdriverPluginV2 (0.03s)
19:28:49 [2021-03-01T19:28:49.372Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:28:49 [2021-03-01T19:28:49.372Z] PASS
19:28:49 [2021-03-01T19:28:49.372Z] 
19:28:49 [2021-03-01T19:28:49.372Z] === Skipped
19:28:49 [2021-03-01T19:28:49.372Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s)
19:28:49 [2021-03-01T19:28:49.372Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:28:49 [2021-03-01T19:28:49.372Z] 
19:28:49 [2021-03-01T19:28:49.372Z] 
19:28:49 [2021-03-01T19:28:49.372Z] DONE 5 tests, 1 skipped in 7.496s
19:28:49 [2021-03-01T19:28:49.372Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
19:28:49 [2021-03-01T19:28:49.372Z] ++ 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
19:28:49 [2021-03-01T19:28:49.372Z] ++ set -e
19:28:49 [2021-03-01T19:28:49.372Z] ++ '[' -n 0 ']'
19:28:49 [2021-03-01T19:28:49.372Z] ++ set -x
19:28:49 [2021-03-01T19:28:49.372Z] ++ 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
19:28:49 [2021-03-01T19:28:49.372Z] INFO: Testing against a local daemon
19:28:49 [2021-03-01T19:28:49.372Z] === RUN   TestContinueAfterPluginCrash
19:28:49 [2021-03-01T19:28:49.372Z] === PAUSE TestContinueAfterPluginCrash
19:28:49 [2021-03-01T19:28:49.372Z] === RUN   TestReadPluginNoRead
19:28:49 [2021-03-01T19:28:49.372Z] === PAUSE TestReadPluginNoRead
19:28:49 [2021-03-01T19:28:49.372Z] === RUN   TestDaemonStartWithLogOpt
19:28:49 [2021-03-01T19:28:49.372Z] === PAUSE TestDaemonStartWithLogOpt
19:28:49 [2021-03-01T19:28:49.372Z] === CONT  TestContinueAfterPluginCrash
19:28:49 [2021-03-01T19:28:49.372Z] === CONT  TestDaemonStartWithLogOpt
19:28:49 [2021-03-01T19:28:49.372Z] === CONT  TestReadPluginNoRead
19:28:49 [2021-03-01T19:28:49.661Z] --- PASS: TestRenameLinkedContainer (2.14s)
19:28:49 [2021-03-01T19:28:49.661Z] === RUN   TestRenameStoppedContainer
19:28:50 [2021-03-01T19:28:50.297Z] --- PASS: TestRenameStoppedContainer (0.54s)
19:28:50 [2021-03-01T19:28:50.297Z] === RUN   TestRenameRunningContainerAndReuse
19:28:50 [2021-03-01T19:28:50.387Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
19:28:51 [2021-03-01T19:28:51.336Z] --- PASS: TestRenameRunningContainerAndReuse (1.03s)
19:28:51 [2021-03-01T19:28:51.337Z] === RUN   TestRenameInvalidName
19:28:51 [2021-03-01T19:28:51.633Z] --- PASS: TestRenameInvalidName (0.54s)
19:28:51 [2021-03-01T19:28:51.633Z] === RUN   TestRenameAnonymousContainer
19:28:51 [2021-03-01T19:28:51.774Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
19:28:51 [2021-03-01T19:28:51.774Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
19:28:52 [2021-03-01T19:28:52.036Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
19:28:52 [2021-03-01T19:28:52.611Z] --- PASS: TestDaemonHostGatewayIP (4.10s)
19:28:52 [2021-03-01T19:28:52.611Z] === CONT  TestDaemonRestartIpcMode
19:28:52 [2021-03-01T19:28:52.874Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
19:28:53 [2021-03-01T19:28:53.559Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
19:28:53 [2021-03-01T19:28:53.559Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
19:28:53 [2021-03-01T19:28:53.559Z] === RUN   TestLoadDaemonCliConfigWithTLS
19:28:53 [2021-03-01T19:28:53.559Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
19:28:53 [2021-03-01T19:28:53.559Z] === RUN   TestLoadDaemonCliConfigWithConflicts
19:28:53 [2021-03-01T19:28:53.559Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
19:28:53 [2021-03-01T19:28:53.559Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
19:28:53 [2021-03-01T19:28:53.559Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
19:28:53 [2021-03-01T19:28:53.559Z] === RUN   TestLoadDaemonCliWithConflictingLabels
19:28:53 [2021-03-01T19:28:53.559Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
19:28:53 [2021-03-01T19:28:53.559Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
19:28:53 [2021-03-01T19:28:53.559Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
19:28:53 [2021-03-01T19:28:53.559Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
19:28:53 [2021-03-01T19:28:53.559Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
19:28:53 [2021-03-01T19:28:53.559Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
19:28:53 [2021-03-01T19:28:53.559Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
19:28:53 [2021-03-01T19:28:53.560Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
19:28:53 [2021-03-01T19:28:53.560Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
19:28:53 [2021-03-01T19:28:53.560Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
19:28:53 [2021-03-01T19:28:53.560Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
19:28:53 [2021-03-01T19:28:53.560Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
19:28:53 [2021-03-01T19:28:53.560Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
19:28:53 [2021-03-01T19:28:53.560Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
19:28:53 [2021-03-01T19:28:53.560Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
19:28:53 [2021-03-01T19:28:53.560Z] === RUN   TestConfigureDaemonLogs
19:28:53 [2021-03-01T19:28:53.560Z] --- PASS: TestConfigureDaemonLogs (0.00s)
19:28:53 [2021-03-01T19:28:53.560Z] === RUN   TestCommonOptionsInstallFlags
19:28:53 [2021-03-01T19:28:53.560Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
19:28:53 [2021-03-01T19:28:53.560Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
19:28:53 [2021-03-01T19:28:53.560Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
19:28:53 [2021-03-01T19:28:53.560Z] PASS
19:28:53 [2021-03-01T19:28:53.560Z] coverage: 18.4% of statements
19:28:53 [2021-03-01T19:28:53.560Z] ok  	github.com/docker/docker/cmd/dockerd	0.243s	coverage: 18.4% of statements
19:28:53 [2021-03-01T19:28:53.603Z] === RUN   TestReadPluginNoRead/default
19:28:53 [2021-03-01T19:28:53.721Z] --- PASS: TestRenameAnonymousContainer (1.94s)
19:28:53 [2021-03-01T19:28:53.721Z] === RUN   TestRenameContainerWithSameName
19:28:53 [2021-03-01T19:28:53.866Z] --- PASS: TestDaemonStartWithLogOpt (4.79s)
19:28:54 [2021-03-01T19:28:54.017Z] --- PASS: TestRenameContainerWithSameName (0.50s)
19:28:54 [2021-03-01T19:28:54.017Z] === RUN   TestRenameContainerWithLinkedContainer
19:28:55 [2021-03-01T19:28:55.066Z] --- PASS: TestRenameContainerWithLinkedContainer (1.02s)
19:28:55 [2021-03-01T19:28:55.066Z] === RUN   TestResize
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestContainerStopSignal
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestContainerStopSignal (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestContainerStopTimeout
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestContainerStopTimeout (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestContainerSecretReferenceDestTarget
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestContainerLogPathSetForJSONFileLogger
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestContainerLogPathSetForRingLogger
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestReplaceAndAppendEnvVars
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestNewMemoryStore
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestNewMemoryStore (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestAddContainers
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestAddContainers (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestGetContainer
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestGetContainer (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestDeleteContainer
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestDeleteContainer (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestListContainers
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestListContainers (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestFirstContainer
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestFirstContainer (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestApplyAllContainer
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestApplyAllContainer (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestIsValidHealthString
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestIsValidHealthString (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestStateRunStop
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestStateRunStop (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestStateTimeoutWait
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestStateTimeoutWait (0.10s)
19:28:55 [2021-03-01T19:28:55.102Z]     state_test.go:141: Stop callback fired
19:28:55 [2021-03-01T19:28:55.102Z]     state_test.go:165: Stop callback fired
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestIsValidStateString
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestIsValidStateString (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestViewSaveDelete
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestViewSaveDelete (0.01s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestViewAll
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestViewAll (0.02s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestViewGet
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestViewGet (0.02s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestNames
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestNames (0.00s)
19:28:55 [2021-03-01T19:28:55.102Z] === RUN   TestViewWithHealthCheck
19:28:55 [2021-03-01T19:28:55.102Z] --- PASS: TestViewWithHealthCheck (0.01s)
19:28:55 [2021-03-01T19:28:55.102Z] PASS
19:28:55 [2021-03-01T19:28:55.102Z] coverage: 41.6% of statements
19:28:55 [2021-03-01T19:28:55.102Z] ok  	github.com/docker/docker/container	0.383s	coverage: 41.6% of statements
19:28:55 [2021-03-01T19:28:55.102Z] ?   	github.com/docker/docker/container/stream	[no test files]
19:28:55 [2021-03-01T19:28:55.102Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
19:28:55 [2021-03-01T19:28:55.102Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
19:28:55 [2021-03-01T19:28:55.102Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
19:28:55 [2021-03-01T19:28:55.262Z] === RUN   TestReadPluginNoRead/disabled_caching
19:28:55 [2021-03-01T19:28:55.710Z] --- PASS: TestResize (0.53s)
19:28:55 [2021-03-01T19:28:55.710Z] === RUN   TestResizeWithInvalidSize
19:28:56 [2021-03-01T19:28:56.183Z] --- PASS: TestDaemonRestartIpcMode (3.12s)
19:28:56 [2021-03-01T19:28:56.183Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
19:28:56 [2021-03-01T19:28:56.354Z] --- PASS: TestResizeWithInvalidSize (0.53s)
19:28:56 [2021-03-01T19:28:56.355Z] === RUN   TestResizeWhenContainerNotStarted
19:28:56 [2021-03-01T19:28:56.645Z] === RUN   TestPrepare
19:28:56 [2021-03-01T19:28:56.645Z] --- PASS: TestPrepare (0.00s)
19:28:56 [2021-03-01T19:28:56.645Z] === RUN   TestStart
19:28:56 [2021-03-01T19:28:56.645Z] --- PASS: TestStart (0.00s)
19:28:56 [2021-03-01T19:28:56.645Z] === RUN   TestWaitCancel
19:28:56 [2021-03-01T19:28:56.645Z] --- PASS: TestWaitCancel (0.00s)
19:28:56 [2021-03-01T19:28:56.645Z] === RUN   TestWaitDisabled
19:28:56 [2021-03-01T19:28:56.645Z] --- PASS: TestWaitDisabled (0.00s)
19:28:56 [2021-03-01T19:28:56.645Z] === RUN   TestWaitEnabled
19:28:56 [2021-03-01T19:28:56.645Z] --- PASS: TestWaitEnabled (0.00s)
19:28:56 [2021-03-01T19:28:56.645Z] === RUN   TestRemove
19:28:56 [2021-03-01T19:28:56.645Z] --- PASS: TestRemove (0.00s)
19:28:56 [2021-03-01T19:28:56.645Z] PASS
19:28:56 [2021-03-01T19:28:56.645Z] coverage: 65.3% of statements
19:28:56 [2021-03-01T19:28:56.645Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.189s	coverage: 65.3% of statements
19:28:56 [2021-03-01T19:28:56.656Z] --- PASS: TestResizeWhenContainerNotStarted (0.55s)
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
19:28:56 [2021-03-01T19:28:56.656Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
19:28:57 [2021-03-01T19:28:57.189Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
19:28:58 [2021-03-01T19:28:58.106Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
19:28:58 [2021-03-01T19:28:58.106Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
19:28:58 [2021-03-01T19:28:58.368Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
19:28:58 [2021-03-01T19:28:58.771Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
19:28:58 [2021-03-01T19:28:58.772Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
19:28:58 [2021-03-01T19:28:58.940Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
19:28:59 [2021-03-01T19:28:59.113Z] --- PASS: TestReadPluginNoRead (9.55s)
19:28:59 [2021-03-01T19:28:59.113Z]     --- PASS: TestReadPluginNoRead/default (1.82s)
19:28:59 [2021-03-01T19:28:59.113Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.77s)
19:28:59 [2021-03-01T19:28:59.113Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.80s)
19:28:59 [2021-03-01T19:28:59.113Z]     read_test.go:92: [dbaae9d3e39f9] daemon is not started
19:28:59 [2021-03-01T19:28:59.376Z] --- PASS: TestContinueAfterPluginCrash (10.18s)
19:28:59 [2021-03-01T19:28:59.376Z] PASS
19:28:59 [2021-03-01T19:28:59.376Z] 
19:28:59 [2021-03-01T19:28:59.376Z] DONE 6 tests in 10.356s
19:28:59 [2021-03-01T19:28:59.376Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
19:28:59 [2021-03-01T19:28:59.376Z] ++ 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
19:28:59 [2021-03-01T19:28:59.376Z] ++ set -e
19:28:59 [2021-03-01T19:28:59.376Z] ++ '[' -n 0 ']'
19:28:59 [2021-03-01T19:28:59.376Z] ++ set -x
19:28:59 [2021-03-01T19:28:59.376Z] ++ 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
19:28:59 [2021-03-01T19:28:59.376Z] testing: warning: no tests to run
19:28:59 [2021-03-01T19:28:59.376Z] PASS
19:28:59 [2021-03-01T19:28:59.376Z] 
19:28:59 [2021-03-01T19:28:59.376Z] DONE 0 tests in 0.051s
19:28:59 [2021-03-01T19:28:59.376Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
19:28:59 [2021-03-01T19:28:59.376Z] ++ 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
19:28:59 [2021-03-01T19:28:59.376Z] ++ set -e
19:28:59 [2021-03-01T19:28:59.376Z] ++ '[' -n 0 ']'
19:28:59 [2021-03-01T19:28:59.376Z] ++ set -x
19:28:59 [2021-03-01T19:28:59.376Z] ++ 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
19:28:59 [2021-03-01T19:28:59.512Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestNewListSecretsFilters
19:28:59 [2021-03-01T19:28:59.563Z] --- PASS: TestNewListSecretsFilters (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestNewListConfigsFilters
19:28:59 [2021-03-01T19:28:59.563Z] --- PASS: TestNewListConfigsFilters (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z] PASS
19:28:59 [2021-03-01T19:28:59.563Z] coverage: 0.5% of statements
19:28:59 [2021-03-01T19:28:59.563Z] ok  	github.com/docker/docker/daemon/cluster	0.285s	coverage: 0.5% of statements
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
19:28:59 [2021-03-01T19:28:59.563Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s)
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
19:28:59 [2021-03-01T19:28:59.563Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
19:28:59 [2021-03-01T19:28:59.563Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
19:28:59 [2021-03-01T19:28:59.563Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCContainerRuntime
19:28:59 [2021-03-01T19:28:59.563Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
19:28:59 [2021-03-01T19:28:59.563Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCIsolation
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCIsolation/empty
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCIsolation/default
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCIsolation/process
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
19:28:59 [2021-03-01T19:28:59.563Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertFromGRPCIsolation
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertFromGRPCIsolation/default
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertFromGRPCIsolation/process
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
19:28:59 [2021-03-01T19:28:59.563Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCCredentialSpec
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
19:28:59 [2021-03-01T19:28:59.563Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
19:28:59 [2021-03-01T19:28:59.638Z] INFO: Testing against a local daemon
19:28:59 [2021-03-01T19:28:59.638Z] === RUN   TestPluginWithDevMounts
19:28:59 [2021-03-01T19:28:59.638Z] === PAUSE TestPluginWithDevMounts
19:28:59 [2021-03-01T19:28:59.638Z] === CONT  TestPluginWithDevMounts
19:28:59 [2021-03-01T19:28:59.830Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
19:28:59 [2021-03-01T19:28:59.830Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
19:29:00 [2021-03-01T19:29:00.023Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
19:29:00 [2021-03-01T19:29:00.023Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
19:29:00 [2021-03-01T19:29:00.023Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
19:29:00 [2021-03-01T19:29:00.023Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
19:29:00 [2021-03-01T19:29:00.023Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertFromGRPCConfigs
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertFromGRPCConfigs/file
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
19:29:00 [2021-03-01T19:29:00.023Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCConfigs
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCConfigs/file
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
19:29:00 [2021-03-01T19:29:00.023Z] === RUN   TestServiceConvertToGRPCConfigs/none
19:29:00 [2021-03-01T19:29:00.023Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
19:29:00 [2021-03-01T19:29:00.023Z] PASS
19:29:00 [2021-03-01T19:29:00.023Z] coverage: 35.9% of statements
19:29:00 [2021-03-01T19:29:00.023Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.325s	coverage: 35.9% of statements
19:29:00 [2021-03-01T19:29:00.394Z] --- PASS: TestServiceUpdateSecrets (14.76s)
19:29:00 [2021-03-01T19:29:00.394Z] === RUN   TestServiceUpdateConfigs
19:29:00 [2021-03-01T19:29:00.480Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
19:29:00 [2021-03-01T19:29:00.900Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
19:29:01 [2021-03-01T19:29:01.139Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
19:29:01 [2021-03-01T19:29:01.440Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
19:29:01 [2021-03-01T19:29:01.843Z] --- PASS: TestContainerKillOnDaemonStart (13.31s)
19:29:01 [2021-03-01T19:29:01.843Z] PASS
19:29:01 [2021-03-01T19:29:01.843Z] 
19:29:01 [2021-03-01T19:29:01.843Z] === Skipped
19:29:01 [2021-03-01T19:29:01.843Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
19:29:01 [2021-03-01T19:29:01.843Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:29:01 [2021-03-01T19:29:01.843Z] 
19:29:01 [2021-03-01T19:29:01.843Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
19:29:01 [2021-03-01T19:29:01.843Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:29:01 [2021-03-01T19:29:01.843Z] 
19:29:01 [2021-03-01T19:29:01.843Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
19:29:01 [2021-03-01T19:29:01.843Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:29:01 [2021-03-01T19:29:01.843Z] 
19:29:01 [2021-03-01T19:29:01.843Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
19:29:01 [2021-03-01T19:29:01.843Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:29:01 [2021-03-01T19:29:01.843Z] 
19:29:01 [2021-03-01T19:29:01.843Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
19:29:01 [2021-03-01T19:29:01.843Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:29:01 [2021-03-01T19:29:01.843Z] 
19:29:01 [2021-03-01T19:29:01.843Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
19:29:01 [2021-03-01T19:29:01.843Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
19:29:01 [2021-03-01T19:29:01.843Z] 
19:29:01 [2021-03-01T19:29:01.843Z] 
19:29:01 [2021-03-01T19:29:01.843Z] DONE 196 tests, 6 skipped in 156.980s
19:29:01 [2021-03-01T19:29:01.843Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
19:29:01 [2021-03-01T19:29:01.843Z] ++ 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
19:29:01 [2021-03-01T19:29:01.843Z] ++ set -e
19:29:01 [2021-03-01T19:29:01.843Z] ++ '[' -n 0 ']'
19:29:01 [2021-03-01T19:29:01.843Z] ++ set -x
19:29:01 [2021-03-01T19:29:01.843Z] ++ 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
19:29:01 [2021-03-01T19:29:01.843Z] INFO: Testing against a local daemon
19:29:01 [2021-03-01T19:29:01.843Z] === RUN   TestCommitInheritsEnv
19:29:02 [2021-03-01T19:29:02.196Z] --- PASS: TestPluginWithDevMounts (2.18s)
19:29:02 [2021-03-01T19:29:02.196Z] PASS
19:29:02 [2021-03-01T19:29:02.196Z] 
19:29:02 [2021-03-01T19:29:02.196Z] DONE 1 tests in 2.333s
19:29:02 [2021-03-01T19:29:02.196Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
19:29:02 [2021-03-01T19:29:02.196Z] ++ 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
19:29:02 [2021-03-01T19:29:02.196Z] ++ set -e
19:29:02 [2021-03-01T19:29:02.196Z] ++ '[' -n 0 ']'
19:29:02 [2021-03-01T19:29:02.196Z] ++ set -x
19:29:02 [2021-03-01T19:29:02.196Z] ++ 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
19:29:02 [2021-03-01T19:29:02.196Z] INFO: Testing against a local daemon
19:29:02 [2021-03-01T19:29:02.196Z] === RUN   TestSecretInspect
19:29:02 [2021-03-01T19:29:02.414Z] --- PASS: TestCommitInheritsEnv (0.56s)
19:29:02 [2021-03-01T19:29:02.414Z] === RUN   TestImportExtremelyLargeImageWorks
19:29:02 [2021-03-01T19:29:02.414Z] === PAUSE TestImportExtremelyLargeImageWorks
19:29:02 [2021-03-01T19:29:02.414Z] === RUN   TestImagesFilterMultiReference
19:29:02 [2021-03-01T19:29:02.518Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
19:29:02 [2021-03-01T19:29:02.676Z] --- PASS: TestImagesFilterMultiReference (0.09s)
19:29:02 [2021-03-01T19:29:02.676Z] === RUN   TestImagePullPlatformInvalid
19:29:02 [2021-03-01T19:29:02.676Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
19:29:02 [2021-03-01T19:29:02.676Z] === RUN   TestRemoveImageOrphaning
19:29:02 [2021-03-01T19:29:02.938Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
19:29:03 [2021-03-01T19:29:03.199Z] --- PASS: TestRemoveImageOrphaning (0.47s)
19:29:03 [2021-03-01T19:29:03.199Z] === RUN   TestRemoveImageGarbageCollector
19:29:04 [2021-03-01T19:29:04.145Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
19:29:04 [2021-03-01T19:29:04.406Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
19:29:04 [2021-03-01T19:29:04.753Z] --- PASS: TestSecretInspect (2.76s)
19:29:04 [2021-03-01T19:29:04.753Z] === RUN   TestSecretList
19:29:05 [2021-03-01T19:29:05.287Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.87s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.90s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.91s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.95s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.76s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.52s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.70s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.62s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.19s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.75s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.46s)
19:29:05 [2021-03-01T19:29:05.287Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.50s)
19:29:05 [2021-03-01T19:29:05.287Z] === RUN   TestCgroupNamespacesRun
19:29:05 [2021-03-01T19:29:05.351Z] --- PASS: TestRemoveImageGarbageCollector (2.38s)
19:29:05 [2021-03-01T19:29:05.351Z] === RUN   TestTagUnprefixedRepoByNameOrName
19:29:05 [2021-03-01T19:29:05.612Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
19:29:05 [2021-03-01T19:29:05.612Z] === RUN   TestTagInvalidReference
19:29:05 [2021-03-01T19:29:05.612Z] --- PASS: TestTagInvalidReference (0.07s)
19:29:05 [2021-03-01T19:29:05.612Z] === RUN   TestTagValidPrefixedRepo
19:29:05 [2021-03-01T19:29:05.612Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
19:29:05 [2021-03-01T19:29:05.612Z] === RUN   TestTagExistedNameWithoutForce
19:29:05 [2021-03-01T19:29:05.612Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
19:29:05 [2021-03-01T19:29:05.612Z] === RUN   TestTagOfficialNames
19:29:05 [2021-03-01T19:29:05.819Z] === RUN   TestBuilderGC
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestBuilderGC (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDaemonConfigurationNotFound
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDaemonBrokenConfiguration
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestParseClusterAdvertiseSettings
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestFindConfigurationConflicts
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestFindConfigurationConflicts (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDaemonConfigurationMergeConflicts
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDaemonConfigurationMergeConcurrent
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDaemonConfigurationMergeConcurrentError
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestFindConfigurationConflictsWithMergedValues
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestValidateConfigurationErrors (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfiguration
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfiguration/with_label
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfiguration/with_dns
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfiguration/with_dns-search
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfiguration/with_max-download-attempts
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateConfiguration/with_node_generic_resources
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestValidateConfiguration (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestModifiedDiscoverySettings
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestReloadSetConfigFileNotExist
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDiscoveryOptsErrors
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDiscoveryOpts
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestDiscoveryOpts (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] PASS
19:29:05 [2021-03-01T19:29:05.820Z] coverage: 30.0% of statements
19:29:05 [2021-03-01T19:29:05.820Z] ok  	github.com/docker/docker/daemon/discovery	0.288s	coverage: 30.0% of statements
19:29:05 [2021-03-01T19:29:05.820Z] time="2021-03-01T19:29:05Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestReloadDefaultConfigNotExist
19:29:05 [2021-03-01T19:29:05.820Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s)
19:29:05 [2021-03-01T19:29:05.820Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestReloadBadDefaultConfig
19:29:05 [2021-03-01T19:29:05.820Z] time="2021-03-01T19:29:05Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-348162007"
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestReloadWithConflictingLabels
19:29:05 [2021-03-01T19:29:05.820Z] time="2021-03-01T19:29:05Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-146389322"
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestReloadWithDuplicateLabels
19:29:05 [2021-03-01T19:29:05.820Z] time="2021-03-01T19:29:05Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-860035617"
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestDaemonConfigurationMerge
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] PASS
19:29:05 [2021-03-01T19:29:05.820Z] coverage: 79.7% of statements
19:29:05 [2021-03-01T19:29:05.820Z] ok  	github.com/docker/docker/daemon/config	0.444s	coverage: 79.7% of statements
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestVerifyNetworkingConfig
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestGetContainer
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestGetContainer (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidContainerNames
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestValidContainerNames (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestContainerInitDNS
19:29:05 [2021-03-01T19:29:05.820Z] --- SKIP: TestContainerInitDNS (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     daemon_test.go:147: root required
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestMerge
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestMerge (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestValidateContainerIsolation
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestValidateContainerIsolation (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestFindNetworkErrorType
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestFindNetworkErrorType (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestEnsureServicesExist
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestEnsureServicesExist (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestEnsureServicesExistErrors
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestContainerDelete
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestContainerDelete (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestContainerDoubleDelete
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestContainerDoubleDelete (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestLogContainerEventCopyLabels
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestLogContainerEventCopyLabels (0.01s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestLogContainerEventWithAttributes
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestNoneHealthcheck
19:29:05 [2021-03-01T19:29:05.820Z] --- PASS: TestNoneHealthcheck (0.00s)
19:29:05 [2021-03-01T19:29:05.820Z] === RUN   TestHealthStates
19:29:05 [2021-03-01T19:29:05.874Z] --- PASS: TestTagOfficialNames (0.10s)
19:29:05 [2021-03-01T19:29:05.874Z] === RUN   TestTagMatchesDigest
19:29:05 [2021-03-01T19:29:05.874Z] --- PASS: TestTagMatchesDigest (0.02s)
19:29:05 [2021-03-01T19:29:05.874Z] === CONT  TestImportExtremelyLargeImageWorks
19:29:06 [2021-03-01T19:29:06.280Z] time="2021-03-01T19:29:05Z" 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"
19:29:06 [2021-03-01T19:29:06.280Z] time="2021-03-01T19:29:05Z" 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"
19:29:06 [2021-03-01T19:29:06.280Z] time="2021-03-01T19:29:05Z" 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"
19:29:06 [2021-03-01T19:29:06.280Z] time="2021-03-01T19:29:05Z" 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"
19:29:06 [2021-03-01T19:29:06.280Z] time="2021-03-01T19:29:05Z" 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"
19:29:06 [2021-03-01T19:29:06.280Z] time="2021-03-01T19:29:05Z" 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"
19:29:06 [2021-03-01T19:29:06.280Z] time="2021-03-01T19:29:05Z" 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"
19:29:06 [2021-03-01T19:29:06.280Z] time="2021-03-01T19:29:05Z" 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"
19:29:06 [2021-03-01T19:29:06.280Z] time="2021-03-01T19:29:05Z" 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"
19:29:06 [2021-03-01T19:29:06.280Z] time="2021-03-01T19:29:05Z" 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"
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestHealthStates (0.12s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestMaskURLCredentials
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestMaskURLCredentials (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestGetInspectData
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestGetInspectData (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestFillLicense
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestFillLicense (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestListInvalidFilter
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestListInvalidFilter (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestNameFilter
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestNameFilter (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
19:29:06 [2021-03-01T19:29:06.280Z] === 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
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- 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)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestDaemonReloadLabels
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestDaemonReloadLabels (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestDaemonReloadMirrors
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestDaemonReloadMirrors (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestDaemonReloadInsecureRegistries
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestDaemonReloadNotAffectOthers
19:29:06 [2021-03-01T19:29:06.280Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
19:29:06 [2021-03-01T19:29:06.280Z] === RUN   TestDaemonDiscoveryReload
19:29:06 [2021-03-01T19:29:06.344Z] --- PASS: TestCgroupNamespacesRun (1.37s)
19:29:06 [2021-03-01T19:29:06.344Z] === RUN   TestCgroupNamespacesRunPrivileged
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestWaitNodeAttachment
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestDaemonDiscoveryReload (1.02s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestEventsLog
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestEventsLog (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestEventsLogTimeout
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestEventsLogTimeout (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestLogEvents
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestLogEvents (0.05s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestLoadBufferedEvents
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestLoadBufferedEvents (0.09s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestLoadBufferedEventsOnlyFromPast
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestIgnoreBufferedWhenNoTimes
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z] PASS
19:29:07 [2021-03-01T19:29:07.249Z] coverage: 50.0% of statements
19:29:07 [2021-03-01T19:29:07.249Z] ok  	github.com/docker/docker/daemon/events	0.190s	coverage: 50.0% of statements
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestWaitNodeAttachment (0.40s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestIsolationConversion
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestIsolationConversion/default
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestIsolationConversion/process
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestIsolationConversion/hyperv
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestIsolationConversion (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z]     --- PASS: TestIsolationConversion/default (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z]     --- PASS: TestIsolationConversion/process (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestContainerLabels
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestContainerLabels (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestCredentialSpecConversion
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestCredentialSpecConversion/none
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestCredentialSpecConversion/config
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestCredentialSpecConversion/file
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestCredentialSpecConversion/registry
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestCredentialSpecConversion (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestControllerValidateMountBind
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestControllerValidateMountBind (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestControllerValidateMountVolume
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestControllerValidateMountVolume (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestControllerValidateMountTarget
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestControllerValidateMountTarget (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestControllerValidateMountTmpfs
19:29:07 [2021-03-01T19:29:07.249Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
19:29:07 [2021-03-01T19:29:07.249Z] === RUN   TestControllerValidateMountInvalidType
19:29:07 [2021-03-01T19:29:07.260Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
19:29:07 [2021-03-01T19:29:07.392Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.33s)
19:29:07 [2021-03-01T19:29:07.392Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
19:29:07 [2021-03-01T19:29:07.709Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
19:29:07 [2021-03-01T19:29:07.709Z] === RUN   TestControllerValidateMountNamedPipe
19:29:07 [2021-03-01T19:29:07.709Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
19:29:07 [2021-03-01T19:29:07.709Z] PASS
19:29:07 [2021-03-01T19:29:07.709Z] coverage: 11.3% of statements
19:29:07 [2021-03-01T19:29:07.709Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.809s	coverage: 11.3% of statements
19:29:07 [2021-03-01T19:29:07.709Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
19:29:07 [2021-03-01T19:29:07.709Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
19:29:07 [2021-03-01T19:29:07.709Z] === RUN   TestIsEmptyDir
19:29:07 [2021-03-01T19:29:07.709Z] --- PASS: TestIsEmptyDir (0.00s)
19:29:07 [2021-03-01T19:29:07.709Z] PASS
19:29:07 [2021-03-01T19:29:07.709Z] coverage: 2.3% of statements
19:29:07 [2021-03-01T19:29:07.709Z] ok  	github.com/docker/docker/daemon/graphdriver	0.099s	coverage: 2.3% of statements
19:29:08 [2021-03-01T19:29:08.072Z] --- PASS: TestSecretList (3.22s)
19:29:08 [2021-03-01T19:29:08.072Z] === RUN   TestSecretsCreateAndDelete
19:29:08 [2021-03-01T19:29:08.168Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
19:29:08 [2021-03-01T19:29:08.168Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
19:29:08 [2021-03-01T19:29:08.168Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
19:29:08 [2021-03-01T19:29:08.168Z]     reload_test.go:520: root required
19:29:08 [2021-03-01T19:29:08.168Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
19:29:08 [2021-03-01T19:29:08.168Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
19:29:08 [2021-03-01T19:29:08.168Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
19:29:08 [2021-03-01T19:29:08.168Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s)
19:29:08 [2021-03-01T19:29:08.168Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
19:29:08 [2021-03-01T19:29:08.168Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
19:29:08 [2021-03-01T19:29:08.168Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
19:29:08 [2021-03-01T19:29:08.168Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s)
19:29:08 [2021-03-01T19:29:08.168Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
19:29:08 [2021-03-01T19:29:08.168Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
19:29:08 [2021-03-01T19:29:08.168Z] === RUN   TestParseVolumesFrom
19:29:08 [2021-03-01T19:29:08.168Z] --- PASS: TestParseVolumesFrom (0.00s)
19:29:08 [2021-03-01T19:29:08.168Z] PASS
19:29:08 [2021-03-01T19:29:08.168Z] coverage: 9.1% of statements
19:29:08 [2021-03-01T19:29:08.168Z] ok  	github.com/docker/docker/daemon	2.574s	coverage: 9.1% of statements
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
19:29:08 [2021-03-01T19:29:08.168Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
19:29:08 [2021-03-01T19:29:08.915Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.35s)
19:29:08 [2021-03-01T19:29:08.915Z] === RUN   TestCgroupNamespacesRunHostMode
19:29:09 [2021-03-01T19:29:09.138Z] === RUN   TestLinkNaming
19:29:09 [2021-03-01T19:29:09.138Z] --- PASS: TestLinkNaming (0.00s)
19:29:09 [2021-03-01T19:29:09.138Z] === RUN   TestLinkNew
19:29:09 [2021-03-01T19:29:09.138Z] --- PASS: TestLinkNew (0.00s)
19:29:09 [2021-03-01T19:29:09.138Z] === RUN   TestLinkEnv
19:29:09 [2021-03-01T19:29:09.138Z] --- PASS: TestLinkEnv (0.00s)
19:29:09 [2021-03-01T19:29:09.138Z] === RUN   TestLinkMultipleEnv
19:29:09 [2021-03-01T19:29:09.138Z] --- PASS: TestLinkMultipleEnv (0.00s)
19:29:09 [2021-03-01T19:29:09.138Z] === RUN   TestLinkPortRangeEnv
19:29:09 [2021-03-01T19:29:09.138Z] --- PASS: TestLinkPortRangeEnv (0.00s)
19:29:09 [2021-03-01T19:29:09.138Z] PASS
19:29:09 [2021-03-01T19:29:09.138Z] coverage: 93.0% of statements
19:29:09 [2021-03-01T19:29:09.138Z] ok  	github.com/docker/docker/daemon/links	0.471s	coverage: 93.0% of statements
19:29:09 [2021-03-01T19:29:09.177Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
19:29:09 [2021-03-01T19:29:09.177Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
19:29:10 [2021-03-01T19:29:10.122Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
19:29:10 [2021-03-01T19:29:10.435Z] --- PASS: TestCgroupNamespacesRunHostMode (1.34s)
19:29:10 [2021-03-01T19:29:10.436Z] === RUN   TestCgroupNamespacesRunPrivateMode
19:29:11 [2021-03-01T19:29:11.319Z] === RUN   TestAdapterReadLogs
19:29:11 [2021-03-01T19:29:11.319Z] --- PASS: TestAdapterReadLogs (0.00s)
19:29:11 [2021-03-01T19:29:11.319Z] === RUN   TestCopier
19:29:11 [2021-03-01T19:29:11.319Z] --- PASS: TestCopier (0.01s)
19:29:11 [2021-03-01T19:29:11.320Z] === RUN   TestCopierLongLines
19:29:11 [2021-03-01T19:29:11.320Z] --- PASS: TestCopierLongLines (0.00s)
19:29:11 [2021-03-01T19:29:11.320Z] === RUN   TestCopierSlow
19:29:11 [2021-03-01T19:29:11.320Z] --- PASS: TestCopierSlow (0.29s)
19:29:11 [2021-03-01T19:29:11.320Z] === RUN   TestCopierWithSized
19:29:11 [2021-03-01T19:29:11.320Z] === RUN   TestCopierWithSized/as_is
19:29:11 [2021-03-01T19:29:11.320Z] === RUN   TestCopierWithSized/With_RingLogger
19:29:11 [2021-03-01T19:29:11.320Z] --- PASS: TestCopierWithSized (0.01s)
19:29:11 [2021-03-01T19:29:11.320Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
19:29:11 [2021-03-01T19:29:11.320Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.00s)
19:29:11 [2021-03-01T19:29:11.320Z] === RUN   TestCopierWithPartial
19:29:11 [2021-03-01T19:29:11.320Z] --- PASS: TestCopierWithPartial (0.01s)
19:29:11 [2021-03-01T19:29:11.320Z] === RUN   TestRingLogger
19:29:11 [2021-03-01T19:29:11.320Z] --- PASS: TestRingLogger (0.00s)
19:29:11 [2021-03-01T19:29:11.320Z] === RUN   TestRingCap
19:29:11 [2021-03-01T19:29:11.320Z] --- PASS: TestRingCap (0.00s)
19:29:11 [2021-03-01T19:29:11.320Z] === RUN   TestRingClose
19:29:11 [2021-03-01T19:29:11.320Z] --- PASS: TestRingClose (0.00s)
19:29:11 [2021-03-01T19:29:11.320Z] === RUN   TestRingDrain
19:29:11 [2021-03-01T19:29:11.320Z] --- PASS: TestRingDrain (0.00s)
19:29:11 [2021-03-01T19:29:11.320Z] PASS
19:29:11 [2021-03-01T19:29:11.320Z] coverage: 43.5% of statements
19:29:11 [2021-03-01T19:29:11.320Z] ok  	github.com/docker/docker/daemon/logger	0.416s	coverage: 43.5% of statements
19:29:11 [2021-03-01T19:29:11.396Z] --- PASS: TestSecretsCreateAndDelete (3.23s)
19:29:11 [2021-03-01T19:29:11.396Z] === RUN   TestSecretsUpdate
19:29:11 [2021-03-01T19:29:11.495Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.34s)
19:29:11 [2021-03-01T19:29:11.495Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
19:29:11 [2021-03-01T19:29:11.516Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
19:29:11 [2021-03-01T19:29:11.779Z] === RUN   TestNewStreamConfig
19:29:11 [2021-03-01T19:29:11.780Z] === RUN   TestNewStreamConfig/defaults
19:29:11 [2021-03-01T19:29:11.780Z] === RUN   TestNewStreamConfig/invalid_create_group
19:29:11 [2021-03-01T19:29:11.780Z] === RUN   TestNewStreamConfig/invalid_flush_interval
19:29:11 [2021-03-01T19:29:11.780Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
19:29:11 [2021-03-01T19:29:11.780Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
19:29:11 [2021-03-01T19:29:11.780Z] === RUN   TestNewStreamConfig/flush_interval_at_15
19:29:11 [2021-03-01T19:29:11.780Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
19:29:11 [2021-03-01T19:29:11.780Z] --- PASS: TestNewStreamConfig (0.00s)
19:29:11 [2021-03-01T19:29:11.780Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
19:29:11 [2021-03-01T19:29:11.780Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
19:29:11 [2021-03-01T19:29:11.780Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
19:29:12 [2021-03-01T19:29:12.239Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestNewAWSLogsClientUserAgentHandler
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestNewAWSLogsClientRegionDetect
19:29:12 [2021-03-01T19:29:12.240Z] time="2021-03-01T19:29:11Z" level=info msg="Trying to get region from EC2 Metadata"
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCreateSuccess
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCreateSuccess (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCreateLogGroupSuccess
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCreateError
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCreateError (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCreateAlreadyExists
19:29:12 [2021-03-01T19:29:12.240Z] time="2021-03-01T19:29:11Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCreateAlreadyExists (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestLogClosed
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestLogClosed (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestLogBlocking
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestLogBlocking (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestLogNonBlockingBufferEmpty
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestLogNonBlockingBufferFull
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestPublishBatchSuccess
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestPublishBatchSuccess (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestPublishBatchError
19:29:12 [2021-03-01T19:29:12.240Z] time="2021-03-01T19:29:11Z" level=error msg=Error
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestPublishBatchError (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestPublishBatchInvalidSeqSuccess
19:29:12 [2021-03-01T19:29:12.240Z] time="2021-03-01T19:29:11Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestPublishBatchAlreadyAccepted
19:29:12 [2021-03-01T19:29:12.240Z] time="2021-03-01T19:29:11Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
19:29:12 [2021-03-01T19:29:12.240Z] time="2021-03-01T19:29:11Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchSimple
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchSimple (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchTicker
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchTicker (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchMultilinePattern
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.08s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchClose
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchClose (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestEffectiveLen
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestEffectiveLen/0/Hello
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestEffectiveLen/2/🙃
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestEffectiveLen/3/����
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestEffectiveLen/4/He��o
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestEffectiveLen/5/
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestEffectiveLen (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestFindValidSplit
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestFindValidSplit/0/
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestFindValidSplit/1/Hello
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestFindValidSplit/2/Hello
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestFindValidSplit/3/Hello
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestFindValidSplit/4/🙃
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestFindValidSplit/5/🙃
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestFindValidSplit/6/a�
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestFindValidSplit/7/a�
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestFindValidSplit (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1044: 
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1045: 
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1044: Hello
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1045: 
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1044: He
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1045: llo
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1044: 
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1045: Hello
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1044: 
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1045: 🙃
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1044: 🙃
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1045: 
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1044: a
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1045: �
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1044: a�
19:29:12 [2021-03-01T19:29:12.240Z]         cloudwatchlogs_test.go:1045: 
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestProcessEventEmoji
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestProcessEventEmoji (0.01s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchLineSplit
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchLineSplit (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchLineSplitWithBinary
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchMaxEvents
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchMaxEvents (0.03s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchMaxTotalBytes
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCollectBatchWithDuplicateTimestamps
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestParseLogOptionsMultilinePattern
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestParseLogOptionsDatetimeFormat
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestCreateTagSuccess
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestCreateTagSuccess (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
19:29:12 [2021-03-01T19:29:12.240Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
19:29:12 [2021-03-01T19:29:12.240Z] PASS
19:29:12 [2021-03-01T19:29:12.240Z] coverage: 77.8% of statements
19:29:12 [2021-03-01T19:29:12.240Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.588s	coverage: 77.8% of statements
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestSearchRegistryForImagesErrors
19:29:12 [2021-03-01T19:29:12.700Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestSearchRegistryForImages
19:29:12 [2021-03-01T19:29:12.700Z] --- PASS: TestSearchRegistryForImages (0.00s)
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestOnlyPlatformWithFallback
19:29:12 [2021-03-01T19:29:12.700Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestImageDelete
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestImageDelete/no_lease
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestImageDelete/lease_exists
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestJSONFileLogger
19:29:12 [2021-03-01T19:29:12.700Z] --- PASS: TestJSONFileLogger (0.00s)
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestJSONFileLoggerWithTags
19:29:12 [2021-03-01T19:29:12.700Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestJSONFileLoggerWithOpts
19:29:12 [2021-03-01T19:29:12.700Z] --- PASS: TestImageDelete (0.05s)
19:29:12 [2021-03-01T19:29:12.700Z]     --- PASS: TestImageDelete/no_lease (0.01s)
19:29:12 [2021-03-01T19:29:12.700Z]     --- PASS: TestImageDelete/lease_exists (0.03s)
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestContentStoreForPull
19:29:12 [2021-03-01T19:29:12.700Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestJSONFileLoggerWithLabelsEnv
19:29:12 [2021-03-01T19:29:12.700Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
19:29:12 [2021-03-01T19:29:12.700Z] === RUN   TestEncodeDecode
19:29:12 [2021-03-01T19:29:12.700Z] === PAUSE TestEncodeDecode
19:29:12 [2021-03-01T19:29:12.700Z] === CONT  TestEncodeDecode
19:29:13 [2021-03-01T19:29:13.023Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.35s)
19:29:13 [2021-03-01T19:29:13.023Z] === RUN   TestCgroupNamespacesRunInvalidMode
19:29:13 [2021-03-01T19:29:13.159Z] --- PASS: TestEncodeDecode (0.14s)
19:29:13 [2021-03-01T19:29:13.159Z] PASS
19:29:13 [2021-03-01T19:29:13.159Z] coverage: 61.6% of statements
19:29:13 [2021-03-01T19:29:13.160Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.353s	coverage: 61.6% of statements
19:29:13 [2021-03-01T19:29:13.160Z] --- PASS: TestContentStoreForPull (0.18s)
19:29:13 [2021-03-01T19:29:13.160Z] PASS
19:29:13 [2021-03-01T19:29:13.160Z] coverage: 6.7% of statements
19:29:13 [2021-03-01T19:29:13.160Z] ok  	github.com/docker/docker/daemon/images	0.462s	coverage: 6.7% of statements
19:29:13 [2021-03-01T19:29:13.160Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
19:29:13 [2021-03-01T19:29:13.160Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
19:29:13 [2021-03-01T19:29:13.160Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
19:29:13 [2021-03-01T19:29:13.160Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
19:29:13 [2021-03-01T19:29:13.160Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
19:29:13 [2021-03-01T19:29:13.160Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
19:29:13 [2021-03-01T19:29:13.160Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
19:29:13 [2021-03-01T19:29:13.160Z] === RUN   TestJSONLogsMarshalJSONBuf
19:29:13 [2021-03-01T19:29:13.160Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
19:29:13 [2021-03-01T19:29:13.160Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
19:29:13 [2021-03-01T19:29:13.160Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s)
19:29:13 [2021-03-01T19:29:13.160Z] === RUN   TestFastTimeMarshalJSON
19:29:13 [2021-03-01T19:29:13.160Z] --- PASS: TestFastTimeMarshalJSON (0.00s)
19:29:13 [2021-03-01T19:29:13.160Z] PASS
19:29:13 [2021-03-01T19:29:13.160Z] coverage: 87.2% of statements
19:29:13 [2021-03-01T19:29:13.160Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.185s	coverage: 87.2% of statements
19:29:13 [2021-03-01T19:29:13.439Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
19:29:13 [2021-03-01T19:29:13.664Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s)
19:29:13 [2021-03-01T19:29:13.664Z] === RUN   TestCgroupNamespacesRunOlderClient
19:29:14 [2021-03-01T19:29:14.388Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
19:29:14 [2021-03-01T19:29:14.700Z] === RUN   TestWriteLog
19:29:14 [2021-03-01T19:29:14.700Z] === PAUSE TestWriteLog
19:29:14 [2021-03-01T19:29:14.700Z] === RUN   TestReadLog
19:29:14 [2021-03-01T19:29:14.700Z] === PAUSE TestReadLog
19:29:14 [2021-03-01T19:29:14.700Z] === CONT  TestWriteLog
19:29:14 [2021-03-01T19:29:14.700Z] === CONT  TestReadLog
19:29:14 [2021-03-01T19:29:14.700Z] --- PASS: TestWriteLog (0.00s)
19:29:14 [2021-03-01T19:29:14.700Z] === RUN   TestReadLog/tail_exact
19:29:14 [2021-03-01T19:29:14.718Z] --- PASS: TestSecretsUpdate (3.26s)
19:29:14 [2021-03-01T19:29:14.718Z] === RUN   TestTemplatedSecret
19:29:15 [2021-03-01T19:29:15.161Z] === RUN   TestReadLog/tail_less_than_available
19:29:15 [2021-03-01T19:29:15.161Z] === RUN   TestReadLog/tail_more_than_available
19:29:15 [2021-03-01T19:29:15.161Z] --- PASS: TestReadLog (0.15s)
19:29:15 [2021-03-01T19:29:15.161Z]     --- PASS: TestReadLog/tail_exact (0.12s)
19:29:15 [2021-03-01T19:29:15.161Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
19:29:15 [2021-03-01T19:29:15.161Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
19:29:15 [2021-03-01T19:29:15.161Z] PASS
19:29:15 [2021-03-01T19:29:15.161Z] coverage: 75.2% of statements
19:29:15 [2021-03-01T19:29:15.161Z] ok  	github.com/docker/docker/daemon/logger/local	0.336s	coverage: 75.2% of statements
19:29:15 [2021-03-01T19:29:15.161Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
19:29:15 [2021-03-01T19:29:15.161Z] === RUN   TestLog
19:29:15 [2021-03-01T19:29:15.161Z] --- PASS: TestLog (0.01s)
19:29:15 [2021-03-01T19:29:15.161Z] PASS
19:29:15 [2021-03-01T19:29:15.161Z] coverage: 31.5% of statements
19:29:15 [2021-03-01T19:29:15.161Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.080s	coverage: 31.5% of statements
19:29:15 [2021-03-01T19:29:15.192Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.38s)
19:29:15 [2021-03-01T19:29:15.192Z] === RUN   TestKernelTCPMemory
19:29:15 [2021-03-01T19:29:15.222Z] --- PASS: TestServiceUpdateConfigs (14.47s)
19:29:15 [2021-03-01T19:29:15.222Z] === RUN   TestServiceUpdateNetwork
19:29:15 [2021-03-01T19:29:15.354Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
19:29:15 [2021-03-01T19:29:15.621Z] === RUN   TestOpenFileDelete
19:29:15 [2021-03-01T19:29:15.621Z] --- PASS: TestOpenFileDelete (0.00s)
19:29:15 [2021-03-01T19:29:15.621Z] === RUN   TestOpenFileRename
19:29:15 [2021-03-01T19:29:15.621Z] --- PASS: TestOpenFileRename (0.00s)
19:29:15 [2021-03-01T19:29:15.621Z] === RUN   TestParseLogTagDefaultTag
19:29:15 [2021-03-01T19:29:15.621Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
19:29:15 [2021-03-01T19:29:15.621Z] === RUN   TestParseLogTag
19:29:15 [2021-03-01T19:29:15.621Z] --- PASS: TestParseLogTag (0.00s)
19:29:15 [2021-03-01T19:29:15.621Z] === RUN   TestParseLogTagEmptyTag
19:29:15 [2021-03-01T19:29:15.621Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
19:29:15 [2021-03-01T19:29:15.621Z] === RUN   TestTailFiles
19:29:15 [2021-03-01T19:29:15.621Z] --- PASS: TestTailFiles (0.00s)
19:29:15 [2021-03-01T19:29:15.621Z] === RUN   TestFollowLogsConsumerGone
19:29:15 [2021-03-01T19:29:15.621Z] --- PASS: TestFollowLogsConsumerGone (0.01s)
19:29:15 [2021-03-01T19:29:15.621Z] === RUN   TestFollowLogsProducerGone
19:29:15 [2021-03-01T19:29:15.621Z] --- PASS: TestFollowLogsProducerGone (0.00s)
19:29:15 [2021-03-01T19:29:15.621Z]     logfile_test.go:232: messages sent: 4098, received: 4098
19:29:15 [2021-03-01T19:29:15.621Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
19:29:15 [2021-03-01T19:29:15.621Z] === RUN   TestCheckCapacityAndRotate
19:29:15 [2021-03-01T19:29:15.621Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
19:29:15 [2021-03-01T19:29:15.831Z] --- PASS: TestKernelTCPMemory (0.62s)
19:29:15 [2021-03-01T19:29:15.831Z] === RUN   TestNISDomainname
19:29:16 [2021-03-01T19:29:16.081Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
19:29:16 [2021-03-01T19:29:16.081Z] --- PASS: TestCheckCapacityAndRotate (0.17s)
19:29:16 [2021-03-01T19:29:16.081Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
19:29:16 [2021-03-01T19:29:16.081Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.14s)
19:29:16 [2021-03-01T19:29:16.081Z] PASS
19:29:16 [2021-03-01T19:29:16.081Z] coverage: 55.3% of statements
19:29:16 [2021-03-01T19:29:16.081Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.288s	coverage: 55.3% of statements
19:29:16 [2021-03-01T19:29:16.318Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
19:29:16 [2021-03-01T19:29:16.318Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
19:29:16 [2021-03-01T19:29:16.473Z] --- PASS: TestNISDomainname (0.69s)
19:29:16 [2021-03-01T19:29:16.473Z] === RUN   TestHostnameDnsResolution
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestValidateLogOpt
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestValidateLogOpt (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestNewMissedConfig
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestNewMissedConfig (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestNewMissedUrl
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestNewMissedUrl (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestNewMissedToken
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestNewMissedToken (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestNewWithProxy
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestNewWithProxy (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestDefault
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestDefault (0.01s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestInlineFormatWithNonDefaultOptions
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestJsonFormat
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestJsonFormat (0.01s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestRawFormat
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestRawFormat (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestRawFormatWithLabels
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestRawFormatWithLabels (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestRawFormatWithoutTag
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestRawFormatWithoutTag (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestBatching
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestNewParse
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestNewParse (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] PASS
19:29:17 [2021-03-01T19:29:17.052Z] coverage: 8.3% of statements
19:29:17 [2021-03-01T19:29:17.052Z] ok  	github.com/docker/docker/daemon/logger/templates	0.047s	coverage: 8.3% of statements
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestBatching (0.22s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestFrequency
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestParseLogFormat
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestParseLogFormat (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestValidateLogOptEmpty
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestValidateLogOptEmpty (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestValidateSyslogAddress
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestValidateSyslogAddress (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestParseAddressDefaultPort
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestParseAddressDefaultPort (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestValidateSyslogFacility
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestValidateSyslogFacility (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestValidateLogOptSyslogFormat
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] === RUN   TestValidateLogOpt
19:29:17 [2021-03-01T19:29:17.052Z] --- PASS: TestValidateLogOpt (0.00s)
19:29:17 [2021-03-01T19:29:17.052Z] PASS
19:29:17 [2021-03-01T19:29:17.052Z] coverage: 46.8% of statements
19:29:17 [2021-03-01T19:29:17.113Z] --- PASS: TestHostnameDnsResolution (0.80s)
19:29:17 [2021-03-01T19:29:17.113Z] === RUN   TestStats
19:29:17 [2021-03-01T19:29:17.512Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.062s	coverage: 46.8% of statements
19:29:17 [2021-03-01T19:29:17.512Z] --- PASS: TestFrequency (0.20s)
19:29:17 [2021-03-01T19:29:17.512Z] === RUN   TestOneMessagePerRequest
19:29:17 [2021-03-01T19:29:17.512Z] --- PASS: TestOneMessagePerRequest (0.00s)
19:29:17 [2021-03-01T19:29:17.512Z] === RUN   TestVerify
19:29:17 [2021-03-01T19:29:17.512Z] --- PASS: TestVerify (0.00s)
19:29:17 [2021-03-01T19:29:17.512Z] === RUN   TestSkipVerify
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] --- PASS: TestSkipVerify (0.46s)
19:29:17 [2021-03-01T19:29:17.512Z] === RUN   TestBufferMaximum
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614626957.427931\",\"host\":\"c1fd15b271fd\"}'"
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614626957.427931\",\"host\":\"c1fd15b271fd\"}'"
19:29:17 [2021-03-01T19:29:17.512Z] --- PASS: TestBufferMaximum (0.00s)
19:29:17 [2021-03-01T19:29:17.512Z] === RUN   TestServerAlwaysDown
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614626957.431923\",\"host\":\"c1fd15b271fd\"}'"
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614626957.431923\",\"host\":\"c1fd15b271fd\"}'"
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614626957.431923\",\"host\":\"c1fd15b271fd\"}'"
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614626957.433938\",\"host\":\"c1fd15b271fd\"}'"
19:29:17 [2021-03-01T19:29:17.512Z] time="2021-03-01T19:29:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1614626957.433938\",\"host\":\"c1fd15b271fd\"}'"
19:29:17 [2021-03-01T19:29:17.512Z] --- PASS: TestServerAlwaysDown (0.00s)
19:29:17 [2021-03-01T19:29:17.512Z] === RUN   TestCannotSendAfterClose
19:29:17 [2021-03-01T19:29:17.512Z] --- PASS: TestCannotSendAfterClose (0.00s)
19:29:17 [2021-03-01T19:29:17.512Z] === RUN   TestDeadlockOnBlockedEndpoint
19:29:18 [2021-03-01T19:29:18.040Z] --- PASS: TestTemplatedSecret (3.41s)
19:29:18 [2021-03-01T19:29:18.040Z] === RUN   TestSecretCreateResolve
19:29:18 [2021-03-01T19:29:18.259Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
19:29:19 [2021-03-01T19:29:19.054Z] time="2021-03-01T19:29:18Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk
19:29:19 [2021-03-01T19:29:19.054Z] time="2021-03-01T19:29:18Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"c1fd15b271fd\"}'"
19:29:19 [2021-03-01T19:29:19.054Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
19:29:19 [2021-03-01T19:29:19.054Z] PASS
19:29:19 [2021-03-01T19:29:19.054Z] coverage: 82.5% of statements
19:29:19 [2021-03-01T19:29:19.054Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.148s	coverage: 82.5% of statements
19:29:19 [2021-03-01T19:29:19.054Z] ?   	github.com/docker/docker/daemon/names	[no test files]
19:29:19 [2021-03-01T19:29:19.054Z] ?   	github.com/docker/docker/daemon/network	[no test files]
19:29:19 [2021-03-01T19:29:19.054Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
19:29:19 [2021-03-01T19:29:19.207Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
19:29:19 [2021-03-01T19:29:19.469Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
19:29:19 [2021-03-01T19:29:19.514Z] === RUN   TestV1IDService
19:29:19 [2021-03-01T19:29:19.514Z] --- PASS: TestV1IDService (0.02s)
19:29:19 [2021-03-01T19:29:19.514Z] === RUN   TestV2MetadataService
19:29:19 [2021-03-01T19:29:19.859Z] --- PASS: TestStats (2.50s)
19:29:19 [2021-03-01T19:29:19.859Z] === RUN   TestStopContainerWithTimeout
19:29:19 [2021-03-01T19:29:19.859Z] === RUN   TestStopContainerWithTimeout/0
19:29:19 [2021-03-01T19:29:19.859Z] === PAUSE TestStopContainerWithTimeout/0
19:29:19 [2021-03-01T19:29:19.859Z] === RUN   TestStopContainerWithTimeout/1
19:29:19 [2021-03-01T19:29:19.859Z] === PAUSE TestStopContainerWithTimeout/1
19:29:19 [2021-03-01T19:29:19.859Z] === RUN   TestStopContainerWithTimeout/3
19:29:19 [2021-03-01T19:29:19.859Z] === PAUSE TestStopContainerWithTimeout/3
19:29:19 [2021-03-01T19:29:19.859Z] === RUN   TestStopContainerWithTimeout/-1
19:29:19 [2021-03-01T19:29:19.859Z] === PAUSE TestStopContainerWithTimeout/-1
19:29:19 [2021-03-01T19:29:19.859Z] === CONT  TestStopContainerWithTimeout/0
19:29:19 [2021-03-01T19:29:19.859Z] === CONT  TestStopContainerWithTimeout/3
19:29:19 [2021-03-01T19:29:19.859Z] === CONT  TestStopContainerWithTimeout/1
19:29:19 [2021-03-01T19:29:19.859Z] === CONT  TestStopContainerWithTimeout/-1
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestContinueOnError_NonMirrorEndpoint
19:29:19 [2021-03-01T19:29:19.980Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestContinueOnError_MirrorEndpoint
19:29:19 [2021-03-01T19:29:19.980Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestContinueOnError_NeverContinue
19:29:19 [2021-03-01T19:29:19.980Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestContinueOnError_UnnestsErrors
19:29:19 [2021-03-01T19:29:19.980Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore/no_remote_or_local
19:29:19 [2021-03-01T19:29:19.980Z] time="2021-03-01T19:29:19Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local110290923\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore/no_local_cache
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore/with_local_cache
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore/unknown_media_type
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore/unknown_media_type/no_cache
19:29:19 [2021-03-01T19:29:19.980Z] time="2021-03-01T19:29:19Z" level=warning msg="reference for unknown type: "
19:29:19 [2021-03-01T19:29:19.980Z] time="2021-03-01T19:29:19Z" level=warning msg="reference for unknown type: "
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore/unknown_media_type/with_cache
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
19:29:19 [2021-03-01T19:29:19.980Z] time="2021-03-01T19:29:19Z" level=warning msg="reference for unknown type: "
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
19:29:19 [2021-03-01T19:29:19.980Z] time="2021-03-01T19:29:19Z" level=warning msg="reference for unknown type: "
19:29:19 [2021-03-01T19:29:19.980Z] time="2021-03-01T19:29:19Z" level=warning msg="reference for unknown type: "
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore/error_persisting_manifest
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
19:29:19 [2021-03-01T19:29:19.980Z] time="2021-03-01T19:29:19Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
19:29:19 [2021-03-01T19:29:19.980Z] --- PASS: TestManifestStore (0.22s)
19:29:19 [2021-03-01T19:29:19.980Z]     --- PASS: TestManifestStore/no_remote_or_local (0.12s)
19:29:19 [2021-03-01T19:29:19.980Z]     --- PASS: TestManifestStore/no_local_cache (0.01s)
19:29:19 [2021-03-01T19:29:19.980Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
19:29:19 [2021-03-01T19:29:19.980Z]     --- PASS: TestManifestStore/unknown_media_type (0.05s)
19:29:19 [2021-03-01T19:29:19.980Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s)
19:29:19 [2021-03-01T19:29:19.980Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s)
19:29:19 [2021-03-01T19:29:19.980Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
19:29:19 [2021-03-01T19:29:19.980Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
19:29:19 [2021-03-01T19:29:19.980Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
19:29:19 [2021-03-01T19:29:19.980Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s)
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestDetectManifestBlobMediaType
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestDetectManifestBlobMediaType/schema1
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
19:29:19 [2021-03-01T19:29:19.980Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestFixManifestLayers
19:29:19 [2021-03-01T19:29:19.980Z] --- PASS: TestFixManifestLayers (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestFixManifestLayersBaseLayerParent
19:29:19 [2021-03-01T19:29:19.980Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z]     pull_v2_test.go:73: Needs fixing on Windows
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestFixManifestLayersBadParent
19:29:19 [2021-03-01T19:29:19.980Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestValidateManifest
19:29:19 [2021-03-01T19:29:19.980Z] --- SKIP: TestValidateManifest (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z]     pull_v2_test.go:118: Needs fixing on Windows
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestFormatPlatform
19:29:19 [2021-03-01T19:29:19.980Z] --- PASS: TestFormatPlatform (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestGetRepositoryMountCandidates
19:29:19 [2021-03-01T19:29:19.980Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestLayerAlreadyExists
19:29:19 [2021-03-01T19:29:19.980Z] --- PASS: TestLayerAlreadyExists (0.00s)
19:29:19 [2021-03-01T19:29:19.980Z]     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}
19:29:19 [2021-03-01T19:29:19.980Z]     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}
19:29:19 [2021-03-01T19:29:19.980Z]     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}
19:29:19 [2021-03-01T19:29:19.980Z]     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}
19:29:19 [2021-03-01T19:29:19.980Z]     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}
19:29:19 [2021-03-01T19:29:19.980Z]     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}
19:29:19 [2021-03-01T19:29:19.980Z] === RUN   TestWhenEmptyAuthConfig
19:29:20 [2021-03-01T19:29:20.416Z] === RUN   TestDockerSuite/TestBuildDockerignore
19:29:20 [2021-03-01T19:29:20.440Z] === RUN   TestSuccessfulDownload
19:29:20 [2021-03-01T19:29:20.440Z] --- SKIP: TestSuccessfulDownload (0.00s)
19:29:20 [2021-03-01T19:29:20.440Z]     download_test.go:268: Needs fixing on Windows
19:29:20 [2021-03-01T19:29:20.440Z] === RUN   TestCancelledDownload
19:29:20 [2021-03-01T19:29:20.440Z] --- PASS: TestCancelledDownload (0.00s)
19:29:20 [2021-03-01T19:29:20.440Z] === RUN   TestMaxDownloadAttempts
19:29:20 [2021-03-01T19:29:20.440Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
19:29:20 [2021-03-01T19:29:20.440Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
19:29:20 [2021-03-01T19:29:20.440Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
19:29:20 [2021-03-01T19:29:20.440Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
19:29:20 [2021-03-01T19:29:20.440Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
19:29:20 [2021-03-01T19:29:20.440Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
19:29:20 [2021-03-01T19:29:20.440Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
19:29:20 [2021-03-01T19:29:20.440Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
19:29:20 [2021-03-01T19:29:20.440Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
19:29:20 [2021-03-01T19:29:20.440Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
19:29:20 [2021-03-01T19:29:20.440Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
19:29:20 [2021-03-01T19:29:20.440Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
19:29:20 [2021-03-01T19:29:20.440Z] --- PASS: TestV2MetadataService (1.14s)
19:29:20 [2021-03-01T19:29:20.440Z] PASS
19:29:20 [2021-03-01T19:29:20.440Z] coverage: 48.2% of statements
19:29:20 [2021-03-01T19:29:20.440Z] ok  	github.com/docker/docker/distribution/metadata	1.314s	coverage: 48.2% of statements
19:29:20 [2021-03-01T19:29:20.440Z] time="2021-03-01T19:29:20Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
19:29:20 [2021-03-01T19:29:20.440Z] time="2021-03-01T19:29:20Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
19:29:20 [2021-03-01T19:29:20.440Z] time="2021-03-01T19:29:20Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
19:29:20 [2021-03-01T19:29:20.440Z] time="2021-03-01T19:29:20Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
19:29:20 [2021-03-01T19:29:20.440Z] --- PASS: TestMaxDownloadAttempts (0.00s)
19:29:20 [2021-03-01T19:29:20.440Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.33s)
19:29:20 [2021-03-01T19:29:20.440Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.33s)
19:29:20 [2021-03-01T19:29:20.440Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.33s)
19:29:20 [2021-03-01T19:29:20.440Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.33s)
19:29:20 [2021-03-01T19:29:20.440Z] === RUN   TestTransfer
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestTransfer (0.16s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestConcurrencyLimit
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestNotFound
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestNotFound (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestConflict
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestConflict (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestForbidden
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestForbidden (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestInvalidParameter
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestInvalidParameter (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestNotImplemented
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestNotImplemented (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestNotModified
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestNotModified (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestUnauthorized
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestUnauthorized (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestUnknown
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestUnknown (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestCancelled
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestCancelled (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestDeadline
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestDeadline (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestDataLoss
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestDataLoss (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestUnavailable
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestUnavailable (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestSystem
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestSystem (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Not_Found
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Bad_Request
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Conflict
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Unauthorized
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Service_Unavailable
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Forbidden
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Not_Modified
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Not_Implemented
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Internal_Server_Error
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
19:29:20 [2021-03-01T19:29:20.901Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
19:29:20 [2021-03-01T19:29:20.901Z] --- PASS: TestFromStatusCode (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
19:29:20 [2021-03-01T19:29:20.901Z] PASS
19:29:20 [2021-03-01T19:29:20.901Z] coverage: 53.1% of statements
19:29:20 [2021-03-01T19:29:20.901Z] ok  	github.com/docker/docker/errdefs	0.045s	coverage: 53.1% of statements
19:29:21 [2021-03-01T19:29:21.361Z] --- PASS: TestSecretCreateResolve (3.23s)
19:29:21 [2021-03-01T19:29:21.362Z] PASS
19:29:21 [2021-03-01T19:29:21.362Z] 
19:29:21 [2021-03-01T19:29:21.362Z] DONE 6 tests in 19.291s
19:29:21 [2021-03-01T19:29:21.362Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
19:29:21 [2021-03-01T19:29:21.362Z] ++ 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
19:29:21 [2021-03-01T19:29:21.362Z] ++ set -e
19:29:21 [2021-03-01T19:29:21.362Z] ++ '[' -n 0 ']'
19:29:21 [2021-03-01T19:29:21.362Z] ++ set -x
19:29:21 [2021-03-01T19:29:21.362Z] ++ 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
19:29:21 [2021-03-01T19:29:21.362Z] INFO: Testing against a local daemon
19:29:21 [2021-03-01T19:29:21.362Z] === RUN   TestServiceCreateInit
19:29:21 [2021-03-01T19:29:21.362Z] === RUN   TestServiceCreateInit/daemonInitDisabled
19:29:21 [2021-03-01T19:29:21.369Z] --- PASS: TestConcurrencyLimit (0.38s)
19:29:21 [2021-03-01T19:29:21.369Z] === RUN   TestInactiveJobs
19:29:21 [2021-03-01T19:29:21.369Z] --- PASS: TestWhenEmptyAuthConfig (1.08s)
19:29:21 [2021-03-01T19:29:21.369Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
19:29:21 [2021-03-01T19:29:21.369Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
19:29:21 [2021-03-01T19:29:21.369Z] === RUN   TestTokenPassThru
19:29:21 [2021-03-01T19:29:21.369Z] --- PASS: TestTokenPassThru (0.01s)
19:29:21 [2021-03-01T19:29:21.369Z] === RUN   TestTokenPassThruDifferentHost
19:29:21 [2021-03-01T19:29:21.369Z] --- PASS: TestTokenPassThruDifferentHost (0.00s)
19:29:21 [2021-03-01T19:29:21.369Z] PASS
19:29:21 [2021-03-01T19:29:21.369Z] coverage: 23.4% of statements
19:29:21 [2021-03-01T19:29:21.369Z] ok  	github.com/docker/docker/distribution	1.426s	coverage: 23.4% of statements
19:29:21 [2021-03-01T19:29:21.369Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
19:29:21 [2021-03-01T19:29:21.369Z] --- PASS: TestInactiveJobs (0.42s)
19:29:21 [2021-03-01T19:29:21.369Z] === RUN   TestWatchRelease
19:29:21 [2021-03-01T19:29:21.832Z] --- PASS: TestWatchRelease (0.05s)
19:29:21 [2021-03-01T19:29:21.832Z] === RUN   TestWatchFinishedTransfer
19:29:21 [2021-03-01T19:29:21.832Z] --- PASS: TestWatchFinishedTransfer (0.00s)
19:29:21 [2021-03-01T19:29:21.832Z] === RUN   TestDuplicateTransfer
19:29:21 [2021-03-01T19:29:21.832Z] --- PASS: TestDuplicateTransfer (0.19s)
19:29:21 [2021-03-01T19:29:21.832Z] === RUN   TestSuccessfulUpload
19:29:22 [2021-03-01T19:29:22.292Z] time="2021-03-01T19:29:21Z" level=error msg="Upload failed, retrying: simulating retry"
19:29:22 [2021-03-01T19:29:22.292Z] --- PASS: TestSuccessfulUpload (0.62s)
19:29:22 [2021-03-01T19:29:22.292Z] === RUN   TestCancelledUpload
19:29:22 [2021-03-01T19:29:22.292Z] --- PASS: TestCancelledUpload (0.00s)
19:29:22 [2021-03-01T19:29:22.292Z] PASS
19:29:22 [2021-03-01T19:29:22.292Z] coverage: 76.8% of statements
19:29:22 [2021-03-01T19:29:22.292Z] ok  	github.com/docker/docker/distribution/xfer	2.274s	coverage: 76.8% of statements
19:29:22 [2021-03-01T19:29:22.292Z] ?   	github.com/docker/docker/dockerversion	[no test files]
19:29:22 [2021-03-01T19:29:22.616Z] --- PASS: TestStopContainerWithTimeout (0.03s)
19:29:22 [2021-03-01T19:29:22.616Z]     --- PASS: TestStopContainerWithTimeout/0 (0.97s)
19:29:22 [2021-03-01T19:29:22.616Z]     --- PASS: TestStopContainerWithTimeout/1 (1.96s)
19:29:22 [2021-03-01T19:29:22.616Z]     --- PASS: TestStopContainerWithTimeout/3 (2.61s)
19:29:22 [2021-03-01T19:29:22.616Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.01s)
19:29:22 [2021-03-01T19:29:22.616Z] === RUN   TestDeleteDevicemapper
19:29:22 [2021-03-01T19:29:22.616Z] --- SKIP: TestDeleteDevicemapper (0.00s)
19:29:22 [2021-03-01T19:29:22.616Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:29:22 [2021-03-01T19:29:22.616Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestFSGetInvalidData
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestFSGetInvalidData (0.07s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestFSInvalidSet
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestFSInvalidSet (0.01s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestFSInvalidRoot
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestFSInvalidRoot (0.01s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestFSMetadataGetSet
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestFSMetadataGetSet (0.03s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestFSInvalidWalker
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestFSInvalidWalker (0.01s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestFSGetSet
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestFSGetSet (0.02s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestFSGetUnsetKey
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestFSGetUnsetKey (0.01s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestFSGetEmptyData
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestFSGetEmptyData (0.01s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestFSDelete
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestFSDelete (0.03s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestFSWalker
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestFSWalker (0.01s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestFSWalkerStopOnError
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestFSWalkerStopOnError (0.01s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestNewFromJSON
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestNewFromJSON (0.00s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestNewFromJSONWithInvalidJSON
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestMarshalKeyOrder
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestMarshalKeyOrder (0.00s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestHistoryEqual
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestCompare
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestCompare (0.00s)
19:29:22 [2021-03-01T19:29:22.752Z] PASS
19:29:22 [2021-03-01T19:29:22.752Z] coverage: 19.2% of statements
19:29:22 [2021-03-01T19:29:22.752Z] ok  	github.com/docker/docker/image/cache	0.104s	coverage: 19.2% of statements
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestHistoryEqual (0.12s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestImage
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestImage (0.00s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestImageOSNotEmpty
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestImageOSNotEmpty (0.00s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestNewChildImageFromImageWithRootFS
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestCreate
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestCreate (0.01s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestRestore
19:29:22 [2021-03-01T19:29:22.752Z] time="2021-03-01T19:29:22Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestRestore (0.03s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestAddDelete
19:29:22 [2021-03-01T19:29:22.752Z] --- PASS: TestAddDelete (0.02s)
19:29:22 [2021-03-01T19:29:22.752Z] === RUN   TestSearchAfterDelete
19:29:22 [2021-03-01T19:29:22.971Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
19:29:23 [2021-03-01T19:29:23.212Z] --- PASS: TestSearchAfterDelete (0.02s)
19:29:23 [2021-03-01T19:29:23.212Z] === RUN   TestParentReset
19:29:23 [2021-03-01T19:29:23.212Z] --- PASS: TestParentReset (0.05s)
19:29:23 [2021-03-01T19:29:23.212Z] === RUN   TestGetAndSetLastUpdated
19:29:23 [2021-03-01T19:29:23.212Z] --- PASS: TestGetAndSetLastUpdated (0.01s)
19:29:23 [2021-03-01T19:29:23.212Z] === RUN   TestStoreLen
19:29:23 [2021-03-01T19:29:23.212Z] --- PASS: TestStoreLen (0.05s)
19:29:23 [2021-03-01T19:29:23.212Z] PASS
19:29:23 [2021-03-01T19:29:23.212Z] coverage: 86.6% of statements
19:29:23 [2021-03-01T19:29:23.212Z] ok  	github.com/docker/docker/image	0.643s	coverage: 86.6% of statements
19:29:23 [2021-03-01T19:29:23.675Z] === RUN   TestValidateManifest
19:29:23 [2021-03-01T19:29:23.675Z] === RUN   TestValidateManifest/non-nil
19:29:23 [2021-03-01T19:29:23.675Z] === RUN   TestValidateManifest/nil
19:29:23 [2021-03-01T19:29:23.675Z] --- PASS: TestValidateManifest (0.00s)
19:29:23 [2021-03-01T19:29:23.675Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
19:29:23 [2021-03-01T19:29:23.675Z]     --- PASS: TestValidateManifest/nil (0.00s)
19:29:23 [2021-03-01T19:29:23.675Z] PASS
19:29:23 [2021-03-01T19:29:23.675Z] coverage: 0.6% of statements
19:29:23 [2021-03-01T19:29:23.675Z] ok  	github.com/docker/docker/image/tarexport	0.154s	coverage: 0.6% of statements
19:29:24 [2021-03-01T19:29:24.644Z] === RUN   TestMakeV1ConfigFromConfig
19:29:24 [2021-03-01T19:29:24.644Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
19:29:24 [2021-03-01T19:29:24.644Z] PASS
19:29:24 [2021-03-01T19:29:24.644Z] coverage: 25.0% of statements
19:29:24 [2021-03-01T19:29:24.644Z] ok  	github.com/docker/docker/image/v1	0.304s	coverage: 25.0% of statements
19:29:24 [2021-03-01T19:29:24.644Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
19:29:24 [2021-03-01T19:29:24.698Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.75s)
19:29:24 [2021-03-01T19:29:24.698Z] === RUN   TestUpdateMemory
19:29:25 [2021-03-01T19:29:25.338Z] --- PASS: TestUpdateMemory (0.70s)
19:29:25 [2021-03-01T19:29:25.338Z] === RUN   TestUpdateCPUQuota
19:29:25 [2021-03-01T19:29:25.613Z] === RUN   TestSerialization
19:29:25 [2021-03-01T19:29:25.613Z] --- PASS: TestSerialization (0.02s)
19:29:25 [2021-03-01T19:29:25.613Z] PASS
19:29:25 [2021-03-01T19:29:25.613Z] coverage: 100.0% of statements
19:29:25 [2021-03-01T19:29:25.613Z] ok  	github.com/docker/docker/libcontainerd/queue	0.081s	coverage: 100.0% of statements
19:29:25 [2021-03-01T19:29:25.977Z] --- PASS: TestUpdateCPUQuota (0.92s)
19:29:25 [2021-03-01T19:29:25.977Z] === RUN   TestUpdatePidsLimit
19:29:26 [2021-03-01T19:29:26.269Z] === RUN   TestUpdatePidsLimit/update_from_none
19:29:26 [2021-03-01T19:29:26.269Z] === RUN   TestUpdatePidsLimit/no_change
19:29:26 [2021-03-01T19:29:26.275Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
19:29:26 [2021-03-01T19:29:26.568Z] === RUN   TestUpdatePidsLimit/update_lower
19:29:26 [2021-03-01T19:29:26.581Z] === RUN   TestEnvironmentParsing
19:29:26 [2021-03-01T19:29:26.581Z] --- PASS: TestEnvironmentParsing (0.00s)
19:29:26 [2021-03-01T19:29:26.581Z] PASS
19:29:26 [2021-03-01T19:29:26.581Z] coverage: 1.0% of statements
19:29:26 [2021-03-01T19:29:26.581Z] ok  	github.com/docker/docker/libcontainerd/local	0.364s	coverage: 1.0% of statements
19:29:26 [2021-03-01T19:29:26.581Z] === RUN   TestEmptyLayer
19:29:26 [2021-03-01T19:29:26.581Z] --- PASS: TestEmptyLayer (0.00s)
19:29:26 [2021-03-01T19:29:26.581Z] === RUN   TestCommitFailure
19:29:26 [2021-03-01T19:29:26.581Z] --- PASS: TestCommitFailure (0.02s)
19:29:26 [2021-03-01T19:29:26.581Z] === RUN   TestStartTransactionFailure
19:29:26 [2021-03-01T19:29:26.581Z] --- PASS: TestStartTransactionFailure (0.00s)
19:29:26 [2021-03-01T19:29:26.581Z] === RUN   TestGetOrphan
19:29:26 [2021-03-01T19:29:26.581Z] --- PASS: TestGetOrphan (0.01s)
19:29:26 [2021-03-01T19:29:26.581Z] === RUN   TestMountAndRegister
19:29:26 [2021-03-01T19:29:26.581Z] --- PASS: TestMountAndRegister (0.11s)
19:29:26 [2021-03-01T19:29:26.581Z]     layer_test.go:271: Layer size: 14
19:29:26 [2021-03-01T19:29:26.581Z] === RUN   TestLayerRelease
19:29:26 [2021-03-01T19:29:26.581Z] --- SKIP: TestLayerRelease (0.00s)
19:29:26 [2021-03-01T19:29:26.581Z]     layer_test.go:304: Failing on Windows
19:29:26 [2021-03-01T19:29:26.581Z] === RUN   TestStoreRestore
19:29:26 [2021-03-01T19:29:26.581Z] --- SKIP: TestStoreRestore (0.00s)
19:29:26 [2021-03-01T19:29:26.581Z]     layer_test.go:353: Failing on Windows
19:29:26 [2021-03-01T19:29:26.672Z] === RUN   TestServiceCreateInit/daemonInitEnabled
19:29:26 [2021-03-01T19:29:26.861Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestTarStreamStability
19:29:27 [2021-03-01T19:29:27.041Z] --- SKIP: TestTarStreamStability (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     layer_test.go:468: Failing on Windows
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestRegisterExistingLayer
19:29:27 [2021-03-01T19:29:27.041Z] --- PASS: TestRegisterExistingLayer (0.13s)
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestTarStreamVerification
19:29:27 [2021-03-01T19:29:27.041Z] --- SKIP: TestTarStreamVerification (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     layer_test.go:697: Failing on Windows
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestLayerMigration
19:29:27 [2021-03-01T19:29:27.041Z] --- SKIP: TestLayerMigration (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     migration_test.go:46: Failing on Windows
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestLayerMigrationNoTarsplit
19:29:27 [2021-03-01T19:29:27.041Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     migration_test.go:182: Failing on Windows
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestMountInit
19:29:27 [2021-03-01T19:29:27.041Z] --- SKIP: TestMountInit (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     mount_test.go:17: Failing on Windows
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestMountSize
19:29:27 [2021-03-01T19:29:27.041Z] --- SKIP: TestMountSize (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     mount_test.go:76: Failing on Windows
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestMountChanges
19:29:27 [2021-03-01T19:29:27.041Z] --- SKIP: TestMountChanges (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     mount_test.go:125: Failing on Windows
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestMountApply
19:29:27 [2021-03-01T19:29:27.041Z] --- SKIP: TestMountApply (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     mount_test.go:212: Failing on Windows
19:29:27 [2021-03-01T19:29:27.041Z] PASS
19:29:27 [2021-03-01T19:29:27.041Z] coverage: 30.1% of statements
19:29:27 [2021-03-01T19:29:27.041Z] ok  	github.com/docker/docker/layer	0.400s	coverage: 30.1% of statements
19:29:27 [2021-03-01T19:29:27.041Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
19:29:27 [2021-03-01T19:29:27.041Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
19:29:27 [2021-03-01T19:29:27.041Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
19:29:27 [2021-03-01T19:29:27.041Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
19:29:27 [2021-03-01T19:29:27.041Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
19:29:27 [2021-03-01T19:29:27.041Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
19:29:27 [2021-03-01T19:29:27.041Z] PASS
19:29:27 [2021-03-01T19:29:27.041Z] coverage: 42.3% of statements
19:29:27 [2021-03-01T19:29:27.041Z] ok  	github.com/docker/docker/oci	0.061s	coverage: 42.3% of statements
19:29:27 [2021-03-01T19:29:27.041Z] ?   	github.com/docker/docker/oci/caps	[no test files]
19:29:27 [2021-03-01T19:29:27.155Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
19:29:27 [2021-03-01T19:29:27.389Z] --- PASS: TestServiceUpdateNetwork (12.31s)
19:29:27 [2021-03-01T19:29:27.389Z] === RUN   TestServiceUpdatePidsLimit
19:29:27 [2021-03-01T19:29:27.449Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestAddressPoolOpt
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestAddressPoolOpt (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/a
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/something
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/_=a
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/env1=value1
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/_env1=value1
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/env2=value2=value3
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/env3=abc!qwe
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/env_4=value_4
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/PATH
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/=a
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/PATH=
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/PATH=something
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/asd!qwe
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/1asd
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/123
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/some_space
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/__some_space_before
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/some_space_after__
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/=
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateEnv/PaTh
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestValidateEnv (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/a (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/something (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/_=a (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/PATH (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/=a (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/1asd (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/123 (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/some_space (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/= (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestParseHost
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestParseHost (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestParseDockerDaemonHost
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestParseDockerDaemonHost (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestParseTCP
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestParseTCP (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestParseInvalidUnixAddrInvalid
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateExtraHosts
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestValidateExtraHosts (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestIpOptString
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestIpOptString (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestNewIpOptInvalidDefaultVal
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestNewIpOptValidDefaultVal
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestIpOptSetInvalidVal
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateIPAddress
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestValidateIPAddress (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestMapOpts
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestMapOpts (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestListOptsWithoutValidator
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestListOptsWithoutValidator (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestListOptsWithValidator
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestListOptsWithValidator (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateDNSSearch
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestValidateDNSSearch (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_general_format
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_more_than_one_=
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_one_more
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestValidateLabel (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestNamedListOpts
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestNamedListOpts (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestNamedMapOpts
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestNamedMapOpts (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestParseLink
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestParseLink (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestQuotedStringSetWithQuotes
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestQuotedStringSetWithNoQuotes
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestUlimitOpt
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestUlimitOpt (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] PASS
19:29:27 [2021-03-01T19:29:27.515Z] coverage: 67.1% of statements
19:29:27 [2021-03-01T19:29:27.515Z] ok  	github.com/docker/docker/opts	0.079s	coverage: 67.1% of statements
19:29:27 [2021-03-01T19:29:27.515Z] === RUN   TestParseVersion
19:29:27 [2021-03-01T19:29:27.515Z] --- PASS: TestParseVersion (0.00s)
19:29:27 [2021-03-01T19:29:27.515Z] PASS
19:29:27 [2021-03-01T19:29:27.515Z] coverage: 52.9% of statements
19:29:27 [2021-03-01T19:29:27.515Z] ok  	github.com/docker/docker/pkg/aaparser	0.044s	coverage: 52.9% of statements
19:29:27 [2021-03-01T19:29:27.745Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
19:29:28 [2021-03-01T19:29:28.191Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
19:29:28 [2021-03-01T19:29:28.314Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
19:29:28 [2021-03-01T19:29:28.383Z] --- PASS: TestUpdatePidsLimit (2.39s)
19:29:28 [2021-03-01T19:29:28.383Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.25s)
19:29:28 [2021-03-01T19:29:28.383Z]     --- PASS: TestUpdatePidsLimit/no_change (0.26s)
19:29:28 [2021-03-01T19:29:28.383Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.25s)
19:29:28 [2021-03-01T19:29:28.383Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s)
19:29:28 [2021-03-01T19:29:28.383Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s)
19:29:28 [2021-03-01T19:29:28.383Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s)
19:29:28 [2021-03-01T19:29:28.383Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s)
19:29:28 [2021-03-01T19:29:28.383Z] === RUN   TestUpdateRestartPolicy
19:29:28 [2021-03-01T19:29:28.764Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
19:29:29 [2021-03-01T19:29:29.056Z] === RUN   TestPeerCertificateMarshalJSON
19:29:29 [2021-03-01T19:29:29.056Z] === RUN   TestUnbuffered
19:29:29 [2021-03-01T19:29:29.056Z] --- PASS: TestUnbuffered (0.00s)
19:29:29 [2021-03-01T19:29:29.056Z] === RUN   TestRaceUnbuffered
19:29:29 [2021-03-01T19:29:29.056Z] --- PASS: TestRaceUnbuffered (0.00s)
19:29:29 [2021-03-01T19:29:29.056Z] PASS
19:29:29 [2021-03-01T19:29:29.056Z] coverage: 100.0% of statements
19:29:29 [2021-03-01T19:29:29.056Z] ok  	github.com/docker/docker/pkg/broadcaster	0.052s	coverage: 100.0% of statements
19:29:29 [2021-03-01T19:29:29.284Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
19:29:29 [2021-03-01T19:29:29.336Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
19:29:29 [2021-03-01T19:29:29.514Z] --- PASS: TestPeerCertificateMarshalJSON (0.61s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMiddleware
19:29:29 [2021-03-01T19:29:29.514Z] --- PASS: TestMiddleware (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestNewResponseModifier
19:29:29 [2021-03-01T19:29:29.514Z] --- PASS: TestNewResponseModifier (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z] PASS
19:29:29 [2021-03-01T19:29:29.514Z] coverage: 26.8% of statements
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[[]]
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[[foo]]
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[[bar]_[foo]]
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[[foo_bar]]
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[[qux]_[foo]]
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[]
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[]#01
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[[qux]]
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[[foo_bar_qux]]
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[[qux]_[baz]]
19:29:29 [2021-03-01T19:29:29.514Z] === RUN   TestMatch/[[foo_baz]]
19:29:29 [2021-03-01T19:29:29.514Z] --- PASS: TestMatch (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[[]] (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[[foo]] (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[] (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[]#01 (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[[qux]] (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
19:29:29 [2021-03-01T19:29:29.514Z] PASS
19:29:29 [2021-03-01T19:29:29.514Z] coverage: 87.5% of statements
19:29:29 [2021-03-01T19:29:29.514Z] ok  	github.com/docker/docker/pkg/authorization	0.679s	coverage: 26.8% of statements
19:29:29 [2021-03-01T19:29:29.514Z] ok  	github.com/docker/docker/pkg/capabilities	0.100s	coverage: 87.5% of statements
19:29:29 [2021-03-01T19:29:29.908Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
19:29:29 [2021-03-01T19:29:29.973Z] === RUN   TestIsArchivePathDir
19:29:30 [2021-03-01T19:29:30.433Z] --- PASS: TestIsArchivePathDir (0.08s)
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestIsArchivePathInvalidFile
19:29:30 [2021-03-01T19:29:30.433Z] --- PASS: TestIsArchivePathInvalidFile (0.17s)
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestIsArchivePathTar
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestChrootTarUntar
19:29:30 [2021-03-01T19:29:30.433Z] --- SKIP: TestChrootTarUntar (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestChrootUntarWithHugeExcludesList
19:29:30 [2021-03-01T19:29:30.433Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestChrootUntarEmptyArchive
19:29:30 [2021-03-01T19:29:30.433Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestChrootTarUntarWithSymlink
19:29:30 [2021-03-01T19:29:30.433Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestChrootCopyWithTar
19:29:30 [2021-03-01T19:29:30.433Z] --- SKIP: TestChrootCopyWithTar (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestChrootCopyFileWithTar
19:29:30 [2021-03-01T19:29:30.433Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestChrootUntarPath
19:29:30 [2021-03-01T19:29:30.433Z] --- SKIP: TestChrootUntarPath (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
19:29:30 [2021-03-01T19:29:30.433Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
19:29:30 [2021-03-01T19:29:30.433Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestChrootApplyDotDotFile
19:29:30 [2021-03-01T19:29:30.433Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
19:29:30 [2021-03-01T19:29:30.433Z] PASS
19:29:30 [2021-03-01T19:29:30.433Z] coverage: 15.4% of statements
19:29:30 [2021-03-01T19:29:30.433Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.124s	coverage: 15.4% of statements
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestSizeEmpty
19:29:30 [2021-03-01T19:29:30.433Z] --- PASS: TestSizeEmpty (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestSizeEmptyFile
19:29:30 [2021-03-01T19:29:30.433Z] --- PASS: TestSizeEmptyFile (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestSizeNonemptyFile
19:29:30 [2021-03-01T19:29:30.433Z] --- PASS: TestIsArchivePathTar (0.18s)
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestDecompressStreamGzip
19:29:30 [2021-03-01T19:29:30.433Z] --- PASS: TestSizeNonemptyFile (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestSizeNestedDirectoryEmpty
19:29:30 [2021-03-01T19:29:30.433Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
19:29:30 [2021-03-01T19:29:30.433Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
19:29:30 [2021-03-01T19:29:30.433Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
19:29:30 [2021-03-01T19:29:30.433Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestMoveToSubdir
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestMoveToSubdir (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestSizeNonExistingDirectory
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z] PASS
19:29:30 [2021-03-01T19:29:30.892Z] coverage: 80.0% of statements
19:29:30 [2021-03-01T19:29:30.892Z] ok  	github.com/docker/docker/pkg/directory	0.066s	coverage: 80.0% of statements
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestDecompressStreamGzip (0.13s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestDecompressStreamBzip2
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestDecompressStreamBzip2 (0.13s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestDecompressStreamXz
19:29:30 [2021-03-01T19:29:30.892Z] --- SKIP: TestDecompressStreamXz (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z]     archive_test.go:134: Xz not present in msys2
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestCompressStreamXzUnsupported
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestCompressStreamBzip2Unsupported
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestCompressStreamInvalid
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestCompressStreamInvalid (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestExtensionInvalid
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestExtensionInvalid (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestExtensionUncompressed
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestExtensionUncompressed (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestExtensionBzip2
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestExtensionBzip2 (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestExtensionGzip
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestExtensionGzip (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestExtensionXz
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestExtensionXz (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestCmdStreamLargeStderr
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestCmdStreamLargeStderr (0.11s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestCmdStreamBad
19:29:30 [2021-03-01T19:29:30.892Z] --- SKIP: TestCmdStreamBad (0.00s)
19:29:30 [2021-03-01T19:29:30.892Z]     archive_test.go:239: Failing on Windows CI machines
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestCmdStreamGood
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestCmdStreamGood (0.04s)
19:29:30 [2021-03-01T19:29:30.892Z] === RUN   TestUntarPathWithInvalidDest
19:29:30 [2021-03-01T19:29:30.892Z] --- PASS: TestUntarPathWithInvalidDest (0.08s)
19:29:31 [2021-03-01T19:29:31.295Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
19:29:31 [2021-03-01T19:29:31.351Z] === RUN   TestUntarPathWithInvalidSrc
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestUntarPath
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestUntarPath (0.08s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestUntarPathWithDestinationFile
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestUntarPathWithDestinationFile (0.08s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestContainsEntry
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestCreateEntries
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestEntriesDiff
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestEntriesEquality
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestGeneratorNotGenerate
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestGeneratorWithPort
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestGeneratorWithPortNotGenerate
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestNewEntry
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   Test/TestParse
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: Test (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestContainsEntry (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestCreateEntries (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestEntriesDiff (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestEntriesEquality (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestNewEntry (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z]     --- PASS: Test/TestParse (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z] PASS
19:29:31 [2021-03-01T19:29:31.352Z] coverage: 58.3% of statements
19:29:31 [2021-03-01T19:29:31.352Z] ok  	github.com/docker/docker/pkg/discovery	0.091s	coverage: 58.3% of statements
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestCopyWithTarInvalidSrc
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestCopyWithTarSrcFile
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestCopyWithTarSrcFolder
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestCopyFileWithTarInvalidSrc
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestCopyFileWithTarSrcFolder
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestCopyFileWithTarSrcFile
19:29:31 [2021-03-01T19:29:31.352Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s)
19:29:31 [2021-03-01T19:29:31.352Z] === RUN   TestTarFiles
19:29:31 [2021-03-01T19:29:31.811Z] === RUN   Test
19:29:31 [2021-03-01T19:29:31.811Z] === RUN   Test/TestContent
19:29:31 [2021-03-01T19:29:31.811Z] === RUN   Test/TestInitialize
19:29:31 [2021-03-01T19:29:31.811Z] === RUN   Test/TestNew
19:29:31 [2021-03-01T19:29:31.811Z] === RUN   Test/TestParsingContentsWithComments
19:29:31 [2021-03-01T19:29:31.811Z] === RUN   Test/TestRegister
19:29:31 [2021-03-01T19:29:31.811Z] === RUN   Test/TestWatch
19:29:31 [2021-03-01T19:29:31.811Z] --- PASS: Test (0.00s)
19:29:31 [2021-03-01T19:29:31.811Z]     --- PASS: Test/TestContent (0.00s)
19:29:31 [2021-03-01T19:29:31.811Z]     --- PASS: Test/TestInitialize (0.00s)
19:29:31 [2021-03-01T19:29:31.811Z]     --- PASS: Test/TestNew (0.00s)
19:29:31 [2021-03-01T19:29:31.811Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
19:29:31 [2021-03-01T19:29:31.811Z]     --- PASS: Test/TestRegister (0.00s)
19:29:31 [2021-03-01T19:29:31.811Z]     --- PASS: Test/TestWatch (0.00s)
19:29:31 [2021-03-01T19:29:31.811Z] PASS
19:29:31 [2021-03-01T19:29:31.811Z] coverage: 92.9% of statements
19:29:31 [2021-03-01T19:29:31.811Z] ok  	github.com/docker/docker/pkg/discovery/file	0.056s	coverage: 92.9% of statements
19:29:31 [2021-03-01T19:29:31.869Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
19:29:31 [2021-03-01T19:29:31.869Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
19:29:31 [2021-03-01T19:29:31.977Z] --- PASS: TestServiceCreateInit (9.82s)
19:29:31 [2021-03-01T19:29:31.977Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.59s)
19:29:31 [2021-03-01T19:29:31.977Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.20s)
19:29:31 [2021-03-01T19:29:31.977Z] === RUN   TestCreateServiceMultipleTimes
19:29:32 [2021-03-01T19:29:32.445Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
19:29:32 [2021-03-01T19:29:32.782Z] === RUN   Test
19:29:32 [2021-03-01T19:29:32.782Z] === RUN   Test/TestWatch
19:29:32 [2021-03-01T19:29:32.782Z] --- PASS: Test (0.00s)
19:29:32 [2021-03-01T19:29:32.782Z]     --- PASS: Test/TestWatch (0.00s)
19:29:32 [2021-03-01T19:29:32.782Z] PASS
19:29:32 [2021-03-01T19:29:32.782Z] coverage: 92.3% of statements
19:29:32 [2021-03-01T19:29:32.782Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.046s	coverage: 92.3% of statements
19:29:32 [2021-03-01T19:29:32.782Z] === RUN   Test
19:29:32 [2021-03-01T19:29:32.782Z] === RUN   Test/TestInitialize
19:29:33 [2021-03-01T19:29:33.241Z] time="2021-03-01T19:29:32Z" level=info msg="Initializing discovery without TLS"
19:29:33 [2021-03-01T19:29:33.241Z] time="2021-03-01T19:29:32Z" level=info msg="Initializing discovery without TLS"
19:29:33 [2021-03-01T19:29:33.241Z] time="2021-03-01T19:29:32Z" level=info msg="Initializing discovery without TLS"
19:29:33 [2021-03-01T19:29:33.241Z] === RUN   Test/TestInitializeWithCerts
19:29:33 [2021-03-01T19:29:33.241Z] time="2021-03-01T19:29:32Z" level=info msg="Initializing discovery with TLS"
19:29:33 [2021-03-01T19:29:33.241Z] === RUN   Test/TestWatch
19:29:33 [2021-03-01T19:29:33.241Z] time="2021-03-01T19:29:32Z" level=info msg="Initializing discovery without TLS"
19:29:33 [2021-03-01T19:29:33.241Z] === RUN   Test
19:29:33 [2021-03-01T19:29:33.241Z] === RUN   Test/TestInitialize
19:29:33 [2021-03-01T19:29:33.241Z] === RUN   Test/TestInitializeWithPattern
19:29:33 [2021-03-01T19:29:33.241Z] === RUN   Test/TestRegister
19:29:33 [2021-03-01T19:29:33.241Z] === RUN   Test/TestWatch
19:29:33 [2021-03-01T19:29:33.241Z] --- PASS: Test (0.00s)
19:29:33 [2021-03-01T19:29:33.241Z]     --- PASS: Test/TestInitialize (0.00s)
19:29:33 [2021-03-01T19:29:33.241Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
19:29:33 [2021-03-01T19:29:33.241Z]     --- PASS: Test/TestRegister (0.00s)
19:29:33 [2021-03-01T19:29:33.241Z]     --- PASS: Test/TestWatch (0.00s)
19:29:33 [2021-03-01T19:29:33.241Z] PASS
19:29:33 [2021-03-01T19:29:33.241Z] coverage: 93.8% of statements
19:29:33 [2021-03-01T19:29:33.241Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.080s	coverage: 93.8% of statements
19:29:33 [2021-03-01T19:29:33.833Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
19:29:34 [2021-03-01T19:29:34.210Z] === RUN   TestPollerAddRemove
19:29:34 [2021-03-01T19:29:34.210Z] --- PASS: TestPollerAddRemove (0.00s)
19:29:34 [2021-03-01T19:29:34.210Z] === RUN   TestPollerEvent
19:29:34 [2021-03-01T19:29:34.210Z] --- SKIP: TestPollerEvent (0.00s)
19:29:34 [2021-03-01T19:29:34.210Z]     poller_test.go:41: No chmod on Windows
19:29:34 [2021-03-01T19:29:34.210Z] === RUN   TestPollerClose
19:29:34 [2021-03-01T19:29:34.210Z] --- PASS: TestPollerClose (0.00s)
19:29:34 [2021-03-01T19:29:34.210Z] PASS
19:29:34 [2021-03-01T19:29:34.210Z] coverage: 36.2% of statements
19:29:34 [2021-03-01T19:29:34.210Z] ok  	github.com/docker/docker/pkg/filenotify	0.057s	coverage: 36.2% of statements
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCopyFileWithInvalidSrc
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCopyFileWithInvalidDest
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCopyFileWithSameSrcAndDest
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCopyFile
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCopyFile (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
19:29:34 [2021-03-01T19:29:34.670Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z]     fileutils_test.go:134: Needs porting to Windows
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestReadSymlinkedDirectoryToFile
19:29:34 [2021-03-01T19:29:34.670Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z]     fileutils_test.go:180: Needs porting to Windows
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestWildcardMatches
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestWildcardMatches (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestPatternMatches
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestPatternMatches (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestExclusionPatternMatchesPatternBefore
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestPatternMatchesFolderExclusions
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestPatternMatchesFolderWildcardExclusions
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestExclusionPatternMatchesPatternAfter
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestExclusionPatternMatchesWholeDirectory
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestSingleExclamationError
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestSingleExclamationError (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestMatchesWithNoPatterns
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestMatchesWithMalformedPatterns
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestMatches
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestMatches (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCleanPatterns
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCleanPatterns (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCleanPatternsStripEmptyPatterns
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCleanPatternsExceptionFlag
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCleanPatternsErrorSingleException
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCreateIfNotExistsDir
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestCreateIfNotExistsFile
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] === RUN   TestMatch
19:29:34 [2021-03-01T19:29:34.670Z] --- PASS: TestMatch (0.00s)
19:29:34 [2021-03-01T19:29:34.670Z] PASS
19:29:34 [2021-03-01T19:29:34.670Z] coverage: 87.7% of statements
19:29:34 [2021-03-01T19:29:34.670Z] ok  	github.com/docker/docker/pkg/fileutils	0.089s	coverage: 87.7% of statements
19:29:35 [2021-03-01T19:29:35.129Z] === RUN   TestGet
19:29:35 [2021-03-01T19:29:35.129Z] --- PASS: TestGet (0.00s)
19:29:35 [2021-03-01T19:29:35.129Z] === RUN   TestGetShortcutString
19:29:35 [2021-03-01T19:29:35.129Z] --- PASS: TestGetShortcutString (0.00s)
19:29:35 [2021-03-01T19:29:35.129Z] PASS
19:29:35 [2021-03-01T19:29:35.129Z] coverage: 42.9% of statements
19:29:35 [2021-03-01T19:29:35.129Z] ok  	github.com/docker/docker/pkg/homedir	0.049s	coverage: 42.9% of statements
19:29:35 [2021-03-01T19:29:35.750Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
19:29:35 [2021-03-01T19:29:35.750Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
19:29:36 [2021-03-01T19:29:36.100Z] === RUN   TestCreateIDMapOrder
19:29:36 [2021-03-01T19:29:36.100Z] --- PASS: TestCreateIDMapOrder (0.00s)
19:29:36 [2021-03-01T19:29:36.100Z] PASS
19:29:36 [2021-03-01T19:29:36.100Z] coverage: 7.2% of statements
19:29:36 [2021-03-01T19:29:36.100Z] ok  	github.com/docker/docker/pkg/idtools	0.050s	coverage: 7.2% of statements
19:29:36 [2021-03-01T19:29:36.100Z] --- PASS: Test (3.13s)
19:29:36 [2021-03-01T19:29:36.100Z]     --- PASS: Test/TestInitialize (0.13s)
19:29:36 [2021-03-01T19:29:36.100Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
19:29:36 [2021-03-01T19:29:36.100Z]     --- PASS: Test/TestWatch (3.00s)
19:29:36 [2021-03-01T19:29:36.100Z] PASS
19:29:36 [2021-03-01T19:29:36.100Z] coverage: 84.1% of statements
19:29:36 [2021-03-01T19:29:36.100Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.228s	coverage: 84.1% of statements
19:29:36 [2021-03-01T19:29:36.100Z] --- PASS: TestTarFiles (4.82s)
19:29:36 [2021-03-01T19:29:36.100Z] === RUN   TestTarUntar
19:29:36 [2021-03-01T19:29:36.100Z] --- PASS: TestTarUntar (0.02s)
19:29:36 [2021-03-01T19:29:36.100Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
19:29:36 [2021-03-01T19:29:36.100Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
19:29:36 [2021-03-01T19:29:36.100Z] === RUN   TestTarWithOptions
19:29:36 [2021-03-01T19:29:36.100Z] --- PASS: TestTarWithOptions (0.02s)
19:29:36 [2021-03-01T19:29:36.100Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
19:29:36 [2021-03-01T19:29:36.100Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
19:29:36 [2021-03-01T19:29:36.100Z] === RUN   TestUntarUstarGnuConflict
19:29:36 [2021-03-01T19:29:36.100Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
19:29:36 [2021-03-01T19:29:36.100Z] === RUN   TestUntarInvalidFilenames
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames929428926\\dest"
19:29:36 [2021-03-01T19:29:36.567Z] --- PASS: TestUntarInvalidFilenames (0.13s)
19:29:36 [2021-03-01T19:29:36.567Z] === RUN   TestUntarHardlinkToSymlink
19:29:36 [2021-03-01T19:29:36.567Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
19:29:36 [2021-03-01T19:29:36.567Z] === RUN   TestUntarInvalidHardlink
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink015493759\\victim\\hello" -> "../victim/hello"
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink779458514\\victim\\hello" -> "/../victim/hello"
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink389711625\\victim" -> "../victim"
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink334924500\\victim" -> "../victim"
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink375813155\\victim" -> "../victim"
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink138470694\\victim" -> "../victim"
19:29:36 [2021-03-01T19:29:36.567Z] --- PASS: TestUntarInvalidHardlink (0.02s)
19:29:36 [2021-03-01T19:29:36.567Z] === RUN   TestUntarInvalidSymlink
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink568929869\\dest\\dotdot" -> "../victim/hello"
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink039040328\\dest\\slash-dotdot" -> "/../victim/hello"
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink595180551\\dest\\loophole-victim" -> "../victim"
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink792727482\\dest\\loophole-victim" -> "../victim"
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink988301265\\dest\\loophole-victim" -> "../victim"
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink767282940\\dest\\loophole-victim" -> "../victim"
19:29:36 [2021-03-01T19:29:36.567Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink958568491\\dest\\dir\\loophole" -> "../../victim"
19:29:36 [2021-03-01T19:29:36.567Z] --- PASS: TestUntarInvalidSymlink (0.03s)
19:29:36 [2021-03-01T19:29:36.567Z] === RUN   TestTempArchiveCloseMultipleTimes
19:29:36 [2021-03-01T19:29:36.567Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
19:29:36 [2021-03-01T19:29:36.567Z] === RUN   TestXGlobalNoParent
19:29:36 [2021-03-01T19:29:36.567Z] --- PASS: TestXGlobalNoParent (0.00s)
19:29:36 [2021-03-01T19:29:36.567Z] === RUN   TestReplaceFileTarWrapper
19:29:36 [2021-03-01T19:29:36.567Z] --- PASS: TestReplaceFileTarWrapper (0.13s)
19:29:36 [2021-03-01T19:29:36.567Z] === RUN   TestPrefixHeaderReadable
19:29:36 [2021-03-01T19:29:36.567Z] --- PASS: TestPrefixHeaderReadable (0.01s)
19:29:36 [2021-03-01T19:29:36.567Z] === RUN   TestDisablePigz
19:29:36 [2021-03-01T19:29:36.567Z] --- PASS: TestDisablePigz (0.20s)
19:29:36 [2021-03-01T19:29:36.567Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestPigz
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestFixedBufferCap
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestFixedBufferCap (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestFixedBufferLen
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestFixedBufferLen (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestFixedBufferString
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestFixedBufferString (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestFixedBufferWrite
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestFixedBufferWrite (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestFixedBufferRead
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestFixedBufferRead (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestBytesPipeRead
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestBytesPipeRead (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestBytesPipeWrite
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestBytesPipeWrite (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestBytesPipeWriteRandomChunks
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestPigz (0.16s)
19:29:37 [2021-03-01T19:29:37.026Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestCopyFileWithInvalidDest
19:29:37 [2021-03-01T19:29:37.026Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z]     archive_windows_test.go:16: Currently fails
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestCanonicalTarNameForPath
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestCanonicalTarName
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestCanonicalTarName (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestChmodTarEntry
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestChmodTarEntry (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestHardLinkOrder
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestHardLinkOrder (0.22s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestChangeString
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestChangeString (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestChangesWithNoChanges
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestChangesWithNoChanges (0.02s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestChangesWithChanges
19:29:37 [2021-03-01T19:29:37.026Z] --- PASS: TestChangesWithChanges (0.04s)
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestChangesWithChangesGH13590
19:29:37 [2021-03-01T19:29:37.026Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
19:29:37 [2021-03-01T19:29:37.026Z]     changes_test.go:192: needs more investigation
19:29:37 [2021-03-01T19:29:37.026Z] === RUN   TestChangesDirsEmpty
19:29:37 [2021-03-01T19:29:37.359Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestBytesPipeWriteRandomChunks (0.49s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestAtomicWriteToFile
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestAtomicWriteToFile (0.01s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestAtomicWriteSetCommit
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestAtomicWriteSetCancel
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestChangesDirsEmpty (0.11s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestChangesDirsMutated
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestReadCloserWrapperClose
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestReadCloserWrapperClose (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestReaderErrWrapperReadOnError
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestReaderErrWrapperRead
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestReaderErrWrapperRead (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestHashData
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestHashData (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestCancelReadCloser
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestStandardLongPath
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestStandardLongPath (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestUNCLongPath
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestUNCLongPath (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z] PASS
19:29:37 [2021-03-01T19:29:37.485Z] coverage: 100.0% of statements
19:29:37 [2021-03-01T19:29:37.485Z] ok  	github.com/docker/docker/pkg/longpath	0.039s	coverage: 100.0% of statements
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestError
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestError (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestProgressString
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestProgressString/no_progress
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestProgressString/progress_1
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestProgressString/some_progress_with_a_start_time
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestProgressString/some_progress_without_a_start_time
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestProgressString/with_units
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestProgressString/hide_counts
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestProgressString (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z]     --- PASS: TestProgressString/no_progress (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z]     --- PASS: TestProgressString/progress_1 (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z]     --- PASS: TestProgressString/with_units (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z]     --- PASS: TestProgressString/hide_counts (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestJSONMessageDisplay
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestChangesDirsMutated (0.11s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestApplyLayer
19:29:37 [2021-03-01T19:29:37.485Z] --- SKIP: TestApplyLayer (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z]     changes_test.go:405: needs further investigation
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestChangesSizeWithHardlinks
19:29:37 [2021-03-01T19:29:37.485Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z]     changes_test.go:441: needs further investigation
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestChangesSizeWithNoChanges
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
19:29:37 [2021-03-01T19:29:37.485Z] === RUN   TestChangesSize
19:29:37 [2021-03-01T19:29:37.485Z] --- PASS: TestChangesSize (0.00s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestApplyLayerInvalidFilenames
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames661908850\\dest"
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestCancelReadCloser (0.11s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestWriteCloserWrapperClose
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestNopWriteCloser
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestNopWriteCloser (0.00s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestNopWriter
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestNopWriter (0.00s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestWriteCounter
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestWriteCounter (0.00s)
19:29:37 [2021-03-01T19:29:37.486Z] PASS
19:29:37 [2021-03-01T19:29:37.486Z] coverage: 69.2% of statements
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestApplyLayerInvalidHardlink
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink826104692\\victim\\hello" -> "../victim/hello"
19:29:37 [2021-03-01T19:29:37.486Z] ok  	github.com/docker/docker/pkg/ioutils	0.682s	coverage: 69.2% of statements
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink160836675\\victim\\hello" -> "/../victim/hello"
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink526932166\\victim" -> "../victim"
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink995131245\\victim" -> "../victim"
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink200843240\\victim" -> "../victim"
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink238546471\\victim" -> "../victim"
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestApplyLayerInvalidSymlink
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink521031514\\dest\\dotdot" -> "../victim/hello"
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink968066289\\dest\\slash-dotdot" -> "/../victim/hello"
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink277391772\\dest\\loophole-victim" -> "../victim"
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink058004555\\dest\\loophole-victim" -> "../victim"
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink224036654\\dest\\loophole-victim" -> "../victim"
19:29:37 [2021-03-01T19:29:37.486Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink003495605\\dest\\loophole-victim" -> "../victim"
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestApplyLayerWhiteouts
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestJSONMessageDisplay (0.13s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestJSONMessageDisplayWithJSONError
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestDisplayJSONMessagesStream
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
19:29:37 [2021-03-01T19:29:37.486Z] PASS
19:29:37 [2021-03-01T19:29:37.486Z] coverage: 91.7% of statements
19:29:37 [2021-03-01T19:29:37.486Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.165s	coverage: 91.7% of statements
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestApplyLayerWhiteouts (0.05s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestGenerateEmptyFile
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestGenerateEmptyFile (0.00s)
19:29:37 [2021-03-01T19:29:37.486Z] === RUN   TestGenerateWithContent
19:29:37 [2021-03-01T19:29:37.486Z] --- PASS: TestGenerateWithContent (0.00s)
19:29:37 [2021-03-01T19:29:37.486Z] PASS
19:29:37 [2021-03-01T19:29:37.486Z] coverage: 62.6% of statements
19:29:37 [2021-03-01T19:29:37.486Z] ok  	github.com/docker/docker/pkg/archive	7.461s	coverage: 62.6% of statements
19:29:38 [2021-03-01T19:29:38.464Z] === RUN   TestNameFormat
19:29:38 [2021-03-01T19:29:38.464Z] --- PASS: TestNameFormat (0.00s)
19:29:38 [2021-03-01T19:29:38.464Z] === RUN   TestNameRetries
19:29:38 [2021-03-01T19:29:38.464Z] --- PASS: TestNameRetries (0.00s)
19:29:38 [2021-03-01T19:29:38.464Z] PASS
19:29:38 [2021-03-01T19:29:38.464Z] coverage: 85.7% of statements
19:29:38 [2021-03-01T19:29:38.464Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.052s	coverage: 85.7% of statements
19:29:38 [2021-03-01T19:29:38.464Z] === RUN   TestParseKeyValueOpt
19:29:38 [2021-03-01T19:29:38.464Z] --- PASS: TestParseKeyValueOpt (0.00s)
19:29:38 [2021-03-01T19:29:38.464Z] === RUN   TestParseUintList
19:29:38 [2021-03-01T19:29:38.464Z] --- PASS: TestParseUintList (0.00s)
19:29:38 [2021-03-01T19:29:38.464Z] === RUN   TestParseUintListMaximumLimits
19:29:38 [2021-03-01T19:29:38.464Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
19:29:38 [2021-03-01T19:29:38.464Z] PASS
19:29:38 [2021-03-01T19:29:38.464Z] coverage: 97.0% of statements
19:29:38 [2021-03-01T19:29:38.464Z] ok  	github.com/docker/docker/pkg/parsers	0.036s	coverage: 97.0% of statements
19:29:38 [2021-03-01T19:29:38.923Z] === RUN   TestNewAndRemove
19:29:38 [2021-03-01T19:29:38.923Z] --- PASS: TestNewAndRemove (0.00s)
19:29:38 [2021-03-01T19:29:38.923Z] === RUN   TestRemoveInvalidPath
19:29:38 [2021-03-01T19:29:38.923Z] --- PASS: TestRemoveInvalidPath (0.00s)
19:29:38 [2021-03-01T19:29:38.923Z] PASS
19:29:38 [2021-03-01T19:29:38.923Z] coverage: 82.6% of statements
19:29:38 [2021-03-01T19:29:38.923Z] ok  	github.com/docker/docker/pkg/pidfile	0.102s	coverage: 82.6% of statements
19:29:39 [2021-03-01T19:29:39.891Z] === RUN   TestParseEmptyInterface
19:29:39 [2021-03-01T19:29:39.891Z] --- PASS: TestParseEmptyInterface (0.00s)
19:29:39 [2021-03-01T19:29:39.891Z] === RUN   TestParseNonInterfaceType
19:29:39 [2021-03-01T19:29:39.891Z] --- PASS: TestParseNonInterfaceType (0.00s)
19:29:39 [2021-03-01T19:29:39.891Z] === RUN   TestParseWithOneFunction
19:29:39 [2021-03-01T19:29:39.891Z] --- PASS: TestParseWithOneFunction (0.00s)
19:29:39 [2021-03-01T19:29:39.891Z] === RUN   TestParseWithMultipleFuncs
19:29:39 [2021-03-01T19:29:39.891Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
19:29:39 [2021-03-01T19:29:39.891Z] === RUN   TestParseWithUnnamedReturn
19:29:39 [2021-03-01T19:29:39.891Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
19:29:39 [2021-03-01T19:29:39.891Z] === RUN   TestEmbeddedInterface
19:29:39 [2021-03-01T19:29:39.891Z] --- PASS: TestEmbeddedInterface (0.00s)
19:29:39 [2021-03-01T19:29:39.891Z] === RUN   TestParsedImports
19:29:39 [2021-03-01T19:29:39.891Z] --- PASS: TestParsedImports (0.00s)
19:29:39 [2021-03-01T19:29:39.891Z] === RUN   TestAliasedImports
19:29:39 [2021-03-01T19:29:39.891Z] --- PASS: TestAliasedImports (0.00s)
19:29:39 [2021-03-01T19:29:39.891Z] PASS
19:29:39 [2021-03-01T19:29:39.891Z] coverage: 56.8% of statements
19:29:39 [2021-03-01T19:29:39.891Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.089s	coverage: 56.8% of statements
19:29:39 [2021-03-01T19:29:39.961Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
19:29:40 [2021-03-01T19:29:40.860Z] === RUN   TestFailedConnection
19:29:40 [2021-03-01T19:29:40.906Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
19:29:41 [2021-03-01T19:29:41.050Z] --- PASS: TestUpdateRestartPolicy (11.25s)
19:29:41 [2021-03-01T19:29:41.050Z] === RUN   TestUpdateRestartWithAutoRemove
19:29:41 [2021-03-01T19:29:41.050Z] --- PASS: TestUpdateRestartWithAutoRemove (0.53s)
19:29:41 [2021-03-01T19:29:41.050Z] === RUN   TestWaitNonBlocked
19:29:41 [2021-03-01T19:29:41.050Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:29:41 [2021-03-01T19:29:41.050Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:29:41 [2021-03-01T19:29:41.050Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:29:41 [2021-03-01T19:29:41.050Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:29:41 [2021-03-01T19:29:41.050Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:29:41 [2021-03-01T19:29:41.050Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:29:41 [2021-03-01T19:29:41.050Z] --- PASS: TestWaitNonBlocked (0.02s)
19:29:41 [2021-03-01T19:29:41.050Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s)
19:29:41 [2021-03-01T19:29:41.050Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s)
19:29:41 [2021-03-01T19:29:41.050Z] === RUN   TestWaitBlocked
19:29:41 [2021-03-01T19:29:41.050Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
19:29:41 [2021-03-01T19:29:41.050Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
19:29:41 [2021-03-01T19:29:41.050Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
19:29:41 [2021-03-01T19:29:41.050Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
19:29:41 [2021-03-01T19:29:41.050Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
19:29:41 [2021-03-01T19:29:41.050Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
19:29:41 [2021-03-01T19:29:41.319Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
19:29:41 [2021-03-01T19:29:41.319Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
19:29:41 [2021-03-01T19:29:41.319Z] === RUN   TestBufioReaderPoolPutAndGet
19:29:41 [2021-03-01T19:29:41.319Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
19:29:41 [2021-03-01T19:29:41.319Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
19:29:41 [2021-03-01T19:29:41.319Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
19:29:41 [2021-03-01T19:29:41.319Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
19:29:41 [2021-03-01T19:29:41.319Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
19:29:41 [2021-03-01T19:29:41.319Z] === RUN   TestBufioWriterPoolPutAndGet
19:29:41 [2021-03-01T19:29:41.319Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
19:29:41 [2021-03-01T19:29:41.319Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
19:29:41 [2021-03-01T19:29:41.319Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
19:29:41 [2021-03-01T19:29:41.319Z] === RUN   TestBufferPoolPutAndGet
19:29:41 [2021-03-01T19:29:41.319Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
19:29:41 [2021-03-01T19:29:41.319Z] PASS
19:29:41 [2021-03-01T19:29:41.319Z] coverage: 88.2% of statements
19:29:41 [2021-03-01T19:29:41.319Z] ok  	github.com/docker/docker/pkg/pools	0.058s	coverage: 88.2% of statements
19:29:41 [2021-03-01T19:29:41.319Z] === RUN   TestHTTPTransport
19:29:41 [2021-03-01T19:29:41.319Z] --- PASS: TestHTTPTransport (0.00s)
19:29:41 [2021-03-01T19:29:41.319Z] PASS
19:29:41 [2021-03-01T19:29:41.319Z] coverage: 85.7% of statements
19:29:41 [2021-03-01T19:29:41.319Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.050s	coverage: 85.7% of statements
19:29:41 [2021-03-01T19:29:41.778Z] --- PASS: TestFailedConnection (1.00s)
19:29:41 [2021-03-01T19:29:41.778Z] === RUN   TestFailOnce
19:29:41 [2021-03-01T19:29:41.778Z] 2021/03/01 19:29:41 http: panic serving 127.0.0.1:49222: Plugin not ready
19:29:41 [2021-03-01T19:29:41.778Z] goroutine 34 [running]:
19:29:41 [2021-03-01T19:29:41.778Z] net/http.(*conn).serve.func1(0xc000126000)
19:29:41 [2021-03-01T19:29:41.778Z] 	c:/go/src/net/http/server.go:1795 +0x140
19:29:41 [2021-03-01T19:29:41.778Z] panic(0x849b40, 0x986ad0)
19:29:41 [2021-03-01T19:29:41.778Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
19:29:41 [2021-03-01T19:29:41.778Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc00015a000, 0xc000142000)
19:29:41 [2021-03-01T19:29:41.778Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
19:29:41 [2021-03-01T19:29:41.778Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc00015a000, 0xc000142000)
19:29:41 [2021-03-01T19:29:41.778Z] 	c:/go/src/net/http/server.go:2036 +0x4b
19:29:41 [2021-03-01T19:29:41.778Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc00015a000, 0xc000142000)
19:29:41 [2021-03-01T19:29:41.778Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
19:29:41 [2021-03-01T19:29:41.778Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc00015a000, 0xc000142000)
19:29:41 [2021-03-01T19:29:41.778Z] 	c:/go/src/net/http/server.go:2831 +0xab
19:29:41 [2021-03-01T19:29:41.778Z] net/http.(*conn).serve(0xc000126000, 0x99b2c0, 0xc000138000)
19:29:41 [2021-03-01T19:29:41.778Z] 	c:/go/src/net/http/server.go:1919 +0x87c
19:29:41 [2021-03-01T19:29:41.778Z] created by net/http.(*Server).Serve
19:29:41 [2021-03-01T19:29:41.778Z] 	c:/go/src/net/http/server.go:2957 +0x38b
19:29:41 [2021-03-01T19:29:41.779Z] time="2021-03-01T19:29:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.FailOnce: Post http://127.0.0.1:49221/Test.FailOnce: EOF, retrying in 1s"
19:29:42 [2021-03-01T19:29:42.110Z] --- PASS: TestWaitBlocked (0.02s)
19:29:42 [2021-03-01T19:29:42.110Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.81s)
19:29:42 [2021-03-01T19:29:42.110Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.84s)
19:29:42 [2021-03-01T19:29:42.110Z] === CONT  TestContainerStartOnDaemonRestart
19:29:42 [2021-03-01T19:29:42.110Z] === CONT  TestContainerKillOnDaemonStart
19:29:42 [2021-03-01T19:29:42.110Z] === CONT  TestRestartDaemonWithRestartingContainer
19:29:42 [2021-03-01T19:29:42.110Z] === CONT  TestIpcModeOlderClient
19:29:42 [2021-03-01T19:29:42.110Z] --- PASS: TestIpcModeOlderClient (0.17s)
19:29:42 [2021-03-01T19:29:42.110Z] === CONT  TestDaemonHostGatewayIP
19:29:42 [2021-03-01T19:29:42.238Z] === RUN   TestOutputOnPrematureClose
19:29:42 [2021-03-01T19:29:42.238Z] --- PASS: TestOutputOnPrematureClose (0.00s)
19:29:42 [2021-03-01T19:29:42.238Z] === RUN   TestCompleteSilently
19:29:42 [2021-03-01T19:29:42.238Z] --- PASS: TestCompleteSilently (0.00s)
19:29:42 [2021-03-01T19:29:42.238Z] PASS
19:29:42 [2021-03-01T19:29:42.238Z] coverage: 75.9% of statements
19:29:42 [2021-03-01T19:29:42.238Z] ok  	github.com/docker/docker/pkg/progress	0.037s	coverage: 75.9% of statements
19:29:42 [2021-03-01T19:29:42.238Z] === RUN   TestSendToOneSub
19:29:42 [2021-03-01T19:29:42.238Z] --- PASS: TestSendToOneSub (0.00s)
19:29:42 [2021-03-01T19:29:42.238Z] === RUN   TestSendToMultipleSubs
19:29:42 [2021-03-01T19:29:42.238Z] --- PASS: TestSendToMultipleSubs (0.00s)
19:29:42 [2021-03-01T19:29:42.238Z] === RUN   TestEvictOneSub
19:29:42 [2021-03-01T19:29:42.238Z] --- PASS: TestEvictOneSub (0.00s)
19:29:42 [2021-03-01T19:29:42.238Z] === RUN   TestClosePublisher
19:29:42 [2021-03-01T19:29:42.238Z] --- PASS: TestClosePublisher (0.00s)
19:29:42 [2021-03-01T19:29:42.238Z] === RUN   TestPubSubRace
19:29:42 [2021-03-01T19:29:42.697Z] --- PASS: TestFailOnce (1.14s)
19:29:42 [2021-03-01T19:29:42.697Z] === RUN   TestEchoInputOutput
19:29:42 [2021-03-01T19:29:42.697Z] --- PASS: TestEchoInputOutput (0.00s)
19:29:42 [2021-03-01T19:29:42.697Z] === RUN   TestBackoff
19:29:42 [2021-03-01T19:29:42.697Z] --- PASS: TestBackoff (0.00s)
19:29:42 [2021-03-01T19:29:42.697Z] === RUN   TestAbortRetry
19:29:42 [2021-03-01T19:29:42.697Z] --- PASS: TestAbortRetry (0.00s)
19:29:42 [2021-03-01T19:29:42.697Z] === RUN   TestClientScheme
19:29:42 [2021-03-01T19:29:42.697Z] --- PASS: TestClientScheme (0.00s)
19:29:42 [2021-03-01T19:29:42.697Z] === RUN   TestNewClientWithTimeout
19:29:42 [2021-03-01T19:29:42.823Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
19:29:43 [2021-03-01T19:29:43.156Z] === RUN   TestRegister
19:29:43 [2021-03-01T19:29:43.156Z] --- PASS: TestRegister (0.00s)
19:29:43 [2021-03-01T19:29:43.156Z] === RUN   TestCommand
19:29:43 [2021-03-01T19:29:43.156Z] --- PASS: TestCommand (0.03s)
19:29:43 [2021-03-01T19:29:43.156Z] === RUN   TestNaiveSelf
19:29:43 [2021-03-01T19:29:43.156Z] --- PASS: TestNaiveSelf (0.03s)
19:29:43 [2021-03-01T19:29:43.156Z] PASS
19:29:43 [2021-03-01T19:29:43.156Z] coverage: 82.4% of statements
19:29:43 [2021-03-01T19:29:43.156Z] ok  	github.com/docker/docker/pkg/reexec	0.091s	coverage: 82.4% of statements
19:29:43 [2021-03-01T19:29:43.156Z] time="2021-03-01T19:29:43Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
19:29:43 [2021-03-01T19:29:43.156Z] --- PASS: TestPubSubRace (1.05s)
19:29:43 [2021-03-01T19:29:43.156Z] PASS
19:29:43 [2021-03-01T19:29:43.156Z] coverage: 75.0% of statements
19:29:43 [2021-03-01T19:29:43.156Z] ok  	github.com/docker/docker/pkg/pubsub	1.085s	coverage: 75.0% of statements
19:29:43 [2021-03-01T19:29:43.885Z] --- PASS: TestServiceUpdatePidsLimit (16.50s)
19:29:43 [2021-03-01T19:29:43.885Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s)
19:29:43 [2021-03-01T19:29:43.885Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s)
19:29:43 [2021-03-01T19:29:43.885Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.99s)
19:29:43 [2021-03-01T19:29:43.885Z] PASS
19:29:43 [2021-03-01T19:29:43.885Z] 
19:29:43 [2021-03-01T19:29:43.885Z] === Skipped
19:29:43 [2021-03-01T19:29:43.885Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.01s)
19:29:43 [2021-03-01T19:29:43.885Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:29:43 [2021-03-01T19:29:43.885Z] 
19:29:43 [2021-03-01T19:29:43.885Z] 
19:29:43 [2021-03-01T19:29:43.885Z] DONE 27 tests, 1 skipped in 165.276s
19:29:43 [2021-03-01T19:29:43.885Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
19:29:43 [2021-03-01T19:29:43.885Z] INFO: Testing against a local daemon
19:29:43 [2021-03-01T19:29:43.885Z] === RUN   TestSessionCreate
19:29:43 [2021-03-01T19:29:43.885Z] --- PASS: TestSessionCreate (0.02s)
19:29:43 [2021-03-01T19:29:43.885Z] === RUN   TestSessionCreateWithBadUpgrade
19:29:43 [2021-03-01T19:29:43.885Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
19:29:43 [2021-03-01T19:29:43.885Z] PASS
19:29:43 [2021-03-01T19:29:43.885Z] 
19:29:43 [2021-03-01T19:29:43.885Z] DONE 2 tests in 0.074s
19:29:43 [2021-03-01T19:29:43.885Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
19:29:43 [2021-03-01T19:29:43.885Z] INFO: Testing against a local daemon
19:29:43 [2021-03-01T19:29:43.885Z] === RUN   TestCgroupDriverSystemdMemoryLimit
19:29:43 [2021-03-01T19:29:43.885Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
19:29:43 [2021-03-01T19:29:43.885Z] === RUN   TestEventsExecDie
19:29:44 [2021-03-01T19:29:44.125Z] === RUN   TestParseSignal
19:29:44 [2021-03-01T19:29:44.125Z] --- PASS: TestParseSignal (0.00s)
19:29:44 [2021-03-01T19:29:44.125Z] === RUN   TestValidSignalForPlatform
19:29:44 [2021-03-01T19:29:44.125Z] --- PASS: TestValidSignalForPlatform (0.00s)
19:29:44 [2021-03-01T19:29:44.125Z] PASS
19:29:44 [2021-03-01T19:29:44.125Z] coverage: 20.3% of statements
19:29:44 [2021-03-01T19:29:44.125Z] ok  	github.com/docker/docker/pkg/signal	0.038s	coverage: 20.3% of statements
19:29:44 [2021-03-01T19:29:44.445Z] --- PASS: TestEventsExecDie (0.59s)
19:29:44 [2021-03-01T19:29:44.445Z] === RUN   TestEventsBackwardsCompatible
19:29:44 [2021-03-01T19:29:44.445Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
19:29:44 [2021-03-01T19:29:44.445Z] === RUN   TestInfoBinaryCommits
19:29:44 [2021-03-01T19:29:44.445Z] --- PASS: TestInfoBinaryCommits (0.02s)
19:29:44 [2021-03-01T19:29:44.445Z] === RUN   TestInfoAPIVersioned
19:29:44 [2021-03-01T19:29:44.445Z] --- PASS: TestInfoAPIVersioned (0.01s)
19:29:44 [2021-03-01T19:29:44.445Z] === RUN   TestInfoDiscoveryBackend
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestNewStdWriter
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestNewStdWriter (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestWriteWithUninitializedStdWriter
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestWriteWithNilBytes
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestWriteWithNilBytes (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestWrite
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestWrite (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestWriteWithWriterError
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestWriteWithWriterError (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestStdCopyWriteAndRead
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestStdCopyReturnsErrorReadingHeader
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestStdCopyReturnsErrorReadingFrame
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestStdCopyDetectsCorruptedFrame
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestStdCopyWithInvalidInputHeader
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestStdCopyWithCorruptedPrefix
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestStdCopyReturnsWriteErrors
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] === RUN   TestStdCopyReturnsErrorFromSystem
19:29:44 [2021-03-01T19:29:44.584Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
19:29:44 [2021-03-01T19:29:44.584Z] PASS
19:29:44 [2021-03-01T19:29:44.584Z] coverage: 100.0% of statements
19:29:44 [2021-03-01T19:29:44.584Z] ok  	github.com/docker/docker/pkg/stdcopy	0.039s	coverage: 100.0% of statements
19:29:45 [2021-03-01T19:29:45.005Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
19:29:45 [2021-03-01T19:29:45.005Z] === RUN   TestInfoDiscoveryInvalidAdvertise
19:29:45 [2021-03-01T19:29:45.043Z] time="2021-03-01T19:29:44Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestRawProgressFormatterFormatStatus
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestRawProgressFormatterFormatProgress
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestFormatStatus
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestFormatStatus (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestFormatError
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestFormatError (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestFormatJSONError
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestFormatJSONError (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestJsonProgressFormatterFormatProgress
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestJsonProgressFormatterFormatStatus
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestNewJSONProgressOutput
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestNewJSONProgressOutput (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestAuxFormatterEmit
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestAuxFormatterEmit (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestStreamWriterStdout
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestStreamWriterStdout (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestStreamWriterStderr
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestStreamWriterStderr (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] PASS
19:29:45 [2021-03-01T19:29:45.043Z] coverage: 66.2% of statements
19:29:45 [2021-03-01T19:29:45.043Z] ok  	github.com/docker/docker/pkg/streamformatter	0.043s	coverage: 66.2% of statements
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestGenerateRandomID
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestGenerateRandomID (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestShortenId
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestShortenId (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestShortenSha256Id
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestShortenSha256Id (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestShortenIdEmpty
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestShortenIdEmpty (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestShortenIdInvalid
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestShortenIdInvalid (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestIsShortIDNonHex
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestIsShortIDNonHex (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] === RUN   TestIsShortIDNotCorrectSize
19:29:45 [2021-03-01T19:29:45.043Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
19:29:45 [2021-03-01T19:29:45.043Z] PASS
19:29:45 [2021-03-01T19:29:45.043Z] coverage: 70.6% of statements
19:29:45 [2021-03-01T19:29:45.043Z] ok  	github.com/docker/docker/pkg/stringid	0.036s	coverage: 70.6% of statements
19:29:45 [2021-03-01T19:29:45.677Z] --- PASS: TestContainerStartOnDaemonRestart (3.42s)
19:29:45 [2021-03-01T19:29:45.677Z] === CONT  TestDaemonRestartIpcMode
19:29:45 [2021-03-01T19:29:45.677Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.86s)
19:29:45 [2021-03-01T19:29:45.949Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
19:29:45 [2021-03-01T19:29:45.949Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
19:29:46 [2021-03-01T19:29:46.012Z] === RUN   TestIsCpusetListAvailable
19:29:46 [2021-03-01T19:29:46.012Z] --- PASS: TestIsCpusetListAvailable (0.00s)
19:29:46 [2021-03-01T19:29:46.012Z] PASS
19:29:46 [2021-03-01T19:29:46.012Z] coverage: 38.2% of statements
19:29:46 [2021-03-01T19:29:46.012Z] ok  	github.com/docker/docker/pkg/sysinfo	0.038s	coverage: 38.2% of statements
19:29:46 [2021-03-01T19:29:46.318Z] --- PASS: TestDaemonHostGatewayIP (4.07s)
19:29:46 [2021-03-01T19:29:46.572Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
19:29:46 [2021-03-01T19:29:46.572Z] === RUN   TestInfoAPI
19:29:46 [2021-03-01T19:29:46.572Z] --- PASS: TestInfoAPI (0.02s)
19:29:46 [2021-03-01T19:29:46.572Z] === RUN   TestInfoAPIWarnings
19:29:46 [2021-03-01T19:29:46.980Z] === RUN   TestChtimes
19:29:46 [2021-03-01T19:29:46.981Z] --- PASS: TestChtimes (0.00s)
19:29:46 [2021-03-01T19:29:46.981Z] === RUN   TestChtimesWindows
19:29:46 [2021-03-01T19:29:46.981Z] --- PASS: TestChtimesWindows (0.00s)
19:29:46 [2021-03-01T19:29:46.981Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
19:29:46 [2021-03-01T19:29:46.981Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
19:29:46 [2021-03-01T19:29:46.981Z] === RUN   TestEnsureRemoveAllNotExist
19:29:46 [2021-03-01T19:29:46.981Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
19:29:46 [2021-03-01T19:29:46.981Z] === RUN   TestEnsureRemoveAllWithDir
19:29:46 [2021-03-01T19:29:46.981Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
19:29:46 [2021-03-01T19:29:46.981Z] === RUN   TestEnsureRemoveAllWithFile
19:29:46 [2021-03-01T19:29:46.981Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
19:29:46 [2021-03-01T19:29:46.981Z] === RUN   TestHasWin32KSupport
19:29:46 [2021-03-01T19:29:46.981Z] --- PASS: TestHasWin32KSupport (0.00s)
19:29:46 [2021-03-01T19:29:46.981Z]     syscall_windows_test.go:8: win32k: true
19:29:46 [2021-03-01T19:29:46.981Z] PASS
19:29:46 [2021-03-01T19:29:46.981Z] coverage: 12.0% of statements
19:29:46 [2021-03-01T19:29:46.981Z] ok  	github.com/docker/docker/pkg/system	0.055s	coverage: 12.0% of statements
19:29:47 [2021-03-01T19:29:47.032Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
19:29:47 [2021-03-01T19:29:47.440Z] time="2021-03-01T19:29:47Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestTailFile
19:29:47 [2021-03-01T19:29:47.440Z] --- PASS: TestTailFile (0.00s)
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestTailFileManyLines
19:29:47 [2021-03-01T19:29:47.440Z] --- PASS: TestTailFileManyLines (0.00s)
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestTailEmptyFile
19:29:47 [2021-03-01T19:29:47.440Z] --- PASS: TestTailEmptyFile (0.00s)
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestTailNegativeN
19:29:47 [2021-03-01T19:29:47.440Z] --- PASS: TestTailNegativeN (0.00s)
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/8_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/8_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/12_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/12_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/no_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/no_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/single_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/single_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/truncated_last_line
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/truncated_last_line#01
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/truncated_last_line#02
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/4_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/2_byte_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.440Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.440Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/no_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/single_byte_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/12_byte_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/8_byte_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.441Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/no_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.442Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.442Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.442Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.443Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.443Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.443Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.443Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.443Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.443Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.443Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.443Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.443Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.443Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.443Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.443Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.605Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
19:29:47 [2021-03-01T19:29:47.841Z] --- PASS: TestDaemonRestartIpcMode (2.64s)
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.903Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.903Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.903Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.904Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.904Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.905Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
19:29:47 [2021-03-01T19:29:47.906Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
19:29:47 [2021-03-01T19:29:47.906Z] --- PASS: TestNewTailReader (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.02s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.02s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.02s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.906Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]     --- PASS: TestNewTailReader/no_delimiter (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.01s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.907Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.02s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.02s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
19:29:47 [2021-03-01T19:29:47.908Z] PASS
19:29:47 [2021-03-01T19:29:47.908Z] coverage: 88.6% of statements
19:29:47 [2021-03-01T19:29:47.908Z] ok  	github.com/docker/docker/pkg/tailfile	0.413s	coverage: 88.6% of statements
19:29:48 [2021-03-01T19:29:48.055Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
19:29:48 [2021-03-01T19:29:48.055Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
19:29:48 [2021-03-01T19:29:48.055Z] remote: Enumerating objects: 2, done.
19:29:48 [2021-03-01T19:29:48.055Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
19:29:48 [2021-03-01T19:29:48.055Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
19:29:48 [2021-03-01T19:29:48.055Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
19:29:48 [2021-03-01T19:29:48.055Z] 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.
19:29:48 [2021-03-01T19:29:48.055Z] Building: bundles/cross/windows/amd64/containerutility.exe
19:29:48 [2021-03-01T19:29:48.055Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
19:29:48 [2021-03-01T19:29:48.367Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
19:29:48 [2021-03-01T19:29:48.367Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
19:29:48 [2021-03-01T19:29:48.367Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
19:29:48 [2021-03-01T19:29:48.367Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
19:29:48 [2021-03-01T19:29:48.367Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
19:29:48 [2021-03-01T19:29:48.367Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
19:29:48 [2021-03-01T19:29:48.367Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
19:29:48 [2021-03-01T19:29:48.367Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
19:29:48 [2021-03-01T19:29:48.367Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
19:29:48 [2021-03-01T19:29:48.367Z] === RUN   TestTarSumRemoveNonExistent
19:29:48 [2021-03-01T19:29:48.367Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
19:29:48 [2021-03-01T19:29:48.367Z] === RUN   TestTarSumRemove
19:29:48 [2021-03-01T19:29:48.367Z] --- PASS: TestTarSumRemove (0.00s)
19:29:48 [2021-03-01T19:29:48.367Z] === RUN   TestSortFileInfoSums
19:29:48 [2021-03-01T19:29:48.368Z] --- PASS: TestSortFileInfoSums (0.00s)
19:29:48 [2021-03-01T19:29:48.368Z] === RUN   TestNewTarSumForLabelInvalid
19:29:48 [2021-03-01T19:29:48.368Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
19:29:48 [2021-03-01T19:29:48.368Z] === RUN   TestNewTarSumForLabel
19:29:48 [2021-03-01T19:29:48.368Z] --- PASS: TestNewTarSumForLabel (0.00s)
19:29:48 [2021-03-01T19:29:48.368Z] === RUN   TestEmptyTar
19:29:48 [2021-03-01T19:29:48.368Z] --- PASS: TestEmptyTar (0.00s)
19:29:48 [2021-03-01T19:29:48.368Z] === RUN   TestTarSumsReadSize
19:29:48 [2021-03-01T19:29:48.368Z] --- PASS: TestTarSumsReadSize (0.01s)
19:29:48 [2021-03-01T19:29:48.368Z] === RUN   TestTarSums
19:29:48 [2021-03-01T19:29:48.368Z] --- PASS: TestTarSums (0.11s)
19:29:48 [2021-03-01T19:29:48.368Z] === RUN   TestIteration
19:29:48 [2021-03-01T19:29:48.368Z] --- PASS: TestIteration (0.00s)
19:29:48 [2021-03-01T19:29:48.368Z] === RUN   TestVersionLabelForChecksum
19:29:48 [2021-03-01T19:29:48.368Z] --- PASS: TestVersionLabelForChecksum (0.00s)
19:29:48 [2021-03-01T19:29:48.368Z] === RUN   TestVersion
19:29:48 [2021-03-01T19:29:48.368Z] --- PASS: TestVersion (0.00s)
19:29:48 [2021-03-01T19:29:48.368Z] === RUN   TestGetVersion
19:29:48 [2021-03-01T19:29:48.368Z] --- PASS: TestGetVersion (0.00s)
19:29:48 [2021-03-01T19:29:48.368Z] === RUN   TestGetVersions
19:29:48 [2021-03-01T19:29:48.368Z] --- PASS: TestGetVersions (0.00s)
19:29:48 [2021-03-01T19:29:48.368Z] PASS
19:29:48 [2021-03-01T19:29:48.368Z] coverage: 89.3% of statements
19:29:48 [2021-03-01T19:29:48.368Z] ok  	github.com/docker/docker/pkg/tarsum	0.172s	coverage: 89.3% of statements
19:29:48 [2021-03-01T19:29:48.389Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/test/unit
19:29:48 [2021-03-01T19:29:48.826Z] testing: warning: no tests to run
19:29:48 [2021-03-01T19:29:48.827Z] PASS
19:29:48 [2021-03-01T19:29:48.827Z] coverage: [no statements]
19:29:48 [2021-03-01T19:29:48.827Z] ok  	github.com/docker/docker/pkg/term/windows	0.063s	coverage: [no statements] [no tests to run]
19:29:48 [2021-03-01T19:29:48.827Z] === RUN   TestTruncIndex
19:29:48 [2021-03-01T19:29:48.990Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
19:29:48 [2021-03-01T19:29:48.990Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
19:29:49 [2021-03-01T19:29:49.286Z] --- PASS: TestTruncIndex (0.10s)
19:29:49 [2021-03-01T19:29:49.286Z] PASS
19:29:49 [2021-03-01T19:29:49.286Z] coverage: 91.5% of statements
19:29:49 [2021-03-01T19:29:49.286Z] ok  	github.com/docker/docker/pkg/truncindex	0.139s	coverage: 91.5% of statements
19:29:49 [2021-03-01T19:29:49.286Z] === RUN   TestIsGIT
19:29:49 [2021-03-01T19:29:49.286Z] --- PASS: TestIsGIT (0.00s)
19:29:49 [2021-03-01T19:29:49.286Z] === RUN   TestIsTransport
19:29:49 [2021-03-01T19:29:49.286Z] --- PASS: TestIsTransport (0.00s)
19:29:49 [2021-03-01T19:29:49.286Z] PASS
19:29:49 [2021-03-01T19:29:49.286Z] coverage: 100.0% of statements
19:29:49 [2021-03-01T19:29:49.286Z] ok  	github.com/docker/docker/pkg/urlutil	0.038s	coverage: 100.0% of statements
19:29:49 [2021-03-01T19:29:49.745Z] === RUN   TestVersionInfo
19:29:49 [2021-03-01T19:29:49.745Z] --- PASS: TestVersionInfo (0.00s)
19:29:49 [2021-03-01T19:29:49.745Z] === RUN   TestAppendVersions
19:29:49 [2021-03-01T19:29:49.745Z] --- PASS: TestAppendVersions (0.00s)
19:29:49 [2021-03-01T19:29:49.745Z] PASS
19:29:49 [2021-03-01T19:29:49.745Z] coverage: 88.9% of statements
19:29:49 [2021-03-01T19:29:49.745Z] ok  	github.com/docker/docker/pkg/useragent	0.126s	coverage: 88.9% of statements
19:29:49 [2021-03-01T19:29:49.934Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
19:29:50 [2021-03-01T19:29:50.713Z] === RUN   TestNewSettable
19:29:50 [2021-03-01T19:29:50.713Z] --- PASS: TestNewSettable (0.00s)
19:29:50 [2021-03-01T19:29:50.713Z] === RUN   TestIsSettable
19:29:50 [2021-03-01T19:29:50.713Z] --- PASS: TestIsSettable (0.00s)
19:29:50 [2021-03-01T19:29:50.713Z] === RUN   TestUpdateSettingsEnv
19:29:50 [2021-03-01T19:29:50.713Z] --- PASS: TestUpdateSettingsEnv (0.00s)
19:29:50 [2021-03-01T19:29:50.713Z] PASS
19:29:50 [2021-03-01T19:29:50.713Z] coverage: 20.1% of statements
19:29:50 [2021-03-01T19:29:50.713Z] ok  	github.com/docker/docker/plugin/v2	0.052s	coverage: 20.1% of statements
19:29:50 [2021-03-01T19:29:50.919Z] ?   	github.com/docker/docker/api	[no test files]
19:29:51 [2021-03-01T19:29:51.176Z] === RUN   TestLoad
19:29:51 [2021-03-01T19:29:51.176Z] --- PASS: TestLoad (0.00s)
19:29:51 [2021-03-01T19:29:51.176Z] === RUN   TestSave
19:29:51 [2021-03-01T19:29:51.176Z] --- PASS: TestSave (0.03s)
19:29:51 [2021-03-01T19:29:51.176Z] === RUN   TestAddDeleteGet
19:29:51 [2021-03-01T19:29:51.176Z] --- PASS: TestAddDeleteGet (0.03s)
19:29:51 [2021-03-01T19:29:51.176Z] === RUN   TestInvalidTags
19:29:51 [2021-03-01T19:29:51.176Z] --- PASS: TestInvalidTags (0.00s)
19:29:51 [2021-03-01T19:29:51.176Z] PASS
19:29:51 [2021-03-01T19:29:51.176Z] coverage: 84.4% of statements
19:29:51 [2021-03-01T19:29:51.176Z] ok  	github.com/docker/docker/reference	0.118s	coverage: 84.4% of statements
19:29:51 [2021-03-01T19:29:51.635Z] === RUN   TestValidatePrivileges
19:29:51 [2021-03-01T19:29:51.635Z] --- PASS: TestValidatePrivileges (0.00s)
19:29:51 [2021-03-01T19:29:51.635Z] === RUN   TestFilterByCapNeg
19:29:51 [2021-03-01T19:29:51.635Z] --- PASS: TestFilterByCapNeg (0.00s)
19:29:51 [2021-03-01T19:29:51.635Z] === RUN   TestFilterByCapPos
19:29:51 [2021-03-01T19:29:51.635Z] --- PASS: TestFilterByCapPos (0.00s)
19:29:51 [2021-03-01T19:29:51.635Z] === RUN   TestStoreGetPluginNotMatchCapRefs
19:29:51 [2021-03-01T19:29:51.635Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
19:29:51 [2021-03-01T19:29:51.635Z] PASS
19:29:51 [2021-03-01T19:29:51.635Z] coverage: 12.0% of statements
19:29:51 [2021-03-01T19:29:51.635Z] ok  	github.com/docker/docker/plugin	0.127s	coverage: 12.0% of statements
19:29:52 [2021-03-01T19:29:52.095Z] time="2021-03-01T19:29:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
19:29:52 [2021-03-01T19:29:52.554Z] === RUN   TestRestartManagerTimeout
19:29:52 [2021-03-01T19:29:52.554Z] --- PASS: TestRestartManagerTimeout (0.00s)
19:29:52 [2021-03-01T19:29:52.554Z] === RUN   TestRestartManagerTimeoutReset
19:29:52 [2021-03-01T19:29:52.554Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
19:29:52 [2021-03-01T19:29:52.554Z] PASS
19:29:52 [2021-03-01T19:29:52.554Z] coverage: 45.3% of statements
19:29:52 [2021-03-01T19:29:52.554Z] ok  	github.com/docker/docker/restartmanager	0.045s	coverage: 45.3% of statements
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestResumableRequestHeaderSimpleErrors
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestResumableRequestHeaderTooMuchFailures
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestResumableRequestReaderWithReadError
19:29:53 [2021-03-01T19:29:53.013Z] time="2021-03-01T19:29:52Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestResumableRequestReaderWithReadError (0.11s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestResumableRequestReader
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestResumableRequestReader (0.00s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestResumableRequestReaderWithInitialResponse
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
19:29:53 [2021-03-01T19:29:53.013Z] PASS
19:29:53 [2021-03-01T19:29:53.013Z] coverage: 100.0% of statements
19:29:53 [2021-03-01T19:29:53.013Z] ok  	github.com/docker/docker/registry/resumable	0.179s	coverage: 100.0% of statements
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestResolveAuthConfigIndexServer
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestResolveAuthConfigFullURL
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestLoadAllowNondistributableArtifacts
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestValidateMirror
19:29:53 [2021-03-01T19:29:53.013Z] --- PASS: TestValidateMirror (0.00s)
19:29:53 [2021-03-01T19:29:53.013Z] === RUN   TestLoadInsecureRegistries
19:29:53 [2021-03-01T19:29:53.472Z] time="2021-03-01T19:29:52Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
19:29:53 [2021-03-01T19:29:53.472Z] time="2021-03-01T19:29:52Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
19:29:53 [2021-03-01T19:29:53.472Z] time="2021-03-01T19:29:52Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestLoadInsecureRegistries (0.11s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestNewServiceConfig
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestNewServiceConfig (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestValidateIndexName
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestValidateIndexName (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestValidateIndexNameWithError
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestValidateIndexNameWithError (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestEndpointParse
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestEndpointParse (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestEndpointParseInvalid
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestEndpointParseInvalid (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestValidateEndpoint
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestValidateEndpoint (0.01s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestPing
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestPing (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestPingRegistryEndpoint
19:29:53 [2021-03-01T19:29:53.472Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestEndpoint
19:29:53 [2021-03-01T19:29:53.472Z] --- SKIP: TestEndpoint (0.02s)
19:29:53 [2021-03-01T19:29:53.472Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestParseRepositoryInfo
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestParseRepositoryInfo (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestNewIndexInfo
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestNewIndexInfo (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestMirrorEndpointLookup
19:29:53 [2021-03-01T19:29:53.472Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestSearchRepositories
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestSearchRepositories (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
19:29:53 [2021-03-01T19:29:53.472Z]         Host: 127.0.0.1:49243
19:29:53 [2021-03-01T19:29:53.472Z]         User-Agent: docker test client
19:29:53 [2021-03-01T19:29:53.472Z]         Authorization: Token fake-token
19:29:53 [2021-03-01T19:29:53.472Z]         X-Docker-Token: true
19:29:53 [2021-03-01T19:29:53.472Z]         Accept-Encoding: gzip
19:29:53 [2021-03-01T19:29:53.472Z]         
19:29:53 [2021-03-01T19:29:53.472Z]         
19:29:53 [2021-03-01T19:29:53.472Z]     registry_test.go:730: HTTP/1.1 200 OK
19:29:53 [2021-03-01T19:29:53.472Z]         Connection: close
19:29:53 [2021-03-01T19:29:53.472Z]         Content-Length: 144
19:29:53 [2021-03-01T19:29:53.472Z]         Cache-Control: no-cache
19:29:53 [2021-03-01T19:29:53.472Z]         Content-Type: application/json
19:29:53 [2021-03-01T19:29:53.472Z]         Date: Mon, 01 Mar 2021 19:29:53 GMT
19:29:53 [2021-03-01T19:29:53.472Z]         Expires: -1
19:29:53 [2021-03-01T19:29:53.472Z]         Pragma: no-cache
19:29:53 [2021-03-01T19:29:53.472Z]         Server: docker-tests/mock
19:29:53 [2021-03-01T19:29:53.472Z]         X-Docker-Registry-Config: mock
19:29:53 [2021-03-01T19:29:53.472Z]         X-Docker-Registry-Version: 0.0.0
19:29:53 [2021-03-01T19:29:53.472Z]         
19:29:53 [2021-03-01T19:29:53.472Z]         
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestTrustedLocation
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestTrustedLocation (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestAllowNondistributableArtifacts
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] === RUN   TestIsSecureIndex
19:29:53 [2021-03-01T19:29:53.472Z] --- PASS: TestIsSecureIndex (0.00s)
19:29:53 [2021-03-01T19:29:53.472Z] PASS
19:29:53 [2021-03-01T19:29:53.472Z] coverage: 50.3% of statements
19:29:53 [2021-03-01T19:29:53.472Z] ok  	github.com/docker/docker/registry	0.233s	coverage: 50.3% of statements
19:29:53 [2021-03-01T19:29:53.931Z] === RUN   TestDecodeContainerConfig
19:29:53 [2021-03-01T19:29:53.931Z] --- PASS: TestDecodeContainerConfig (0.00s)
19:29:53 [2021-03-01T19:29:53.931Z] === RUN   TestDecodeContainerConfigIsolation
19:29:53 [2021-03-01T19:29:53.931Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
19:29:53 [2021-03-01T19:29:53.931Z] === RUN   TestValidatePrivileged
19:29:53 [2021-03-01T19:29:53.931Z] --- PASS: TestValidatePrivileged (0.00s)
19:29:53 [2021-03-01T19:29:53.931Z] PASS
19:29:53 [2021-03-01T19:29:53.931Z] coverage: 52.2% of statements
19:29:53 [2021-03-01T19:29:53.931Z] ok  	github.com/docker/docker/runconfig	0.217s	coverage: 52.2% of statements
19:29:53 [2021-03-01T19:29:53.931Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
19:29:53 [2021-03-01T19:29:53.931Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
19:29:53 [2021-03-01T19:29:53.931Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
19:29:53 [2021-03-01T19:29:53.931Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
19:29:53 [2021-03-01T19:29:53.931Z] PASS
19:29:53 [2021-03-01T19:29:53.931Z] coverage: 62.5% of statements
19:29:53 [2021-03-01T19:29:53.931Z] ok  	github.com/docker/docker/testutil	0.038s	coverage: 62.5% of statements
19:29:53 [2021-03-01T19:29:53.971Z] --- PASS: TestCreateServiceMultipleTimes (19.23s)
19:29:53 [2021-03-01T19:29:53.971Z] === RUN   TestCreateServiceConflict
19:29:53 [2021-03-01T19:29:53.971Z] --- PASS: TestCreateServiceConflict (3.26s)
19:29:53 [2021-03-01T19:29:53.971Z] === RUN   TestCreateServiceMaxReplicas
19:29:54 [2021-03-01T19:29:54.143Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
19:29:54 [2021-03-01T19:29:54.143Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
19:29:54 [2021-03-01T19:29:54.766Z] --- PASS: TestContainerKillOnDaemonStart (12.76s)
19:29:54 [2021-03-01T19:29:54.766Z] PASS
19:29:54 [2021-03-01T19:29:54.766Z] 
19:29:54 [2021-03-01T19:29:54.766Z] === Skipped
19:29:54 [2021-03-01T19:29:54.766Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s)
19:29:54 [2021-03-01T19:29:54.766Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:29:54 [2021-03-01T19:29:54.766Z] 
19:29:54 [2021-03-01T19:29:54.766Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
19:29:54 [2021-03-01T19:29:54.766Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
19:29:54 [2021-03-01T19:29:54.766Z] 
19:29:54 [2021-03-01T19:29:54.766Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s)
19:29:54 [2021-03-01T19:29:54.766Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
19:29:54 [2021-03-01T19:29:54.766Z] 
19:29:54 [2021-03-01T19:29:54.766Z] 
19:29:54 [2021-03-01T19:29:54.766Z] DONE 196 tests, 3 skipped in 109.814s
19:29:54 [2021-03-01T19:29:54.766Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m 
19:29:54 [2021-03-01T19:29:54.766Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m
19:29:54 [2021-03-01T19:29:54.766Z] ++ set -e
19:29:54 [2021-03-01T19:29:54.766Z] ++ '[' -n 0 ']'
19:29:54 [2021-03-01T19:29:54.766Z] ++ set -x
19:29:54 [2021-03-01T19:29:54.766Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m
19:29:54 [2021-03-01T19:29:54.766Z] INFO: Testing against a local daemon
19:29:54 [2021-03-01T19:29:54.766Z] === RUN   TestCommitInheritsEnv
19:29:55 [2021-03-01T19:29:55.066Z] --- PASS: TestCommitInheritsEnv (0.36s)
19:29:55 [2021-03-01T19:29:55.066Z] === RUN   TestImportExtremelyLargeImageWorks
19:29:55 [2021-03-01T19:29:55.066Z] === PAUSE TestImportExtremelyLargeImageWorks
19:29:55 [2021-03-01T19:29:55.066Z] === RUN   TestImagesFilterMultiReference
19:29:55 [2021-03-01T19:29:55.361Z] --- PASS: TestImagesFilterMultiReference (0.05s)
19:29:55 [2021-03-01T19:29:55.361Z] === RUN   TestImagePullPlatformInvalid
19:29:55 [2021-03-01T19:29:55.361Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
19:29:55 [2021-03-01T19:29:55.361Z] === RUN   TestRemoveImageOrphaning
19:29:55 [2021-03-01T19:29:55.657Z] --- PASS: TestRemoveImageOrphaning (0.34s)
19:29:55 [2021-03-01T19:29:55.657Z] === RUN   TestRemoveImageGarbageCollector
19:29:55 [2021-03-01T19:29:55.657Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
19:29:55 [2021-03-01T19:29:55.657Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:29:55 [2021-03-01T19:29:55.657Z] === RUN   TestTagUnprefixedRepoByNameOrName
19:29:55 [2021-03-01T19:29:55.657Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
19:29:55 [2021-03-01T19:29:55.657Z] === RUN   TestTagInvalidReference
19:29:55 [2021-03-01T19:29:55.657Z] --- PASS: TestTagInvalidReference (0.02s)
19:29:55 [2021-03-01T19:29:55.657Z] === RUN   TestTagValidPrefixedRepo
19:29:55 [2021-03-01T19:29:55.657Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
19:29:55 [2021-03-01T19:29:55.657Z] === RUN   TestTagExistedNameWithoutForce
19:29:55 [2021-03-01T19:29:55.657Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
19:29:55 [2021-03-01T19:29:55.657Z] === RUN   TestTagOfficialNames
19:29:55 [2021-03-01T19:29:55.657Z] --- PASS: TestTagOfficialNames (0.04s)
19:29:55 [2021-03-01T19:29:55.657Z] === RUN   TestTagMatchesDigest
19:29:55 [2021-03-01T19:29:55.657Z] --- PASS: TestTagMatchesDigest (0.02s)
19:29:55 [2021-03-01T19:29:55.657Z] === CONT  TestImportExtremelyLargeImageWorks
19:29:56 [2021-03-01T19:29:56.059Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
19:29:56 [2021-03-01T19:29:56.321Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestGetDriver
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestGetDriver (0.00s)
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestVolumeRequestError
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestVolumeRequestError (0.01s)
19:29:56 [2021-03-01T19:29:56.837Z] PASS
19:29:56 [2021-03-01T19:29:56.837Z] coverage: 36.1% of statements
19:29:56 [2021-03-01T19:29:56.837Z] ok  	github.com/docker/docker/volume/drivers	0.059s	coverage: 36.1% of statements
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestGetAddress
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestGetAddress (0.00s)
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestRemove
19:29:56 [2021-03-01T19:29:56.837Z] --- SKIP: TestRemove (0.00s)
19:29:56 [2021-03-01T19:29:56.837Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestInitializeWithVolumes
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestInitializeWithVolumes (0.00s)
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestCreate
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestCreate (0.01s)
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestValidateName
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestValidateName (0.00s)
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestCreateWithOpts
19:29:56 [2021-03-01T19:29:56.837Z] --- SKIP: TestCreateWithOpts (0.00s)
19:29:56 [2021-03-01T19:29:56.837Z]     local_test.go:181: runtime.GOOS == "windows"
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestRelaodNoOpts
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestRelaodNoOpts (0.01s)
19:29:56 [2021-03-01T19:29:56.837Z] PASS
19:29:56 [2021-03-01T19:29:56.837Z] coverage: 41.5% of statements
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestConvertTmpfsOptions
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestConvertTmpfsOptions (0.00s)
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:49: data="mode=700,size=1m"
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:49: data="ro"
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestParseMountRaw
19:29:56 [2021-03-01T19:29:56.837Z] ok  	github.com/docker/docker/volume/local	0.089s	coverage: 41.5% of statements
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestParseMountRaw (0.03s)
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestParseMountRawSplit
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestParseMountRawSplit (0.00s)
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 0
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 1
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 2
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 3
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 4
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 5
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 6
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 7
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 8
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 0
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 1
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 2
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 3
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 4
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 5
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 6
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 7
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 8
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 9
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 10
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 11
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 12
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 0
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 1
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 2
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 3
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 4
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 5
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 6
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 7
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 8
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 9
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 10
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:390: case 11
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestParseMountSpec
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestParseMountSpec (0.00s)
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:455: case 0
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:455: case 1
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:455: case 2
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:455: case 3
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:455: case 4
19:29:56 [2021-03-01T19:29:56.837Z]     parser_test.go:455: case 5
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestParseMountSpecBindWithFileinfoError
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
19:29:56 [2021-03-01T19:29:56.837Z] === RUN   TestValidateMount
19:29:56 [2021-03-01T19:29:56.837Z] --- PASS: TestValidateMount (0.00s)
19:29:56 [2021-03-01T19:29:56.837Z] PASS
19:29:56 [2021-03-01T19:29:56.837Z] coverage: 66.2% of statements
19:29:56 [2021-03-01T19:29:56.837Z] ok  	github.com/docker/docker/volume/mounts	0.077s	coverage: 66.2% of statements
19:29:57 [2021-03-01T19:29:57.264Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
19:29:57 [2021-03-01T19:29:57.288Z] --- PASS: TestCreateServiceMaxReplicas (3.58s)
19:29:57 [2021-03-01T19:29:57.288Z] === RUN   TestCreateWithDuplicateNetworkNames
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestSetGetMeta
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestSetGetMeta
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestRestore
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestRestore
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestServiceCreate
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestServiceCreate
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestServiceList
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestServiceList
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestServiceRemove
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestServiceRemove
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestServiceGet
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestServiceGet
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestServicePrune
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestServicePrune
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestCreate
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestCreate
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestRemove
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestRemove
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestList
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestList
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestFindByDriver
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestFindByDriver
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestFindByReferenced
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestFindByReferenced
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestDerefMultipleOfSameRef
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestDerefMultipleOfSameRef
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestDefererencePluginOnCreateError
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestDefererencePluginOnCreateError
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestRefDerefRemove
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestRefDerefRemove
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestGet
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestGet
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestGetWithReference
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestGetWithReference
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestFilterFunc
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestFilterFunc/test_nil_list
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestFilterFunc/test_nil_list
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestFilterFunc/test_empty_list
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestFilterFunc/test_empty_list
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestFilterFunc/test_filter_some
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestFilterFunc/test_filter_some
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestFilterFunc/test_filter_middle
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestFilterFunc/test_filter_middle
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestFilterFunc/test_filter_middle_and_last
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
19:29:58 [2021-03-01T19:29:58.374Z] === RUN   TestFilterFunc/test_filter_first_and_last
19:29:58 [2021-03-01T19:29:58.374Z] === PAUSE TestFilterFunc/test_filter_first_and_last
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestFilterFunc/test_nil_list
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestFilterFunc/test_filter_some
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestFilterFunc/test_filter_middle_and_last
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestFilterFunc/test_empty_list
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestFilterFunc/test_filter_first_and_last
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestFilterFunc/test_filter_middle
19:29:58 [2021-03-01T19:29:58.374Z] --- PASS: TestFilterFunc (0.00s)
19:29:58 [2021-03-01T19:29:58.374Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
19:29:58 [2021-03-01T19:29:58.374Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
19:29:58 [2021-03-01T19:29:58.374Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
19:29:58 [2021-03-01T19:29:58.374Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
19:29:58 [2021-03-01T19:29:58.374Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
19:29:58 [2021-03-01T19:29:58.374Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
19:29:58 [2021-03-01T19:29:58.374Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
19:29:58 [2021-03-01T19:29:58.374Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestSetGetMeta
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestFindByDriver
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestServiceList
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestServiceGet
19:29:58 [2021-03-01T19:29:58.374Z] --- PASS: TestSetGetMeta (0.02s)
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestServiceRemove
19:29:58 [2021-03-01T19:29:58.374Z] --- PASS: TestFindByDriver (0.03s)
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestRefDerefRemove
19:29:58 [2021-03-01T19:29:58.374Z] --- PASS: TestRefDerefRemove (0.02s)
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestGetWithReference
19:29:58 [2021-03-01T19:29:58.374Z] --- PASS: TestGetWithReference (0.02s)
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestGet
19:29:58 [2021-03-01T19:29:58.374Z] --- PASS: TestGet (0.01s)
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
19:29:58 [2021-03-01T19:29:58.374Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s)
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestDefererencePluginOnCreateError
19:29:58 [2021-03-01T19:29:58.374Z] --- PASS: TestDefererencePluginOnCreateError (0.02s)
19:29:58 [2021-03-01T19:29:58.374Z] === CONT  TestDerefMultipleOfSameRef
19:29:58 [2021-03-01T19:29:58.650Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
19:29:58 [2021-03-01T19:29:58.650Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
19:29:58 [2021-03-01T19:29:58.835Z] --- PASS: TestDerefMultipleOfSameRef (0.01s)
19:29:58 [2021-03-01T19:29:58.835Z] === CONT  TestServiceCreate
19:29:58 [2021-03-01T19:29:58.835Z] --- PASS: TestServiceGet (0.12s)
19:29:58 [2021-03-01T19:29:58.835Z] === CONT  TestRestore
19:29:58 [2021-03-01T19:29:58.835Z] --- PASS: TestServiceRemove (0.11s)
19:29:58 [2021-03-01T19:29:58.835Z] === CONT  TestFindByReferenced
19:29:58 [2021-03-01T19:29:58.835Z] --- PASS: TestServiceList (0.13s)
19:29:58 [2021-03-01T19:29:58.835Z] === CONT  TestRemove
19:29:58 [2021-03-01T19:29:58.835Z] --- PASS: TestServiceCreate (0.02s)
19:29:58 [2021-03-01T19:29:58.835Z] === CONT  TestList
19:29:58 [2021-03-01T19:29:58.835Z] --- PASS: TestFindByReferenced (0.02s)
19:29:58 [2021-03-01T19:29:58.835Z] === CONT  TestCreate
19:29:58 [2021-03-01T19:29:58.835Z] --- PASS: TestRestore (0.03s)
19:29:58 [2021-03-01T19:29:58.835Z] === CONT  TestServicePrune
19:29:58 [2021-03-01T19:29:58.835Z] --- PASS: TestRemove (0.02s)
19:29:58 [2021-03-01T19:29:58.835Z] --- PASS: TestCreate (0.01s)
19:29:58 [2021-03-01T19:29:58.835Z] --- PASS: TestList (0.03s)
19:29:58 [2021-03-01T19:29:58.835Z] time="2021-03-01T19:29:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
19:29:58 [2021-03-01T19:29:58.835Z] time="2021-03-01T19:29:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
19:29:58 [2021-03-01T19:29:58.835Z] time="2021-03-01T19:29:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
19:29:58 [2021-03-01T19:29:58.835Z] time="2021-03-01T19:29:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
19:29:58 [2021-03-01T19:29:58.835Z] time="2021-03-01T19:29:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
19:29:58 [2021-03-01T19:29:58.835Z] --- PASS: TestServicePrune (0.05s)
19:29:58 [2021-03-01T19:29:58.835Z] PASS
19:29:58 [2021-03-01T19:29:58.835Z] coverage: 70.3% of statements
19:29:58 [2021-03-01T19:29:58.835Z] ok  	github.com/docker/docker/volume/service	0.273s	coverage: 70.3% of statements
19:30:00 [2021-03-01T19:30:00.375Z] --- PASS: TestNewClientWithTimeout (17.70s)
19:30:00 [2021-03-01T19:30:00.375Z] === RUN   TestClientStream
19:30:00 [2021-03-01T19:30:00.375Z] --- PASS: TestClientStream (0.00s)
19:30:00 [2021-03-01T19:30:00.375Z] === RUN   TestClientSendFile
19:30:00 [2021-03-01T19:30:00.375Z] --- PASS: TestClientSendFile (0.00s)
19:30:00 [2021-03-01T19:30:00.375Z] === RUN   TestClientWithRequestTimeout
19:30:00 [2021-03-01T19:30:00.375Z] --- PASS: TestClientWithRequestTimeout (0.00s)
19:30:00 [2021-03-01T19:30:00.375Z] === RUN   TestFileSpecPlugin
19:30:00 [2021-03-01T19:30:00.375Z] --- PASS: TestFileSpecPlugin (0.00s)
19:30:00 [2021-03-01T19:30:00.375Z] === RUN   TestFileJSONSpecPlugin
19:30:00 [2021-03-01T19:30:00.375Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
19:30:00 [2021-03-01T19:30:00.375Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
19:30:00 [2021-03-01T19:30:00.375Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
19:30:00 [2021-03-01T19:30:00.375Z] === RUN   TestPluginAddHandler
19:30:00 [2021-03-01T19:30:00.375Z] --- PASS: TestPluginAddHandler (0.00s)
19:30:00 [2021-03-01T19:30:00.375Z] === RUN   TestPluginWaitBadPlugin
19:30:00 [2021-03-01T19:30:00.375Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
19:30:00 [2021-03-01T19:30:00.375Z] === RUN   TestGet
19:30:00 [2021-03-01T19:30:00.375Z] time="2021-03-01T19:30:00Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
19:30:01 [2021-03-01T19:30:01.344Z] time="2021-03-01T19:30:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
19:30:01 [2021-03-01T19:30:01.953Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
19:30:03 [2021-03-01T19:30:03.540Z] time="2021-03-01T19:30:03Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
19:30:04 [2021-03-01T19:30:04.598Z] --- PASS: TestInfoAPIWarnings (16.24s)
19:30:04 [2021-03-01T19:30:04.598Z] === RUN   TestInfoDebug
19:30:04 [2021-03-01T19:30:04.598Z] --- PASS: TestInfoDebug (0.52s)
19:30:04 [2021-03-01T19:30:04.598Z] === RUN   TestInfoInsecureRegistries
19:30:04 [2021-03-01T19:30:04.598Z] --- PASS: TestInfoInsecureRegistries (0.52s)
19:30:04 [2021-03-01T19:30:04.598Z] === RUN   TestInfoRegistryMirrors
19:30:04 [2021-03-01T19:30:04.598Z] --- PASS: TestInfoRegistryMirrors (0.52s)
19:30:04 [2021-03-01T19:30:04.598Z] === RUN   TestLoginFailsWithBadCredentials
19:30:04 [2021-03-01T19:30:04.598Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s)
19:30:04 [2021-03-01T19:30:04.598Z] === RUN   TestPingCacheHeaders
19:30:04 [2021-03-01T19:30:04.598Z] --- PASS: TestPingCacheHeaders (0.02s)
19:30:04 [2021-03-01T19:30:04.598Z] === RUN   TestPingGet
19:30:04 [2021-03-01T19:30:04.598Z] --- PASS: TestPingGet (0.01s)
19:30:04 [2021-03-01T19:30:04.598Z] === RUN   TestPingHead
19:30:04 [2021-03-01T19:30:04.598Z] --- PASS: TestPingHead (0.02s)
19:30:04 [2021-03-01T19:30:04.598Z] === RUN   TestVersion
19:30:04 [2021-03-01T19:30:04.598Z] --- PASS: TestVersion (0.02s)
19:30:04 [2021-03-01T19:30:04.598Z] === CONT  TestCgroupDriverSystemdMemoryLimit
19:30:05 [2021-03-01T19:30:05.799Z] ok  	github.com/docker/docker/api/server	0.005s	coverage: 9.0% of statements
19:30:05 [2021-03-01T19:30:05.962Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.28s)
19:30:05 [2021-03-01T19:30:05.962Z] PASS
19:30:05 [2021-03-01T19:30:05.962Z] 
19:30:05 [2021-03-01T19:30:05.962Z] DONE 18 tests in 22.101s
19:30:05 [2021-03-01T19:30:05.962Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
19:30:05 [2021-03-01T19:30:05.962Z] INFO: Testing against a local daemon
19:30:05 [2021-03-01T19:30:05.962Z] === RUN   TestVolumesCreateAndList
19:30:05 [2021-03-01T19:30:05.962Z] --- PASS: TestVolumesCreateAndList (0.06s)
19:30:05 [2021-03-01T19:30:05.962Z] === RUN   TestVolumesRemove
19:30:05 [2021-03-01T19:30:05.962Z] --- PASS: TestVolumesRemove (0.11s)
19:30:05 [2021-03-01T19:30:05.962Z] === RUN   TestVolumesInspect
19:30:06 [2021-03-01T19:30:06.163Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
19:30:06 [2021-03-01T19:30:06.217Z] --- PASS: TestVolumesInspect (0.03s)
19:30:06 [2021-03-01T19:30:06.217Z] === RUN   TestVolumesInvalidJSON
19:30:06 [2021-03-01T19:30:06.217Z] === RUN   TestVolumesInvalidJSON//volumes/create
19:30:06 [2021-03-01T19:30:06.217Z] === PAUSE TestVolumesInvalidJSON//volumes/create
19:30:06 [2021-03-01T19:30:06.217Z] === CONT  TestVolumesInvalidJSON//volumes/create
19:30:06 [2021-03-01T19:30:06.217Z] --- PASS: TestVolumesInvalidJSON (0.01s)
19:30:06 [2021-03-01T19:30:06.217Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
19:30:06 [2021-03-01T19:30:06.217Z] PASS
19:30:06 [2021-03-01T19:30:06.217Z] 
19:30:06 [2021-03-01T19:30:06.217Z] DONE 5 tests in 0.311s
19:30:06 [2021-03-01T19:30:06.217Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
19:30:07 [2021-03-01T19:30:07.834Z] Stopping apparmor (via systemctl): apparmor.service.
19:30:07 [2021-03-01T19:30:07.834Z] Removing test suite binaries
19:30:07 [2021-03-01T19:30:07.834Z] exiting test-integration
19:30:07 [2021-03-01T19:30:07.834Z] ++ exit 0
19:30:07 [2021-03-01T19:30:07.834Z] 
19:30:08 [2021-03-01T19:30:08.078Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
19:30:08 [2021-03-01T19:30:08.239Z] time="2021-03-01T19:30:07Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
19:30:10 [2021-03-01T19:30:10.626Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
19:30:10 [2021-03-01T19:30:10.626Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
Post stage
[Pipeline] junit
19:30:11 [2021-03-01T19:30:11.108Z] Recording test results
19:30:12 [2021-03-01T19:30:12.223Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.96s)
19:30:12 [2021-03-01T19:30:12.223Z] === RUN   TestCreateServiceSecretFileMode
19:30:12 [2021-03-01T19:30:12.722Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
19:30:13 [2021-03-01T19:30:13.100Z] + echo Ensuring container killed.
19:30:13 [2021-03-01T19:30:13.100Z] Ensuring container killed.
19:30:13 [2021-03-01T19:30:13.100Z] + docker rm -vf docker-pr1
19:30:13 [2021-03-01T19:30:13.100Z] Error: No such container: docker-pr1
[Pipeline] sh
19:30:13 [2021-03-01T19:30:13.375Z] + echo Chowning /workspace to jenkins user
19:30:13 [2021-03-01T19:30:13.375Z] Chowning /workspace to jenkins user
19:30:13 [2021-03-01T19:30:13.375Z] + id -u
19:30:13 [2021-03-01T19:30:13.375Z] + id -g
19:30:13 [2021-03-01T19:30:13.375Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42102:/workspace busybox chown -R 1000:1000 /workspace
19:30:13 [2021-03-01T19:30:13.375Z] Unable to find image 'busybox:latest' locally
19:30:13 [2021-03-01T19:30:13.630Z] latest: Pulling from library/busybox
19:30:13 [2021-03-01T19:30:13.630Z] 5c4213be9af9: Pulling fs layer
19:30:15 [2021-03-01T19:30:15.538Z] --- PASS: TestCreateServiceSecretFileMode (3.26s)
19:30:15 [2021-03-01T19:30:15.538Z] === RUN   TestCreateServiceConfigFileMode
19:30:16 [2021-03-01T19:30:16.822Z] --- PASS: TestGet (15.05s)
19:30:16 [2021-03-01T19:30:16.822Z] === RUN   TestPluginWithNoManifest
19:30:16 [2021-03-01T19:30:16.822Z] --- PASS: TestPluginWithNoManifest (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z] === RUN   TestGetAll
19:30:16 [2021-03-01T19:30:16.822Z] --- PASS: TestGetAll (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z] PASS
19:30:16 [2021-03-01T19:30:16.822Z] coverage: 73.4% of statements
19:30:16 [2021-03-01T19:30:16.822Z] ok  	github.com/docker/docker/pkg/plugins	34.985s	coverage: 73.4% of statements
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/pkg/term	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/quota	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/rootless	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/testutil/request	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/volume	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === Skipped
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     dispatchers_test.go:376: Windows does not support stopsignal
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
19:30:16 [2021-03-01T19:30:16.822Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     client_test.go:23: runtime.GOOS == "windows"
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     daemon_test.go:147: root required
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     reload_test.go:520: root required
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s)
19:30:16 [2021-03-01T19:30:16.822Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     pull_v2_test.go:73: Needs fixing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     pull_v2_test.go:118: Needs fixing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     download_test.go:268: Needs fixing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     layer_test.go:304: Failing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     layer_test.go:353: Failing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     layer_test.go:468: Failing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     layer_test.go:697: Failing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     migration_test.go:46: Failing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     migration_test.go:182: Failing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     mount_test.go:17: Failing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     mount_test.go:76: Failing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     mount_test.go:125: Failing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     mount_test.go:212: Failing on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_test.go:134: Xz not present in msys2
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_test.go:239: Failing on Windows CI machines
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_windows_test.go:16: Currently fails
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     changes_test.go:192: needs more investigation
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     changes_test.go:405: needs further investigation
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     changes_test.go:441: needs further investigation
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     poller_test.go:41: No chmod on Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     fileutils_test.go:134: Needs porting to Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     fileutils_test.go:180: Needs porting to Windows
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
19:30:16 [2021-03-01T19:30:16.822Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.822Z] 
19:30:16 [2021-03-01T19:30:16.822Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.02s)
19:30:16 [2021-03-01T19:30:16.822Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.823Z] 
19:30:16 [2021-03-01T19:30:16.823Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
19:30:16 [2021-03-01T19:30:16.823Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
19:30:16 [2021-03-01T19:30:16.823Z] 
19:30:16 [2021-03-01T19:30:16.823Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
19:30:16 [2021-03-01T19:30:16.823Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
19:30:16 [2021-03-01T19:30:16.823Z] 
19:30:16 [2021-03-01T19:30:16.823Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
19:30:16 [2021-03-01T19:30:16.823Z]     local_test.go:181: runtime.GOOS == "windows"
19:30:16 [2021-03-01T19:30:16.823Z] 
19:30:16 [2021-03-01T19:30:16.823Z] 
19:30:16 [2021-03-01T19:30:16.823Z] DONE 1829 tests, 45 skipped in 202.621s
19:30:16 [2021-03-01T19:30:16.823Z] INFO: make.ps1 ended at 03/01/2021 19:30:16
19:30:18 [2021-03-01T19:30:18.772Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
19:30:18 [2021-03-01T19:30:18.856Z] --- PASS: TestCreateServiceConfigFileMode (3.40s)
19:30:18 [2021-03-01T19:30:18.856Z] === RUN   TestCreateServiceSysctls
19:30:18 [2021-03-01T19:30:18.866Z] 5c4213be9af9: Download complete
19:30:18 [2021-03-01T19:30:18.866Z] 5c4213be9af9: Pull complete
19:30:18 [2021-03-01T19:30:18.866Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f
19:30:18 [2021-03-01T19:30:18.866Z] Status: Downloaded newer image for busybox:latest
19:30:19 [2021-03-01T19:30:19.003Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
19:30:19 [2021-03-01T19:30:19.003Z] INFO: Unit tests ended at 03/01/2021 19:30:18. Duration:00:03:37.3384173
19:30:19 [2021-03-01T19:30:19.003Z] INFO: Building busybox
19:30:19 [2021-03-01T19:30:19.003Z] Sending build context to Docker daemon   5.12kB
19:30:19 [2021-03-01T19:30:19.004Z] 
19:30:19 [2021-03-01T19:30:19.004Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
19:30:19 [2021-03-01T19:30:19.004Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
19:30:19 [2021-03-01T19:30:19.004Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
19:30:19 [2021-03-01T19:30:19.004Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
19:30:19 [2021-03-01T19:30:19.004Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
19:30:19 [2021-03-01T19:30:19.004Z]  ---> 31902e4b25a6
19:30:19 [2021-03-01T19:30:19.004Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
19:30:19 [2021-03-01T19:30:19.004Z]  ---> Running in 06a34ad1044d
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
19:30:21 [2021-03-01T19:30:21.667Z] + bundleName=amd64-cgroup2
19:30:21 [2021-03-01T19:30:21.667Z] + echo Creating amd64-cgroup2-bundles.tar.gz
19:30:21 [2021-03-01T19:30:21.667Z] Creating amd64-cgroup2-bundles.tar.gz
19:30:21 [2021-03-01T19:30:21.667Z] + + find bundlesxargs -path tar */root/*overlay2 -czf -prune amd64-cgroup2-bundles.tar.gz -o
19:30:21 [2021-03-01T19:30:21.667Z]  -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
19:30:21 [2021-03-01T19:30:21.949Z] Archiving artifacts
19:30:22 [2021-03-01T19:30:22.080Z] === RUN   TestDockerDaemonSuite/TestShmSize
19:30:23 [2021-03-01T19:30:23.192Z] --- PASS: TestCreateServiceSysctls (4.27s)
19:30:23 [2021-03-01T19:30:23.192Z] === RUN   TestCreateServiceCapabilities
19:30:23 [2021-03-01T19:30:23.468Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
19:30:23 [2021-03-01T19:30:23.698Z] Removing intermediate container 06a34ad1044d
19:30:23 [2021-03-01T19:30:23.698Z]  ---> f95a8c180f9b
19:30:23 [2021-03-01T19:30:23.698Z] Step 7/13 : ARG BUSYBOX_VERSION
19:30:23 [2021-03-01T19:30:23.698Z]  ---> Running in 3158a5952068
19:30:23 [2021-03-01T19:30:23.698Z] Removing intermediate container 3158a5952068
19:30:23 [2021-03-01T19:30:23.698Z]  ---> 9f484c05d3cc
19:30:23 [2021-03-01T19:30:23.698Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
19:30:23 [2021-03-01T19:30:23.698Z]  ---> Running in 9f1c7e7bbf90
19:30:23 [2021-03-01T19:30:23.698Z] Removing intermediate container 9f1c7e7bbf90
19:30:23 [2021-03-01T19:30:23.698Z]  ---> a49c85bbbf3a
19:30:23 [2021-03-01T19:30:23.698Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
19:30:24 [2021-03-01T19:30:24.085Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42102/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
19:30:24 [2021-03-01T19:30:24.441Z] + make clean
19:30:24 [2021-03-01T19:30:24.696Z] docker volume rm -f docker-dev-cache
19:30:24 [2021-03-01T19:30:24.696Z] docker-dev-cache
[Pipeline] deleteDir
19:30:25 [2021-03-01T19:30:25.881Z] 
19:30:26 [2021-03-01T19:30:26.340Z]  ---> 6b30cf1b95e4
19:30:26 [2021-03-01T19:30:26.340Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
19:30:26 [2021-03-01T19:30:26.340Z]  ---> Running in 127cac707d69
19:30:26 [2021-03-01T19:30:26.506Z] --- PASS: TestCreateServiceCapabilities (3.49s)
19:30:26 [2021-03-01T19:30:26.506Z] === RUN   TestInspect
19:30:26 [2021-03-01T19:30:26.772Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
19:30:26 [2021-03-01T19:30:26.772Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
19:30:26 [2021-03-01T19:30:26.772Z] === RUN   TestDockerSuite/TestBuildDotDotFile
19:30:26 [2021-03-01T19:30:26.772Z] === RUN   TestDockerSuite/TestBuildEOLInLine
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:30:30 [2021-03-01T19:30:30.727Z] --- PASS: TestInspect (3.45s)
19:30:30 [2021-03-01T19:30:30.727Z] === RUN   TestCreateJob
19:30:32 [2021-03-01T19:30:32.103Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
19:30:32 [2021-03-01T19:30:32.103Z] --- PASS: TestDockerDaemonSuite (350.07s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.19s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.69s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.94s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.94s)
19:30:32 [2021-03-01T19:30:32.103Z]         docker_cli_daemon_test.go:1455: [d40d3994fbb85] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]         check_test.go:309: [ddae3afd7e710] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.35s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.74s)
19:30:32 [2021-03-01T19:30:32.103Z]         check_test.go:309: [d1ca87a8d92b0] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.54s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.90s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.36s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.49s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.66s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.64s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.63s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.44s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
19:30:32 [2021-03-01T19:30:32.103Z]         check_test.go:309: [d0f9a2b2cc732] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
19:30:32 [2021-03-01T19:30:32.103Z]         check_test.go:309: [d667d5c7b9ec7] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.72s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.56s)
19:30:32 [2021-03-01T19:30:32.103Z]         check_test.go:309: [d78cb295a546e] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.54s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.70s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.69s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.17s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.70s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
19:30:32 [2021-03-01T19:30:32.103Z]         check_test.go:309: [d87abba52e516] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.55s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.20s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.29s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.55s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
19:30:32 [2021-03-01T19:30:32.103Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
19:30:32 [2021-03-01T19:30:32.103Z]         check_test.go:309: [dca074819bc00] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.29s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.23s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.57s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.65s)
19:30:32 [2021-03-01T19:30:32.103Z]         check_test.go:309: [dac4e6343a0eb] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.04s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s)
19:30:32 [2021-03-01T19:30:32.103Z]         check_test.go:309: [d313f9e09e895] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.41s)
19:30:32 [2021-03-01T19:30:32.103Z]         docker_cli_daemon_plugins_test.go:79: [d8613445bc2f1] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.88s)
19:30:32 [2021-03-01T19:30:32.103Z]         docker_cli_daemon_plugins_test.go:169: [deea059d7bdad] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.58s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
19:30:32 [2021-03-01T19:30:32.103Z]         check_test.go:309: [dda02ff551e77] daemon is not started
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.99s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.82s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.73s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.81s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.83s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.64s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.65s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s)
19:30:32 [2021-03-01T19:30:32.103Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.00s)
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [d4c7045dab777] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.52s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.69s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.37s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.06s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.04s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.29s)
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [dc240067c44f1] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.54s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.63s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (11.12s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.23s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.65s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.45s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.11s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [d1a327fc9fc1d] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [d2d88a4694f6e] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.66s)
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [d6920b7743467] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.92s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.94s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.04s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.19s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.96s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.96s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.16s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.11s)
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [df6f790d7c274] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.88s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.67s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.53s)
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [d15ff7ecb70da] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.48s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.16s)
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [df692606e8476] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.05s)
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [d78e718517f96] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.38s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.03s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.52s)
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [dbd74c3b545af] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.57s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.00s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.31s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s)
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [da675da38aa03] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.99s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.52s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.81s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.39s)
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [dfd3b1a5031ad] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.67s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.92s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [d5834a6d61f4f] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.81s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.00s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.75s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.60s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.86s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.49s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.37s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.44s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.80s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.26s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.22s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.18s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.54s)
19:30:32 [2021-03-01T19:30:32.104Z]         docker_cli_daemon_test.go:2550: [d3eb06658b07d] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.63s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.76s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.88s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.79s)
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s)
19:30:32 [2021-03-01T19:30:32.104Z]         check_test.go:309: [df2a30d3e3532] daemon is not started
19:30:32 [2021-03-01T19:30:32.104Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.35s)
19:30:32 [2021-03-01T19:30:32.104Z] === RUN   TestDockerSwarmSuite
19:30:32 [2021-03-01T19:30:32.104Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
19:30:32 [2021-03-01T19:30:32.104Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
19:30:32 [2021-03-01T19:30:32.374Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
19:30:33 [2021-03-01T19:30:33.317Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
19:30:33 [2021-03-01T19:30:33.318Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
19:30:33 [2021-03-01T19:30:33.889Z] === RUN   TestDockerSuite/TestBuildEntrypoint
19:30:34 [2021-03-01T19:30:34.072Z] --- PASS: TestCreateJob (3.57s)
19:30:34 [2021-03-01T19:30:34.072Z] === RUN   TestReplicatedJob
19:30:34 [2021-03-01T19:30:34.463Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
19:30:34 [2021-03-01T19:30:34.915Z] Removing intermediate container 127cac707d69
19:30:34 [2021-03-01T19:30:34.915Z]  ---> 34bcb0c2e150
19:30:34 [2021-03-01T19:30:34.915Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
19:30:34 [2021-03-01T19:30:34.915Z]  ---> Running in b9cd032d574b
19:30:35 [2021-03-01T19:30:35.034Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
19:30:36 [2021-03-01T19:30:36.454Z] 
19:30:36 [2021-03-01T19:30:36.454Z] SUCCESS: Specified value was saved.
19:30:37 [2021-03-01T19:30:37.064Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
19:30:38 [2021-03-01T19:30:38.210Z] Removing intermediate container b9cd032d574b
19:30:38 [2021-03-01T19:30:38.210Z]  ---> 8734c8049f78
19:30:38 [2021-03-01T19:30:38.210Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
19:30:38 [2021-03-01T19:30:38.451Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
19:30:38 [2021-03-01T19:30:38.451Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
19:30:38 [2021-03-01T19:30:38.672Z]  ---> Running in e1e0d2ed48fc
19:30:40 [2021-03-01T19:30:40.367Z] === RUN   TestDockerSuite/TestBuildEnv
19:30:40 [2021-03-01T19:30:40.678Z] --- PASS: TestReplicatedJob (6.65s)
19:30:40 [2021-03-01T19:30:40.678Z] === RUN   TestUpdateReplicatedJob
19:30:42 [2021-03-01T19:30:42.284Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
19:30:42 [2021-03-01T19:30:42.441Z] Cannot create a file when that file already exists.
19:30:43 [2021-03-01T19:30:43.672Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
19:30:44 [2021-03-01T19:30:44.245Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
19:30:44 [2021-03-01T19:30:44.817Z] === RUN   TestDockerSuite/TestBuildEnvUsage
19:30:44 [2021-03-01T19:30:44.904Z] --- PASS: TestUpdateReplicatedJob (4.17s)
19:30:44 [2021-03-01T19:30:44.904Z] === RUN   TestServiceListWithStatuses
19:30:44 [2021-03-01T19:30:44.904Z] --- SKIP: TestServiceListWithStatuses (0.00s)
19:30:44 [2021-03-01T19:30:44.904Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:30:44 [2021-03-01T19:30:44.904Z] === RUN   TestDockerNetworkConnectAlias
19:30:47 [2021-03-01T19:30:47.132Z] Removing intermediate container e1e0d2ed48fc
19:30:47 [2021-03-01T19:30:47.132Z]  ---> 5ef7afad2fc3
19:30:47 [2021-03-01T19:30:47.132Z] Step 13/13 : CMD ["sh"]
19:30:47 [2021-03-01T19:30:47.132Z]  ---> Running in 1687ea68d150
19:30:47 [2021-03-01T19:30:47.591Z] Removing intermediate container 1687ea68d150
19:30:47 [2021-03-01T19:30:47.591Z]  ---> 43663d2fb630
19:30:47 [2021-03-01T19:30:47.591Z] Successfully built 43663d2fb630
19:30:47 [2021-03-01T19:30:47.591Z] Successfully tagged busybox:latest
19:30:47 [2021-03-01T19:30:47.591Z] INFO: Docker images of the daemon under test
19:30:47 [2021-03-01T19:30:47.591Z] 
19:30:47 [2021-03-01T19:30:47.591Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
19:30:47 [2021-03-01T19:30:47.591Z] busybox                                latest              43663d2fb630        Less than a second ago   5.28GB
19:30:47 [2021-03-01T19:30:47.591Z] microsoft/windowsservercore            latest              31902e4b25a6        3 weeks ago              5.21GB
19:30:47 [2021-03-01T19:30:47.591Z] mcr.microsoft.com/windows/servercore   ltsc2019            31902e4b25a6        3 weeks ago              5.21GB
19:30:47 [2021-03-01T19:30:47.591Z] 
19:30:47 [2021-03-01T19:30:47.591Z] INFO: Running integration tests at 03/01/2021 19:30:47...
19:30:47 [2021-03-01T19:30:47.591Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
19:30:47 [2021-03-01T19:30:47.591Z] INFO: Integration API tests being run from the host:
19:30:47 [2021-03-01T19:30:47.591Z] INFO: make.ps1 starting at 03/01/2021 19:30:47
19:30:48 [2021-03-01T19:30:48.564Z] Running D:\gopath\src\github.com\docker\docker\integration\build
19:30:51 [2021-03-01T19:30:51.407Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
19:30:51 [2021-03-01T19:30:51.510Z] --- PASS: TestDockerNetworkConnectAlias (6.43s)
19:30:51 [2021-03-01T19:30:51.510Z] === RUN   TestDockerNetworkReConnect
19:30:56 [2021-03-01T19:30:56.817Z] --- PASS: TestDockerNetworkReConnect (5.07s)
19:30:56 [2021-03-01T19:30:56.817Z] === RUN   TestServicePlugin
19:30:56 [2021-03-01T19:30:56.817Z] --- SKIP: TestServicePlugin (0.00s)
19:30:56 [2021-03-01T19:30:56.817Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:30:56 [2021-03-01T19:30:56.817Z] === RUN   TestServiceUpdateLabel
19:30:57 [2021-03-01T19:30:57.997Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
19:30:58 [2021-03-01T19:30:58.571Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
19:30:59 [2021-03-01T19:30:59.379Z] --- PASS: TestServiceUpdateLabel (3.26s)
19:30:59 [2021-03-01T19:30:59.379Z] === RUN   TestServiceUpdateSecrets
19:31:13 [2021-03-01T19:31:13.501Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
19:31:13 [2021-03-01T19:31:13.745Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:31:13 [2021-03-01T19:31:13.745Z] INFO: Testing against a local daemon
19:31:13 [2021-03-01T19:31:13.745Z] === RUN   TestBuildWithSession
19:31:13 [2021-03-01T19:31:13.745Z] --- SKIP: TestBuildWithSession (0.00s)
19:31:13 [2021-03-01T19:31:13.745Z]     build_session_test.go:25: TODO: BuildKit
19:31:13 [2021-03-01T19:31:13.745Z] === RUN   TestBuildSquashParent
19:31:13 [2021-03-01T19:31:13.745Z] --- SKIP: TestBuildSquashParent (0.00s)
19:31:13 [2021-03-01T19:31:13.745Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
19:31:13 [2021-03-01T19:31:13.745Z] === RUN   TestBuildWithRemoveAndForceRemove
19:31:13 [2021-03-01T19:31:13.745Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:31:13 [2021-03-01T19:31:13.745Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:31:13 [2021-03-01T19:31:13.745Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:31:13 [2021-03-01T19:31:13.745Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:31:13 [2021-03-01T19:31:13.745Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:31:13 [2021-03-01T19:31:13.745Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:31:13 [2021-03-01T19:31:13.745Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:31:13 [2021-03-01T19:31:13.745Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:31:13 [2021-03-01T19:31:13.745Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:31:13 [2021-03-01T19:31:13.745Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:31:13 [2021-03-01T19:31:13.745Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:31:13 [2021-03-01T19:31:13.745Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:31:13 [2021-03-01T19:31:13.745Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
19:31:13 [2021-03-01T19:31:13.745Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
19:31:13 [2021-03-01T19:31:13.745Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
19:31:13 [2021-03-01T19:31:13.745Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
19:31:14 [2021-03-01T19:31:14.077Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
19:31:17 [2021-03-01T19:31:17.541Z] --- PASS: TestServiceUpdateSecrets (15.40s)
19:31:17 [2021-03-01T19:31:17.541Z] === RUN   TestServiceUpdateConfigs
19:31:20 [2021-03-01T19:31:20.855Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
19:31:21 [2021-03-01T19:31:21.318Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
19:31:24 [2021-03-01T19:31:24.101Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
19:31:24 [2021-03-01T19:31:24.101Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
19:31:24 [2021-03-01T19:31:24.363Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
19:31:24 [2021-03-01T19:31:24.938Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
19:31:26 [2021-03-01T19:31:26.329Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
19:31:26 [2021-03-01T19:31:26.329Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
19:31:26 [2021-03-01T19:31:26.698Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
19:31:27 [2021-03-01T19:31:27.244Z] ok  	github.com/docker/docker/api/server/middleware	0.008s	coverage: 37.7% of statements
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ok  	github.com/docker/docker/api/server/router/swarm	0.006s	coverage: 5.7% of statements
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/container	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/events	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
19:31:27 [2021-03-01T19:31:27.244Z] ok  	github.com/docker/docker/api/types/filters	0.003s	coverage: 92.2% of statements
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/image	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/network	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ok  	github.com/docker/docker/api/types/versions	0.007s	coverage: 75.0% of statements
19:31:27 [2021-03-01T19:31:27.244Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/builder	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
19:31:27 [2021-03-01T19:31:27.244Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
19:31:27 [2021-03-01T19:31:27.272Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
19:31:27 [2021-03-01T19:31:27.272Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
19:31:28 [2021-03-01T19:31:28.416Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
19:31:28 [2021-03-01T19:31:28.416Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.92s)
19:31:28 [2021-03-01T19:31:28.416Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.22s)
19:31:28 [2021-03-01T19:31:28.416Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.39s)
19:31:28 [2021-03-01T19:31:28.416Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.75s)
19:31:28 [2021-03-01T19:31:28.416Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.76s)
19:31:28 [2021-03-01T19:31:28.416Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.18s)
19:31:28 [2021-03-01T19:31:28.416Z] === RUN   TestBuildMultiStageCopy
19:31:28 [2021-03-01T19:31:28.416Z] === RUN   TestBuildMultiStageCopy/copy_to_root
19:31:29 [2021-03-01T19:31:29.786Z] ok  	github.com/docker/docker/builder/dockerfile	0.221s	coverage: 48.3% of statements
19:31:29 [2021-03-01T19:31:29.786Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
19:31:29 [2021-03-01T19:31:29.786Z] ok  	github.com/docker/docker/builder/remotecontext	0.139s	coverage: 13.7% of statements
19:31:29 [2021-03-01T19:31:29.809Z] --- PASS: TestServiceUpdateConfigs (15.35s)
19:31:29 [2021-03-01T19:31:29.809Z] === RUN   TestServiceUpdateNetwork
19:31:30 [2021-03-01T19:31:30.725Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
19:31:31 [2021-03-01T19:31:31.664Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.203s	coverage: 86.3% of statements
19:31:31 [2021-03-01T19:31:31.664Z] ?   	github.com/docker/docker/cli	[no test files]
19:31:31 [2021-03-01T19:31:31.664Z] ?   	github.com/docker/docker/cli/config	[no test files]
19:31:34 [2021-03-01T19:31:34.958Z] ok  	github.com/docker/docker/client	0.183s	coverage: 75.4% of statements
19:31:36 [2021-03-01T19:31:36.997Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
19:31:36 [2021-03-01T19:31:36.997Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
19:31:37 [2021-03-01T19:31:37.394Z] === RUN   TestDockerSuite/TestBuildExpose
19:31:37 [2021-03-01T19:31:37.394Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
19:31:37 [2021-03-01T19:31:37.968Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
19:31:37 [2021-03-01T19:31:37.996Z] === RUN   TestDockerSuite/TestBuildExposeOrder
19:31:38 [2021-03-01T19:31:38.576Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
19:31:38 [2021-03-01T19:31:38.838Z] === RUN   TestDockerSuite/TestBuildFails
19:31:38 [2021-03-01T19:31:38.938Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
19:31:39 [2021-03-01T19:31:39.781Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
19:31:39 [2021-03-01T19:31:39.781Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
19:31:40 [2021-03-01T19:31:40.480Z] --- PASS: TestBuildMultiStageCopy (12.17s)
19:31:40 [2021-03-01T19:31:40.480Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (7.76s)
19:31:40 [2021-03-01T19:31:40.480Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.76s)
19:31:40 [2021-03-01T19:31:40.480Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.95s)
19:31:40 [2021-03-01T19:31:40.480Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.09s)
19:31:40 [2021-03-01T19:31:40.480Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.61s)
19:31:40 [2021-03-01T19:31:40.480Z] === RUN   TestBuildMultiStageParentConfig
19:31:42 [2021-03-01T19:31:42.331Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
19:31:42 [2021-03-01T19:31:42.670Z] --- PASS: TestBuildMultiStageParentConfig (2.44s)
19:31:42 [2021-03-01T19:31:42.670Z] === RUN   TestBuildLabelWithTargets
19:31:42 [2021-03-01T19:31:42.670Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
19:31:42 [2021-03-01T19:31:42.670Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
19:31:42 [2021-03-01T19:31:42.670Z] === RUN   TestBuildWithEmptyLayers
19:31:44 [2021-03-01T19:31:44.218Z] --- PASS: TestBuildWithEmptyLayers (1.26s)
19:31:44 [2021-03-01T19:31:44.218Z] === RUN   TestBuildMultiStageOnBuild
19:31:44 [2021-03-01T19:31:44.753Z] --- PASS: TestServiceUpdateNetwork (14.28s)
19:31:44 [2021-03-01T19:31:44.753Z] === RUN   TestServiceUpdatePidsLimit
19:31:44 [2021-03-01T19:31:44.880Z] === RUN   TestDockerSuite/TestBuildForceRm
19:31:46 [2021-03-01T19:31:46.145Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
19:31:46 [2021-03-01T19:31:46.267Z] === RUN   TestDockerSuite/TestBuildFromGit
19:31:46 [2021-03-01T19:31:46.722Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
19:31:47 [2021-03-01T19:31:47.655Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
19:31:47 [2021-03-01T19:31:47.916Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
19:31:48 [2021-03-01T19:31:48.489Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
19:31:49 [2021-03-01T19:31:49.065Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
19:31:49 [2021-03-01T19:31:49.649Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
19:31:51 [2021-03-01T19:31:51.565Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
19:31:52 [2021-03-01T19:31:52.951Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
19:31:53 [2021-03-01T19:31:53.213Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
19:31:54 [2021-03-01T19:31:54.878Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
19:31:55 [2021-03-01T19:31:55.127Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
19:31:56 [2021-03-01T19:31:56.609Z] --- PASS: TestBuildMultiStageOnBuild (10.81s)
19:31:56 [2021-03-01T19:31:56.609Z] === RUN   TestBuildUncleanTarFilenames
19:31:56 [2021-03-01T19:31:56.609Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s)
19:31:56 [2021-03-01T19:31:56.609Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
19:31:56 [2021-03-01T19:31:56.609Z] === RUN   TestBuildMultiStageLayerLeak
19:31:57 [2021-03-01T19:31:57.043Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
19:31:58 [2021-03-01T19:31:58.428Z] === RUN   TestDockerSuite/TestBuildHistory
19:32:01 [2021-03-01T19:32:01.584Z] --- PASS: TestServiceUpdatePidsLimit (17.44s)
19:32:01 [2021-03-01T19:32:01.584Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s)
19:32:01 [2021-03-01T19:32:01.584Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s)
19:32:01 [2021-03-01T19:32:01.584Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.13s)
19:32:01 [2021-03-01T19:32:01.584Z] PASS
19:32:01 [2021-03-01T19:32:01.584Z] 
19:32:01 [2021-03-01T19:32:01.584Z] === Skipped
19:32:01 [2021-03-01T19:32:01.584Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
19:32:01 [2021-03-01T19:32:01.584Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:32:01 [2021-03-01T19:32:01.584Z] 
19:32:01 [2021-03-01T19:32:01.584Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
19:32:01 [2021-03-01T19:32:01.584Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:32:01 [2021-03-01T19:32:01.584Z] 
19:32:01 [2021-03-01T19:32:01.584Z] 
19:32:01 [2021-03-01T19:32:01.584Z] DONE 27 tests, 2 skipped in 160.535s
19:32:01 [2021-03-01T19:32:01.584Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
19:32:01 [2021-03-01T19:32:01.584Z] ++ 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
19:32:01 [2021-03-01T19:32:01.584Z] ++ set -e
19:32:01 [2021-03-01T19:32:01.584Z] ++ '[' -n 0 ']'
19:32:01 [2021-03-01T19:32:01.584Z] ++ set -x
19:32:01 [2021-03-01T19:32:01.584Z] ++ 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
19:32:01 [2021-03-01T19:32:01.847Z] INFO: Testing against a local daemon
19:32:01 [2021-03-01T19:32:01.847Z] === RUN   TestSessionCreate
19:32:01 [2021-03-01T19:32:01.847Z] --- PASS: TestSessionCreate (0.05s)
19:32:01 [2021-03-01T19:32:01.847Z] === RUN   TestSessionCreateWithBadUpgrade
19:32:01 [2021-03-01T19:32:01.847Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
19:32:01 [2021-03-01T19:32:01.847Z] PASS
19:32:01 [2021-03-01T19:32:01.847Z] 
19:32:01 [2021-03-01T19:32:01.847Z] DONE 2 tests in 0.280s
19:32:02 [2021-03-01T19:32:02.112Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
19:32:02 [2021-03-01T19:32:02.112Z] ++ 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
19:32:02 [2021-03-01T19:32:02.112Z] ++ set -e
19:32:02 [2021-03-01T19:32:02.112Z] ++ '[' -n 0 ']'
19:32:02 [2021-03-01T19:32:02.112Z] ++ set -x
19:32:02 [2021-03-01T19:32:02.112Z] ++ 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
19:32:02 [2021-03-01T19:32:02.112Z] INFO: Testing against a local daemon
19:32:02 [2021-03-01T19:32:02.112Z] === RUN   TestCgroupDriverSystemdMemoryLimit
19:32:02 [2021-03-01T19:32:02.112Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
19:32:02 [2021-03-01T19:32:02.112Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:32:02 [2021-03-01T19:32:02.112Z] === RUN   TestEventsExecDie
19:32:02 [2021-03-01T19:32:02.637Z] === RUN   TestDockerSuite/TestBuildIidFile
19:32:03 [2021-03-01T19:32:03.061Z] --- PASS: TestEventsExecDie (0.97s)
19:32:03 [2021-03-01T19:32:03.061Z] === RUN   TestEventsBackwardsCompatible
19:32:03 [2021-03-01T19:32:03.209Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
19:32:03 [2021-03-01T19:32:03.323Z] --- PASS: TestEventsBackwardsCompatible (0.11s)
19:32:03 [2021-03-01T19:32:03.323Z] === RUN   TestInfoBinaryCommits
19:32:03 [2021-03-01T19:32:03.323Z] --- PASS: TestInfoBinaryCommits (0.05s)
19:32:03 [2021-03-01T19:32:03.323Z] === RUN   TestInfoAPIVersioned
19:32:03 [2021-03-01T19:32:03.323Z] --- PASS: TestInfoAPIVersioned (0.02s)
19:32:03 [2021-03-01T19:32:03.323Z] === RUN   TestInfoDiscoveryBackend
19:32:03 [2021-03-01T19:32:03.783Z] === RUN   TestDockerSuite/TestBuildInheritance
19:32:03 [2021-03-01T19:32:03.900Z] --- PASS: TestInfoDiscoveryBackend (0.64s)
19:32:03 [2021-03-01T19:32:03.900Z] === RUN   TestInfoDiscoveryInvalidAdvertise
19:32:04 [2021-03-01T19:32:04.727Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
19:32:04 [2021-03-01T19:32:04.848Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
19:32:04 [2021-03-01T19:32:04.848Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
19:32:05 [2021-03-01T19:32:05.300Z] === RUN   TestDockerSuite/TestBuildInvalidTag
19:32:05 [2021-03-01T19:32:05.300Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
19:32:05 [2021-03-01T19:32:05.797Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.64s)
19:32:05 [2021-03-01T19:32:05.797Z] === RUN   TestInfoAPI
19:32:05 [2021-03-01T19:32:05.797Z] --- PASS: TestInfoAPI (0.05s)
19:32:05 [2021-03-01T19:32:05.797Z] === RUN   TestInfoAPIWarnings
19:32:06 [2021-03-01T19:32:06.241Z] === RUN   TestDockerSuite/TestBuildLabel
19:32:06 [2021-03-01T19:32:06.813Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
19:32:07 [2021-03-01T19:32:07.386Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
19:32:07 [2021-03-01T19:32:07.958Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
19:32:08 [2021-03-01T19:32:08.220Z] === RUN   TestDockerSuite/TestBuildLabels
19:32:08 [2021-03-01T19:32:08.792Z] === RUN   TestDockerSuite/TestBuildLabelsCache
19:32:10 [2021-03-01T19:32:10.178Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
19:32:11 [2021-03-01T19:32:11.432Z] --- PASS: TestBuildMultiStageLayerLeak (14.32s)
19:32:11 [2021-03-01T19:32:11.432Z] === RUN   TestBuildWithHugeFile
19:32:12 [2021-03-01T19:32:12.725Z] === RUN   TestDockerSuite/TestBuildLastModified
19:32:15 [2021-03-01T19:32:15.282Z] --- PASS: TestImportExtremelyLargeImageWorks (189.46s)
19:32:15 [2021-03-01T19:32:15.282Z] PASS
19:32:15 [2021-03-01T19:32:15.282Z] 
19:32:15 [2021-03-01T19:32:15.282Z] DONE 12 tests in 193.598s
19:32:15 [2021-03-01T19:32:15.282Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
19:32:15 [2021-03-01T19:32:15.282Z] ++ 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
19:32:15 [2021-03-01T19:32:15.282Z] ++ set -e
19:32:15 [2021-03-01T19:32:15.282Z] ++ '[' -n 0 ']'
19:32:15 [2021-03-01T19:32:15.282Z] ++ set -x
19:32:15 [2021-03-01T19:32:15.282Z] ++ 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
19:32:15 [2021-03-01T19:32:15.282Z] INFO: Testing against a local daemon
19:32:15 [2021-03-01T19:32:15.282Z] === RUN   TestNetworkCreateDelete
19:32:15 [2021-03-01T19:32:15.542Z] --- PASS: TestNetworkCreateDelete (0.13s)
19:32:15 [2021-03-01T19:32:15.542Z] === RUN   TestDockerNetworkDeletePreferID
19:32:15 [2021-03-01T19:32:15.805Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
19:32:15 [2021-03-01T19:32:15.805Z] === RUN   TestDaemonDNSFallback
19:32:17 [2021-03-01T19:32:17.722Z] === RUN   TestDockerSuite/TestBuildLineBreak
19:32:20 [2021-03-01T19:32:20.270Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
19:32:20 [2021-03-01T19:32:20.270Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
19:32:20 [2021-03-01T19:32:20.270Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
19:32:20 [2021-03-01T19:32:20.270Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
19:32:20 [2021-03-01T19:32:20.270Z] === RUN   TestDockerSuite/TestBuildMaintainer
19:32:20 [2021-03-01T19:32:20.531Z] === RUN   TestDockerSuite/TestBuildMissingArgs
19:32:21 [2021-03-01T19:32:21.475Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
19:32:21 [2021-03-01T19:32:21.640Z] ok  	github.com/docker/docker/cmd/dockerd	0.075s	coverage: 29.1% of statements
19:32:21 [2021-03-01T19:32:21.640Z] ok  	github.com/docker/docker/container	0.130s	coverage: 34.7% of statements
19:32:21 [2021-03-01T19:32:21.640Z] ?   	github.com/docker/docker/container/stream	[no test files]
19:32:21 [2021-03-01T19:32:21.640Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
19:32:21 [2021-03-01T19:32:21.640Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
19:32:21 [2021-03-01T19:32:21.640Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
19:32:22 [2021-03-01T19:32:22.861Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
19:32:22 [2021-03-01T19:32:22.862Z] --- PASS: TestDaemonDNSFallback (6.71s)
19:32:22 [2021-03-01T19:32:22.862Z] === RUN   TestInspectNetwork
19:32:23 [2021-03-01T19:32:23.939Z] --- PASS: TestInfoAPIWarnings (16.64s)
19:32:23 [2021-03-01T19:32:23.939Z] === RUN   TestInfoDebug
19:32:23 [2021-03-01T19:32:23.939Z] --- PASS: TestInfoDebug (0.63s)
19:32:23 [2021-03-01T19:32:23.939Z] === RUN   TestInfoInsecureRegistries
19:32:23 [2021-03-01T19:32:23.939Z] --- PASS: TestInfoInsecureRegistries (0.62s)
19:32:23 [2021-03-01T19:32:23.939Z] === RUN   TestInfoRegistryMirrors
19:32:24 [2021-03-01T19:32:24.203Z] --- PASS: TestInfoRegistryMirrors (0.62s)
19:32:24 [2021-03-01T19:32:24.203Z] === RUN   TestLoginFailsWithBadCredentials
19:32:24 [2021-03-01T19:32:24.466Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s)
19:32:24 [2021-03-01T19:32:24.466Z] === RUN   TestPingCacheHeaders
19:32:24 [2021-03-01T19:32:24.466Z] --- PASS: TestPingCacheHeaders (0.05s)
19:32:24 [2021-03-01T19:32:24.466Z] === RUN   TestPingGet
19:32:24 [2021-03-01T19:32:24.466Z] --- PASS: TestPingGet (0.03s)
19:32:24 [2021-03-01T19:32:24.466Z] === RUN   TestPingHead
19:32:24 [2021-03-01T19:32:24.466Z] --- PASS: TestPingHead (0.05s)
19:32:24 [2021-03-01T19:32:24.466Z] === RUN   TestVersion
19:32:24 [2021-03-01T19:32:24.729Z] --- PASS: TestVersion (0.05s)
19:32:24 [2021-03-01T19:32:24.729Z] PASS
19:32:24 [2021-03-01T19:32:24.729Z] 
19:32:24 [2021-03-01T19:32:24.729Z] === Skipped
19:32:24 [2021-03-01T19:32:24.729Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
19:32:24 [2021-03-01T19:32:24.729Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:32:24 [2021-03-01T19:32:24.729Z] 
19:32:24 [2021-03-01T19:32:24.729Z] 
19:32:24 [2021-03-01T19:32:24.729Z] DONE 18 tests, 1 skipped in 22.632s
19:32:24 [2021-03-01T19:32:24.729Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
19:32:24 [2021-03-01T19:32:24.729Z] ++ 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
19:32:24 [2021-03-01T19:32:24.729Z] ++ set -e
19:32:24 [2021-03-01T19:32:24.729Z] ++ '[' -n 0 ']'
19:32:24 [2021-03-01T19:32:24.729Z] ++ set -x
19:32:24 [2021-03-01T19:32:24.730Z] ++ 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
19:32:24 [2021-03-01T19:32:24.730Z] INFO: Testing against a local daemon
19:32:24 [2021-03-01T19:32:24.730Z] === RUN   TestVolumesCreateAndList
19:32:24 [2021-03-01T19:32:24.730Z] --- PASS: TestVolumesCreateAndList (0.04s)
19:32:24 [2021-03-01T19:32:24.730Z] === RUN   TestVolumesRemove
19:32:24 [2021-03-01T19:32:24.993Z] --- PASS: TestVolumesRemove (0.12s)
19:32:24 [2021-03-01T19:32:24.993Z] === RUN   TestVolumesInspect
19:32:24 [2021-03-01T19:32:24.993Z] --- PASS: TestVolumesInspect (0.03s)
19:32:24 [2021-03-01T19:32:24.993Z] === RUN   TestVolumesInvalidJSON
19:32:24 [2021-03-01T19:32:24.993Z] === RUN   TestVolumesInvalidJSON//volumes/create
19:32:24 [2021-03-01T19:32:24.993Z] === PAUSE TestVolumesInvalidJSON//volumes/create
19:32:24 [2021-03-01T19:32:24.993Z] === CONT  TestVolumesInvalidJSON//volumes/create
19:32:24 [2021-03-01T19:32:24.993Z] --- PASS: TestVolumesInvalidJSON (0.03s)
19:32:24 [2021-03-01T19:32:24.993Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
19:32:24 [2021-03-01T19:32:24.993Z] PASS
19:32:24 [2021-03-01T19:32:24.993Z] 
19:32:24 [2021-03-01T19:32:24.993Z] DONE 5 tests in 0.376s
19:32:24 [2021-03-01T19:32:24.993Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
19:32:25 [2021-03-01T19:32:25.569Z] ++++ cat bundles/test-integration/docker.pid
19:32:25 [2021-03-01T19:32:25.569Z] +++ kill 13891
19:32:26 [2021-03-01T19:32:26.170Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
19:32:26 [2021-03-01T19:32:26.431Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
19:32:26 [2021-03-01T19:32:26.692Z] === RUN   TestInspectNetwork/full_network_id
19:32:26 [2021-03-01T19:32:26.692Z] === RUN   TestInspectNetwork/partial_network_id
19:32:26 [2021-03-01T19:32:26.692Z] === RUN   TestInspectNetwork/network_name
19:32:26 [2021-03-01T19:32:26.692Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
19:32:26 [2021-03-01T19:32:26.915Z] ok  	github.com/docker/docker/daemon/cluster	0.060s	coverage: 0.5% of statements
19:32:26 [2021-03-01T19:32:26.953Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
19:32:26 [2021-03-01T19:32:26.967Z] +++ /etc/init.d/apparmor stop
19:32:26 [2021-03-01T19:32:26.967Z] Leaving: AppArmorNo profiles have been unloaded.
19:32:26 [2021-03-01T19:32:26.967Z] 
19:32:26 [2021-03-01T19:32:26.967Z] Unloading profiles will leave already running processes permanently
19:32:26 [2021-03-01T19:32:26.967Z] unconfined, which can lead to unexpected situations.
19:32:26 [2021-03-01T19:32:26.967Z] 
19:32:26 [2021-03-01T19:32:26.967Z] To set a process to complain mode, use the command line tool
19:32:26 [2021-03-01T19:32:26.967Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
19:32:26 [2021-03-01T19:32:26.967Z] +++ true
19:32:26 [2021-03-01T19:32:26.967Z] exiting test-integration
19:32:26 [2021-03-01T19:32:26.967Z] ++ exit 0
19:32:26 [2021-03-01T19:32:26.967Z] 
19:32:28 [2021-03-01T19:32:28.295Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.009s	coverage: 65.3% of statements
19:32:30 [2021-03-01T19:32:30.205Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.009s	coverage: 35.9% of statements
Post stage
[Pipeline] junit
19:32:30 [2021-03-01T19:32:30.298Z] Recording test results
19:32:30 [2021-03-01T19:32:30.809Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
19:32:31 [2021-03-01T19:32:31.160Z] --- PASS: TestInspectNetwork (8.39s)
19:32:31 [2021-03-01T19:32:31.160Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
19:32:31 [2021-03-01T19:32:31.160Z]     --- PASS: TestInspectNetwork/partial_network_id (0.01s)
19:32:31 [2021-03-01T19:32:31.160Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
19:32:31 [2021-03-01T19:32:31.160Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
19:32:31 [2021-03-01T19:32:31.160Z] === RUN   TestRunContainerWithBridgeNone
19:32:31 [2021-03-01T19:32:31.165Z] + echo Ensuring container killed.
19:32:31 [2021-03-01T19:32:31.165Z] Ensuring container killed.
19:32:31 [2021-03-01T19:32:31.165Z] + docker rm -vf docker-pr1
19:32:31 [2021-03-01T19:32:31.165Z] Error: No such container: docker-pr1
[Pipeline] sh
19:32:31 [2021-03-01T19:32:31.461Z] + echo Chowning /workspace to jenkins user
19:32:31 [2021-03-01T19:32:31.461Z] Chowning /workspace to jenkins user
19:32:31 [2021-03-01T19:32:31.461Z] + id -u
19:32:31 [2021-03-01T19:32:31.461Z] + id -g
19:32:31 [2021-03-01T19:32:31.461Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42102:/workspace busybox chown -R 1000:1000 /workspace
19:32:31 [2021-03-01T19:32:31.461Z] Unable to find image 'busybox:latest' locally
19:32:31 [2021-03-01T19:32:31.724Z] latest: Pulling from library/busybox
19:32:31 [2021-03-01T19:32:31.724Z] bfdf7b082edb: Pulling fs layer
19:32:31 [2021-03-01T19:32:31.987Z] bfdf7b082edb: Download complete
19:32:32 [2021-03-01T19:32:32.250Z] bfdf7b082edb: Pull complete
19:32:32 [2021-03-01T19:32:32.250Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f
19:32:32 [2021-03-01T19:32:32.250Z] Status: Downloaded newer image for busybox:latest
19:32:33 [2021-03-01T19:32:33.077Z] --- PASS: TestRunContainerWithBridgeNone (2.09s)
19:32:33 [2021-03-01T19:32:33.077Z] === RUN   TestNetworkInvalidJSON
19:32:33 [2021-03-01T19:32:33.077Z] === RUN   TestNetworkInvalidJSON//networks/create
19:32:33 [2021-03-01T19:32:33.077Z] === PAUSE TestNetworkInvalidJSON//networks/create
19:32:33 [2021-03-01T19:32:33.077Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
19:32:33 [2021-03-01T19:32:33.077Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
19:32:33 [2021-03-01T19:32:33.077Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
19:32:33 [2021-03-01T19:32:33.077Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
19:32:33 [2021-03-01T19:32:33.077Z] === CONT  TestNetworkInvalidJSON//networks/create
19:32:33 [2021-03-01T19:32:33.077Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
19:32:33 [2021-03-01T19:32:33.077Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
19:32:33 [2021-03-01T19:32:33.077Z] --- PASS: TestNetworkInvalidJSON (0.02s)
19:32:33 [2021-03-01T19:32:33.077Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
19:32:33 [2021-03-01T19:32:33.077Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
19:32:33 [2021-03-01T19:32:33.077Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
19:32:33 [2021-03-01T19:32:33.077Z] === RUN   TestNetworkList
19:32:33 [2021-03-01T19:32:33.077Z] === RUN   TestNetworkList//networks
19:32:33 [2021-03-01T19:32:33.077Z] === PAUSE TestNetworkList//networks
19:32:33 [2021-03-01T19:32:33.077Z] === RUN   TestNetworkList//networks/
19:32:33 [2021-03-01T19:32:33.077Z] === PAUSE TestNetworkList//networks/
19:32:33 [2021-03-01T19:32:33.077Z] === CONT  TestNetworkList//networks
19:32:33 [2021-03-01T19:32:33.077Z] === CONT  TestNetworkList//networks/
19:32:33 [2021-03-01T19:32:33.077Z] --- PASS: TestNetworkList (0.02s)
19:32:33 [2021-03-01T19:32:33.077Z]     --- PASS: TestNetworkList//networks/ (0.00s)
19:32:33 [2021-03-01T19:32:33.077Z]     --- PASS: TestNetworkList//networks (0.01s)
19:32:33 [2021-03-01T19:32:33.077Z] === RUN   TestHostIPv4BridgeLabel
19:32:33 [2021-03-01T19:32:33.651Z] --- PASS: TestHostIPv4BridgeLabel (0.59s)
19:32:33 [2021-03-01T19:32:33.651Z] === RUN   TestDaemonRestartWithLiveRestore
19:32:34 [2021-03-01T19:32:34.602Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
19:32:34 [2021-03-01T19:32:34.864Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s)
19:32:34 [2021-03-01T19:32:34.864Z] === RUN   TestDaemonDefaultNetworkPools
19:32:35 [2021-03-01T19:32:35.807Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s)
19:32:35 [2021-03-01T19:32:35.807Z] === RUN   TestDaemonRestartWithExistingNetwork
19:32:36 [2021-03-01T19:32:36.751Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s)
19:32:36 [2021-03-01T19:32:36.751Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
19:32:37 [2021-03-01T19:32:37.324Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
19:32:37 [2021-03-01T19:32:37.869Z] + bundleName=arm64-integration
19:32:37 [2021-03-01T19:32:37.869Z] + echo Creating arm64-integration-bundles.tar.gz
19:32:37 [2021-03-01T19:32:37.869Z] Creating arm64-integration-bundles.tar.gz
19:32:37 [2021-03-01T19:32:37.869Z] + xargs tar -czf arm64-integration-bundles.tar.gz
19:32:37 [2021-03-01T19:32:37.869Z] + 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
19:32:38 [2021-03-01T19:32:38.148Z] Archiving artifacts
19:32:38 [2021-03-01T19:32:38.270Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.40s)
19:32:38 [2021-03-01T19:32:38.270Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
19:32:38 [2021-03-01T19:32:38.533Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
19:32:38 [2021-03-01T19:32:38.795Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s)
19:32:38 [2021-03-01T19:32:38.795Z] === RUN   TestServiceWithPredefinedNetwork
19:32:38 [2021-03-01T19:32:38.795Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
19:32:40 [2021-03-01T19:32:40.182Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.437s	coverage: 14.1% of statements
19:32:40 [2021-03-01T19:32:40.182Z] ok  	github.com/docker/docker/daemon	12.191s	coverage: 17.2% of statements
19:32:40 [2021-03-01T19:32:40.182Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
19:32:40 [2021-03-01T19:32:40.182Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
19:32:40 [2021-03-01T19:32:40.588Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42102/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
19:32:40 [2021-03-01T19:32:40.749Z] ok  	github.com/docker/docker/daemon/config	0.092s	coverage: 81.8% of statements
19:32:40 [2021-03-01T19:32:40.936Z] + make clean
19:32:41 [2021-03-01T19:32:41.320Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
19:32:41 [2021-03-01T19:32:41.344Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
19:32:41 [2021-03-01T19:32:41.344Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
19:32:41 [2021-03-01T19:32:41.893Z] docker volume rm -f docker-dev-cache
19:32:41 [2021-03-01T19:32:41.893Z] docker-dev-cache
[Pipeline] deleteDir
19:32:42 [2021-03-01T19:32:42.257Z] ok  	github.com/docker/docker/daemon/events	0.064s	coverage: 50.0% of statements
19:32:42 [2021-03-01T19:32:42.257Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
19:32:42 [2021-03-01T19:32:42.257Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
19:32:42 [2021-03-01T19:32:42.732Z] --- PASS: TestServiceWithPredefinedNetwork (3.69s)
19:32:42 [2021-03-01T19:32:42.732Z] === RUN   TestServiceRemoveKeepsIngressNetwork
19:32:42 [2021-03-01T19:32:42.732Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
19:32:42 [2021-03-01T19:32:42.732Z]     service_test.go:242: FLAKY_TEST
19:32:42 [2021-03-01T19:32:42.732Z] === RUN   TestServiceWithDataPathPortInit
19:32:42 [2021-03-01T19:32:42.824Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
19:32:45 [2021-03-01T19:32:45.358Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.470s	coverage: 73.3% of statements
19:32:45 [2021-03-01T19:32:45.617Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.023s	coverage: 2.9% of statements
19:32:46 [2021-03-01T19:32:46.036Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
19:32:46 [2021-03-01T19:32:46.036Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
19:32:46 [2021-03-01T19:32:46.995Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.360s	coverage: 56.2% of statements
19:32:47 [2021-03-01T19:32:47.421Z] === RUN   TestDockerSuite/TestBuildMultipleTags
19:32:47 [2021-03-01T19:32:47.682Z] === RUN   TestDockerSuite/TestBuildNetContainer
19:32:49 [2021-03-01T19:32:49.068Z] === RUN   TestDockerSuite/TestBuildNetNone
19:32:49 [2021-03-01T19:32:49.329Z] === RUN   TestDockerSuite/TestBuildNoContext
19:32:49 [2021-03-01T19:32:49.528Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.008s	coverage: 1.9% of statements
19:32:50 [2021-03-01T19:32:50.271Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:32:50 [2021-03-01T19:32:50.845Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
19:32:50 [2021-03-01T19:32:50.906Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.280s	coverage: 49.4% of statements
19:32:50 [2021-03-01T19:32:50.906Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.570s	coverage: 46.2% of statements
19:32:50 [2021-03-01T19:32:50.906Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
19:32:52 [2021-03-01T19:32:52.232Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
19:32:52 [2021-03-01T19:32:52.806Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
19:32:52 [2021-03-01T19:32:52.807Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.016s	coverage: 57.5% of statements
19:32:53 [2021-03-01T19:32:53.067Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
19:32:53 [2021-03-01T19:32:53.640Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
19:32:53 [2021-03-01T19:32:53.742Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.757s	coverage: 57.7% of statements
19:32:53 [2021-03-01T19:32:53.742Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
19:32:53 [2021-03-01T19:32:53.742Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
19:32:54 [2021-03-01T19:32:54.231Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
19:32:54 [2021-03-01T19:32:54.311Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.028s	coverage: 3.0% of statements
19:32:55 [2021-03-01T19:32:55.174Z] === RUN   TestDockerSuite/TestBuildOnBuild
19:32:55 [2021-03-01T19:32:55.248Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
19:32:56 [2021-03-01T19:32:56.560Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
19:32:56 [2021-03-01T19:32:56.821Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
19:32:57 [2021-03-01T19:32:57.151Z] ok  	github.com/docker/docker/daemon/images	0.027s	coverage: 6.7% of statements
19:32:57 [2021-03-01T19:32:57.151Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
19:32:57 [2021-03-01T19:32:57.151Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
19:32:57 [2021-03-01T19:32:57.410Z] ok  	github.com/docker/docker/daemon/logger	0.225s	coverage: 43.2% of statements
19:32:58 [2021-03-01T19:32:58.736Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
19:32:59 [2021-03-01T19:32:59.307Z] --- PASS: TestServiceWithDataPathPortInit (16.72s)
19:32:59 [2021-03-01T19:32:59.308Z] === RUN   TestServiceWithDefaultAddressPoolInit
19:32:59 [2021-03-01T19:32:59.313Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.008s	coverage: 67.0% of statements
19:32:59 [2021-03-01T19:32:59.313Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.161s	coverage: 77.8% of statements
19:32:59 [2021-03-01T19:32:59.313Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
19:32:59 [2021-03-01T19:32:59.313Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
19:32:59 [2021-03-01T19:32:59.879Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
19:33:00 [2021-03-01T19:33:00.248Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
19:33:00 [2021-03-01T19:33:00.507Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 61.6% of statements
19:33:01 [2021-03-01T19:33:01.109Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
19:33:01 [2021-03-01T19:33:01.795Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
19:33:02 [2021-03-01T19:33:02.069Z] ok  	github.com/docker/docker/daemon/logger/local	0.036s	coverage: 75.2% of statements
19:33:02 [2021-03-01T19:33:02.069Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
19:33:03 [2021-03-01T19:33:03.030Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.043s	coverage: 59.3% of statements
19:33:03 [2021-03-01T19:33:03.185Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
19:33:03 [2021-03-01T19:33:03.608Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.009s	coverage: 31.5% of statements
19:33:03 [2021-03-01T19:33:03.762Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
19:33:04 [2021-03-01T19:33:04.023Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
19:33:04 [2021-03-01T19:33:04.984Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
19:33:05 [2021-03-01T19:33:05.552Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
19:33:06 [2021-03-01T19:33:06.120Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
19:33:06 [2021-03-01T19:33:06.380Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.602s	coverage: 82.5% of statements
19:33:06 [2021-03-01T19:33:06.380Z] ?   	github.com/docker/docker/daemon/names	[no test files]
19:33:06 [2021-03-01T19:33:06.380Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
19:33:07 [2021-03-01T19:33:07.324Z] === RUN   TestDockerSuite/TestBuildPATH
19:33:07 [2021-03-01T19:33:07.585Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.40s)
19:33:07 [2021-03-01T19:33:07.585Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:oqyahfdeyfoubomt8k8p57elx Created:2021-03-01 19:33:00.876792259 +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[ab7a2d615c07b03640895ff99515d5a9c51bb1a9aed58f13ba84013e320cb042:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8zl9snwk5qejb2msoqrqgd10r EndpointID:827a3e4c4521a834bbc78652c28f4d34a56941356ab0a3582a914d749a4c1ba3 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d944d625fb1b2c4222961c3cf294a0c5db0b3f887a33b488cbf92676dd5a9c79 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:b80182b04327 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8zl9snwk5qejb2msoqrqgd10r EndpointID:827a3e4c4521a834bbc78652c28f4d34a56941356ab0a3582a914d749a4c1ba3 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
19:33:07 [2021-03-01T19:33:07.585Z] PASS
19:33:07 [2021-03-01T19:33:07.585Z] 
19:33:07 [2021-03-01T19:33:07.585Z] === Skipped
19:33:07 [2021-03-01T19:33:07.585Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
19:33:07 [2021-03-01T19:33:07.585Z]     service_test.go:242: FLAKY_TEST
19:33:07 [2021-03-01T19:33:07.585Z] 
19:33:07 [2021-03-01T19:33:07.585Z] 
19:33:07 [2021-03-01T19:33:07.585Z] DONE 26 tests, 1 skipped in 52.355s
19:33:07 [2021-03-01T19:33:07.585Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
19:33:07 [2021-03-01T19:33:07.585Z] ++ 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
19:33:07 [2021-03-01T19:33:07.585Z] ++ set -e
19:33:07 [2021-03-01T19:33:07.585Z] ++ '[' -n 0 ']'
19:33:07 [2021-03-01T19:33:07.585Z] ++ set -x
19:33:07 [2021-03-01T19:33:07.586Z] ++ 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
19:33:07 [2021-03-01T19:33:07.847Z] INFO: Testing against a local daemon
19:33:07 [2021-03-01T19:33:07.847Z] === RUN   TestDockerNetworkIpvlanPersistance
19:33:07 [2021-03-01T19:33:07.847Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
19:33:07 [2021-03-01T19:33:07.847Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:33:07 [2021-03-01T19:33:07.847Z] === RUN   TestDockerNetworkIpvlan
19:33:07 [2021-03-01T19:33:07.847Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
19:33:07 [2021-03-01T19:33:07.847Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:33:07 [2021-03-01T19:33:07.847Z] PASS
19:33:07 [2021-03-01T19:33:07.847Z] 
19:33:07 [2021-03-01T19:33:07.847Z] === Skipped
19:33:07 [2021-03-01T19:33:07.847Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
19:33:07 [2021-03-01T19:33:07.847Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:33:07 [2021-03-01T19:33:07.847Z] 
19:33:07 [2021-03-01T19:33:07.847Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
19:33:07 [2021-03-01T19:33:07.847Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:33:07 [2021-03-01T19:33:07.847Z] 
19:33:07 [2021-03-01T19:33:07.847Z] 
19:33:07 [2021-03-01T19:33:07.847Z] DONE 2 tests, 2 skipped in 0.159s
19:33:07 [2021-03-01T19:33:07.847Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
19:33:07 [2021-03-01T19:33:07.847Z] ++ 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
19:33:07 [2021-03-01T19:33:07.847Z] ++ set -e
19:33:07 [2021-03-01T19:33:07.847Z] ++ '[' -n 0 ']'
19:33:07 [2021-03-01T19:33:07.847Z] ++ set -x
19:33:07 [2021-03-01T19:33:07.847Z] ++ 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
19:33:08 [2021-03-01T19:33:08.108Z] INFO: Testing against a local daemon
19:33:08 [2021-03-01T19:33:08.108Z] === RUN   TestDockerNetworkMacvlanPersistance
19:33:08 [2021-03-01T19:33:08.285Z] ok  	github.com/docker/docker/distribution/metadata	0.039s	coverage: 48.2% of statements
19:33:08 [2021-03-01T19:33:08.852Z] ok  	github.com/docker/docker/distribution	0.166s	coverage: 25.0% of statements
19:33:08 [2021-03-01T19:33:08.852Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
19:33:09 [2021-03-01T19:33:09.051Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
19:33:09 [2021-03-01T19:33:09.313Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s)
19:33:09 [2021-03-01T19:33:09.313Z] === RUN   TestDockerNetworkMacvlan
19:33:09 [2021-03-01T19:33:09.574Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
19:33:09 [2021-03-01T19:33:09.574Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
19:33:10 [2021-03-01T19:33:10.229Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 53.1% of statements
19:33:10 [2021-03-01T19:33:10.518Z] === RUN   TestDockerNetworkMacvlan/Subinterface
19:33:10 [2021-03-01T19:33:10.518Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
19:33:11 [2021-03-01T19:33:11.165Z] ok  	github.com/docker/docker/image	0.018s	coverage: 86.6% of statements
19:33:11 [2021-03-01T19:33:11.463Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
19:33:11 [2021-03-01T19:33:11.733Z] ok  	github.com/docker/docker/distribution/xfer	1.875s	coverage: 85.1% of statements
19:33:11 [2021-03-01T19:33:11.733Z] ?   	github.com/docker/docker/dockerversion	[no test files]
19:33:11 [2021-03-01T19:33:11.733Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
19:33:12 [2021-03-01T19:33:12.862Z] === RUN   TestDockerNetworkMacvlan/NilParent
19:33:13 [2021-03-01T19:33:13.110Z] ok  	github.com/docker/docker/image/v1	0.011s	coverage: 25.0% of statements
19:33:13 [2021-03-01T19:33:13.110Z] ok  	github.com/docker/docker/image/tarexport	0.011s	coverage: 0.6% of statements
19:33:13 [2021-03-01T19:33:13.110Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
19:33:13 [2021-03-01T19:33:13.678Z] ok  	github.com/docker/docker/libcontainerd/queue	0.029s	coverage: 100.0% of statements
19:33:15 [2021-03-01T19:33:15.414Z] === RUN   TestDockerNetworkMacvlan/InternalMode
19:33:15 [2021-03-01T19:33:15.582Z] ok  	github.com/docker/docker/oci	0.014s	coverage: 45.2% of statements
19:33:16 [2021-03-01T19:33:16.150Z] ok  	github.com/docker/docker/opts	0.022s	coverage: 67.1% of statements
19:33:16 [2021-03-01T19:33:16.150Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
19:33:17 [2021-03-01T19:33:17.962Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
19:33:18 [2021-03-01T19:33:18.051Z] ok  	github.com/docker/docker/pkg/archive	0.295s	coverage: 76.9% of statements
19:33:18 [2021-03-01T19:33:18.269Z] --- PASS: TestImportExtremelyLargeImageWorks (192.82s)
19:33:18 [2021-03-01T19:33:18.269Z] PASS
19:33:18 [2021-03-01T19:33:18.269Z] 
19:33:18 [2021-03-01T19:33:18.269Z] === Skipped
19:33:18 [2021-03-01T19:33:18.269Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s)
19:33:18 [2021-03-01T19:33:18.269Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:33:18 [2021-03-01T19:33:18.269Z] 
19:33:18 [2021-03-01T19:33:18.269Z] 
19:33:18 [2021-03-01T19:33:18.269Z] DONE 12 tests, 1 skipped in 193.892s
19:33:18 [2021-03-01T19:33:18.269Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m 
19:33:18 [2021-03-01T19:33:18.269Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m
19:33:18 [2021-03-01T19:33:18.269Z] ++ set -e
19:33:18 [2021-03-01T19:33:18.269Z] ++ '[' -n 0 ']'
19:33:18 [2021-03-01T19:33:18.269Z] ++ set -x
19:33:18 [2021-03-01T19:33:18.269Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m
19:33:18 [2021-03-01T19:33:18.269Z] INFO: Testing against a local daemon
19:33:18 [2021-03-01T19:33:18.269Z] === RUN   TestNetworkCreateDelete
19:33:18 [2021-03-01T19:33:18.269Z] --- PASS: TestNetworkCreateDelete (0.18s)
19:33:18 [2021-03-01T19:33:18.269Z] === RUN   TestDockerNetworkDeletePreferID
19:33:18 [2021-03-01T19:33:18.269Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s)
19:33:18 [2021-03-01T19:33:18.269Z] === RUN   TestDaemonDNSFallback
19:33:18 [2021-03-01T19:33:18.269Z] --- PASS: TestDaemonDNSFallback (1.54s)
19:33:18 [2021-03-01T19:33:18.269Z] === RUN   TestInspectNetwork
19:33:18 [2021-03-01T19:33:18.269Z] === RUN   TestInspectNetwork/full_network_id
19:33:18 [2021-03-01T19:33:18.269Z] === RUN   TestInspectNetwork/partial_network_id
19:33:18 [2021-03-01T19:33:18.269Z] === RUN   TestInspectNetwork/network_name
19:33:18 [2021-03-01T19:33:18.269Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
19:33:18 [2021-03-01T19:33:18.269Z] --- PASS: TestInspectNetwork (7.03s)
19:33:18 [2021-03-01T19:33:18.269Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
19:33:18 [2021-03-01T19:33:18.269Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
19:33:18 [2021-03-01T19:33:18.269Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
19:33:18 [2021-03-01T19:33:18.269Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
19:33:18 [2021-03-01T19:33:18.269Z] === RUN   TestRunContainerWithBridgeNone
19:33:18 [2021-03-01T19:33:18.986Z] ok  	github.com/docker/docker/pkg/authorization	0.163s	coverage: 68.3% of statements
19:33:18 [2021-03-01T19:33:18.987Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
19:33:19 [2021-03-01T19:33:19.245Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
19:33:19 [2021-03-01T19:33:19.793Z] --- PASS: TestRunContainerWithBridgeNone (1.84s)
19:33:19 [2021-03-01T19:33:19.793Z] === RUN   TestNetworkInvalidJSON
19:33:19 [2021-03-01T19:33:19.793Z] === RUN   TestNetworkInvalidJSON//networks/create
19:33:19 [2021-03-01T19:33:19.793Z] === PAUSE TestNetworkInvalidJSON//networks/create
19:33:19 [2021-03-01T19:33:19.793Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
19:33:19 [2021-03-01T19:33:19.793Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
19:33:19 [2021-03-01T19:33:19.793Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
19:33:19 [2021-03-01T19:33:19.793Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
19:33:19 [2021-03-01T19:33:19.793Z] === CONT  TestNetworkInvalidJSON//networks/create
19:33:19 [2021-03-01T19:33:19.793Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
19:33:19 [2021-03-01T19:33:19.793Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
19:33:19 [2021-03-01T19:33:19.793Z] --- PASS: TestNetworkInvalidJSON (0.02s)
19:33:19 [2021-03-01T19:33:19.793Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
19:33:19 [2021-03-01T19:33:19.793Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
19:33:19 [2021-03-01T19:33:19.793Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
19:33:19 [2021-03-01T19:33:19.793Z] === RUN   TestNetworkList
19:33:19 [2021-03-01T19:33:19.793Z] === RUN   TestNetworkList//networks
19:33:19 [2021-03-01T19:33:19.793Z] === PAUSE TestNetworkList//networks
19:33:19 [2021-03-01T19:33:19.793Z] === RUN   TestNetworkList//networks/
19:33:19 [2021-03-01T19:33:19.793Z] === PAUSE TestNetworkList//networks/
19:33:19 [2021-03-01T19:33:19.793Z] === CONT  TestNetworkList//networks
19:33:19 [2021-03-01T19:33:19.793Z] === CONT  TestNetworkList//networks/
19:33:19 [2021-03-01T19:33:19.793Z] --- PASS: TestNetworkList (0.02s)
19:33:19 [2021-03-01T19:33:19.793Z]     --- PASS: TestNetworkList//networks/ (0.00s)
19:33:19 [2021-03-01T19:33:19.793Z]     --- PASS: TestNetworkList//networks (0.00s)
19:33:19 [2021-03-01T19:33:19.793Z] === RUN   TestHostIPv4BridgeLabel
19:33:19 [2021-03-01T19:33:19.880Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
19:33:20 [2021-03-01T19:33:20.430Z] --- PASS: TestHostIPv4BridgeLabel (0.58s)
19:33:20 [2021-03-01T19:33:20.430Z] === RUN   TestDaemonRestartWithLiveRestore
19:33:21 [2021-03-01T19:33:21.479Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
19:33:21 [2021-03-01T19:33:21.479Z] === RUN   TestDaemonDefaultNetworkPools
19:33:22 [2021-03-01T19:33:22.118Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s)
19:33:22 [2021-03-01T19:33:22.118Z] === RUN   TestDaemonRestartWithExistingNetwork
19:33:22 [2021-03-01T19:33:22.426Z] === RUN   TestDockerNetworkMacvlan/Addressing
19:33:22 [2021-03-01T19:33:22.528Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.503s	coverage: 43.2% of statements
19:33:22 [2021-03-01T19:33:22.528Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
19:33:22 [2021-03-01T19:33:22.998Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
19:33:23 [2021-03-01T19:33:23.097Z] ok  	github.com/docker/docker/pkg/discovery	0.008s	coverage: 58.3% of statements
19:33:23 [2021-03-01T19:33:23.097Z] ok  	github.com/docker/docker/layer	7.534s	coverage: 68.8% of statements
19:33:23 [2021-03-01T19:33:23.097Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
19:33:23 [2021-03-01T19:33:23.097Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
19:33:23 [2021-03-01T19:33:23.097Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
19:33:23 [2021-03-01T19:33:23.097Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
19:33:23 [2021-03-01T19:33:23.097Z] ?   	github.com/docker/docker/oci/caps	[no test files]
19:33:23 [2021-03-01T19:33:23.097Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
19:33:23 [2021-03-01T19:33:23.097Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
19:33:23 [2021-03-01T19:33:23.569Z] --- PASS: TestDockerNetworkMacvlan (14.22s)
19:33:23 [2021-03-01T19:33:23.569Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s)
19:33:23 [2021-03-01T19:33:23.569Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s)
19:33:23 [2021-03-01T19:33:23.569Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.75s)
19:33:23 [2021-03-01T19:33:23.569Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.32s)
19:33:23 [2021-03-01T19:33:23.569Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.30s)
19:33:23 [2021-03-01T19:33:23.569Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.91s)
19:33:23 [2021-03-01T19:33:23.569Z] PASS
19:33:23 [2021-03-01T19:33:23.569Z] 
19:33:23 [2021-03-01T19:33:23.569Z] DONE 8 tests in 15.796s
19:33:23 [2021-03-01T19:33:23.569Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
19:33:23 [2021-03-01T19:33:23.569Z] ++ 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
19:33:23 [2021-03-01T19:33:23.569Z] ++ set -e
19:33:23 [2021-03-01T19:33:23.569Z] ++ '[' -n 0 ']'
19:33:23 [2021-03-01T19:33:23.569Z] ++ set -x
19:33:23 [2021-03-01T19:33:23.570Z] ++ 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
19:33:23 [2021-03-01T19:33:23.570Z] testing: warning: no tests to run
19:33:23 [2021-03-01T19:33:23.570Z] PASS
19:33:23 [2021-03-01T19:33:23.570Z] 
19:33:23 [2021-03-01T19:33:23.570Z] DONE 0 tests in 0.026s
19:33:23 [2021-03-01T19:33:23.570Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
19:33:23 [2021-03-01T19:33:23.570Z] ++ 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
19:33:23 [2021-03-01T19:33:23.570Z] ++ set -e
19:33:23 [2021-03-01T19:33:23.570Z] ++ '[' -n 0 ']'
19:33:23 [2021-03-01T19:33:23.570Z] ++ set -x
19:33:23 [2021-03-01T19:33:23.570Z] ++ 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
19:33:23 [2021-03-01T19:33:23.631Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
19:33:23 [2021-03-01T19:33:23.631Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
19:33:23 [2021-03-01T19:33:23.665Z] ok  	github.com/docker/docker/pkg/discovery/file	0.003s	coverage: 92.9% of statements
19:33:23 [2021-03-01T19:33:23.832Z] INFO: Testing against a local daemon
19:33:23 [2021-03-01T19:33:23.832Z] === RUN   TestAuthZPluginAllowRequest
19:33:24 [2021-03-01T19:33:24.233Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.005s	coverage: 92.3% of statements
19:33:24 [2021-03-01T19:33:24.689Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s)
19:33:24 [2021-03-01T19:33:24.689Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
19:33:24 [2021-03-01T19:33:24.775Z] === RUN   TestDockerSuite/TestBuildRm
19:33:25 [2021-03-01T19:33:25.168Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.013s	coverage: 93.8% of statements
19:33:25 [2021-03-01T19:33:25.324Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
19:33:25 [2021-03-01T19:33:25.324Z] === RUN   TestServiceWithPredefinedNetwork
19:33:25 [2021-03-01T19:33:25.350Z] --- PASS: TestAuthZPluginAllowRequest (1.50s)
19:33:25 [2021-03-01T19:33:25.350Z] === RUN   TestAuthZPluginTLS
19:33:25 [2021-03-01T19:33:25.426Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
19:33:25 [2021-03-01T19:33:25.924Z] --- PASS: TestAuthZPluginTLS (0.55s)
19:33:25 [2021-03-01T19:33:25.925Z] === RUN   TestAuthZPluginDenyRequest
19:33:26 [2021-03-01T19:33:26.496Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
19:33:26 [2021-03-01T19:33:26.496Z] === RUN   TestAuthZPluginAPIDenyResponse
19:33:26 [2021-03-01T19:33:26.802Z] ok  	github.com/docker/docker/pkg/filenotify	0.604s	coverage: 67.0% of statements
19:33:27 [2021-03-01T19:33:27.067Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s)
19:33:27 [2021-03-01T19:33:27.067Z] === RUN   TestAuthZPluginDenyResponse
19:33:27 [2021-03-01T19:33:27.328Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
19:33:27 [2021-03-01T19:33:27.370Z] ok  	github.com/docker/docker/pkg/fileutils	0.012s	coverage: 89.5% of statements
19:33:27 [2021-03-01T19:33:27.406Z] --- PASS: TestServiceWithPredefinedNetwork (2.09s)
19:33:27 [2021-03-01T19:33:27.406Z] === RUN   TestServiceRemoveKeepsIngressNetwork
19:33:27 [2021-03-01T19:33:27.406Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
19:33:27 [2021-03-01T19:33:27.406Z]     service_test.go:242: FLAKY_TEST
19:33:27 [2021-03-01T19:33:27.406Z] === RUN   TestServiceWithDataPathPortInit
19:33:27 [2021-03-01T19:33:27.589Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
19:33:27 [2021-03-01T19:33:27.589Z] === RUN   TestAuthZPluginAllowEventStream
19:33:27 [2021-03-01T19:33:27.629Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.087s	coverage: 84.1% of statements
19:33:27 [2021-03-01T19:33:27.887Z] ok  	github.com/docker/docker/pkg/fsutils	0.189s	coverage: 85.1% of statements
19:33:27 [2021-03-01T19:33:27.887Z] ok  	github.com/docker/docker/pkg/homedir	0.004s	coverage: 11.4% of statements
19:33:28 [2021-03-01T19:33:28.161Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
19:33:29 [2021-03-01T19:33:29.106Z] --- PASS: TestAuthZPluginAllowEventStream (1.46s)
19:33:29 [2021-03-01T19:33:29.106Z] === RUN   TestAuthZPluginErrorResponse
19:33:29 [2021-03-01T19:33:29.267Z] ok  	github.com/docker/docker/pkg/idtools	0.497s	coverage: 69.5% of statements
19:33:29 [2021-03-01T19:33:29.267Z] ok  	github.com/docker/docker/pkg/ioutils	0.425s	coverage: 69.3% of statements
19:33:29 [2021-03-01T19:33:29.368Z] === RUN   TestDockerSuite/TestBuildScratchCopy
19:33:29 [2021-03-01T19:33:29.630Z] --- PASS: TestAuthZPluginErrorResponse (0.58s)
19:33:29 [2021-03-01T19:33:29.630Z] === RUN   TestAuthZPluginErrorRequest
19:33:29 [2021-03-01T19:33:29.836Z] ok  	github.com/docker/docker/pkg/longpath	0.006s	coverage: 100.0% of statements
19:33:29 [2021-03-01T19:33:29.836Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 91.7% of statements
19:33:29 [2021-03-01T19:33:29.836Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
19:33:29 [2021-03-01T19:33:29.836Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
19:33:29 [2021-03-01T19:33:29.836Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
19:33:29 [2021-03-01T19:33:29.892Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
19:33:30 [2021-03-01T19:33:30.154Z] --- PASS: TestAuthZPluginErrorRequest (0.55s)
19:33:30 [2021-03-01T19:33:30.154Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
19:33:30 [2021-03-01T19:33:30.154Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
19:33:30 [2021-03-01T19:33:30.404Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
19:33:30 [2021-03-01T19:33:30.405Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
19:33:30 [2021-03-01T19:33:30.405Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
19:33:30 [2021-03-01T19:33:30.664Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
19:33:30 [2021-03-01T19:33:30.728Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
19:33:30 [2021-03-01T19:33:30.728Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
19:33:30 [2021-03-01T19:33:30.925Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 86.7% of statements
19:33:31 [2021-03-01T19:33:31.185Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
19:33:31 [2021-03-01T19:33:31.185Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
19:33:31 [2021-03-01T19:33:31.185Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
19:33:31 [2021-03-01T19:33:31.303Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
19:33:32 [2021-03-01T19:33:32.125Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.013s	coverage: 56.8% of statements
19:33:32 [2021-03-01T19:33:32.250Z] === RUN   TestDockerSuite/TestBuildShellInherited
19:33:32 [2021-03-01T19:33:32.511Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.92s)
19:33:32 [2021-03-01T19:33:32.511Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
19:33:32 [2021-03-01T19:33:32.695Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
19:33:32 [2021-03-01T19:33:32.954Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
19:33:33 [2021-03-01T19:33:33.215Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
19:33:33 [2021-03-01T19:33:33.457Z] === RUN   TestDockerSuite/TestBuildShellMultiple
19:33:34 [2021-03-01T19:33:34.407Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.87s)
19:33:34 [2021-03-01T19:33:34.407Z] === RUN   TestAuthZPluginHeader
19:33:34 [2021-03-01T19:33:34.593Z] ok  	github.com/docker/docker/pkg/pubsub	1.027s	coverage: 75.0% of statements
19:33:34 [2021-03-01T19:33:34.852Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
19:33:34 [2021-03-01T19:33:34.981Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
19:33:35 [2021-03-01T19:33:35.556Z] --- PASS: TestAuthZPluginHeader (0.96s)
19:33:35 [2021-03-01T19:33:35.556Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
19:33:36 [2021-03-01T19:33:36.947Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
19:33:36 [2021-03-01T19:33:36.947Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
19:33:37 [2021-03-01T19:33:37.521Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
19:33:37 [2021-03-01T19:33:37.521Z] === RUN   TestDockerSuite/TestBuildSpaces
19:33:38 [2021-03-01T19:33:38.095Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
19:33:38 [2021-03-01T19:33:38.140Z] ok  	github.com/docker/docker/pkg/signal	2.408s	coverage: 61.0% of statements
19:33:38 [2021-03-01T19:33:38.140Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
19:33:38 [2021-03-01T19:33:38.400Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
19:33:38 [2021-03-01T19:33:38.660Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
19:33:39 [2021-03-01T19:33:39.039Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
19:33:39 [2021-03-01T19:33:39.039Z] === RUN   TestDockerSuite/TestBuildStderr
19:33:39 [2021-03-01T19:33:39.230Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.9% of statements
19:33:39 [2021-03-01T19:33:39.799Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
19:33:39 [2021-03-01T19:33:39.985Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.46s)
19:33:39 [2021-03-01T19:33:39.985Z] === RUN   TestAuthZPluginV2Disable
19:33:39 [2021-03-01T19:33:39.985Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
19:33:40 [2021-03-01T19:33:40.367Z] ok  	github.com/docker/docker/pkg/tailfile	0.058s	coverage: 88.6% of statements
19:33:40 [2021-03-01T19:33:40.936Z] ok  	github.com/docker/docker/pkg/tarsum	0.041s	coverage: 89.3% of statements
19:33:40 [2021-03-01T19:33:40.936Z] testing: warning: no tests to run
19:33:40 [2021-03-01T19:33:40.936Z] coverage: [no statements]
19:33:40 [2021-03-01T19:33:40.936Z] ok  	github.com/docker/docker/pkg/term/windows	0.002s	coverage: [no statements] [no tests to run]
19:33:41 [2021-03-01T19:33:41.504Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
19:33:41 [2021-03-01T19:33:41.504Z] ok  	github.com/docker/docker/pkg/urlutil	0.011s	coverage: 100.0% of statements
19:33:41 [2021-03-01T19:33:41.764Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
19:33:42 [2021-03-01T19:33:42.796Z] --- PASS: TestServiceWithDataPathPortInit (13.46s)
19:33:42 [2021-03-01T19:33:42.796Z] === RUN   TestServiceWithDefaultAddressPoolInit
19:33:43 [2021-03-01T19:33:43.294Z] === RUN   TestDockerSuite/TestBuildStopSignal
19:33:43 [2021-03-01T19:33:43.294Z] --- PASS: TestAuthZPluginV2Disable (3.36s)
19:33:43 [2021-03-01T19:33:43.294Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
19:33:43 [2021-03-01T19:33:43.671Z] ok  	github.com/docker/docker/plugin	0.515s	coverage: 23.2% of statements
19:33:43 [2021-03-01T19:33:43.867Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
19:33:44 [2021-03-01T19:33:44.440Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
19:33:44 [2021-03-01T19:33:44.609Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.5% of statements
19:33:44 [2021-03-01T19:33:44.867Z] ok  	github.com/docker/docker/profiles/seccomp	0.006s	coverage: 85.4% of statements
19:33:45 [2021-03-01T19:33:45.014Z] === RUN   TestDockerSuite/TestBuildTagEvent
19:33:45 [2021-03-01T19:33:45.588Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
19:33:46 [2021-03-01T19:33:46.245Z] ok  	github.com/docker/docker/quota	0.257s	coverage: 71.4% of statements
19:33:46 [2021-03-01T19:33:46.812Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
19:33:46 [2021-03-01T19:33:46.974Z] === RUN   TestDockerSuite/TestBuildUser
19:33:47 [2021-03-01T19:33:47.236Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (4.12s)
19:33:47 [2021-03-01T19:33:47.236Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
19:33:48 [2021-03-01T19:33:48.180Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
19:33:48 [2021-03-01T19:33:48.190Z] ok  	github.com/docker/docker/registry	0.060s	coverage: 57.2% of statements
19:33:48 [2021-03-01T19:33:48.402Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.77s)
19:33:48 [2021-03-01T19:33:48.402Z]     service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:shmprfda44bh2rdwirqr6lfcf Created:2021-03-01 19:33:41.71876744 +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[1fc0a0c9708e50ee3d7c0d3f86ac3020e31516f8348985c39e9cf90b9bb9f04f:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ni2lcvv4f8rj1cj2xoelic0pq EndpointID:192c9082ef1cb30adac3e56794ecbf5a64cec20df5aca2e264cf0a95c0827a7c MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d4772789566c816831827a80dc2c4f7900c08266839d55421d3f93a2517a7d7c 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:64a02474a62d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ni2lcvv4f8rj1cj2xoelic0pq EndpointID:192c9082ef1cb30adac3e56794ecbf5a64cec20df5aca2e264cf0a95c0827a7c EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
19:33:48 [2021-03-01T19:33:48.402Z] PASS
19:33:48 [2021-03-01T19:33:48.402Z] 
19:33:48 [2021-03-01T19:33:48.402Z] === Skipped
19:33:48 [2021-03-01T19:33:48.402Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
19:33:48 [2021-03-01T19:33:48.402Z]     service_test.go:242: FLAKY_TEST
19:33:48 [2021-03-01T19:33:48.402Z] 
19:33:48 [2021-03-01T19:33:48.402Z] 
19:33:48 [2021-03-01T19:33:48.402Z] DONE 26 tests, 1 skipped in 38.870s
19:33:48 [2021-03-01T19:33:48.403Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
19:33:48 [2021-03-01T19:33:48.403Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
19:33:48 [2021-03-01T19:33:48.403Z] ++ set -e
19:33:48 [2021-03-01T19:33:48.403Z] ++ '[' -n 0 ']'
19:33:48 [2021-03-01T19:33:48.403Z] ++ set -x
19:33:48 [2021-03-01T19:33:48.403Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
19:33:48 [2021-03-01T19:33:48.403Z] INFO: Testing against a local daemon
19:33:48 [2021-03-01T19:33:48.403Z] === RUN   TestDockerNetworkIpvlanPersistance
19:33:48 [2021-03-01T19:33:48.403Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
19:33:48 [2021-03-01T19:33:48.403Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:33:48 [2021-03-01T19:33:48.403Z] === RUN   TestDockerNetworkIpvlan
19:33:48 [2021-03-01T19:33:48.403Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
19:33:48 [2021-03-01T19:33:48.403Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:33:48 [2021-03-01T19:33:48.403Z] PASS
19:33:48 [2021-03-01T19:33:48.403Z] 
19:33:48 [2021-03-01T19:33:48.403Z] === Skipped
19:33:48 [2021-03-01T19:33:48.403Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
19:33:48 [2021-03-01T19:33:48.403Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:33:48 [2021-03-01T19:33:48.403Z] 
19:33:48 [2021-03-01T19:33:48.403Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
19:33:48 [2021-03-01T19:33:48.403Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
19:33:48 [2021-03-01T19:33:48.403Z] 
19:33:48 [2021-03-01T19:33:48.403Z] 
19:33:48 [2021-03-01T19:33:48.403Z] DONE 2 tests, 2 skipped in 0.073s
19:33:48 [2021-03-01T19:33:48.403Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m 
19:33:48 [2021-03-01T19:33:48.403Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
19:33:48 [2021-03-01T19:33:48.403Z] ++ set -e
19:33:48 [2021-03-01T19:33:48.403Z] ++ '[' -n 0 ']'
19:33:48 [2021-03-01T19:33:48.403Z] ++ set -x
19:33:48 [2021-03-01T19:33:48.403Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
19:33:48 [2021-03-01T19:33:48.403Z] INFO: Testing against a local daemon
19:33:48 [2021-03-01T19:33:48.403Z] === RUN   TestDockerNetworkMacvlanPersistance
19:33:48 [2021-03-01T19:33:48.448Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
19:33:48 [2021-03-01T19:33:48.706Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
19:33:49 [2021-03-01T19:33:49.041Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s)
19:33:49 [2021-03-01T19:33:49.041Z] === RUN   TestDockerNetworkMacvlan
19:33:49 [2021-03-01T19:33:49.679Z] === RUN   TestDockerNetworkMacvlan/Subinterface
19:33:49 [2021-03-01T19:33:49.702Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
19:33:49 [2021-03-01T19:33:49.965Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
19:33:50 [2021-03-01T19:33:50.727Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
19:33:50 [2021-03-01T19:33:50.728Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
19:33:51 [2021-03-01T19:33:51.771Z] === RUN   TestDockerNetworkMacvlan/NilParent
19:33:52 [2021-03-01T19:33:52.499Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
19:33:53 [2021-03-01T19:33:53.435Z] ok  	github.com/docker/docker/volume/local	0.101s	coverage: 76.4% of statements
19:33:53 [2021-03-01T19:33:53.860Z] === RUN   TestDockerNetworkMacvlan/InternalMode
19:33:54 [2021-03-01T19:33:54.371Z] ok  	github.com/docker/docker/volume/mounts	0.020s	coverage: 67.0% of statements
19:33:55 [2021-03-01T19:33:55.749Z] ok  	github.com/docker/docker/volume/service	0.014s	coverage: 73.1% of statements
19:33:55 [2021-03-01T19:33:55.946Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
19:33:58 [2021-03-01T19:33:58.887Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
19:33:59 [2021-03-01T19:33:59.485Z] === RUN   TestDockerNetworkMacvlan/Addressing
19:34:00 [2021-03-01T19:34:00.126Z] --- PASS: TestDockerNetworkMacvlan (10.98s)
19:34:00 [2021-03-01T19:34:00.126Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
19:34:00 [2021-03-01T19:34:00.126Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
19:34:00 [2021-03-01T19:34:00.126Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s)
19:34:00 [2021-03-01T19:34:00.126Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.91s)
19:34:00 [2021-03-01T19:34:00.126Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.28s)
19:34:00 [2021-03-01T19:34:00.126Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s)
19:34:00 [2021-03-01T19:34:00.126Z] PASS
19:34:00 [2021-03-01T19:34:00.126Z] 
19:34:00 [2021-03-01T19:34:00.126Z] DONE 8 tests in 12.424s
19:34:00 [2021-03-01T19:34:00.126Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m 
19:34:00 [2021-03-01T19:34:00.126Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m
19:34:00 [2021-03-01T19:34:00.126Z] ++ set -e
19:34:00 [2021-03-01T19:34:00.126Z] ++ '[' -n 0 ']'
19:34:00 [2021-03-01T19:34:00.126Z] ++ set -x
19:34:00 [2021-03-01T19:34:00.126Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m
19:34:00 [2021-03-01T19:34:00.126Z] testing: warning: no tests to run
19:34:00 [2021-03-01T19:34:00.126Z] PASS
19:34:00 [2021-03-01T19:34:00.126Z] 
19:34:00 [2021-03-01T19:34:00.126Z] DONE 0 tests in 0.012s
19:34:00 [2021-03-01T19:34:00.126Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m 
19:34:00 [2021-03-01T19:34:00.126Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
19:34:00 [2021-03-01T19:34:00.126Z] ++ set -e
19:34:00 [2021-03-01T19:34:00.126Z] ++ '[' -n 0 ']'
19:34:00 [2021-03-01T19:34:00.126Z] ++ set -x
19:34:00 [2021-03-01T19:34:00.126Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
19:34:00 [2021-03-01T19:34:00.126Z] INFO: Testing against a local daemon
19:34:00 [2021-03-01T19:34:00.126Z] === RUN   TestAuthZPluginAllowRequest
19:34:00 [2021-03-01T19:34:00.273Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.80s)
19:34:00 [2021-03-01T19:34:00.273Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
19:34:01 [2021-03-01T19:34:01.642Z] --- PASS: TestAuthZPluginAllowRequest (1.32s)
19:34:01 [2021-03-01T19:34:01.642Z] === RUN   TestAuthZPluginTLS
19:34:01 [2021-03-01T19:34:01.939Z] --- PASS: TestAuthZPluginTLS (0.56s)
19:34:01 [2021-03-01T19:34:01.939Z] === RUN   TestAuthZPluginDenyRequest
19:34:02 [2021-03-01T19:34:02.578Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
19:34:02 [2021-03-01T19:34:02.578Z] === RUN   TestAuthZPluginAPIDenyResponse
19:34:03 [2021-03-01T19:34:03.216Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
19:34:03 [2021-03-01T19:34:03.216Z] === RUN   TestAuthZPluginDenyResponse
19:34:03 [2021-03-01T19:34:03.511Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
19:34:03 [2021-03-01T19:34:03.511Z] === RUN   TestAuthZPluginAllowEventStream
19:34:03 [2021-03-01T19:34:03.580Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
19:34:05 [2021-03-01T19:34:05.048Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s)
19:34:05 [2021-03-01T19:34:05.048Z] === RUN   TestAuthZPluginErrorResponse
19:34:05 [2021-03-01T19:34:05.496Z] === RUN   TestDockerSuite/TestBuildVerboseOut
19:34:05 [2021-03-01T19:34:05.686Z] --- PASS: TestAuthZPluginErrorResponse (0.56s)
19:34:05 [2021-03-01T19:34:05.686Z] === RUN   TestAuthZPluginErrorRequest
19:34:06 [2021-03-01T19:34:06.325Z] --- PASS: TestAuthZPluginErrorRequest (0.55s)
19:34:06 [2021-03-01T19:34:06.325Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
19:34:06 [2021-03-01T19:34:06.441Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
19:34:06 [2021-03-01T19:34:06.621Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
19:34:06 [2021-03-01T19:34:06.621Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
19:34:06 [2021-03-01T19:34:06.702Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
19:34:07 [2021-03-01T19:34:07.645Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
19:34:07 [2021-03-01T19:34:07.943Z] ok  	github.com/docker/docker/pkg/plugins	33.615s	coverage: 76.6% of statements
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/pkg/term	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/rootless	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/testutil/request	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/volume	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
19:34:07 [2021-03-01T19:34:07.943Z] 
19:34:07 [2021-03-01T19:34:07.943Z] === Skipped
19:34:07 [2021-03-01T19:34:07.943Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
19:34:07 [2021-03-01T19:34:07.943Z]     exec_linux_test.go:18: requires AppArmor to be enabled
19:34:07 [2021-03-01T19:34:07.943Z] 
19:34:07 [2021-03-01T19:34:07.943Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
19:34:07 [2021-03-01T19:34:07.943Z]     exec_linux_test.go:38: requires AppArmor to be enabled
19:34:07 [2021-03-01T19:34:07.943Z] 
19:34:07 [2021-03-01T19:34:07.943Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:46: Driver btrfs not supported
19:34:07 [2021-03-01T19:34:07.943Z] 
19:34:07 [2021-03-01T19:34:07.943Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:46: Driver btrfs not supported
19:34:07 [2021-03-01T19:34:07.943Z] 
19:34:07 [2021-03-01T19:34:07.943Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:46: Driver btrfs not supported
19:34:07 [2021-03-01T19:34:07.943Z] 
19:34:07 [2021-03-01T19:34:07.943Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:46: Driver btrfs not supported
19:34:07 [2021-03-01T19:34:07.943Z] 
19:34:07 [2021-03-01T19:34:07.943Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:46: Driver btrfs not supported
19:34:07 [2021-03-01T19:34:07.943Z] 
19:34:07 [2021-03-01T19:34:07.943Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:73: No driver to put!
19:34:07 [2021-03-01T19:34:07.943Z] 
19:34:07 [2021-03-01T19:34:07.943Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
19:34:07 [2021-03-01T19:34:07.943Z] time="2021-03-01T19:32:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:34:07 [2021-03-01T19:34:07.943Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:34:07 [2021-03-01T19:34:07.943Z] 
19:34:07 [2021-03-01T19:34:07.943Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z] time="2021-03-01T19:32:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z] time="2021-03-01T19:32:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z] time="2021-03-01T19:32:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z] time="2021-03-01T19:32:49Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:44: graphdriver: driver not supported
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:73: No driver to put!
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     overlay_test.go:49: Fails to compute changes intermittently
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     overlay_test.go:65: Cannot run test with naive change algorithm
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:46: Driver zfs not supported
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:46: Driver zfs not supported
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:46: Driver zfs not supported
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:46: Driver zfs not supported
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:46: Driver zfs not supported
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     graphtest_unix.go:73: No driver to put!
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
19:34:07 [2021-03-01T19:34:07.944Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] 
19:34:07 [2021-03-01T19:34:07.944Z] DONE 2244 tests, 26 skipped in 256.268s
Post stage
[Pipeline] junit
19:34:07 [2021-03-01T19:34:07.956Z] Recording test results
19:34:08 [2021-03-01T19:34:08.218Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
19:34:08 [2021-03-01T19:34:08.325Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
19:34:08 [2021-03-01T19:34:08.667Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42102/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5542f13c1a24468bff92ce265c892f7391f68f36 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5542f13c1a24468bff92ce265c892f7391f68f36 hack/validate/vendor
19:34:08 [2021-03-01T19:34:08.699Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.72s)
19:34:08 [2021-03-01T19:34:08.699Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
19:34:09 [2021-03-01T19:34:09.160Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
19:34:09 [2021-03-01T19:34:09.160Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
19:34:09 [2021-03-01T19:34:09.160Z] === RUN   TestDockerSuite/TestBuildWindowsUser
19:34:09 [2021-03-01T19:34:09.160Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
19:34:09 [2021-03-01T19:34:09.160Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
19:34:09 [2021-03-01T19:34:09.602Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
19:34:10 [2021-03-01T19:34:10.178Z] + echo Ensuring container killed.
19:34:10 [2021-03-01T19:34:10.178Z] Ensuring container killed.
19:34:10 [2021-03-01T19:34:10.178Z] + docker rm -vf docker-pr1
19:34:10 [2021-03-01T19:34:10.178Z] Error: No such container: docker-pr1
[Pipeline] sh
19:34:10 [2021-03-01T19:34:10.223Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.66s)
19:34:10 [2021-03-01T19:34:10.223Z] === RUN   TestAuthZPluginHeader
19:34:10 [2021-03-01T19:34:10.458Z] + echo Chowning /workspace to jenkins user
19:34:10 [2021-03-01T19:34:10.458Z] Chowning /workspace to jenkins user
19:34:10 [2021-03-01T19:34:10.458Z] + id -u
19:34:10 [2021-03-01T19:34:10.458Z] + id -g
19:34:10 [2021-03-01T19:34:10.458Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42102:/workspace busybox chown -R 1000:1000 /workspace
19:34:10 [2021-03-01T19:34:10.545Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
19:34:10 [2021-03-01T19:34:10.545Z] === RUN   TestDockerSuite/TestBuildWithFailure
19:34:10 [2021-03-01T19:34:10.806Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
19:34:10 [2021-03-01T19:34:10.882Z] --- PASS: TestAuthZPluginHeader (0.83s)
19:34:10 [2021-03-01T19:34:10.882Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
19:34:10 [2021-03-01T19:34:10.882Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
19:34:10 [2021-03-01T19:34:10.882Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:34:10 [2021-03-01T19:34:10.882Z] === RUN   TestAuthZPluginV2Disable
19:34:10 [2021-03-01T19:34:10.882Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
19:34:10 [2021-03-01T19:34:10.882Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:34:10 [2021-03-01T19:34:10.882Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
19:34:10 [2021-03-01T19:34:10.882Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
19:34:10 [2021-03-01T19:34:10.882Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:34:10 [2021-03-01T19:34:10.882Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
19:34:10 [2021-03-01T19:34:10.882Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
19:34:10 [2021-03-01T19:34:10.882Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:34:10 [2021-03-01T19:34:10.882Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
19:34:11 [2021-03-01T19:34:11.320Z] + bundleName=unit
19:34:11 [2021-03-01T19:34:11.320Z] + echo Creating unit-bundles.tar.gz
19:34:11 [2021-03-01T19:34:11.320Z] Creating unit-bundles.tar.gz
19:34:11 [2021-03-01T19:34:11.320Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
19:34:11 [2021-03-01T19:34:11.320Z] bundles/junit-report.xml
19:34:11 [2021-03-01T19:34:11.320Z] bundles/go-test-report.json
19:34:11 [2021-03-01T19:34:11.320Z] bundles/profile.out
[Pipeline] archiveArtifacts
19:34:11 [2021-03-01T19:34:11.331Z] Archiving artifacts
19:34:11 [2021-03-01T19:34:11.378Z] === RUN   TestDockerSuite/TestBuildWithTabs
19:34:11 [2021-03-01T19:34:11.798Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42102/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
19:34:11 [2021-03-01T19:34:11.951Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
19:34:12 [2021-03-01T19:34:12.108Z] + make clean
19:34:12 [2021-03-01T19:34:12.211Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
19:34:12 [2021-03-01T19:34:12.366Z] docker volume rm -f docker-dev-cache
19:34:12 [2021-03-01T19:34:12.366Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:34:14 [2021-03-01T19:34:14.126Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
19:34:15 [2021-03-01T19:34:15.070Z] === RUN   TestDockerSuite/TestBuildWithVolumes
19:34:16 [2021-03-01T19:34:16.039Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
19:34:16 [2021-03-01T19:34:16.039Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
19:34:16 [2021-03-01T19:34:16.611Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
19:34:16 [2021-03-01T19:34:16.611Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
19:34:16 [2021-03-01T19:34:16.611Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s)
19:34:16 [2021-03-01T19:34:16.611Z] PASS
19:34:16 [2021-03-01T19:34:16.611Z] 
19:34:16 [2021-03-01T19:34:16.611Z] DONE 17 tests in 53.048s
19:34:16 [2021-03-01T19:34:16.873Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
19:34:16 [2021-03-01T19:34:16.873Z] ++ 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
19:34:16 [2021-03-01T19:34:16.873Z] ++ set -e
19:34:16 [2021-03-01T19:34:16.873Z] ++ '[' -n 0 ']'
19:34:16 [2021-03-01T19:34:16.873Z] ++ set -x
19:34:16 [2021-03-01T19:34:16.873Z] ++ 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
19:34:16 [2021-03-01T19:34:16.873Z] INFO: Testing against a local daemon
19:34:16 [2021-03-01T19:34:16.873Z] === RUN   TestPluginInvalidJSON
19:34:16 [2021-03-01T19:34:16.873Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
19:34:16 [2021-03-01T19:34:16.873Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
19:34:16 [2021-03-01T19:34:16.873Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
19:34:16 [2021-03-01T19:34:16.873Z] --- PASS: TestPluginInvalidJSON (0.02s)
19:34:16 [2021-03-01T19:34:16.873Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
19:34:16 [2021-03-01T19:34:16.873Z] === RUN   TestPluginInstall
19:34:16 [2021-03-01T19:34:16.873Z] === RUN   TestPluginInstall/no_auth
19:34:17 [2021-03-01T19:34:17.135Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
19:34:17 [2021-03-01T19:34:17.397Z] === RUN   TestDockerSuite/TestBuildXZHost
19:34:19 [2021-03-01T19:34:19.946Z] time="2021-03-01T19:34:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:19 [2021-03-01T19:34:19.946Z] time="2021-03-01T19:34:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b7d6bcb56bf3fe5799336254c8cc17f8f98279fefee73685f91a410ef18dbf39" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:19 [2021-03-01T19:34:19.946Z] time="2021-03-01T19:34:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:19 [2021-03-01T19:34:19.946Z] time="2021-03-01T19:34:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b7d6bcb56bf3fe5799336254c8cc17f8f98279fefee73685f91a410ef18dbf39" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:20 [2021-03-01T19:34:20.207Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
19:34:20 [2021-03-01T19:34:20.207Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
19:34:20 [2021-03-01T19:34:20.207Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
19:34:20 [2021-03-01T19:34:20.469Z] === RUN   TestPluginInstall/with_htpasswd
19:34:21 [2021-03-01T19:34:21.041Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
19:34:21 [2021-03-01T19:34:21.041Z] time="2021-03-01T19:34:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:21 [2021-03-01T19:34:21.041Z] time="2021-03-01T19:34:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d09712463c554f2b6764abf3a77cb49ba953bdc8c9902caed38cbfd7604b37ee" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:21 [2021-03-01T19:34:21.041Z] time="2021-03-01T19:34:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:21 [2021-03-01T19:34:21.041Z] time="2021-03-01T19:34:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d09712463c554f2b6764abf3a77cb49ba953bdc8c9902caed38cbfd7604b37ee" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:21 [2021-03-01T19:34:21.613Z] === RUN   TestPluginInstall/with_insecure
19:34:21 [2021-03-01T19:34:21.875Z] === RUN   TestDockerSuite/TestCommitChange
19:34:23 [2021-03-01T19:34:23.135Z] --- PASS: TestBuildWithHugeFile (128.89s)
19:34:23 [2021-03-01T19:34:23.135Z] === RUN   TestBuildWCOWSandboxSize
19:34:23 [2021-03-01T19:34:23.265Z] time="2021-03-01T19:34:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:23 [2021-03-01T19:34:23.265Z] time="2021-03-01T19:34:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4472a42d049d656dcdddbb29deb59b0e60f6fb492c3f034919bfd5cd3a4d641b" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:23 [2021-03-01T19:34:23.265Z] time="2021-03-01T19:34:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:23 [2021-03-01T19:34:23.265Z] time="2021-03-01T19:34:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4472a42d049d656dcdddbb29deb59b0e60f6fb492c3f034919bfd5cd3a4d641b" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:23 [2021-03-01T19:34:23.265Z] === RUN   TestDockerSuite/TestCommitChangeLabels
19:34:23 [2021-03-01T19:34:23.839Z] --- PASS: TestPluginInstall (6.86s)
19:34:23 [2021-03-01T19:34:23.839Z]     --- PASS: TestPluginInstall/no_auth (3.41s)
19:34:23 [2021-03-01T19:34:23.839Z]     --- PASS: TestPluginInstall/with_htpasswd (1.14s)
19:34:23 [2021-03-01T19:34:23.839Z]     --- PASS: TestPluginInstall/with_insecure (2.31s)
19:34:23 [2021-03-01T19:34:23.839Z]         plugin_test.go:160: [db8e5b2df81f9] daemon is not started
19:34:23 [2021-03-01T19:34:23.839Z] === RUN   TestPluginsWithRuntimes
19:34:24 [2021-03-01T19:34:24.413Z] === RUN   TestDockerSuite/TestCommitHardlink
19:34:25 [2021-03-01T19:34:25.801Z] === RUN   TestDockerSuite/TestCommitNewFile
19:34:25 [2021-03-01T19:34:25.801Z] === RUN   TestPluginsWithRuntimes/No_Args
19:34:26 [2021-03-01T19:34:26.745Z] === RUN   TestDockerSuite/TestCommitPausedContainer
19:34:27 [2021-03-01T19:34:27.007Z] === RUN   TestPluginsWithRuntimes/With_Args
19:34:27 [2021-03-01T19:34:27.580Z] === RUN   TestDockerSuite/TestCommitTTY
19:34:28 [2021-03-01T19:34:28.153Z] --- PASS: TestPluginsWithRuntimes (4.26s)
19:34:28 [2021-03-01T19:34:28.153Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.20s)
19:34:28 [2021-03-01T19:34:28.153Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.09s)
19:34:28 [2021-03-01T19:34:28.153Z] PASS
19:34:28 [2021-03-01T19:34:28.153Z] 
19:34:28 [2021-03-01T19:34:28.153Z] DONE 9 tests in 11.332s
19:34:28 [2021-03-01T19:34:28.153Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
19:34:28 [2021-03-01T19:34:28.153Z] ++ 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
19:34:28 [2021-03-01T19:34:28.153Z] ++ set -e
19:34:28 [2021-03-01T19:34:28.153Z] ++ '[' -n 0 ']'
19:34:28 [2021-03-01T19:34:28.153Z] ++ set -x
19:34:28 [2021-03-01T19:34:28.153Z] ++ 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
19:34:28 [2021-03-01T19:34:28.153Z] INFO: Testing against a local daemon
19:34:28 [2021-03-01T19:34:28.153Z] === RUN   TestExternalGraphDriver
19:34:28 [2021-03-01T19:34:28.415Z] === RUN   TestExternalGraphDriver/json
19:34:28 [2021-03-01T19:34:28.678Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
19:34:29 [2021-03-01T19:34:29.505Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.74s)
19:34:29 [2021-03-01T19:34:29.505Z] PASS
19:34:29 [2021-03-01T19:34:29.505Z] 
19:34:29 [2021-03-01T19:34:29.505Z] === Skipped
19:34:29 [2021-03-01T19:34:29.505Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
19:34:29 [2021-03-01T19:34:29.505Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:34:29 [2021-03-01T19:34:29.505Z] 
19:34:29 [2021-03-01T19:34:29.505Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
19:34:29 [2021-03-01T19:34:29.505Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:34:29 [2021-03-01T19:34:29.505Z] 
19:34:29 [2021-03-01T19:34:29.505Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
19:34:29 [2021-03-01T19:34:29.505Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:34:29 [2021-03-01T19:34:29.505Z] 
19:34:29 [2021-03-01T19:34:29.505Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
19:34:29 [2021-03-01T19:34:29.505Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:34:29 [2021-03-01T19:34:29.505Z] 
19:34:29 [2021-03-01T19:34:29.505Z] 
19:34:29 [2021-03-01T19:34:29.505Z] DONE 17 tests, 4 skipped in 27.621s
19:34:29 [2021-03-01T19:34:29.505Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m 
19:34:29 [2021-03-01T19:34:29.505Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
19:34:29 [2021-03-01T19:34:29.505Z] ++ set -e
19:34:29 [2021-03-01T19:34:29.505Z] ++ '[' -n 0 ']'
19:34:29 [2021-03-01T19:34:29.505Z] ++ set -x
19:34:29 [2021-03-01T19:34:29.505Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
19:34:29 [2021-03-01T19:34:29.505Z] INFO: Testing against a local daemon
19:34:29 [2021-03-01T19:34:29.505Z] === RUN   TestPluginInvalidJSON
19:34:29 [2021-03-01T19:34:29.505Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
19:34:29 [2021-03-01T19:34:29.505Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
19:34:29 [2021-03-01T19:34:29.505Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
19:34:29 [2021-03-01T19:34:29.505Z] --- PASS: TestPluginInvalidJSON (0.02s)
19:34:29 [2021-03-01T19:34:29.505Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
19:34:29 [2021-03-01T19:34:29.505Z] === RUN   TestPluginInstall
19:34:29 [2021-03-01T19:34:29.505Z] === RUN   TestPluginInstall/no_auth
19:34:29 [2021-03-01T19:34:29.505Z] time="2021-03-01T19:34:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:29 [2021-03-01T19:34:29.505Z] time="2021-03-01T19:34:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cd62a169d838730050db1542db8850317dffb340aca6550e62f8005a096842dd" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:29 [2021-03-01T19:34:29.505Z] time="2021-03-01T19:34:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:29 [2021-03-01T19:34:29.505Z] time="2021-03-01T19:34:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:cd62a169d838730050db1542db8850317dffb340aca6550e62f8005a096842dd" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:29 [2021-03-01T19:34:29.623Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
19:34:29 [2021-03-01T19:34:29.801Z] === RUN   TestPluginInstall/with_htpasswd
19:34:30 [2021-03-01T19:34:30.441Z] time="2021-03-01T19:34:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:30 [2021-03-01T19:34:30.441Z] time="2021-03-01T19:34:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:82257b335fe90b5fe58b0535e1f55225ea64f6ada401df31f07ed66590dd3179" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:30 [2021-03-01T19:34:30.441Z] time="2021-03-01T19:34:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:30 [2021-03-01T19:34:30.441Z] time="2021-03-01T19:34:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:82257b335fe90b5fe58b0535e1f55225ea64f6ada401df31f07ed66590dd3179" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:30 [2021-03-01T19:34:30.567Z] === RUN   TestExternalGraphDriver/spec
19:34:30 [2021-03-01T19:34:30.736Z] === RUN   TestPluginInstall/with_insecure
19:34:30 [2021-03-01T19:34:30.828Z] === RUN   TestDockerSuite/TestCommitWithoutPause
19:34:31 [2021-03-01T19:34:31.776Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
19:34:31 [2021-03-01T19:34:31.776Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
19:34:31 [2021-03-01T19:34:31.776Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
19:34:31 [2021-03-01T19:34:31.776Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
19:34:31 [2021-03-01T19:34:31.776Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
19:34:31 [2021-03-01T19:34:31.897Z] time="2021-03-01T19:34:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:31 [2021-03-01T19:34:31.897Z] time="2021-03-01T19:34:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ed2ef631eb99e63a497e4c23c99fd898f1c6be3c8df818687a97c8b992929d88" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:31 [2021-03-01T19:34:31.897Z] time="2021-03-01T19:34:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
19:34:31 [2021-03-01T19:34:31.897Z] time="2021-03-01T19:34:31Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ed2ef631eb99e63a497e4c23c99fd898f1c6be3c8df818687a97c8b992929d88" mediatype=application/vnd.docker.plugin.v1+json size=522
19:34:32 [2021-03-01T19:34:32.038Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
19:34:32 [2021-03-01T19:34:32.038Z] === RUN   TestDockerSuite/TestContainerAPICommit
19:34:32 [2021-03-01T19:34:32.193Z] --- PASS: TestPluginInstall (4.38s)
19:34:32 [2021-03-01T19:34:32.193Z]     --- PASS: TestPluginInstall/no_auth (2.04s)
19:34:32 [2021-03-01T19:34:32.193Z]     --- PASS: TestPluginInstall/with_htpasswd (0.93s)
19:34:32 [2021-03-01T19:34:32.193Z]     --- PASS: TestPluginInstall/with_insecure (1.40s)
19:34:32 [2021-03-01T19:34:32.193Z]         plugin_test.go:160: [d34bd965ba382] daemon is not started
19:34:32 [2021-03-01T19:34:32.193Z] === RUN   TestPluginsWithRuntimes
19:34:32 [2021-03-01T19:34:32.298Z] === RUN   TestExternalGraphDriver/pull
19:34:33 [2021-03-01T19:34:33.270Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
19:34:34 [2021-03-01T19:34:34.213Z] --- PASS: TestExternalGraphDriver (5.88s)
19:34:34 [2021-03-01T19:34:34.213Z]     --- PASS: TestExternalGraphDriver/json (2.06s)
19:34:34 [2021-03-01T19:34:34.213Z]     --- PASS: TestExternalGraphDriver/spec (1.92s)
19:34:34 [2021-03-01T19:34:34.213Z]     --- PASS: TestExternalGraphDriver/pull (1.78s)
19:34:34 [2021-03-01T19:34:34.213Z] === RUN   TestGraphdriverPluginV2
19:34:34 [2021-03-01T19:34:34.286Z] === RUN   TestPluginsWithRuntimes/No_Args
19:34:34 [2021-03-01T19:34:34.786Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
19:34:34 [2021-03-01T19:34:34.786Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
19:34:34 [2021-03-01T19:34:34.926Z] === RUN   TestPluginsWithRuntimes/With_Args
19:34:35 [2021-03-01T19:34:35.358Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
19:34:35 [2021-03-01T19:34:35.930Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
19:34:36 [2021-03-01T19:34:36.456Z] --- PASS: TestPluginsWithRuntimes (4.03s)
19:34:36 [2021-03-01T19:34:36.457Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.06s)
19:34:36 [2021-03-01T19:34:36.457Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.07s)
19:34:36 [2021-03-01T19:34:36.457Z] PASS
19:34:36 [2021-03-01T19:34:36.457Z] 
19:34:36 [2021-03-01T19:34:36.457Z] DONE 9 tests in 8.504s
19:34:36 [2021-03-01T19:34:36.457Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
19:34:36 [2021-03-01T19:34:36.457Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
19:34:36 [2021-03-01T19:34:36.457Z] ++ set -e
19:34:36 [2021-03-01T19:34:36.457Z] ++ '[' -n 0 ']'
19:34:36 [2021-03-01T19:34:36.457Z] ++ set -x
19:34:36 [2021-03-01T19:34:36.457Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
19:34:36 [2021-03-01T19:34:36.457Z] INFO: Testing against a local daemon
19:34:36 [2021-03-01T19:34:36.457Z] === RUN   TestExternalGraphDriver
19:34:36 [2021-03-01T19:34:36.457Z] === RUN   TestExternalGraphDriver/json
19:34:36 [2021-03-01T19:34:36.501Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
19:34:37 [2021-03-01T19:34:37.073Z] === RUN   TestDockerSuite/TestContainerAPICreate
19:34:37 [2021-03-01T19:34:37.645Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
19:34:37 [2021-03-01T19:34:37.645Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
19:34:37 [2021-03-01T19:34:37.645Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
19:34:37 [2021-03-01T19:34:37.907Z] --- PASS: TestGraphdriverPluginV2 (3.86s)
19:34:37 [2021-03-01T19:34:37.907Z] PASS
19:34:37 [2021-03-01T19:34:37.907Z] 
19:34:37 [2021-03-01T19:34:37.907Z] DONE 5 tests in 9.908s
19:34:38 [2021-03-01T19:34:38.168Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
19:34:38 [2021-03-01T19:34:38.168Z] ++ 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
19:34:38 [2021-03-01T19:34:38.168Z] ++ set -e
19:34:38 [2021-03-01T19:34:38.168Z] ++ '[' -n 0 ']'
19:34:38 [2021-03-01T19:34:38.168Z] ++ set -x
19:34:38 [2021-03-01T19:34:38.168Z] ++ 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
19:34:38 [2021-03-01T19:34:38.168Z] INFO: Testing against a local daemon
19:34:38 [2021-03-01T19:34:38.168Z] === RUN   TestContinueAfterPluginCrash
19:34:38 [2021-03-01T19:34:38.168Z] === PAUSE TestContinueAfterPluginCrash
19:34:38 [2021-03-01T19:34:38.168Z] === RUN   TestReadPluginNoRead
19:34:38 [2021-03-01T19:34:38.168Z] === PAUSE TestReadPluginNoRead
19:34:38 [2021-03-01T19:34:38.168Z] === RUN   TestDaemonStartWithLogOpt
19:34:38 [2021-03-01T19:34:38.168Z] === PAUSE TestDaemonStartWithLogOpt
19:34:38 [2021-03-01T19:34:38.168Z] === CONT  TestContinueAfterPluginCrash
19:34:38 [2021-03-01T19:34:38.168Z] === CONT  TestDaemonStartWithLogOpt
19:34:38 [2021-03-01T19:34:38.430Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
19:34:38 [2021-03-01T19:34:38.430Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
19:34:38 [2021-03-01T19:34:38.430Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
19:34:38 [2021-03-01T19:34:38.430Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
19:34:38 [2021-03-01T19:34:38.537Z] === RUN   TestExternalGraphDriver/spec
19:34:38 [2021-03-01T19:34:38.693Z] === RUN   TestDockerSuite/TestContainerAPIDelete
19:34:39 [2021-03-01T19:34:39.266Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
19:34:40 [2021-03-01T19:34:40.060Z] === RUN   TestExternalGraphDriver/pull
19:34:40 [2021-03-01T19:34:40.211Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
19:34:41 [2021-03-01T19:34:41.156Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
19:34:41 [2021-03-01T19:34:41.156Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
19:34:42 [2021-03-01T19:34:42.204Z] --- PASS: TestExternalGraphDriver (5.70s)
19:34:42 [2021-03-01T19:34:42.204Z]     --- PASS: TestExternalGraphDriver/json (1.83s)
19:34:42 [2021-03-01T19:34:42.204Z]     --- PASS: TestExternalGraphDriver/spec (1.79s)
19:34:42 [2021-03-01T19:34:42.204Z]     --- PASS: TestExternalGraphDriver/pull (1.95s)
19:34:42 [2021-03-01T19:34:42.204Z] === RUN   TestGraphdriverPluginV2
19:34:42 [2021-03-01T19:34:42.204Z] --- SKIP: TestGraphdriverPluginV2 (0.06s)
19:34:42 [2021-03-01T19:34:42.204Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:34:42 [2021-03-01T19:34:42.204Z] PASS
19:34:42 [2021-03-01T19:34:42.204Z] 
19:34:42 [2021-03-01T19:34:42.204Z] === Skipped
19:34:42 [2021-03-01T19:34:42.204Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s)
19:34:42 [2021-03-01T19:34:42.204Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:34:42 [2021-03-01T19:34:42.204Z] 
19:34:42 [2021-03-01T19:34:42.204Z] 
19:34:42 [2021-03-01T19:34:42.204Z] DONE 5 tests, 1 skipped in 5.833s
19:34:42 [2021-03-01T19:34:42.204Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m 
19:34:42 [2021-03-01T19:34:42.204Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
19:34:42 [2021-03-01T19:34:42.204Z] ++ set -e
19:34:42 [2021-03-01T19:34:42.204Z] ++ '[' -n 0 ']'
19:34:42 [2021-03-01T19:34:42.204Z] ++ set -x
19:34:42 [2021-03-01T19:34:42.204Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
19:34:42 [2021-03-01T19:34:42.204Z] INFO: Testing against a local daemon
19:34:42 [2021-03-01T19:34:42.204Z] === RUN   TestContinueAfterPluginCrash
19:34:42 [2021-03-01T19:34:42.204Z] === PAUSE TestContinueAfterPluginCrash
19:34:42 [2021-03-01T19:34:42.204Z] === RUN   TestReadPluginNoRead
19:34:42 [2021-03-01T19:34:42.204Z] === PAUSE TestReadPluginNoRead
19:34:42 [2021-03-01T19:34:42.204Z] === RUN   TestDaemonStartWithLogOpt
19:34:42 [2021-03-01T19:34:42.204Z] === PAUSE TestDaemonStartWithLogOpt
19:34:42 [2021-03-01T19:34:42.204Z] === CONT  TestContinueAfterPluginCrash
19:34:42 [2021-03-01T19:34:42.204Z] === CONT  TestDaemonStartWithLogOpt
19:34:42 [2021-03-01T19:34:42.204Z] === CONT  TestReadPluginNoRead
19:34:43 [2021-03-01T19:34:43.075Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
19:34:43 [2021-03-01T19:34:43.339Z] --- PASS: TestDaemonStartWithLogOpt (5.21s)
19:34:43 [2021-03-01T19:34:43.339Z] === CONT  TestReadPluginNoRead
19:34:43 [2021-03-01T19:34:43.601Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
19:34:43 [2021-03-01T19:34:43.601Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
19:34:44 [2021-03-01T19:34:44.174Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
19:34:44 [2021-03-01T19:34:44.747Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
19:34:45 [2021-03-01T19:34:45.690Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
19:34:46 [2021-03-01T19:34:46.262Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
19:34:46 [2021-03-01T19:34:46.262Z] === RUN   TestDockerSuite/TestContainerAPIKill
19:34:46 [2021-03-01T19:34:46.834Z] === RUN   TestDockerSuite/TestContainerAPIPause
19:34:46 [2021-03-01T19:34:46.834Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
19:34:47 [2021-03-01T19:34:47.405Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
19:34:47 [2021-03-01T19:34:47.824Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
19:34:47 [2021-03-01T19:34:47.824Z] --- PASS: TestDaemonStartWithLogOpt (5.33s)
19:34:48 [2021-03-01T19:34:48.351Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
19:34:48 [2021-03-01T19:34:48.351Z] === RUN   TestDockerSuite/TestContainerAPIRename
19:34:48 [2021-03-01T19:34:48.351Z] === RUN   TestReadPluginNoRead/default
19:34:48 [2021-03-01T19:34:48.464Z] === RUN   TestReadPluginNoRead/default
19:34:48 [2021-03-01T19:34:48.612Z] --- PASS: TestContinueAfterPluginCrash (10.41s)
19:34:48 [2021-03-01T19:34:48.873Z] === RUN   TestDockerSuite/TestContainerAPIRestart
19:34:49 [2021-03-01T19:34:49.980Z] === RUN   TestReadPluginNoRead/disabled_caching
19:34:50 [2021-03-01T19:34:50.279Z] === RUN   TestReadPluginNoRead/disabled_caching
19:34:50 [2021-03-01T19:34:50.279Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
19:34:51 [2021-03-01T19:34:51.222Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
19:34:51 [2021-03-01T19:34:51.483Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
19:34:51 [2021-03-01T19:34:51.483Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
19:34:51 [2021-03-01T19:34:51.483Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
19:34:51 [2021-03-01T19:34:51.483Z] === RUN   TestDockerSuite/TestContainerAPIStart
19:34:51 [2021-03-01T19:34:51.496Z] --- PASS: TestReadPluginNoRead (9.36s)
19:34:51 [2021-03-01T19:34:51.496Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.41s)
19:34:51 [2021-03-01T19:34:51.496Z]     --- PASS: TestReadPluginNoRead/default (1.50s)
19:34:51 [2021-03-01T19:34:51.496Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.44s)
19:34:51 [2021-03-01T19:34:51.496Z]     read_test.go:92: [dcfe8c46cdb5b] daemon is not started
19:34:51 [2021-03-01T19:34:51.745Z] --- PASS: TestReadPluginNoRead (8.28s)
19:34:51 [2021-03-01T19:34:51.745Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.63s)
19:34:51 [2021-03-01T19:34:51.745Z]     --- PASS: TestReadPluginNoRead/default (1.82s)
19:34:51 [2021-03-01T19:34:51.745Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.44s)
19:34:51 [2021-03-01T19:34:51.745Z]     read_test.go:92: [d23e5fd63a4cf] daemon is not started
19:34:51 [2021-03-01T19:34:51.745Z] PASS
19:34:51 [2021-03-01T19:34:51.745Z] 
19:34:51 [2021-03-01T19:34:51.745Z] DONE 6 tests in 13.641s
19:34:51 [2021-03-01T19:34:51.745Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
19:34:51 [2021-03-01T19:34:51.745Z] ++ 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
19:34:51 [2021-03-01T19:34:51.745Z] ++ set -e
19:34:51 [2021-03-01T19:34:51.745Z] ++ '[' -n 0 ']'
19:34:51 [2021-03-01T19:34:51.745Z] ++ set -x
19:34:51 [2021-03-01T19:34:51.745Z] ++ 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
19:34:51 [2021-03-01T19:34:51.745Z] testing: warning: no tests to run
19:34:51 [2021-03-01T19:34:51.745Z] PASS
19:34:51 [2021-03-01T19:34:51.745Z] 
19:34:51 [2021-03-01T19:34:51.745Z] DONE 0 tests in 0.057s
19:34:51 [2021-03-01T19:34:51.745Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
19:34:51 [2021-03-01T19:34:51.745Z] ++ 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
19:34:51 [2021-03-01T19:34:51.745Z] ++ set -e
19:34:51 [2021-03-01T19:34:51.745Z] ++ '[' -n 0 ']'
19:34:51 [2021-03-01T19:34:51.745Z] ++ set -x
19:34:51 [2021-03-01T19:34:51.746Z] ++ 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
19:34:52 [2021-03-01T19:34:52.006Z] INFO: Testing against a local daemon
19:34:52 [2021-03-01T19:34:52.006Z] === RUN   TestPluginWithDevMounts
19:34:52 [2021-03-01T19:34:52.006Z] === PAUSE TestPluginWithDevMounts
19:34:52 [2021-03-01T19:34:52.006Z] === CONT  TestPluginWithDevMounts
19:34:52 [2021-03-01T19:34:52.006Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
19:34:52 [2021-03-01T19:34:52.534Z] --- PASS: TestContinueAfterPluginCrash (10.51s)
19:34:52 [2021-03-01T19:34:52.534Z] PASS
19:34:52 [2021-03-01T19:34:52.534Z] 
19:34:52 [2021-03-01T19:34:52.534Z] DONE 6 tests in 10.578s
19:34:52 [2021-03-01T19:34:52.534Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
19:34:52 [2021-03-01T19:34:52.534Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
19:34:52 [2021-03-01T19:34:52.534Z] ++ set -e
19:34:52 [2021-03-01T19:34:52.534Z] ++ '[' -n 0 ']'
19:34:52 [2021-03-01T19:34:52.534Z] ++ set -x
19:34:52 [2021-03-01T19:34:52.534Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
19:34:52 [2021-03-01T19:34:52.534Z] testing: warning: no tests to run
19:34:52 [2021-03-01T19:34:52.534Z] PASS
19:34:52 [2021-03-01T19:34:52.534Z] 
19:34:52 [2021-03-01T19:34:52.534Z] DONE 0 tests in 0.018s
19:34:52 [2021-03-01T19:34:52.534Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
19:34:52 [2021-03-01T19:34:52.534Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
19:34:52 [2021-03-01T19:34:52.534Z] ++ set -e
19:34:52 [2021-03-01T19:34:52.534Z] ++ '[' -n 0 ']'
19:34:52 [2021-03-01T19:34:52.534Z] ++ set -x
19:34:52 [2021-03-01T19:34:52.535Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
19:34:52 [2021-03-01T19:34:52.828Z] INFO: Testing against a local daemon
19:34:52 [2021-03-01T19:34:52.828Z] === RUN   TestPluginWithDevMounts
19:34:52 [2021-03-01T19:34:52.828Z] === PAUSE TestPluginWithDevMounts
19:34:52 [2021-03-01T19:34:52.828Z] === CONT  TestPluginWithDevMounts
19:34:53 [2021-03-01T19:34:53.918Z] --- PASS: TestPluginWithDevMounts (1.69s)
19:34:53 [2021-03-01T19:34:53.918Z] PASS
19:34:53 [2021-03-01T19:34:53.918Z] 
19:34:53 [2021-03-01T19:34:53.919Z] DONE 1 tests in 1.857s
19:34:53 [2021-03-01T19:34:53.919Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
19:34:53 [2021-03-01T19:34:53.919Z] ++ 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
19:34:53 [2021-03-01T19:34:53.919Z] ++ set -e
19:34:53 [2021-03-01T19:34:53.919Z] ++ '[' -n 0 ']'
19:34:53 [2021-03-01T19:34:53.919Z] ++ set -x
19:34:53 [2021-03-01T19:34:53.919Z] ++ 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
19:34:53 [2021-03-01T19:34:53.919Z] INFO: Testing against a local daemon
19:34:53 [2021-03-01T19:34:53.919Z] === RUN   TestSecretInspect
19:34:54 [2021-03-01T19:34:54.911Z] --- PASS: TestPluginWithDevMounts (1.83s)
19:34:54 [2021-03-01T19:34:54.911Z] PASS
19:34:54 [2021-03-01T19:34:54.911Z] 
19:34:54 [2021-03-01T19:34:54.911Z] DONE 1 tests in 1.902s
19:34:54 [2021-03-01T19:34:54.911Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m 
19:34:54 [2021-03-01T19:34:54.911Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m
19:34:54 [2021-03-01T19:34:54.911Z] ++ set -e
19:34:54 [2021-03-01T19:34:54.911Z] ++ '[' -n 0 ']'
19:34:54 [2021-03-01T19:34:54.911Z] ++ set -x
19:34:54 [2021-03-01T19:34:54.911Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m
19:34:54 [2021-03-01T19:34:54.911Z] INFO: Testing against a local daemon
19:34:54 [2021-03-01T19:34:54.911Z] === RUN   TestSecretInspect
19:34:56 [2021-03-01T19:34:56.432Z] --- PASS: TestSecretInspect (1.90s)
19:34:56 [2021-03-01T19:34:56.432Z] === RUN   TestSecretList
19:34:56 [2021-03-01T19:34:56.463Z] --- PASS: TestSecretInspect (2.28s)
19:34:56 [2021-03-01T19:34:56.463Z] === RUN   TestSecretList
19:34:56 [2021-03-01T19:34:56.463Z] === RUN   TestDockerSuite/TestContainerAPIStop
19:34:57 [2021-03-01T19:34:57.035Z] === RUN   TestDockerSuite/TestContainerAPITop
19:34:57 [2021-03-01T19:34:57.610Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
19:34:57 [2021-03-01T19:34:57.610Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
19:34:57 [2021-03-01T19:34:57.610Z] === RUN   TestDockerSuite/TestContainerAPIWait
19:34:58 [2021-03-01T19:34:58.515Z] --- PASS: TestSecretList (1.92s)
19:34:58 [2021-03-01T19:34:58.515Z] === RUN   TestSecretsCreateAndDelete
19:34:58 [2021-03-01T19:34:58.553Z] --- PASS: TestSecretList (2.48s)
19:34:58 [2021-03-01T19:34:58.553Z] === RUN   TestSecretsCreateAndDelete
19:35:00 [2021-03-01T19:35:00.467Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
19:35:00 [2021-03-01T19:35:00.592Z] --- PASS: TestSecretsCreateAndDelete (1.92s)
19:35:00 [2021-03-01T19:35:00.592Z] === RUN   TestSecretsUpdate
19:35:01 [2021-03-01T19:35:01.038Z] === RUN   TestDockerSuite/TestContainerNetworkMode
19:35:01 [2021-03-01T19:35:01.038Z] --- PASS: TestSecretsCreateAndDelete (2.54s)
19:35:01 [2021-03-01T19:35:01.038Z] === RUN   TestSecretsUpdate
19:35:01 [2021-03-01T19:35:01.982Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
19:35:02 [2021-03-01T19:35:02.676Z] --- PASS: TestSecretsUpdate (1.92s)
19:35:02 [2021-03-01T19:35:02.676Z] === RUN   TestTemplatedSecret
19:35:03 [2021-03-01T19:35:03.899Z] --- PASS: TestSecretsUpdate (2.42s)
19:35:03 [2021-03-01T19:35:03.899Z] === RUN   TestTemplatedSecret
19:35:04 [2021-03-01T19:35:04.776Z] --- PASS: TestTemplatedSecret (2.42s)
19:35:04 [2021-03-01T19:35:04.776Z] === RUN   TestSecretCreateResolve
19:35:05 [2021-03-01T19:35:05.813Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
19:35:06 [2021-03-01T19:35:06.756Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
19:35:06 [2021-03-01T19:35:06.855Z] --- PASS: TestSecretCreateResolve (1.92s)
19:35:06 [2021-03-01T19:35:06.855Z] PASS
19:35:06 [2021-03-01T19:35:06.855Z] 
19:35:06 [2021-03-01T19:35:06.855Z] DONE 6 tests in 12.094s
19:35:06 [2021-03-01T19:35:06.855Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m 
19:35:06 [2021-03-01T19:35:06.855Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m
19:35:06 [2021-03-01T19:35:06.855Z] ++ set -e
19:35:06 [2021-03-01T19:35:06.855Z] ++ '[' -n 0 ']'
19:35:06 [2021-03-01T19:35:06.855Z] ++ set -x
19:35:06 [2021-03-01T19:35:06.855Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m
19:35:06 [2021-03-01T19:35:06.855Z] INFO: Testing against a local daemon
19:35:06 [2021-03-01T19:35:06.855Z] === RUN   TestServiceCreateInit
19:35:06 [2021-03-01T19:35:06.855Z] === RUN   TestServiceCreateInit/daemonInitDisabled
19:35:07 [2021-03-01T19:35:07.327Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
19:35:07 [2021-03-01T19:35:07.327Z] --- PASS: TestTemplatedSecret (3.69s)
19:35:07 [2021-03-01T19:35:07.327Z] === RUN   TestSecretCreateResolve
19:35:08 [2021-03-01T19:35:08.271Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
19:35:09 [2021-03-01T19:35:09.666Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
19:35:10 [2021-03-01T19:35:10.411Z] === RUN   TestServiceCreateInit/daemonInitEnabled
19:35:10 [2021-03-01T19:35:10.611Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
19:35:10 [2021-03-01T19:35:10.873Z] --- PASS: TestSecretCreateResolve (3.68s)
19:35:10 [2021-03-01T19:35:10.873Z] PASS
19:35:10 [2021-03-01T19:35:10.873Z] 
19:35:10 [2021-03-01T19:35:10.873Z] DONE 6 tests in 17.213s
19:35:10 [2021-03-01T19:35:10.873Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
19:35:10 [2021-03-01T19:35:10.873Z] ++ 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
19:35:10 [2021-03-01T19:35:10.873Z] ++ set -e
19:35:10 [2021-03-01T19:35:10.873Z] ++ '[' -n 0 ']'
19:35:10 [2021-03-01T19:35:10.873Z] ++ set -x
19:35:10 [2021-03-01T19:35:10.873Z] ++ 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
19:35:11 [2021-03-01T19:35:11.134Z] INFO: Testing against a local daemon
19:35:11 [2021-03-01T19:35:11.134Z] === RUN   TestServiceCreateInit
19:35:11 [2021-03-01T19:35:11.134Z] === RUN   TestServiceCreateInit/daemonInitDisabled
19:35:12 [2021-03-01T19:35:12.076Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
19:35:13 [2021-03-01T19:35:13.463Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
19:35:14 [2021-03-01T19:35:14.885Z] --- PASS: TestServiceCreateInit (7.50s)
19:35:14 [2021-03-01T19:35:14.885Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.75s)
19:35:14 [2021-03-01T19:35:14.885Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.73s)
19:35:14 [2021-03-01T19:35:14.885Z] === RUN   TestCreateServiceMultipleTimes
19:35:15 [2021-03-01T19:35:15.380Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
19:35:15 [2021-03-01T19:35:15.952Z] === RUN   TestServiceCreateInit/daemonInitEnabled
19:35:16 [2021-03-01T19:35:16.895Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000c09b60_<nil>}
19:35:18 [2021-03-01T19:35:18.282Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1272533665_/foo_false__<nil>_<nil>_<nil>}
19:35:19 [2021-03-01T19:35:19.667Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1272533665_/foo_true__<nil>_<nil>_<nil>}
19:35:20 [2021-03-01T19:35:20.611Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3580402060_/foo_false__<nil>_<nil>_<nil>}
19:35:20 [2021-03-01T19:35:20.611Z] --- PASS: TestServiceCreateInit (9.64s)
19:35:20 [2021-03-01T19:35:20.611Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.81s)
19:35:20 [2021-03-01T19:35:20.611Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.79s)
19:35:20 [2021-03-01T19:35:20.611Z] === RUN   TestCreateServiceMultipleTimes
19:35:21 [2021-03-01T19:35:21.999Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3580402060_/foo_true__<nil>_<nil>_<nil>}
19:35:23 [2021-03-01T19:35:23.388Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3580402060_/foo_true__0xc000c09bc0_<nil>_<nil>}
19:35:23 [2021-03-01T19:35:23.649Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
19:35:25 [2021-03-01T19:35:25.038Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000c09be0_<nil>}
19:35:25 [2021-03-01T19:35:25.982Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000c09c00_<nil>}
19:35:27 [2021-03-01T19:35:27.902Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000c09c20_<nil>}
19:35:29 [2021-03-01T19:35:29.294Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000c09c40_<nil>}
19:35:30 [2021-03-01T19:35:30.295Z] --- PASS: TestCreateServiceMultipleTimes (15.25s)
19:35:30 [2021-03-01T19:35:30.295Z] === RUN   TestCreateServiceConflict
19:35:30 [2021-03-01T19:35:30.678Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
19:35:31 [2021-03-01T19:35:31.344Z] --- PASS: TestCreateServiceConflict (1.95s)
19:35:31 [2021-03-01T19:35:31.344Z] === RUN   TestCreateServiceMaxReplicas
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
19:35:32 [2021-03-01T19:35:32.064Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
19:35:32 [2021-03-01T19:35:32.325Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
19:35:34 [2021-03-01T19:35:34.103Z] --- PASS: TestCreateServiceMaxReplicas (2.58s)
19:35:34 [2021-03-01T19:35:34.103Z] === RUN   TestCreateWithDuplicateNetworkNames
19:35:34 [2021-03-01T19:35:34.241Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
19:35:35 [2021-03-01T19:35:35.628Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
19:35:37 [2021-03-01T19:35:37.546Z] === RUN   TestDockerSuite/TestCopyAndRestart
19:35:38 [2021-03-01T19:35:38.119Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
19:35:38 [2021-03-01T19:35:38.381Z] === RUN   TestDockerSuite/TestCpAbsolutePath
19:35:38 [2021-03-01T19:35:38.642Z] --- PASS: TestCreateServiceMultipleTimes (17.88s)
19:35:38 [2021-03-01T19:35:38.642Z] === RUN   TestCreateServiceConflict
19:35:38 [2021-03-01T19:35:38.903Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
19:35:39 [2021-03-01T19:35:39.846Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
19:35:40 [2021-03-01T19:35:40.418Z] === RUN   TestDockerSuite/TestCpFromCaseA
19:35:41 [2021-03-01T19:35:41.371Z] === RUN   TestDockerSuite/TestCpFromCaseB
19:35:41 [2021-03-01T19:35:41.371Z] --- PASS: TestCreateServiceConflict (2.67s)
19:35:41 [2021-03-01T19:35:41.371Z] === RUN   TestCreateServiceMaxReplicas
19:35:41 [2021-03-01T19:35:41.943Z] === RUN   TestDockerSuite/TestCpFromCaseC
19:35:42 [2021-03-01T19:35:42.514Z] === RUN   TestDockerSuite/TestCpFromCaseD
19:35:43 [2021-03-01T19:35:43.458Z] === RUN   TestDockerSuite/TestCpFromCaseE
19:35:44 [2021-03-01T19:35:44.402Z] === RUN   TestDockerSuite/TestCpFromCaseF
19:35:44 [2021-03-01T19:35:44.974Z] --- PASS: TestCreateServiceMaxReplicas (3.64s)
19:35:44 [2021-03-01T19:35:44.974Z] === RUN   TestCreateWithDuplicateNetworkNames
19:35:44 [2021-03-01T19:35:44.974Z] === RUN   TestDockerSuite/TestCpFromCaseG
19:35:45 [2021-03-01T19:35:45.917Z] === RUN   TestDockerSuite/TestCpFromCaseH
19:35:46 [2021-03-01T19:35:46.499Z] === RUN   TestDockerSuite/TestCpFromCaseI
19:35:46 [2021-03-01T19:35:46.770Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.81s)
19:35:46 [2021-03-01T19:35:46.770Z] === RUN   TestCreateServiceSecretFileMode
19:35:47 [2021-03-01T19:35:47.888Z] === RUN   TestDockerSuite/TestCpFromCaseJ
19:35:48 [2021-03-01T19:35:48.461Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
19:35:49 [2021-03-01T19:35:49.404Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
19:35:49 [2021-03-01T19:35:49.537Z] --- PASS: TestCreateServiceSecretFileMode (2.20s)
19:35:49 [2021-03-01T19:35:49.537Z] === RUN   TestCreateServiceConfigFileMode
19:35:50 [2021-03-01T19:35:50.345Z] === RUN   TestDockerSuite/TestCpGarbagePath
19:35:50 [2021-03-01T19:35:50.607Z] === RUN   TestDockerSuite/TestCpLocalOnly
19:35:50 [2021-03-01T19:35:50.607Z] === RUN   TestDockerSuite/TestCpNameHasColon
19:35:51 [2021-03-01T19:35:51.177Z] === RUN   TestDockerSuite/TestCpRelativePath
19:35:51 [2021-03-01T19:35:51.614Z] --- PASS: TestCreateServiceConfigFileMode (2.23s)
19:35:51 [2021-03-01T19:35:51.614Z] === RUN   TestCreateServiceSysctls
19:35:52 [2021-03-01T19:35:52.120Z] === RUN   TestDockerSuite/TestCpSpecialFiles
19:35:52 [2021-03-01T19:35:52.692Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
19:35:53 [2021-03-01T19:35:53.264Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
19:35:53 [2021-03-01T19:35:53.837Z] === RUN   TestDockerSuite/TestCpToCaseA
19:35:54 [2021-03-01T19:35:54.361Z] --- PASS: TestCreateServiceSysctls (3.00s)
19:35:54 [2021-03-01T19:35:54.361Z] === RUN   TestCreateServiceCapabilities
19:35:55 [2021-03-01T19:35:55.225Z] === RUN   TestDockerSuite/TestCpToCaseB
19:35:55 [2021-03-01T19:35:55.486Z] === RUN   TestDockerSuite/TestCpToCaseC
19:35:56 [2021-03-01T19:35:56.456Z] --- PASS: TestCreateServiceCapabilities (2.31s)
19:35:56 [2021-03-01T19:35:56.456Z] === RUN   TestInspect
19:35:56 [2021-03-01T19:35:56.872Z] === RUN   TestDockerSuite/TestCpToCaseD
19:35:59 [2021-03-01T19:35:59.216Z] --- PASS: TestInspect (2.53s)
19:35:59 [2021-03-01T19:35:59.216Z] === RUN   TestCreateJob
19:35:59 [2021-03-01T19:35:59.417Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.24s)
19:35:59 [2021-03-01T19:35:59.418Z] === RUN   TestCreateServiceSecretFileMode
19:35:59 [2021-03-01T19:35:59.990Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
19:36:00 [2021-03-01T19:36:00.252Z] === RUN   TestDockerSuite/TestCpToCaseE
19:36:02 [2021-03-01T19:36:02.767Z] --- PASS: TestCreateJob (3.00s)
19:36:02 [2021-03-01T19:36:02.767Z] === RUN   TestReplicatedJob
19:36:02 [2021-03-01T19:36:02.802Z] --- PASS: TestCreateServiceSecretFileMode (3.54s)
19:36:02 [2021-03-01T19:36:02.803Z] === RUN   TestCreateServiceConfigFileMode
19:36:03 [2021-03-01T19:36:03.378Z] === RUN   TestDockerSuite/TestCpToCaseF
19:36:03 [2021-03-01T19:36:03.951Z] === RUN   TestDockerSuite/TestCpToCaseG
19:36:05 [2021-03-01T19:36:05.879Z] --- PASS: TestCreateServiceConfigFileMode (3.01s)
19:36:05 [2021-03-01T19:36:05.879Z] === RUN   TestCreateServiceSysctls
19:36:06 [2021-03-01T19:36:06.452Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
19:36:07 [2021-03-01T19:36:07.287Z] --- PASS: TestReplicatedJob (4.82s)
19:36:07 [2021-03-01T19:36:07.287Z] === RUN   TestUpdateReplicatedJob
19:36:08 [2021-03-01T19:36:08.369Z] === RUN   TestDockerSuite/TestCpToCaseH
19:36:10 [2021-03-01T19:36:10.060Z] --- PASS: TestUpdateReplicatedJob (3.01s)
19:36:10 [2021-03-01T19:36:10.060Z] === RUN   TestServiceListWithStatuses
19:36:10 [2021-03-01T19:36:10.060Z] --- SKIP: TestServiceListWithStatuses (0.00s)
19:36:10 [2021-03-01T19:36:10.060Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:36:10 [2021-03-01T19:36:10.060Z] === RUN   TestDockerNetworkConnectAlias
19:36:10 [2021-03-01T19:36:10.288Z] --- PASS: TestCreateServiceSysctls (4.60s)
19:36:10 [2021-03-01T19:36:10.289Z] === RUN   TestCreateServiceCapabilities
19:36:11 [2021-03-01T19:36:11.675Z] === RUN   TestDockerSuite/TestCpToCaseI
19:36:12 [2021-03-01T19:36:12.248Z] === RUN   TestDockerSuite/TestCpToCaseJ
19:36:13 [2021-03-01T19:36:13.189Z] --- PASS: TestCreateServiceCapabilities (2.88s)
19:36:13 [2021-03-01T19:36:13.189Z] === RUN   TestInspect
19:36:14 [2021-03-01T19:36:14.543Z] --- PASS: TestDockerNetworkConnectAlias (4.01s)
19:36:14 [2021-03-01T19:36:14.543Z] === RUN   TestDockerNetworkReConnect
19:36:16 [2021-03-01T19:36:16.498Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
19:36:17 [2021-03-01T19:36:17.072Z] --- PASS: TestInspect (3.75s)
19:36:17 [2021-03-01T19:36:17.072Z] === RUN   TestCreateJob
19:36:17 [2021-03-01T19:36:17.072Z] === RUN   TestDockerSuite/TestCpToDot
19:36:17 [2021-03-01T19:36:17.289Z] --- PASS: TestDockerNetworkReConnect (3.11s)
19:36:17 [2021-03-01T19:36:17.289Z] === RUN   TestServicePlugin
19:36:17 [2021-03-01T19:36:17.289Z] --- SKIP: TestServicePlugin (0.00s)
19:36:17 [2021-03-01T19:36:17.289Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:36:17 [2021-03-01T19:36:17.289Z] === RUN   TestServiceUpdateLabel
19:36:17 [2021-03-01T19:36:17.645Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
19:36:19 [2021-03-01T19:36:19.031Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
19:36:19 [2021-03-01T19:36:19.376Z] --- PASS: TestServiceUpdateLabel (1.89s)
19:36:19 [2021-03-01T19:36:19.376Z] === RUN   TestServiceUpdateSecrets
19:36:19 [2021-03-01T19:36:19.975Z] === RUN   TestDockerSuite/TestCpToStdout
19:36:20 [2021-03-01T19:36:20.917Z] --- PASS: TestCreateJob (3.85s)
19:36:20 [2021-03-01T19:36:20.917Z] === RUN   TestReplicatedJob
19:36:20 [2021-03-01T19:36:20.917Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
19:36:21 [2021-03-01T19:36:21.861Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
19:36:22 [2021-03-01T19:36:22.434Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
19:36:23 [2021-03-01T19:36:23.381Z] === RUN   TestDockerSuite/TestCpVolumePath
19:36:24 [2021-03-01T19:36:24.768Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
19:36:25 [2021-03-01T19:36:25.039Z] === RUN   TestDockerSuite/TestCreateArgs
19:36:25 [2021-03-01T19:36:25.039Z] === RUN   TestDockerSuite/TestCreateByImageID
19:36:25 [2021-03-01T19:36:25.614Z] === RUN   TestDockerSuite/TestCreateEchoStdout
19:36:26 [2021-03-01T19:36:26.188Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
19:36:26 [2021-03-01T19:36:26.188Z] === RUN   TestDockerSuite/TestCreateHostConfig
19:36:26 [2021-03-01T19:36:26.188Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
19:36:26 [2021-03-01T19:36:26.761Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
19:36:27 [2021-03-01T19:36:27.023Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
19:36:27 [2021-03-01T19:36:27.284Z] === RUN   TestDockerSuite/TestCreateLabels
19:36:27 [2021-03-01T19:36:27.547Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
19:36:27 [2021-03-01T19:36:27.547Z] === RUN   TestDockerSuite/TestCreateRM
19:36:27 [2021-03-01T19:36:27.547Z] --- PASS: TestReplicatedJob (6.82s)
19:36:27 [2021-03-01T19:36:27.547Z] === RUN   TestUpdateReplicatedJob
19:36:27 [2021-03-01T19:36:27.808Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
19:36:27 [2021-03-01T19:36:27.808Z] === RUN   TestDockerSuite/TestCreateStopSignal
19:36:27 [2021-03-01T19:36:27.808Z] === RUN   TestDockerSuite/TestCreateStopTimeout
19:36:27 [2021-03-01T19:36:27.808Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
19:36:30 [2021-03-01T19:36:30.363Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
19:36:30 [2021-03-01T19:36:30.625Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
19:36:30 [2021-03-01T19:36:30.625Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
19:36:32 [2021-03-01T19:36:32.543Z] --- PASS: TestUpdateReplicatedJob (4.64s)
19:36:32 [2021-03-01T19:36:32.543Z] === RUN   TestServiceListWithStatuses
19:36:32 [2021-03-01T19:36:32.543Z] --- SKIP: TestServiceListWithStatuses (0.00s)
19:36:32 [2021-03-01T19:36:32.543Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:36:32 [2021-03-01T19:36:32.543Z] === RUN   TestDockerNetworkConnectAlias
19:36:34 [2021-03-01T19:36:34.750Z] --- PASS: TestServiceUpdateSecrets (14.19s)
19:36:34 [2021-03-01T19:36:34.750Z] === RUN   TestServiceUpdateConfigs
19:36:35 [2021-03-01T19:36:35.851Z] === RUN   TestDockerSuite/TestCreateWithPortRange
19:36:35 [2021-03-01T19:36:35.851Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
19:36:35 [2021-03-01T19:36:35.851Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
19:36:35 [2021-03-01T19:36:35.851Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
19:36:35 [2021-03-01T19:36:35.851Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
19:36:36 [2021-03-01T19:36:36.112Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
19:36:36 [2021-03-01T19:36:36.685Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
19:36:38 [2021-03-01T19:36:38.072Z] --- PASS: TestDockerNetworkConnectAlias (5.72s)
19:36:38 [2021-03-01T19:36:38.072Z] === RUN   TestDockerNetworkReConnect
19:36:38 [2021-03-01T19:36:38.072Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
19:36:38 [2021-03-01T19:36:38.645Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
19:36:40 [2021-03-01T19:36:40.035Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
19:36:41 [2021-03-01T19:36:41.424Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
19:36:41 [2021-03-01T19:36:41.996Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
19:36:41 [2021-03-01T19:36:41.996Z] --- PASS: TestDockerNetworkReConnect (4.14s)
19:36:41 [2021-03-01T19:36:41.996Z] === RUN   TestServicePlugin
19:36:42 [2021-03-01T19:36:42.568Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
19:36:42 [2021-03-01T19:36:42.568Z] === RUN   TestDockerSuite/TestDevicePermissions
19:36:43 [2021-03-01T19:36:43.141Z] === RUN   TestDockerSuite/TestDockerFails
19:36:43 [2021-03-01T19:36:43.141Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
19:36:43 [2021-03-01T19:36:43.141Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
19:36:43 [2021-03-01T19:36:43.403Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
19:36:44 [2021-03-01T19:36:44.355Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
19:36:45 [2021-03-01T19:36:45.304Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
19:36:46 [2021-03-01T19:36:46.247Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
19:36:46 [2021-03-01T19:36:46.247Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
19:36:46 [2021-03-01T19:36:46.508Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
19:36:46 [2021-03-01T19:36:46.770Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
19:36:50 [2021-03-01T19:36:50.150Z] --- PASS: TestServiceUpdateConfigs (14.56s)
19:36:50 [2021-03-01T19:36:50.150Z] === RUN   TestServiceUpdateNetwork
19:36:53 [2021-03-01T19:36:53.362Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
19:36:54 [2021-03-01T19:36:54.305Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
19:36:56 [2021-03-01T19:36:56.220Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
19:36:57 [2021-03-01T19:36:57.607Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
19:36:58 [2021-03-01T19:36:58.552Z] === RUN   TestDockerSuite/TestEventsAttach
19:36:58 [2021-03-01T19:36:58.813Z] === RUN   TestDockerSuite/TestEventsCommit
19:36:59 [2021-03-01T19:36:59.758Z] === RUN   TestDockerSuite/TestEventsContainerEvents
19:37:00 [2021-03-01T19:37:00.019Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
19:37:00 [2021-03-01T19:37:00.545Z] --- PASS: TestServiceUpdateNetwork (12.30s)
19:37:00 [2021-03-01T19:37:00.545Z] === RUN   TestServiceUpdatePidsLimit
19:37:00 [2021-03-01T19:37:00.592Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
19:37:01 [2021-03-01T19:37:01.166Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
19:37:01 [2021-03-01T19:37:01.183Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
19:37:01 [2021-03-01T19:37:01.825Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
19:37:03 [2021-03-01T19:37:03.080Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
19:37:04 [2021-03-01T19:37:04.022Z] === RUN   TestDockerSuite/TestEventsContainerRestart
19:37:05 [2021-03-01T19:37:05.956Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
19:37:08 [2021-03-01T19:37:08.502Z] === RUN   TestDockerSuite/TestEventsCopy
19:37:08 [2021-03-01T19:37:08.740Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
19:37:09 [2021-03-01T19:37:09.074Z] === RUN   TestDockerSuite/TestEventsFilterContainer
19:37:10 [2021-03-01T19:37:10.017Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
19:37:14 [2021-03-01T19:37:14.222Z] --- PASS: TestServicePlugin (32.01s)
19:37:14 [2021-03-01T19:37:14.222Z]     plugin_test.go:62: [dd7989f0810dd] joining swarm manager [df6f8f4bcb224]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:37:14 [2021-03-01T19:37:14.222Z]     plugin_test.go:65: [daff9cf3cf37f] joining swarm manager [df6f8f4bcb224]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:37:14 [2021-03-01T19:37:14.222Z] === RUN   TestServiceUpdateLabel
19:37:15 [2021-03-01T19:37:15.607Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
19:37:15 [2021-03-01T19:37:15.607Z] === RUN   TestDockerSuite/TestEventsFilterImageName
19:37:16 [2021-03-01T19:37:16.993Z] --- PASS: TestServiceUpdateLabel (2.72s)
19:37:16 [2021-03-01T19:37:16.993Z] === RUN   TestServiceUpdateSecrets
19:37:16 [2021-03-01T19:37:16.993Z] === RUN   TestDockerSuite/TestEventsFilterLabels
19:37:17 [2021-03-01T19:37:17.239Z] --- PASS: TestServiceUpdatePidsLimit (15.88s)
19:37:17 [2021-03-01T19:37:17.239Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s)
19:37:17 [2021-03-01T19:37:17.239Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
19:37:17 [2021-03-01T19:37:17.239Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
19:37:17 [2021-03-01T19:37:17.239Z] PASS
19:37:17 [2021-03-01T19:37:17.239Z] 
19:37:17 [2021-03-01T19:37:17.239Z] === Skipped
19:37:17 [2021-03-01T19:37:17.239Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s)
19:37:17 [2021-03-01T19:37:17.239Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:37:17 [2021-03-01T19:37:17.239Z] 
19:37:17 [2021-03-01T19:37:17.239Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s)
19:37:17 [2021-03-01T19:37:17.239Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
19:37:17 [2021-03-01T19:37:17.239Z] 
19:37:17 [2021-03-01T19:37:17.239Z] 
19:37:17 [2021-03-01T19:37:17.239Z] DONE 27 tests, 2 skipped in 129.216s
19:37:17 [2021-03-01T19:37:17.239Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m 
19:37:17 [2021-03-01T19:37:17.239Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m
19:37:17 [2021-03-01T19:37:17.239Z] ++ set -e
19:37:17 [2021-03-01T19:37:17.239Z] ++ '[' -n 0 ']'
19:37:17 [2021-03-01T19:37:17.239Z] ++ set -x
19:37:17 [2021-03-01T19:37:17.239Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m
19:37:17 [2021-03-01T19:37:17.239Z] INFO: Testing against a local daemon
19:37:17 [2021-03-01T19:37:17.239Z] === RUN   TestSessionCreate
19:37:17 [2021-03-01T19:37:17.239Z] --- PASS: TestSessionCreate (0.04s)
19:37:17 [2021-03-01T19:37:17.240Z] === RUN   TestSessionCreateWithBadUpgrade
19:37:17 [2021-03-01T19:37:17.240Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
19:37:17 [2021-03-01T19:37:17.240Z] PASS
19:37:17 [2021-03-01T19:37:17.240Z] 
19:37:17 [2021-03-01T19:37:17.240Z] DONE 2 tests in 0.145s
19:37:17 [2021-03-01T19:37:17.240Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m 
19:37:17 [2021-03-01T19:37:17.240Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m
19:37:17 [2021-03-01T19:37:17.240Z] ++ set -e
19:37:17 [2021-03-01T19:37:17.240Z] ++ '[' -n 0 ']'
19:37:17 [2021-03-01T19:37:17.240Z] ++ set -x
19:37:17 [2021-03-01T19:37:17.240Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m
19:37:17 [2021-03-01T19:37:17.240Z] INFO: Testing against a local daemon
19:37:17 [2021-03-01T19:37:17.240Z] === RUN   TestCgroupDriverSystemdMemoryLimit
19:37:17 [2021-03-01T19:37:17.240Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
19:37:17 [2021-03-01T19:37:17.240Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:37:17 [2021-03-01T19:37:17.240Z] === RUN   TestEventsExecDie
19:37:17 [2021-03-01T19:37:17.240Z] --- PASS: TestEventsExecDie (0.58s)
19:37:17 [2021-03-01T19:37:17.240Z] === RUN   TestEventsBackwardsCompatible
19:37:17 [2021-03-01T19:37:17.240Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
19:37:17 [2021-03-01T19:37:17.240Z] === RUN   TestInfoBinaryCommits
19:37:17 [2021-03-01T19:37:17.240Z] --- PASS: TestInfoBinaryCommits (0.04s)
19:37:17 [2021-03-01T19:37:17.240Z] === RUN   TestInfoAPIVersioned
19:37:17 [2021-03-01T19:37:17.240Z] --- PASS: TestInfoAPIVersioned (0.01s)
19:37:17 [2021-03-01T19:37:17.240Z] === RUN   TestInfoDiscoveryBackend
19:37:17 [2021-03-01T19:37:17.240Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
19:37:17 [2021-03-01T19:37:17.240Z] === RUN   TestInfoDiscoveryInvalidAdvertise
19:37:17 [2021-03-01T19:37:17.254Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
19:37:17 [2021-03-01T19:37:17.254Z] === RUN   TestDockerSuite/TestEventsFilterType
19:37:17 [2021-03-01T19:37:17.827Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
19:37:17 [2021-03-01T19:37:17.827Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
19:37:17 [2021-03-01T19:37:17.827Z] === RUN   TestDockerSuite/TestEventsFilters
19:37:18 [2021-03-01T19:37:18.285Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
19:37:18 [2021-03-01T19:37:18.285Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
19:37:18 [2021-03-01T19:37:18.922Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
19:37:18 [2021-03-01T19:37:18.922Z] === RUN   TestInfoAPI
19:37:18 [2021-03-01T19:37:18.922Z] --- PASS: TestInfoAPI (0.04s)
19:37:18 [2021-03-01T19:37:18.922Z] === RUN   TestInfoAPIWarnings
19:37:19 [2021-03-01T19:37:19.214Z] === RUN   TestDockerSuite/TestEventsFormat
19:37:20 [2021-03-01T19:37:20.157Z] === RUN   TestDockerSuite/TestEventsFormatBadField
19:37:20 [2021-03-01T19:37:20.157Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
19:37:20 [2021-03-01T19:37:20.157Z] === RUN   TestDockerSuite/TestEventsImageImport
19:37:20 [2021-03-01T19:37:20.729Z] === RUN   TestDockerSuite/TestEventsImageLoad
19:37:20 [2021-03-01T19:37:20.990Z] === RUN   TestDockerSuite/TestEventsImagePull
19:37:21 [2021-03-01T19:37:21.561Z] === RUN   TestDockerSuite/TestEventsImageTag
19:37:22 [2021-03-01T19:37:22.502Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
19:37:22 [2021-03-01T19:37:22.763Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
19:37:22 [2021-03-01T19:37:22.763Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
19:37:22 [2021-03-01T19:37:22.763Z] === RUN   TestDockerSuite/TestEventsPluginOps
19:37:24 [2021-03-01T19:37:24.677Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
19:37:24 [2021-03-01T19:37:24.938Z] === RUN   TestDockerSuite/TestEventsRename
19:37:25 [2021-03-01T19:37:25.528Z] === RUN   TestDockerSuite/TestEventsResize
19:37:26 [2021-03-01T19:37:26.099Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
19:37:26 [2021-03-01T19:37:26.671Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
19:37:27 [2021-03-01T19:37:27.244Z] === RUN   TestDockerSuite/TestEventsStreaming
19:37:27 [2021-03-01T19:37:27.816Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
19:37:30 [2021-03-01T19:37:30.364Z] === RUN   TestDockerSuite/TestEventsTop
19:37:30 [2021-03-01T19:37:30.938Z] === RUN   TestDockerSuite/TestEventsUntag
19:37:32 [2021-03-01T19:37:32.326Z] --- PASS: TestServiceUpdateSecrets (15.25s)
19:37:32 [2021-03-01T19:37:32.326Z] === RUN   TestServiceUpdateConfigs
19:37:32 [2021-03-01T19:37:32.326Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
19:37:33 [2021-03-01T19:37:33.715Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestInfoAPIWarnings (16.30s)
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestInfoDebug
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestInfoDebug (0.53s)
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestInfoInsecureRegistries
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestInfoInsecureRegistries (0.53s)
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestInfoRegistryMirrors
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestInfoRegistryMirrors (0.53s)
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestLoginFailsWithBadCredentials
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s)
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestPingCacheHeaders
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestPingCacheHeaders (0.04s)
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestPingGet
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestPingGet (0.02s)
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestPingHead
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestPingHead (0.04s)
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestVersion
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestVersion (0.03s)
19:37:37 [2021-03-01T19:37:37.530Z] PASS
19:37:37 [2021-03-01T19:37:37.530Z] 
19:37:37 [2021-03-01T19:37:37.530Z] === Skipped
19:37:37 [2021-03-01T19:37:37.530Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
19:37:37 [2021-03-01T19:37:37.530Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:37:37 [2021-03-01T19:37:37.530Z] 
19:37:37 [2021-03-01T19:37:37.530Z] 
19:37:37 [2021-03-01T19:37:37.530Z] DONE 18 tests, 1 skipped in 21.217s
19:37:37 [2021-03-01T19:37:37.530Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m 
19:37:37 [2021-03-01T19:37:37.530Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m
19:37:37 [2021-03-01T19:37:37.530Z] ++ set -e
19:37:37 [2021-03-01T19:37:37.530Z] ++ '[' -n 0 ']'
19:37:37 [2021-03-01T19:37:37.530Z] ++ set -x
19:37:37 [2021-03-01T19:37:37.530Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m
19:37:37 [2021-03-01T19:37:37.530Z] INFO: Testing against a local daemon
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestVolumesCreateAndList
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestVolumesCreateAndList (0.03s)
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestVolumesRemove
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestVolumesRemove (0.08s)
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestVolumesInspect
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestVolumesInspect (0.02s)
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestVolumesInvalidJSON
19:37:37 [2021-03-01T19:37:37.530Z] === RUN   TestVolumesInvalidJSON//volumes/create
19:37:37 [2021-03-01T19:37:37.530Z] === PAUSE TestVolumesInvalidJSON//volumes/create
19:37:37 [2021-03-01T19:37:37.530Z] === CONT  TestVolumesInvalidJSON//volumes/create
19:37:37 [2021-03-01T19:37:37.530Z] --- PASS: TestVolumesInvalidJSON (0.02s)
19:37:37 [2021-03-01T19:37:37.530Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
19:37:37 [2021-03-01T19:37:37.530Z] PASS
19:37:37 [2021-03-01T19:37:37.530Z] 
19:37:37 [2021-03-01T19:37:37.530Z] DONE 5 tests in 0.212s
19:37:37 [2021-03-01T19:37:37.530Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
19:37:37 [2021-03-01T19:37:37.825Z] ++++ cat bundles/test-integration/docker.pid
19:37:37 [2021-03-01T19:37:37.825Z] +++ kill 14139
19:37:39 [2021-03-01T19:37:39.345Z] +++ /etc/init.d/apparmor stop
19:37:39 [2021-03-01T19:37:39.345Z] Leaving: AppArmorNo profiles have been unloaded.
19:37:39 [2021-03-01T19:37:39.345Z] 
19:37:39 [2021-03-01T19:37:39.345Z] Unloading profiles will leave already running processes permanently
19:37:39 [2021-03-01T19:37:39.345Z] unconfined, which can lead to unexpected situations.
19:37:39 [2021-03-01T19:37:39.345Z] 
19:37:39 [2021-03-01T19:37:39.345Z] To set a process to complain mode, use the command line tool
19:37:39 [2021-03-01T19:37:39.345Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
19:37:39 [2021-03-01T19:37:39.345Z] +++ true
19:37:39 [2021-03-01T19:37:39.345Z] exiting test-integration
19:37:39 [2021-03-01T19:37:39.345Z] ++ exit 0
19:37:39 [2021-03-01T19:37:39.345Z] 
Post stage
[Pipeline] junit
19:37:40 [2021-03-01T19:37:40.926Z] Recording test results
19:37:41 [2021-03-01T19:37:41.512Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
19:37:41 [2021-03-01T19:37:41.956Z] + echo Ensuring container killed.
19:37:41 [2021-03-01T19:37:41.956Z] Ensuring container killed.
19:37:41 [2021-03-01T19:37:41.956Z] + docker rm -vf docker-pr1
19:37:41 [2021-03-01T19:37:41.956Z] Error: No such container: docker-pr1
19:37:41 [2021-03-01T19:37:41.956Z] + true
[Pipeline] sh
19:37:42 [2021-03-01T19:37:42.360Z] + echo Chowning /workspace to jenkins user
19:37:42 [2021-03-01T19:37:42.360Z] Chowning /workspace to jenkins user
19:37:42 [2021-03-01T19:37:42.360Z] + id -u
19:37:42 [2021-03-01T19:37:42.360Z] + id -g
19:37:42 [2021-03-01T19:37:42.360Z] + docker run --rm -v /home/docker/workspace/moby_PR-42102:/workspace busybox chown -R 1001:1001 /workspace
19:37:42 [2021-03-01T19:37:42.360Z] Unable to find image 'busybox:latest' locally
19:37:42 [2021-03-01T19:37:42.654Z] latest: Pulling from library/busybox
19:37:42 [2021-03-01T19:37:42.654Z] f2fa8cbaa451: Pulling fs layer
19:37:42 [2021-03-01T19:37:42.951Z] f2fa8cbaa451: Verifying Checksum
19:37:42 [2021-03-01T19:37:42.951Z] f2fa8cbaa451: Download complete
19:37:43 [2021-03-01T19:37:43.246Z] f2fa8cbaa451: Pull complete
19:37:43 [2021-03-01T19:37:43.246Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f
19:37:43 [2021-03-01T19:37:43.246Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
19:37:45 [2021-03-01T19:37:45.743Z] + bundleName=ppc64le-integration
19:37:45 [2021-03-01T19:37:45.743Z] + echo Creating ppc64le-integration-bundles.tar.gz
19:37:45 [2021-03-01T19:37:45.743Z] Creating ppc64le-integration-bundles.tar.gz
19:37:45 [2021-03-01T19:37:45.743Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o+  -name *.prof -o -namexargs *-report.xml tar ) -czf -print ppc64le-integration-bundles.tar.gz
19:37:45 [2021-03-01T19:37:45.743Z] 
[Pipeline] archiveArtifacts
19:37:45 [2021-03-01T19:37:45.790Z] Archiving artifacts
19:37:45 [2021-03-01T19:37:45.956Z] === RUN   TestDockerSuite/TestExec
19:37:45 [2021-03-01T19:37:45.956Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
19:37:46 [2021-03-01T19:37:46.218Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
19:37:46 [2021-03-01T19:37:46.579Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42102/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
19:37:46 [2021-03-01T19:37:46.790Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
19:37:46 [2021-03-01T19:37:46.974Z] + make clean
19:37:47 [2021-03-01T19:37:47.270Z] make: command: Command not found
19:37:47 [2021-03-01T19:37:47.270Z] make: command: Command not found
19:37:47 [2021-03-01T19:37:47.270Z] docker volume rm -f docker-dev-cache
19:37:47 [2021-03-01T19:37:47.270Z] docker-dev-cache
[Pipeline] deleteDir
19:37:47 [2021-03-01T19:37:47.363Z] --- PASS: TestServiceUpdateConfigs (15.27s)
19:37:47 [2021-03-01T19:37:47.363Z] === RUN   TestServiceUpdateNetwork
19:37:47 [2021-03-01T19:37:47.624Z] === RUN   TestDockerSuite/TestExecAPIStart
19:37:49 [2021-03-01T19:37:49.011Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
19:37:49 [2021-03-01T19:37:49.584Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
19:37:50 [2021-03-01T19:37:50.528Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
19:37:51 [2021-03-01T19:37:51.102Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
19:37:51 [2021-03-01T19:37:51.682Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
19:37:52 [2021-03-01T19:37:52.256Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
19:37:52 [2021-03-01T19:37:52.828Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
19:37:53 [2021-03-01T19:37:53.774Z] === RUN   TestDockerSuite/TestExecCgroup
19:37:54 [2021-03-01T19:37:54.720Z] === RUN   TestDockerSuite/TestExecEnv
19:37:55 [2021-03-01T19:37:55.666Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
19:37:56 [2021-03-01T19:37:56.614Z] === RUN   TestDockerSuite/TestExecExitStatus
19:37:57 [2021-03-01T19:37:57.188Z] === RUN   TestDockerSuite/TestExecInspectID
19:37:59 [2021-03-01T19:37:59.109Z] === RUN   TestDockerSuite/TestExecInteractive
19:37:59 [2021-03-01T19:37:59.683Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
19:37:59 [2021-03-01T19:37:59.946Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
19:38:00 [2021-03-01T19:38:00.891Z] === RUN   TestDockerSuite/TestExecParseError
19:38:01 [2021-03-01T19:38:01.153Z] --- PASS: TestServiceUpdateNetwork (13.74s)
19:38:01 [2021-03-01T19:38:01.153Z] === RUN   TestServiceUpdatePidsLimit
19:38:01 [2021-03-01T19:38:01.415Z] === RUN   TestDockerSuite/TestExecPausedContainer
19:38:01 [2021-03-01T19:38:01.989Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
19:38:02 [2021-03-01T19:38:02.564Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
19:38:02 [2021-03-01T19:38:02.564Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
19:38:03 [2021-03-01T19:38:03.515Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
19:38:04 [2021-03-01T19:38:04.087Z] === RUN   TestDockerSuite/TestExecSetEnv
19:38:04 [2021-03-01T19:38:04.659Z] === RUN   TestDockerSuite/TestExecStartFails
19:38:05 [2021-03-01T19:38:05.233Z] === RUN   TestDockerSuite/TestExecStateCleanup
19:38:10 [2021-03-01T19:38:10.534Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
19:38:15 [2021-03-01T19:38:15.830Z] === RUN   TestDockerSuite/TestExecStopNotHanging
19:38:16 [2021-03-01T19:38:16.402Z] === RUN   TestDockerSuite/TestExecTTY
19:38:16 [2021-03-01T19:38:16.975Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
19:38:17 [2021-03-01T19:38:17.919Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
19:38:17 [2021-03-01T19:38:17.919Z] --- PASS: TestServiceUpdatePidsLimit (16.93s)
19:38:17 [2021-03-01T19:38:17.919Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s)
19:38:17 [2021-03-01T19:38:17.919Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.09s)
19:38:17 [2021-03-01T19:38:17.919Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s)
19:38:17 [2021-03-01T19:38:17.919Z] PASS
19:38:17 [2021-03-01T19:38:17.919Z] 
19:38:17 [2021-03-01T19:38:17.919Z] === Skipped
19:38:17 [2021-03-01T19:38:17.919Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
19:38:17 [2021-03-01T19:38:17.919Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
19:38:17 [2021-03-01T19:38:17.919Z] 
19:38:17 [2021-03-01T19:38:17.919Z] 
19:38:17 [2021-03-01T19:38:17.919Z] DONE 27 tests, 1 skipped in 187.094s
19:38:17 [2021-03-01T19:38:17.919Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
19:38:17 [2021-03-01T19:38:17.919Z] ++ 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
19:38:17 [2021-03-01T19:38:17.919Z] ++ set -e
19:38:17 [2021-03-01T19:38:17.919Z] ++ '[' -n 0 ']'
19:38:17 [2021-03-01T19:38:17.919Z] ++ set -x
19:38:17 [2021-03-01T19:38:17.919Z] ++ 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
19:38:18 [2021-03-01T19:38:18.180Z] INFO: Testing against a local daemon
19:38:18 [2021-03-01T19:38:18.180Z] === RUN   TestSessionCreate
19:38:18 [2021-03-01T19:38:18.180Z] --- PASS: TestSessionCreate (0.03s)
19:38:18 [2021-03-01T19:38:18.180Z] === RUN   TestSessionCreateWithBadUpgrade
19:38:18 [2021-03-01T19:38:18.180Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
19:38:18 [2021-03-01T19:38:18.180Z] PASS
19:38:18 [2021-03-01T19:38:18.180Z] 
19:38:18 [2021-03-01T19:38:18.180Z] DONE 2 tests in 0.207s
19:38:18 [2021-03-01T19:38:18.180Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
19:38:18 [2021-03-01T19:38:18.180Z] ++ 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
19:38:18 [2021-03-01T19:38:18.180Z] ++ set -e
19:38:18 [2021-03-01T19:38:18.180Z] ++ '[' -n 0 ']'
19:38:18 [2021-03-01T19:38:18.180Z] ++ set -x
19:38:18 [2021-03-01T19:38:18.180Z] ++ 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
19:38:18 [2021-03-01T19:38:18.442Z] === RUN   TestDockerSuite/TestExecUlimits
19:38:18 [2021-03-01T19:38:18.442Z] INFO: Testing against a local daemon
19:38:18 [2021-03-01T19:38:18.442Z] === RUN   TestCgroupDriverSystemdMemoryLimit
19:38:18 [2021-03-01T19:38:18.442Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
19:38:18 [2021-03-01T19:38:18.442Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:38:18 [2021-03-01T19:38:18.442Z] === RUN   TestEventsExecDie
19:38:19 [2021-03-01T19:38:19.384Z] --- PASS: TestEventsExecDie (0.80s)
19:38:19 [2021-03-01T19:38:19.384Z] === RUN   TestEventsBackwardsCompatible
19:38:19 [2021-03-01T19:38:19.384Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
19:38:19 [2021-03-01T19:38:19.384Z] === RUN   TestDockerSuite/TestExecWithImageUser
19:38:19 [2021-03-01T19:38:19.384Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
19:38:19 [2021-03-01T19:38:19.384Z] === RUN   TestInfoBinaryCommits
19:38:19 [2021-03-01T19:38:19.384Z] --- PASS: TestInfoBinaryCommits (0.04s)
19:38:19 [2021-03-01T19:38:19.384Z] === RUN   TestInfoAPIVersioned
19:38:19 [2021-03-01T19:38:19.384Z] --- PASS: TestInfoAPIVersioned (0.02s)
19:38:19 [2021-03-01T19:38:19.384Z] === RUN   TestInfoDiscoveryBackend
19:38:19 [2021-03-01T19:38:19.958Z] --- PASS: TestInfoDiscoveryBackend (0.55s)
19:38:19 [2021-03-01T19:38:19.958Z] === RUN   TestInfoDiscoveryInvalidAdvertise
19:38:20 [2021-03-01T19:38:20.903Z] === RUN   TestDockerSuite/TestExecWithNoTERM
19:38:20 [2021-03-01T19:38:20.903Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
19:38:20 [2021-03-01T19:38:20.903Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
19:38:21 [2021-03-01T19:38:21.475Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
19:38:21 [2021-03-01T19:38:21.475Z] === RUN   TestInfoAPI
19:38:21 [2021-03-01T19:38:21.475Z] --- PASS: TestInfoAPI (0.02s)
19:38:21 [2021-03-01T19:38:21.475Z] === RUN   TestInfoAPIWarnings
19:38:21 [2021-03-01T19:38:21.475Z] === RUN   TestDockerSuite/TestExecWithPrivileged
19:38:22 [2021-03-01T19:38:22.418Z] === RUN   TestDockerSuite/TestExecWithTERM
19:38:22 [2021-03-01T19:38:22.679Z] === RUN   TestDockerSuite/TestExecWithUser
19:38:23 [2021-03-01T19:38:23.251Z] === RUN   TestDockerSuite/TestGetContainerStats
19:38:28 [2021-03-01T19:38:28.539Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
19:38:29 [2021-03-01T19:38:29.923Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
19:38:32 [2021-03-01T19:38:32.469Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
19:38:33 [2021-03-01T19:38:33.865Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
19:38:38 [2021-03-01T19:38:38.072Z] --- PASS: TestInfoAPIWarnings (16.27s)
19:38:38 [2021-03-01T19:38:38.072Z] === RUN   TestInfoDebug
19:38:38 [2021-03-01T19:38:38.333Z] --- PASS: TestInfoDebug (0.52s)
19:38:38 [2021-03-01T19:38:38.333Z] === RUN   TestInfoInsecureRegistries
19:38:38 [2021-03-01T19:38:38.333Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
19:38:38 [2021-03-01T19:38:38.905Z] --- PASS: TestInfoInsecureRegistries (0.52s)
19:38:38 [2021-03-01T19:38:38.905Z] === RUN   TestInfoRegistryMirrors
19:38:38 [2021-03-01T19:38:38.905Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
19:38:38 [2021-03-01T19:38:38.905Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
19:38:39 [2021-03-01T19:38:39.167Z] === RUN   TestDockerSuite/TestHealth
19:38:39 [2021-03-01T19:38:39.167Z] --- PASS: TestInfoRegistryMirrors (0.54s)
19:38:39 [2021-03-01T19:38:39.167Z] === RUN   TestLoginFailsWithBadCredentials
19:38:39 [2021-03-01T19:38:39.428Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s)
19:38:39 [2021-03-01T19:38:39.429Z] === RUN   TestPingCacheHeaders
19:38:39 [2021-03-01T19:38:39.429Z] --- PASS: TestPingCacheHeaders (0.02s)
19:38:39 [2021-03-01T19:38:39.429Z] === RUN   TestPingGet
19:38:39 [2021-03-01T19:38:39.429Z] --- PASS: TestPingGet (0.02s)
19:38:39 [2021-03-01T19:38:39.429Z] === RUN   TestPingHead
19:38:39 [2021-03-01T19:38:39.429Z] --- PASS: TestPingHead (0.02s)
19:38:39 [2021-03-01T19:38:39.429Z] === RUN   TestVersion
19:38:39 [2021-03-01T19:38:39.691Z] --- PASS: TestVersion (0.05s)
19:38:39 [2021-03-01T19:38:39.691Z] PASS
19:38:39 [2021-03-01T19:38:39.691Z] 
19:38:39 [2021-03-01T19:38:39.691Z] === Skipped
19:38:39 [2021-03-01T19:38:39.691Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
19:38:39 [2021-03-01T19:38:39.691Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
19:38:39 [2021-03-01T19:38:39.691Z] 
19:38:39 [2021-03-01T19:38:39.691Z] 
19:38:39 [2021-03-01T19:38:39.691Z] DONE 18 tests, 1 skipped in 21.343s
19:38:39 [2021-03-01T19:38:39.691Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
19:38:39 [2021-03-01T19:38:39.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
19:38:39 [2021-03-01T19:38:39.691Z] ++ set -e
19:38:39 [2021-03-01T19:38:39.691Z] ++ '[' -n 0 ']'
19:38:39 [2021-03-01T19:38:39.691Z] ++ set -x
19:38:39 [2021-03-01T19:38:39.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
19:38:39 [2021-03-01T19:38:39.691Z] INFO: Testing against a local daemon
19:38:39 [2021-03-01T19:38:39.691Z] === RUN   TestVolumesCreateAndList
19:38:39 [2021-03-01T19:38:39.691Z] --- PASS: TestVolumesCreateAndList (0.03s)
19:38:39 [2021-03-01T19:38:39.691Z] === RUN   TestVolumesRemove
19:38:39 [2021-03-01T19:38:39.953Z] --- PASS: TestVolumesRemove (0.09s)
19:38:39 [2021-03-01T19:38:39.953Z] === RUN   TestVolumesInspect
19:38:39 [2021-03-01T19:38:39.953Z] --- PASS: TestVolumesInspect (0.02s)
19:38:39 [2021-03-01T19:38:39.953Z] === RUN   TestVolumesInvalidJSON
19:38:39 [2021-03-01T19:38:39.953Z] === RUN   TestVolumesInvalidJSON//volumes/create
19:38:39 [2021-03-01T19:38:39.953Z] === PAUSE TestVolumesInvalidJSON//volumes/create
19:38:39 [2021-03-01T19:38:39.953Z] === CONT  TestVolumesInvalidJSON//volumes/create
19:38:39 [2021-03-01T19:38:39.953Z] --- PASS: TestVolumesInvalidJSON (0.02s)
19:38:39 [2021-03-01T19:38:39.953Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
19:38:39 [2021-03-01T19:38:39.953Z] PASS
19:38:39 [2021-03-01T19:38:39.953Z] 
19:38:39 [2021-03-01T19:38:39.953Z] DONE 5 tests in 0.300s
19:38:39 [2021-03-01T19:38:39.953Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
19:38:40 [2021-03-01T19:38:40.215Z] ++++ cat bundles/test-integration/docker.pid
19:38:40 [2021-03-01T19:38:40.215Z] +++ kill 5680
19:38:41 [2021-03-01T19:38:41.600Z] +++ /etc/init.d/apparmor stop
19:38:41 [2021-03-01T19:38:41.600Z] Leaving: AppArmorNo profiles have been unloaded.
19:38:41 [2021-03-01T19:38:41.600Z] 
19:38:41 [2021-03-01T19:38:41.600Z] Unloading profiles will leave already running processes permanently
19:38:41 [2021-03-01T19:38:41.600Z] unconfined, which can lead to unexpected situations.
19:38:41 [2021-03-01T19:38:41.600Z] 
19:38:41 [2021-03-01T19:38:41.600Z] To set a process to complain mode, use the command line tool
19:38:41 [2021-03-01T19:38:41.600Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
19:38:41 [2021-03-01T19:38:41.600Z] +++ true
19:38:41 [2021-03-01T19:38:41.600Z] exiting test-integration
19:38:41 [2021-03-01T19:38:41.600Z] ++ exit 0
19:38:41 [2021-03-01T19:38:41.600Z] 
19:38:42 [2021-03-01T19:38:42.172Z] + for job in $(jobs -p)
19:38:42 [2021-03-01T19:38:42.172Z] + wait 9923
19:38:52 [2021-03-01T19:38:52.172Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
19:38:55 [2021-03-01T19:38:55.475Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
19:38:58 [2021-03-01T19:38:58.777Z] === RUN   TestDockerSuite/TestHistoryExistentImage
19:38:58 [2021-03-01T19:38:58.777Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
19:38:58 [2021-03-01T19:38:58.777Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
19:38:58 [2021-03-01T19:38:58.777Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
19:38:59 [2021-03-01T19:38:59.351Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
19:38:59 [2021-03-01T19:38:59.624Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
19:39:00 [2021-03-01T19:39:00.232Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
19:39:00 [2021-03-01T19:39:00.232Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
19:39:00 [2021-03-01T19:39:00.232Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
19:39:00 [2021-03-01T19:39:00.495Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
19:39:01 [2021-03-01T19:39:01.068Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
19:39:01 [2021-03-01T19:39:01.329Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
19:39:01 [2021-03-01T19:39:01.590Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
19:39:01 [2021-03-01T19:39:01.590Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
19:39:02 [2021-03-01T19:39:02.534Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
19:39:02 [2021-03-01T19:39:02.534Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
19:39:03 [2021-03-01T19:39:03.924Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
19:39:04 [2021-03-01T19:39:04.496Z] === RUN   TestDockerSuite/TestImagesFormat
19:39:04 [2021-03-01T19:39:04.496Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
19:39:05 [2021-03-01T19:39:05.068Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
19:39:08 [2021-03-01T19:39:08.369Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
19:39:08 [2021-03-01T19:39:08.369Z] === RUN   TestDockerSuite/TestImportBadURL
19:39:08 [2021-03-01T19:39:08.369Z] === RUN   TestDockerSuite/TestImportDisplay
19:39:08 [2021-03-01T19:39:08.940Z] === RUN   TestDockerSuite/TestImportFile
19:39:10 [2021-03-01T19:39:10.328Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
19:39:10 [2021-03-01T19:39:10.328Z] === RUN   TestDockerSuite/TestImportFileWithMessage
19:39:11 [2021-03-01T19:39:11.272Z] === RUN   TestDockerSuite/TestImportGzipped
19:39:12 [2021-03-01T19:39:12.656Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
19:39:13 [2021-03-01T19:39:13.599Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
19:39:14 [2021-03-01T19:39:14.173Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
19:39:14 [2021-03-01T19:39:14.435Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
19:39:14 [2021-03-01T19:39:14.698Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
19:39:15 [2021-03-01T19:39:15.274Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
19:39:15 [2021-03-01T19:39:15.274Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
19:39:15 [2021-03-01T19:39:15.274Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
19:39:15 [2021-03-01T19:39:15.849Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
19:39:16 [2021-03-01T19:39:16.793Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
19:39:17 [2021-03-01T19:39:17.367Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
19:39:17 [2021-03-01T19:39:17.967Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
19:39:18 [2021-03-01T19:39:18.228Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
19:39:19 [2021-03-01T19:39:19.173Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
19:39:19 [2021-03-01T19:39:19.173Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
19:39:20 [2021-03-01T19:39:20.558Z] === RUN   TestDockerSuite/TestInspectAmpersand
19:39:21 [2021-03-01T19:39:21.502Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
19:39:22 [2021-03-01T19:39:22.074Z] === RUN   TestDockerSuite/TestInspectByPrefix
19:39:22 [2021-03-01T19:39:22.074Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
19:39:22 [2021-03-01T19:39:22.647Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
19:39:22 [2021-03-01T19:39:22.647Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
19:39:23 [2021-03-01T19:39:23.219Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
19:39:23 [2021-03-01T19:39:23.791Z] === RUN   TestDockerSuite/TestInspectDefault
19:39:24 [2021-03-01T19:39:24.364Z] === RUN   TestDockerSuite/TestInspectHistory
19:39:24 [2021-03-01T19:39:24.936Z] === RUN   TestDockerSuite/TestInspectImage
19:39:24 [2021-03-01T19:39:24.936Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
19:39:24 [2021-03-01T19:39:24.936Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
19:39:24 [2021-03-01T19:39:24.936Z] === RUN   TestDockerSuite/TestInspectInt64
19:39:25 [2021-03-01T19:39:25.197Z] === RUN   TestDockerSuite/TestInspectJSONFields
19:39:25 [2021-03-01T19:39:25.768Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
19:39:25 [2021-03-01T19:39:25.769Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
19:39:26 [2021-03-01T19:39:26.340Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
19:39:26 [2021-03-01T19:39:26.913Z] === RUN   TestDockerSuite/TestInspectPlugin
19:39:28 [2021-03-01T19:39:28.297Z] === RUN   TestDockerSuite/TestInspectRootFS
19:39:28 [2021-03-01T19:39:28.297Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
19:39:28 [2021-03-01T19:39:28.870Z] === RUN   TestDockerSuite/TestInspectStatus
19:39:29 [2021-03-01T19:39:29.443Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
19:39:30 [2021-03-01T19:39:30.386Z] === RUN   TestDockerSuite/TestInspectTemplateError
19:39:30 [2021-03-01T19:39:30.957Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
19:39:31 [2021-03-01T19:39:31.530Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
19:39:31 [2021-03-01T19:39:31.791Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
19:39:32 [2021-03-01T19:39:32.052Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
19:39:32 [2021-03-01T19:39:32.624Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
19:39:33 [2021-03-01T19:39:33.199Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
19:39:33 [2021-03-01T19:39:33.782Z] === RUN   TestDockerSuite/TestInspectUnknownObject
19:39:33 [2021-03-01T19:39:33.782Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
19:39:36 [2021-03-01T19:39:36.333Z] === RUN   TestDockerSuite/TestLinkShortDefinition
19:39:37 [2021-03-01T19:39:37.719Z] === RUN   TestDockerSuite/TestLinksEnvs
19:39:38 [2021-03-01T19:39:38.662Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
19:39:38 [2021-03-01T19:39:38.923Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
19:39:39 [2021-03-01T19:39:39.866Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
19:39:41 [2021-03-01T19:39:41.782Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
19:39:43 [2021-03-01T19:39:43.167Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
19:39:43 [2021-03-01T19:39:43.167Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
19:39:44 [2021-03-01T19:39:44.552Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
19:39:44 [2021-03-01T19:39:44.552Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
19:39:45 [2021-03-01T19:39:45.125Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
19:39:48 [2021-03-01T19:39:48.428Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
19:39:53 [2021-03-01T19:39:53.722Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
19:39:54 [2021-03-01T19:39:54.294Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
19:39:55 [2021-03-01T19:39:55.682Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
19:39:57 [2021-03-01T19:39:57.075Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
19:39:57 [2021-03-01T19:39:57.647Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
19:40:00 [2021-03-01T19:40:00.202Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
19:40:00 [2021-03-01T19:40:00.202Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
19:40:00 [2021-03-01T19:40:00.468Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
19:40:00 [2021-03-01T19:40:00.468Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
19:40:00 [2021-03-01T19:40:00.468Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
19:40:01 [2021-03-01T19:40:01.042Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
19:40:01 [2021-03-01T19:40:01.988Z] === RUN   TestDockerSuite/TestLogsAPIUntil
19:40:06 [2021-03-01T19:40:06.200Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
19:40:06 [2021-03-01T19:40:06.200Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
19:40:10 [2021-03-01T19:40:10.411Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
19:40:10 [2021-03-01T19:40:10.985Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
19:40:10 [2021-03-01T19:40:10.986Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
19:40:11 [2021-03-01T19:40:11.933Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
19:40:12 [2021-03-01T19:40:12.882Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
19:40:13 [2021-03-01T19:40:13.830Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
19:40:14 [2021-03-01T19:40:14.775Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
19:40:15 [2021-03-01T19:40:15.348Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
19:40:17 [2021-03-01T19:40:17.910Z] === RUN   TestDockerSuite/TestLogsFollowStopped
19:40:18 [2021-03-01T19:40:18.172Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
19:40:18 [2021-03-01T19:40:18.746Z] === RUN   TestDockerSuite/TestLogsSince
19:40:22 [2021-03-01T19:40:22.956Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
19:40:25 [2021-03-01T19:40:25.506Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
19:40:25 [2021-03-01T19:40:25.506Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
19:40:30 [2021-03-01T19:40:30.797Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
19:40:31 [2021-03-01T19:40:31.371Z] === RUN   TestDockerSuite/TestLogsTail
19:40:31 [2021-03-01T19:40:31.943Z] === RUN   TestDockerSuite/TestLogsTimestamps
19:40:32 [2021-03-01T19:40:32.515Z] === RUN   TestDockerSuite/TestLogsWithDetails
19:40:32 [2021-03-01T19:40:32.775Z] === RUN   TestDockerSuite/TestMountIntoProc
19:40:33 [2021-03-01T19:40:33.036Z] === RUN   TestDockerSuite/TestMountIntoSys
19:40:33 [2021-03-01T19:40:33.610Z] === RUN   TestDockerSuite/TestNetHostname
19:40:35 [2021-03-01T19:40:35.000Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
19:40:35 [2021-03-01T19:40:35.262Z] === RUN   TestDockerSuite/TestNetworkEvents
19:40:41 [2021-03-01T19:40:41.852Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
19:40:42 [2021-03-01T19:40:42.425Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
19:40:43 [2021-03-01T19:40:43.011Z] === RUN   TestDockerSuite/TestPluginActive
19:40:44 [2021-03-01T19:40:44.395Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
19:40:47 [2021-03-01T19:40:47.707Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
19:40:50 [2021-03-01T19:40:50.254Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
19:40:50 [2021-03-01T19:40:50.254Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
19:40:50 [2021-03-01T19:40:50.826Z] === RUN   TestDockerSuite/TestPluginLogDriver
19:40:54 [2021-03-01T19:40:54.133Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
19:40:55 [2021-03-01T19:40:55.520Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
19:40:58 [2021-03-01T19:40:58.064Z] === RUN   TestDockerSuite/TestPluginUpgrade
19:41:02 [2021-03-01T19:41:02.269Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
19:41:04 [2021-03-01T19:41:04.186Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
19:41:05 [2021-03-01T19:41:05.130Z] === RUN   TestDockerSuite/TestPortHostBinding
19:41:06 [2021-03-01T19:41:06.088Z] === RUN   TestDockerSuite/TestPortList
19:41:14 [2021-03-01T19:41:14.232Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
19:41:14 [2021-03-01T19:41:14.493Z] === RUN   TestDockerSuite/TestPostContainersAttach
19:41:21 [2021-03-01T19:41:21.077Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
19:41:21 [2021-03-01T19:41:21.077Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
19:41:21 [2021-03-01T19:41:21.077Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
19:41:21 [2021-03-01T19:41:21.077Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
19:41:21 [2021-03-01T19:41:21.650Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
19:41:21 [2021-03-01T19:41:21.650Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
19:41:22 [2021-03-01T19:41:22.223Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
19:41:22 [2021-03-01T19:41:22.223Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
19:41:22 [2021-03-01T19:41:22.796Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
19:41:22 [2021-03-01T19:41:22.796Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
19:41:24 [2021-03-01T19:41:24.183Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
19:41:24 [2021-03-01T19:41:24.183Z] === RUN   TestDockerSuite/TestPruneContainerLabel
19:41:27 [2021-03-01T19:41:27.492Z] === RUN   TestDockerSuite/TestPruneContainerUntil
19:41:28 [2021-03-01T19:41:28.436Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
19:41:29 [2021-03-01T19:41:29.009Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
19:41:29 [2021-03-01T19:41:29.270Z] === RUN   TestDockerSuite/TestPsByOrder
19:41:31 [2021-03-01T19:41:31.820Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
19:41:32 [2021-03-01T19:41:32.404Z] === RUN   TestDockerSuite/TestPsListContainersBase
19:41:34 [2021-03-01T19:41:34.951Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
19:41:38 [2021-03-01T19:41:38.258Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
19:41:38 [2021-03-01T19:41:38.258Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
19:41:40 [2021-03-01T19:41:40.814Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
19:41:47 [2021-03-01T19:41:47.402Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
19:41:47 [2021-03-01T19:41:47.402Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
19:41:47 [2021-03-01T19:41:47.974Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
19:41:50 [2021-03-01T19:41:50.524Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
19:41:51 [2021-03-01T19:41:51.471Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
19:41:52 [2021-03-01T19:41:52.860Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
19:41:54 [2021-03-01T19:41:54.779Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
19:41:56 [2021-03-01T19:41:56.173Z] === RUN   TestDockerSuite/TestPsListContainersSize
19:41:57 [2021-03-01T19:41:57.137Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
19:41:57 [2021-03-01T19:41:57.137Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
19:41:57 [2021-03-01T19:41:57.711Z] === RUN   TestDockerSuite/TestPsRightTagName
19:41:59 [2021-03-01T19:41:59.629Z] === RUN   TestDockerSuite/TestPsShowMounts
19:42:01 [2021-03-01T19:42:01.546Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
19:42:01 [2021-03-01T19:42:01.807Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
19:42:01 [2021-03-01T19:42:01.807Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
19:42:02 [2021-03-01T19:42:02.068Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
19:42:02 [2021-03-01T19:42:02.330Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
19:42:02 [2021-03-01T19:42:02.330Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
19:42:02 [2021-03-01T19:42:02.901Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
19:42:03 [2021-03-01T19:42:03.845Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
19:42:04 [2021-03-01T19:42:04.791Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
19:42:05 [2021-03-01T19:42:05.363Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
19:42:11 [2021-03-01T19:42:11.957Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
19:42:12 [2021-03-01T19:42:12.900Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
19:42:14 [2021-03-01T19:42:14.287Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
19:42:14 [2021-03-01T19:42:14.548Z] === RUN   TestDockerSuite/TestRestartPolicyNO
19:42:14 [2021-03-01T19:42:14.548Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
19:42:14 [2021-03-01T19:42:14.809Z] === RUN   TestDockerSuite/TestRestartRunningContainer
19:42:17 [2021-03-01T19:42:17.358Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
19:42:17 [2021-03-01T19:42:17.937Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
19:42:20 [2021-03-01T19:42:20.487Z] === RUN   TestDockerSuite/TestRestartWithVolumes
19:42:21 [2021-03-01T19:42:21.059Z] === RUN   TestDockerSuite/TestRmiBlank
19:42:21 [2021-03-01T19:42:21.059Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
19:42:21 [2021-03-01T19:42:21.059Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
19:42:23 [2021-03-01T19:42:23.608Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
19:42:24 [2021-03-01T19:42:24.179Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
19:42:24 [2021-03-01T19:42:24.440Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
19:42:25 [2021-03-01T19:42:25.825Z] === RUN   TestDockerSuite/TestRmiImgIDForce
19:42:26 [2021-03-01T19:42:26.397Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
19:42:26 [2021-03-01T19:42:26.397Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
19:42:27 [2021-03-01T19:42:27.784Z] === RUN   TestDockerSuite/TestRmiParentImageFail
19:42:28 [2021-03-01T19:42:28.728Z] === RUN   TestDockerSuite/TestRmiTag
19:42:29 [2021-03-01T19:42:29.309Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
19:42:30 [2021-03-01T19:42:30.255Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
19:42:33 [2021-03-01T19:42:33.571Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
19:42:34 [2021-03-01T19:42:34.145Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
19:42:34 [2021-03-01T19:42:34.716Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
19:42:34 [2021-03-01T19:42:34.977Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
19:42:35 [2021-03-01T19:42:35.919Z] === RUN   TestDockerSuite/TestRunAddHost
19:42:36 [2021-03-01T19:42:36.490Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
19:42:36 [2021-03-01T19:42:36.751Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
19:42:37 [2021-03-01T19:42:37.324Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
19:42:37 [2021-03-01T19:42:37.324Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
19:42:37 [2021-03-01T19:42:37.901Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
19:42:39 [2021-03-01T19:42:39.326Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
19:42:39 [2021-03-01T19:42:39.910Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
19:42:40 [2021-03-01T19:42:40.482Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
19:42:41 [2021-03-01T19:42:41.054Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
19:42:41 [2021-03-01T19:42:41.996Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
19:42:42 [2021-03-01T19:42:42.940Z] === RUN   TestDockerSuite/TestRunAttachDetach
19:42:43 [2021-03-01T19:42:43.883Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
19:42:44 [2021-03-01T19:42:44.454Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
19:42:45 [2021-03-01T19:42:45.397Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
19:42:46 [2021-03-01T19:42:46.342Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
19:42:46 [2021-03-01T19:42:46.916Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
19:42:47 [2021-03-01T19:42:47.861Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
19:42:48 [2021-03-01T19:42:48.804Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
19:42:49 [2021-03-01T19:42:49.376Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
19:42:49 [2021-03-01T19:42:49.637Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
19:42:50 [2021-03-01T19:42:50.213Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
19:42:50 [2021-03-01T19:42:50.213Z] === RUN   TestDockerSuite/TestRunBindMounts
19:42:52 [2021-03-01T19:42:52.134Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
19:42:52 [2021-03-01T19:42:52.395Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
19:42:52 [2021-03-01T19:42:52.967Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
19:42:53 [2021-03-01T19:42:53.538Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
19:42:54 [2021-03-01T19:42:54.512Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
19:42:55 [2021-03-01T19:42:55.087Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
19:42:55 [2021-03-01T19:42:55.087Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
19:42:55 [2021-03-01T19:42:55.659Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
19:42:56 [2021-03-01T19:42:56.603Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
19:42:57 [2021-03-01T19:42:57.175Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
19:42:57 [2021-03-01T19:42:57.436Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
19:42:57 [2021-03-01T19:42:57.699Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
19:42:58 [2021-03-01T19:42:58.644Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
19:42:58 [2021-03-01T19:42:58.644Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
19:42:59 [2021-03-01T19:42:59.216Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
19:42:59 [2021-03-01T19:42:59.216Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
19:42:59 [2021-03-01T19:42:59.789Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
19:43:00 [2021-03-01T19:43:00.051Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
19:43:00 [2021-03-01T19:43:00.623Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
19:43:01 [2021-03-01T19:43:01.196Z] === RUN   TestDockerSuite/TestRunContainerNetwork
19:43:02 [2021-03-01T19:43:02.142Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
19:43:02 [2021-03-01T19:43:02.142Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
19:43:02 [2021-03-01T19:43:02.714Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
19:43:02 [2021-03-01T19:43:02.714Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
19:43:04 [2021-03-01T19:43:04.103Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
19:43:05 [2021-03-01T19:43:05.492Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
19:43:06 [2021-03-01T19:43:06.065Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
19:43:06 [2021-03-01T19:43:06.638Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
19:43:07 [2021-03-01T19:43:07.212Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
19:43:07 [2021-03-01T19:43:07.787Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
19:43:08 [2021-03-01T19:43:08.361Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
19:43:09 [2021-03-01T19:43:09.306Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
19:43:09 [2021-03-01T19:43:09.568Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
19:43:09 [2021-03-01T19:43:09.834Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
19:43:11 [2021-03-01T19:43:11.242Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
19:43:12 [2021-03-01T19:43:12.630Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
19:43:14 [2021-03-01T19:43:14.018Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
19:43:14 [2021-03-01T19:43:14.018Z] === RUN   TestDockerSuite/TestRunCreateVolume
19:43:14 [2021-03-01T19:43:14.592Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
19:43:16 [2021-03-01T19:43:16.513Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
19:43:17 [2021-03-01T19:43:17.086Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
19:43:18 [2021-03-01T19:43:18.033Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
19:43:19 [2021-03-01T19:43:19.954Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
19:43:21 [2021-03-01T19:43:21.871Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
19:43:22 [2021-03-01T19:43:22.133Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
19:43:22 [2021-03-01T19:43:22.133Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
19:43:22 [2021-03-01T19:43:22.133Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
19:43:22 [2021-03-01T19:43:22.707Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
19:43:24 [2021-03-01T19:43:24.628Z] === RUN   TestDockerSuite/TestRunDNSOptions
19:43:25 [2021-03-01T19:43:25.609Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
19:43:26 [2021-03-01T19:43:26.999Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
19:43:27 [2021-03-01T19:43:27.260Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
19:43:28 [2021-03-01T19:43:28.647Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
19:43:28 [2021-03-01T19:43:28.907Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
19:43:28 [2021-03-01T19:43:28.908Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
19:43:29 [2021-03-01T19:43:29.168Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
19:43:30 [2021-03-01T19:43:30.553Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
19:43:30 [2021-03-01T19:43:30.553Z] === RUN   TestDockerSuite/TestRunDuplicateMount
19:43:30 [2021-03-01T19:43:30.814Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
19:43:31 [2021-03-01T19:43:31.386Z] === RUN   TestDockerSuite/TestRunEchoStdout
19:43:31 [2021-03-01T19:43:31.647Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
19:43:32 [2021-03-01T19:43:32.218Z] === RUN   TestDockerSuite/TestRunEmptyEnv
19:43:32 [2021-03-01T19:43:32.218Z] === RUN   TestDockerSuite/TestRunEntrypoint
19:43:32 [2021-03-01T19:43:32.789Z] === RUN   TestDockerSuite/TestRunEnvironment
19:43:33 [2021-03-01T19:43:33.360Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
19:43:33 [2021-03-01T19:43:33.621Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
19:43:34 [2021-03-01T19:43:34.192Z] === RUN   TestDockerSuite/TestRunExitCode
19:43:34 [2021-03-01T19:43:34.763Z] === RUN   TestDockerSuite/TestRunExitCodeOne
19:43:35 [2021-03-01T19:43:35.024Z] === RUN   TestDockerSuite/TestRunExitCodeZero
19:43:35 [2021-03-01T19:43:35.596Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
19:43:38 [2021-03-01T19:43:38.478Z] === RUN   TestDockerSuite/TestRunExposePort
19:43:38 [2021-03-01T19:43:38.478Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
19:43:38 [2021-03-01T19:43:38.478Z] === RUN   TestDockerSuite/TestRunGroupAdd
19:43:38 [2021-03-01T19:43:38.478Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
19:43:38 [2021-03-01T19:43:38.478Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
19:43:38 [2021-03-01T19:43:38.478Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
19:43:38 [2021-03-01T19:43:38.478Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
19:43:40 [2021-03-01T19:43:40.393Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
19:43:40 [2021-03-01T19:43:40.964Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
19:43:46 [2021-03-01T19:43:46.268Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
19:43:52 [2021-03-01T19:43:52.858Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
19:43:52 [2021-03-01T19:43:52.858Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
19:43:53 [2021-03-01T19:43:53.802Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
19:43:53 [2021-03-01T19:43:53.802Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
19:43:53 [2021-03-01T19:43:53.802Z] === RUN   TestDockerSuite/TestRunInvalidReference
19:43:53 [2021-03-01T19:43:53.802Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
19:43:54 [2021-03-01T19:43:54.376Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
19:43:54 [2021-03-01T19:43:54.376Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
19:43:56 [2021-03-01T19:43:56.931Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
19:43:58 [2021-03-01T19:43:58.322Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
19:43:58 [2021-03-01T19:43:58.322Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
19:43:59 [2021-03-01T19:43:59.268Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
19:44:05 [2021-03-01T19:44:05.862Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
19:44:05 [2021-03-01T19:44:05.862Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
19:44:05 [2021-03-01T19:44:05.862Z] === RUN   TestDockerSuite/TestRunModeHostname
19:44:06 [2021-03-01T19:44:06.123Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
19:44:06 [2021-03-01T19:44:06.123Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
19:44:06 [2021-03-01T19:44:06.384Z] === RUN   TestDockerSuite/TestRunModeIpcHost
19:44:07 [2021-03-01T19:44:07.329Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
19:44:07 [2021-03-01T19:44:07.909Z] === RUN   TestDockerSuite/TestRunModePIDContainer
19:44:08 [2021-03-01T19:44:08.890Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
19:44:09 [2021-03-01T19:44:09.151Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
19:44:09 [2021-03-01T19:44:09.151Z] === RUN   TestDockerSuite/TestRunModePIDHost
19:44:10 [2021-03-01T19:44:10.097Z] === RUN   TestDockerSuite/TestRunModeUTSHost
19:44:11 [2021-03-01T19:44:11.042Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
19:44:11 [2021-03-01T19:44:11.304Z] === RUN   TestDockerSuite/TestRunMount
19:44:14 [2021-03-01T19:44:14.616Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
19:44:17 [2021-03-01T19:44:17.170Z] === RUN   TestDockerSuite/TestRunMountOrdering
19:44:17 [2021-03-01T19:44:17.433Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
19:44:17 [2021-03-01T19:44:17.433Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
19:44:18 [2021-03-01T19:44:18.007Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
19:44:19 [2021-03-01T19:44:19.400Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
19:44:19 [2021-03-01T19:44:19.663Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
19:44:21 [2021-03-01T19:44:21.052Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
19:44:22 [2021-03-01T19:44:22.969Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
19:44:23 [2021-03-01T19:44:23.914Z] === RUN   TestDockerSuite/TestRunNamedVolume
19:44:25 [2021-03-01T19:44:25.833Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
19:44:26 [2021-03-01T19:44:26.109Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
19:44:27 [2021-03-01T19:44:27.497Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
19:44:28 [2021-03-01T19:44:28.884Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
19:44:29 [2021-03-01T19:44:29.456Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
19:44:30 [2021-03-01T19:44:30.401Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
19:44:30 [2021-03-01T19:44:30.401Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
19:44:30 [2021-03-01T19:44:30.662Z] === RUN   TestDockerSuite/TestRunNetHost
19:44:31 [2021-03-01T19:44:31.606Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
19:44:32 [2021-03-01T19:44:32.178Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
19:44:32 [2021-03-01T19:44:32.178Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
19:44:32 [2021-03-01T19:44:32.751Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
19:44:34 [2021-03-01T19:44:34.668Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
19:44:35 [2021-03-01T19:44:35.614Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
19:44:36 [2021-03-01T19:44:36.558Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
19:44:39 [2021-03-01T19:44:39.865Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
19:44:40 [2021-03-01T19:44:40.438Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
19:44:40 [2021-03-01T19:44:40.438Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
19:44:41 [2021-03-01T19:44:41.010Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
19:44:41 [2021-03-01T19:44:41.010Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
19:44:41 [2021-03-01T19:44:41.582Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
19:44:41 [2021-03-01T19:44:41.843Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
19:44:42 [2021-03-01T19:44:42.105Z] === RUN   TestDockerSuite/TestRunNonExistingImage
19:44:42 [2021-03-01T19:44:42.366Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
19:44:42 [2021-03-01T19:44:42.946Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
19:44:47 [2021-03-01T19:44:47.152Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
19:44:48 [2021-03-01T19:44:48.538Z] === RUN   TestDockerSuite/TestRunOOMExitCode
19:44:48 [2021-03-01T19:44:48.538Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
19:44:49 [2021-03-01T19:44:49.483Z] === RUN   TestDockerSuite/TestRunPIDsLimit
19:44:50 [2021-03-01T19:44:50.055Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
19:44:50 [2021-03-01T19:44:50.999Z] === RUN   TestDockerSuite/TestRunPortInUse
19:44:51 [2021-03-01T19:44:51.571Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
19:44:52 [2021-03-01T19:44:52.143Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
19:44:52 [2021-03-01T19:44:52.406Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
19:44:52 [2021-03-01T19:44:52.978Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
19:44:53 [2021-03-01T19:44:53.239Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
19:44:53 [2021-03-01T19:44:53.813Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
19:44:53 [2021-03-01T19:44:53.813Z] === RUN   TestDockerSuite/TestRunPublishPort
19:44:54 [2021-03-01T19:44:54.384Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
19:44:54 [2021-03-01T19:44:54.645Z] === RUN   TestDockerSuite/TestRunReadProcLatency
19:44:54 [2021-03-01T19:44:54.645Z] === RUN   TestDockerSuite/TestRunReadProcTimer
19:44:55 [2021-03-01T19:44:55.217Z] === RUN   TestDockerSuite/TestRunRedirectStdout
19:44:56 [2021-03-01T19:44:56.162Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
19:44:56 [2021-03-01T19:44:56.162Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
19:44:58 [2021-03-01T19:44:58.719Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
19:44:59 [2021-03-01T19:44:59.291Z] === RUN   TestDockerSuite/TestRunRm
19:44:59 [2021-03-01T19:44:59.863Z] === RUN   TestDockerSuite/TestRunRmAndWait
19:45:00 [2021-03-01T19:45:00.440Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
19:45:02 [2021-03-01T19:45:02.991Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
19:45:03 [2021-03-01T19:45:03.563Z] === RUN   TestDockerSuite/TestRunRmPre125Api
19:45:03 [2021-03-01T19:45:03.825Z] === RUN   TestDockerSuite/TestRunRootWorkdir
19:45:04 [2021-03-01T19:45:04.398Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
19:45:06 [2021-03-01T19:45:06.314Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
19:45:06 [2021-03-01T19:45:06.314Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
19:45:06 [2021-03-01T19:45:06.887Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
19:45:10 [2021-03-01T19:45:10.193Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
19:45:10 [2021-03-01T19:45:10.193Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
19:45:13 [2021-03-01T19:45:13.501Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
19:45:13 [2021-03-01T19:45:13.501Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
19:45:13 [2021-03-01T19:45:13.762Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
19:45:14 [2021-03-01T19:45:14.334Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
19:45:14 [2021-03-01T19:45:14.906Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
19:45:14 [2021-03-01T19:45:14.906Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
19:45:15 [2021-03-01T19:45:15.479Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
19:45:16 [2021-03-01T19:45:16.053Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
19:45:16 [2021-03-01T19:45:16.626Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
19:45:17 [2021-03-01T19:45:17.571Z] === RUN   TestDockerSuite/TestRunSetMacAddress
19:45:17 [2021-03-01T19:45:17.571Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
19:45:18 [2021-03-01T19:45:18.143Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
19:45:20 [2021-03-01T19:45:20.718Z] === RUN   TestDockerSuite/TestRunState
19:45:21 [2021-03-01T19:45:21.660Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
19:45:21 [2021-03-01T19:45:21.921Z] === RUN   TestDockerSuite/TestRunStdinPipe
19:45:22 [2021-03-01T19:45:22.493Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
19:45:22 [2021-03-01T19:45:22.755Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
19:45:22 [2021-03-01T19:45:22.755Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
19:45:23 [2021-03-01T19:45:23.016Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
19:45:23 [2021-03-01T19:45:23.591Z] === RUN   TestDockerSuite/TestRunSysctls
19:45:24 [2021-03-01T19:45:24.536Z] === RUN   TestDockerSuite/TestRunTLSVerify
19:45:24 [2021-03-01T19:45:24.536Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
19:45:24 [2021-03-01T19:45:24.536Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
19:45:25 [2021-03-01T19:45:25.112Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
19:45:26 [2021-03-01T19:45:26.499Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
19:45:27 [2021-03-01T19:45:27.071Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
19:45:28 [2021-03-01T19:45:28.460Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
19:45:31 [2021-03-01T19:45:31.011Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
19:45:31 [2021-03-01T19:45:31.012Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
19:45:34 [2021-03-01T19:45:34.319Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
19:45:34 [2021-03-01T19:45:34.319Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
19:45:34 [2021-03-01T19:45:34.580Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
19:45:35 [2021-03-01T19:45:35.153Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
19:45:36 [2021-03-01T19:45:36.542Z] === RUN   TestDockerSuite/TestRunUnshareProc
19:45:37 [2021-03-01T19:45:37.964Z] === RUN   TestDockerSuite/TestRunUserByID
19:45:38 [2021-03-01T19:45:38.226Z] === RUN   TestDockerSuite/TestRunUserByIDBig
19:45:38 [2021-03-01T19:45:38.487Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
19:45:38 [2021-03-01T19:45:38.487Z] === RUN   TestDockerSuite/TestRunUserByIDZero
19:45:39 [2021-03-01T19:45:39.060Z] === RUN   TestDockerSuite/TestRunUserByName
19:45:39 [2021-03-01T19:45:39.635Z] === RUN   TestDockerSuite/TestRunUserDefaults
19:45:39 [2021-03-01T19:45:39.896Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
19:45:39 [2021-03-01T19:45:39.896Z] === RUN   TestDockerSuite/TestRunUserNotFound
19:45:40 [2021-03-01T19:45:40.158Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
19:45:40 [2021-03-01T19:45:40.733Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
19:45:44 [2021-03-01T19:45:44.038Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
19:45:44 [2021-03-01T19:45:44.038Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
19:45:44 [2021-03-01T19:45:44.038Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
19:45:44 [2021-03-01T19:45:44.981Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
19:45:46 [2021-03-01T19:45:46.899Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
19:45:47 [2021-03-01T19:45:47.842Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
19:45:49 [2021-03-01T19:45:49.229Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
19:45:51 [2021-03-01T19:45:51.146Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
19:45:51 [2021-03-01T19:45:51.409Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
19:45:51 [2021-03-01T19:45:51.409Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
19:45:51 [2021-03-01T19:45:51.409Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
19:45:51 [2021-03-01T19:45:51.409Z] === RUN   TestDockerSuite/TestRunWithBadDevice
19:45:51 [2021-03-01T19:45:51.671Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
19:45:51 [2021-03-01T19:45:51.671Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
19:45:52 [2021-03-01T19:45:52.243Z] === RUN   TestDockerSuite/TestRunWithCPUShares
19:45:52 [2021-03-01T19:45:52.814Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
19:45:53 [2021-03-01T19:45:53.758Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
19:45:54 [2021-03-01T19:45:54.032Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
19:45:54 [2021-03-01T19:45:54.610Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
19:45:54 [2021-03-01T19:45:54.610Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
19:45:55 [2021-03-01T19:45:55.183Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
19:45:55 [2021-03-01T19:45:55.183Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
19:45:55 [2021-03-01T19:45:55.183Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
19:45:55 [2021-03-01T19:45:55.183Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
19:45:55 [2021-03-01T19:45:55.183Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
19:45:55 [2021-03-01T19:45:55.183Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
19:45:55 [2021-03-01T19:45:55.183Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
19:45:55 [2021-03-01T19:45:55.183Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
19:45:55 [2021-03-01T19:45:55.183Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
19:45:55 [2021-03-01T19:45:55.183Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
19:45:55 [2021-03-01T19:45:55.755Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
19:45:56 [2021-03-01T19:45:56.335Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
19:45:56 [2021-03-01T19:45:56.908Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
19:45:56 [2021-03-01T19:45:56.908Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
19:45:57 [2021-03-01T19:45:57.170Z] === RUN   TestDockerSwarmSuite/TestServiceScale
19:45:57 [2021-03-01T19:45:57.431Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
19:45:57 [2021-03-01T19:45:57.691Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
19:45:58 [2021-03-01T19:45:58.265Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
19:45:58 [2021-03-01T19:45:58.265Z] === RUN   TestDockerSuite/TestRunWithShmSize
19:45:58 [2021-03-01T19:45:58.838Z] === RUN   TestDockerSuite/TestRunWithSwappiness
19:45:59 [2021-03-01T19:45:59.413Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
19:45:59 [2021-03-01T19:45:59.413Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
19:45:59 [2021-03-01T19:45:59.413Z] === RUN   TestDockerSuite/TestRunWithUlimits
19:45:59 [2021-03-01T19:45:59.985Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
19:45:59 [2021-03-01T19:45:59.985Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
19:46:01 [2021-03-01T19:46:01.380Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
19:46:01 [2021-03-01T19:46:01.641Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
19:46:01 [2021-03-01T19:46:01.641Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
19:46:02 [2021-03-01T19:46:02.215Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
19:46:02 [2021-03-01T19:46:02.215Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
19:46:03 [2021-03-01T19:46:03.160Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
19:46:03 [2021-03-01T19:46:03.732Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
19:46:05 [2021-03-01T19:46:05.123Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
19:46:05 [2021-03-01T19:46:05.699Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
19:46:05 [2021-03-01T19:46:05.699Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
19:46:05 [2021-03-01T19:46:05.699Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
19:46:06 [2021-03-01T19:46:06.642Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
19:46:07 [2021-03-01T19:46:07.215Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
19:46:08 [2021-03-01T19:46:08.603Z] === RUN   TestDockerSuite/TestSaveCheckTimes
19:46:08 [2021-03-01T19:46:08.603Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
19:46:10 [2021-03-01T19:46:10.023Z] === RUN   TestDockerSuite/TestSaveImageId
19:46:10 [2021-03-01T19:46:10.285Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
19:46:10 [2021-03-01T19:46:10.857Z] === RUN   TestDockerSuite/TestSaveLoadParents
19:46:12 [2021-03-01T19:46:12.244Z] === RUN   TestDockerSuite/TestSaveMultipleNames
19:46:12 [2021-03-01T19:46:12.244Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
19:46:13 [2021-03-01T19:46:13.632Z] === RUN   TestDockerSuite/TestSaveSingleTag
19:46:13 [2021-03-01T19:46:13.632Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
19:46:13 [2021-03-01T19:46:13.632Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
19:46:14 [2021-03-01T19:46:14.577Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
19:46:15 [2021-03-01T19:46:15.966Z] === RUN   TestDockerSuite/TestSearchCmdOptions
19:46:16 [2021-03-01T19:46:16.539Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
19:46:16 [2021-03-01T19:46:16.539Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
19:46:16 [2021-03-01T19:46:16.539Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
19:46:16 [2021-03-01T19:46:16.801Z] === RUN   TestDockerSuite/TestSearchWithLimit
19:46:17 [2021-03-01T19:46:17.373Z] === RUN   TestDockerSuite/TestSlowStdinClosing
19:46:19 [2021-03-01T19:46:19.289Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
19:46:19 [2021-03-01T19:46:19.289Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
19:46:21 [2021-03-01T19:46:21.205Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
19:46:23 [2021-03-01T19:46:23.754Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
19:46:24 [2021-03-01T19:46:24.697Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
19:46:26 [2021-03-01T19:46:26.615Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
19:46:27 [2021-03-01T19:46:27.590Z] === RUN   TestDockerSuite/TestStartAttachSilent
19:46:28 [2021-03-01T19:46:28.534Z] === RUN   TestDockerSuite/TestStartAttachWithRename
19:46:31 [2021-03-01T19:46:31.080Z] === RUN   TestDockerSuite/TestStartMultipleContainers
19:46:32 [2021-03-01T19:46:32.997Z] === RUN   TestDockerSuite/TestStartPausedContainer
19:46:33 [2021-03-01T19:46:33.259Z] === RUN   TestDockerSuite/TestStartRecordError
19:46:34 [2021-03-01T19:46:34.645Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
19:46:35 [2021-03-01T19:46:35.589Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
19:46:36 [2021-03-01T19:46:36.977Z] === RUN   TestDockerSuite/TestStatsAllNoStream
19:46:39 [2021-03-01T19:46:39.527Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
19:46:43 [2021-03-01T19:46:43.733Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
19:46:47 [2021-03-01T19:46:47.033Z] === RUN   TestDockerSuite/TestStatsFormatAll
19:46:48 [2021-03-01T19:46:48.001Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
19:46:51 [2021-03-01T19:46:51.303Z] === RUN   TestDockerSuite/TestStatsNoStream
19:46:53 [2021-03-01T19:46:53.847Z] === RUN   TestDockerSuite/TestStopContainerSignal
19:46:55 [2021-03-01T19:46:55.231Z] === RUN   TestDockerSuite/TestTopMultipleArgs
19:46:55 [2021-03-01T19:46:55.803Z] === RUN   TestDockerSuite/TestTopNonPrivileged
19:46:56 [2021-03-01T19:46:56.064Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
19:46:56 [2021-03-01T19:46:56.325Z] === RUN   TestDockerSuite/TestTopPrivileged
19:46:57 [2021-03-01T19:46:57.267Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
19:46:57 [2021-03-01T19:46:57.267Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
19:46:57 [2021-03-01T19:46:57.529Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
19:46:58 [2021-03-01T19:46:58.918Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
19:47:00 [2021-03-01T19:47:00.833Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
19:47:04 [2021-03-01T19:47:04.201Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
19:47:04 [2021-03-01T19:47:04.462Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
19:47:05 [2021-03-01T19:47:05.034Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
19:47:05 [2021-03-01T19:47:05.034Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
19:47:05 [2021-03-01T19:47:05.607Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
19:47:06 [2021-03-01T19:47:06.995Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
19:47:06 [2021-03-01T19:47:06.995Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
19:47:07 [2021-03-01T19:47:07.939Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
19:47:08 [2021-03-01T19:47:08.511Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
19:47:09 [2021-03-01T19:47:09.083Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
19:47:10 [2021-03-01T19:47:10.469Z] === RUN   TestDockerSuite/TestUpdateStats
19:47:13 [2021-03-01T19:47:13.769Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
19:47:14 [2021-03-01T19:47:14.713Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
19:47:14 [2021-03-01T19:47:14.975Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
19:47:14 [2021-03-01T19:47:14.975Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
19:47:15 [2021-03-01T19:47:15.920Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
19:47:16 [2021-03-01T19:47:16.867Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
19:47:20 [2021-03-01T19:47:20.179Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
19:47:22 [2021-03-01T19:47:22.099Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
19:47:24 [2021-03-01T19:47:24.028Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
19:47:25 [2021-03-01T19:47:25.421Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
19:47:27 [2021-03-01T19:47:27.972Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
19:47:30 [2021-03-01T19:47:30.526Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
19:47:31 [2021-03-01T19:47:31.916Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
19:47:33 [2021-03-01T19:47:33.306Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
19:47:34 [2021-03-01T19:47:34.253Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
19:47:34 [2021-03-01T19:47:34.253Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
19:47:35 [2021-03-01T19:47:35.198Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
19:47:37 [2021-03-01T19:47:37.120Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
19:47:38 [2021-03-01T19:47:38.510Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
19:47:39 [2021-03-01T19:47:39.900Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
19:47:41 [2021-03-01T19:47:41.288Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
19:47:42 [2021-03-01T19:47:42.247Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
19:47:42 [2021-03-01T19:47:42.823Z] === RUN   TestDockerSuite/TestVolumeCLICreate
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLILs
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
19:48:00 [2021-03-01T19:48:00.945Z] === RUN   TestDockerSuite/TestVolumeCLIRm
19:48:01 [2021-03-01T19:48:01.517Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
19:48:01 [2021-03-01T19:48:01.517Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
19:48:01 [2021-03-01T19:48:01.778Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
19:48:01 [2021-03-01T19:48:01.778Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
19:48:01 [2021-03-01T19:48:01.778Z] === RUN   TestDockerSuite/TestVolumeEvents
19:48:07 [2021-03-01T19:48:07.066Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
19:48:08 [2021-03-01T19:48:08.980Z] === RUN   TestDockerSuite/TestVolumeLsFormat
19:48:08 [2021-03-01T19:48:08.980Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
19:48:08 [2021-03-01T19:48:08.980Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
19:48:10 [2021-03-01T19:48:10.895Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
19:48:13 [2021-03-01T19:48:13.444Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
19:48:13 [2021-03-01T19:48:13.444Z] --- PASS: TestDockerSuite (1411.18s)
19:48:13 [2021-03-01T19:48:13.444Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
19:48:13 [2021-03-01T19:48:13.444Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.14s)
19:48:13 [2021-03-01T19:48:13.444Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s)
19:48:13 [2021-03-01T19:48:13.444Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s)
19:48:13 [2021-03-01T19:48:13.444Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
19:48:13 [2021-03-01T19:48:13.444Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
19:48:13 [2021-03-01T19:48:13.444Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s)
19:48:13 [2021-03-01T19:48:13.444Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.97s)
19:48:13 [2021-03-01T19:48:13.444Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.57s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.59s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.44s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.16s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.00s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.98s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (5.15s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.99s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.99s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.87s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.90s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.89s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.78s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.07s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.90s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.12s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.70s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.67s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.93s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.83s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.42s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.78s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.25s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.25s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.33s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.00s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (20.28s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.82s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.69s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.84s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.97s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.68s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.26s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (8.21s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.74s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.20s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.88s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.69s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.35s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.84s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.27s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.01s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.93s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.24s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.78s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.89s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.08s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.17s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.32s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddTar (6.61s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.04s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.04s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.03s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.85s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.63s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.36s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.20s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.77s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.95s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.02s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.75s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.51s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.39s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.05s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.38s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.94s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.52s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.29s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.85s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.65s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.31s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.31s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.99s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.91s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (6.22s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.21s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.32s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.89s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.66s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.75s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.13s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.60s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.37s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.25s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.31s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
19:48:13 [2021-03-01T19:48:13.445Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.45s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.61s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.09s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.93s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.39s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.87s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.79s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.41s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (9.76s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.54s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.32s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.78s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.60s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.77s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
19:48:13 [2021-03-01T19:48:13.445Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.445Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s)
19:48:13 [2021-03-01T19:48:13.445Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.445Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
19:48:13 [2021-03-01T19:48:13.445Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.445Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
19:48:13 [2021-03-01T19:48:13.445Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.15s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.32s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.02s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.24s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.50s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.21s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.86s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.49s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.87s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.94s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.50s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.25s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.23s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (10.64s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.41s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.28s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.76s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.23s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.01s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.47s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.42s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.96s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.56s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.47s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.90s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.17s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.76s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.48s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.46s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.80s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.16s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.47s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.29s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.86s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.69s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.78s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.72s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.02s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (6.65s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.35s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.47s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.78s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.86s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.51s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.57s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.32s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
19:48:13 [2021-03-01T19:48:13.445Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.36s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.17s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.35s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.88s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.62s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.39s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFails (0.75s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.27s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.53s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.58s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.36s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.39s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.06s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.26s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.52s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.47s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.88s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.79s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.51s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildHistory (4.16s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.61s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.75s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.71s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.61s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.94s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.65s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.48s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.50s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.35s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.48s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.21s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.91s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.86s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.25s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.24s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.06s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.10s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.18s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.62s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.51s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.66s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.84s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.19s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.36s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s)
19:48:13 [2021-03-01T19:48:13.445Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.65s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.43s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.33s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.32s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.48s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildNoContext (0.76s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.71s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.37s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.61s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.51s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.69s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.76s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.39s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.43s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.86s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.13s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.91s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.25s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.92s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.31s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.78s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.95s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.65s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.05s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.99s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.42s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.85s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildRm (2.44s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.79s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.31s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.41s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.48s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.99s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.09s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.90s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.47s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.26s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.51s)
19:48:13 [2021-03-01T19:48:13.445Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
19:48:13 [2021-03-01T19:48:13.445Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.64s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.68s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.15s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.91s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.09s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.88s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.72s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.38s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.67s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.07s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildUser (1.46s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.50s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (14.93s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.78s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.29s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.86s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.65s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.93s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.446Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s)
19:48:13 [2021-03-01T19:48:13.446Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.446Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.446Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.15s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.59s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.49s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.61s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.85s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.18s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.74s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.28s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.55s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s)
19:48:13 [2021-03-01T19:48:13.446Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.76s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.72s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]         docker_cli_sni_test.go:18: Flakey test
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.65s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.94s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCommitChange (1.48s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (1.08s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.22s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.10s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.79s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.19s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.84s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.38s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.78s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.12s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.03s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.26s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.57s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.54s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.62s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.61s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.50s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.63s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.62s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.76s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.90s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.92s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.64s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.69s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.53s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.67s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.81s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.71s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.51s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.73s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.62s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.74s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.35s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.03s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.67s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.28s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.60s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.48s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.63s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.74s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.87s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.88s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.86s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.74s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.16s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.15s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.42s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.39s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.64s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.52s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000c09b60_<nil>} (1.52s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1272533665_/foo_false__<nil>_<nil>_<nil>} (1.55s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1272533665_/foo_true__<nil>_<nil>_<nil>} (0.75s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3580402060_/foo_false__<nil>_<nil>_<nil>} (1.43s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3580402060_/foo_true__<nil>_<nil>_<nil>} (1.51s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3580402060_/foo_true__0xc000c09bc0_<nil>_<nil>} (1.56s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000c09be0_<nil>} (0.81s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000c09c00_<nil>} (1.79s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000c09c20_<nil>} (1.58s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000c09c40_<nil>} (1.36s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.34s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
19:48:13 [2021-03-01T19:48:13.446Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.95s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.29s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.74s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (0.96s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.69s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.68s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.68s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.79s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.66s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.67s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.84s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.95s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.76s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.76s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.77s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (1.01s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (1.01s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.92s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.62s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.57s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.55s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.64s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.80s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.57s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.62s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.12s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.53s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToCaseC (1.43s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.26s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToCaseE (3.21s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.55s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToCaseG (4.07s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToCaseH (3.35s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.85s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (4.07s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.73s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToDot (0.65s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.19s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.14s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.72s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.22s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.39s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.99s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.44s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.08s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.50s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.73s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
19:48:13 [2021-03-01T19:48:13.446Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.70s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.37s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.08s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.12s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateRM (0.16s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
19:48:13 [2021-03-01T19:48:13.446Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.56s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.06s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.88s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.18s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.53s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.46s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.61s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.17s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.49s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.67s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.61s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.61s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDockerFails (0.02s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.06s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.14s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.62s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.24s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.03s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.04s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.29s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.82s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.85s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.75s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.29s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.93s)
19:48:13 [2021-03-01T19:48:13.446Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.53s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.69s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.52s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.50s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.72s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.05s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.21s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.07s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.84s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.38s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.36s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.21s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.24s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.42s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.14s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.14s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.66s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.52s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.05s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.23s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
19:48:13 [2021-03-01T19:48:13.447Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
19:48:13 [2021-03-01T19:48:13.447Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
19:48:13 [2021-03-01T19:48:13.447Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.53s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.52s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsRename (0.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsResize (0.59s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.61s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.55s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.73s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsTop (0.58s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.25s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExec (0.68s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.80s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.50s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.73s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.24s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.89s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.80s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.67s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.61s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.52s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.54s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.02s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecCgroup (1.04s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecEnv (0.70s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.06s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.55s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.65s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.71s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.56s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.62s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecParseError (0.63s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.59s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.49s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.52s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.57s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.62s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.82s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.54s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecTTY (0.56s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.68s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.68s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.86s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
19:48:13 [2021-03-01T19:48:13.447Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.70s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.76s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.55s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.62s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.52s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.50s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.54s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.53s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestHealth (19.53s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.85s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.04s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.78s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.12s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.47s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.37s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.43s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.67s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.28s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.84s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.64s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.02s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.08s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImportFile (1.15s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.17s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.23s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.13s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.56s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.58s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.61s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.50s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.69s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.70s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.54s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.49s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.81s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.54s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.59s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.73s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.47s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
19:48:13 [2021-03-01T19:48:13.447Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.69s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.47s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.60s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
19:48:13 [2021-03-01T19:48:13.447Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.47s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.48s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.45s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.53s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.55s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.56s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.05s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.53s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.49s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.55s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.54s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.67s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.24s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.50s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.02s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.09s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.49s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.44s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.43s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.95s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.55s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.63s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.20s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.56s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.56s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.74s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.64s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.47s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.49s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.48s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.04s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.94s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.92s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.93s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.91s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.73s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.06s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.61s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.48s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsSince (6.68s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.54s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsTail (0.59s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.50s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.48s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.24s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestNetHostname (1.34s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.24s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.83s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.34s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.49s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPluginActive (1.39s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.71s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.79s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.18s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.60s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.41s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (4.43s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.56s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.96s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPortHostBinding (1.03s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPortList (7.20s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.46s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.23s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.70s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.68s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.51s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.12s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (3.03s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.37s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.62s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPsByOrder (2.50s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.72s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.20s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.27s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.42s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.59s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.15s)
19:48:13 [2021-03-01T19:48:13.447Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.96s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.49s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.05s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.00s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.52s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (0.97s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.15s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.56s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.67s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.90s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.51s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.23s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.53s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.00s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.92s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.52s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.64s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.97s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.48s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.11s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.08s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.28s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.19s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.94s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.06s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.98s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.11s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.42s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.67s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.13s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.73s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.30s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (1.18s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiTag (0.50s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.95s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.19s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.65s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.63s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.33s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.95s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.24s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.62s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.03s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.64s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.30s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.54s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.70s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.64s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.91s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.00s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.87s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.62s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.84s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.87s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.65s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.94s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.88s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.49s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.52s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.53s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.03s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunBindMounts (2.21s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.59s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.49s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.70s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.74s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.74s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.65s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.86s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.54s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.62s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.64s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.91s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.67s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.58s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.78s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.10s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.67s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.15s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.35s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.21s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.59s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.51s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.76s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.74s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.59s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.22s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.81s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.65s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.11s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.32s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.12s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.12s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.448Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.57s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.58s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.15s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.42s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.50s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.02s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.45s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.04s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.47s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.45s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.49s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.48s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.49s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.48s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.49s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.45s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.48s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.97s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.21s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.14s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.50s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.95s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.61s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.26s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.59s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.29s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.09s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.61s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.33s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.34s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.68s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.88s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.80s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.06s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (0.93s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.32s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunMount (5.37s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.69s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.49s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.23s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.71s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.78s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.82s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.93s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.28s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.44s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.95s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.64s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.55s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.77s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.87s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.40s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.47s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.10s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.66s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.55s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.58s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.57s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.85s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.60s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.07s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.61s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.42s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.47s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.43s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.45s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.52s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.45s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.45s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (0.93s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.17s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.92s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunRm (0.51s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.63s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.50s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.63s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.68s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.51s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.89s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.31s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.51s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.53s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.55s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.45s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.55s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.74s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.81s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.56s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.53s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunState (1.00s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.44s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.48s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.45s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.44s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunSysctls (0.92s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.49s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.52s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.21s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.55s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.98s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.47s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.47s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.18s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.49s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.52s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.48s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.46s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
19:48:13 [2021-03-01T19:48:13.448Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s)
19:48:13 [2021-03-01T19:48:13.448Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.49s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.99s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.50s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.87s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.96s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.98s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.40s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.64s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.47s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.63s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.47s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.92s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.46s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.51s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.47s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.02s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.48s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.49s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.56s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.66s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.63s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.55s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.61s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.60s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.12s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.55s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.39s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.95s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.46s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.49s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.49s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.88s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.81s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.01s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.08s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.71s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.12s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.49s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.38s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents246347065
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.17s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.22s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.47s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.38s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.10s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.53s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.11s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.17s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.05s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.88s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (1.11s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.56s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.60s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.56s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.15s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.18s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.18s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.51s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.05s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.58s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.56s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.48s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.63s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.74s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.68s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.53s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.32s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.06s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.52s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.47s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.58s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.19s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.02s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.77s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.60s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.00s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.55s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.27s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.85s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.85s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.96s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.31s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.09s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.49s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.30s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.68s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.37s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.43s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.97s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.00s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.76s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.34s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.38s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.44s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.62s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.52s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.05s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.56s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.62s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.48s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.43s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.43s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.89s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.53s)
19:48:13 [2021-03-01T19:48:13.449Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
19:48:13 [2021-03-01T19:48:13.449Z]         docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
19:48:13 [2021-03-01T19:48:13.449Z] === RUN   TestDockerRegistrySuite
19:48:13 [2021-03-01T19:48:13.449Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
19:48:14 [2021-03-01T19:48:14.392Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
19:48:15 [2021-03-01T19:48:15.778Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
19:48:17 [2021-03-01T19:48:17.176Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
19:48:17 [2021-03-01T19:48:17.176Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
19:48:20 [2021-03-01T19:48:20.480Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
19:48:24 [2021-03-01T19:48:24.685Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
19:48:27 [2021-03-01T19:48:27.988Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
19:48:28 [2021-03-01T19:48:28.931Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
19:48:29 [2021-03-01T19:48:29.504Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
19:48:30 [2021-03-01T19:48:30.890Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
19:48:31 [2021-03-01T19:48:31.833Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
19:48:33 [2021-03-01T19:48:33.220Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
19:48:34 [2021-03-01T19:48:34.165Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
19:48:35 [2021-03-01T19:48:35.109Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
19:48:37 [2021-03-01T19:48:37.023Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
19:48:38 [2021-03-01T19:48:38.968Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
19:48:39 [2021-03-01T19:48:39.910Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
19:48:42 [2021-03-01T19:48:42.462Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
19:48:43 [2021-03-01T19:48:43.405Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
19:48:43 [2021-03-01T19:48:43.405Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
19:48:44 [2021-03-01T19:48:44.350Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
19:48:44 [2021-03-01T19:48:44.930Z] --- PASS: TestBuildWCOWSandboxSize (858.27s)
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestBuildWithEmptyDockerfile
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
19:48:44 [2021-03-01T19:48:44.931Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:48:44 [2021-03-01T19:48:44.931Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:48:44 [2021-03-01T19:48:44.931Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:48:44 [2021-03-01T19:48:44.931Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
19:48:44 [2021-03-01T19:48:44.931Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
19:48:44 [2021-03-01T19:48:44.931Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
19:48:44 [2021-03-01T19:48:44.931Z] --- PASS: TestBuildWithEmptyDockerfile (0.44s)
19:48:44 [2021-03-01T19:48:44.931Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestBuildPreserveOwnership
19:48:44 [2021-03-01T19:48:44.931Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestBuildPlatformInvalid
19:48:44 [2021-03-01T19:48:44.931Z] --- PASS: TestBuildPlatformInvalid (0.42s)
19:48:44 [2021-03-01T19:48:44.931Z] PASS
19:48:44 [2021-03-01T19:48:44.931Z] ok  	github.com/docker/docker/integration/build	1047.250s
19:48:44 [2021-03-01T19:48:44.931Z] 
19:48:44 [2021-03-01T19:48:44.931Z] === Skipped
19:48:44 [2021-03-01T19:48:44.931Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     build_session_test.go:25: TODO: BuildKit
19:48:44 [2021-03-01T19:48:44.931Z] 
19:48:44 [2021-03-01T19:48:44.931Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.931Z] 
19:48:44 [2021-03-01T19:48:44.931Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
19:48:44 [2021-03-01T19:48:44.931Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
19:48:44 [2021-03-01T19:48:44.931Z] 
19:48:44 [2021-03-01T19:48:44.931Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s)
19:48:44 [2021-03-01T19:48:44.931Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
19:48:44 [2021-03-01T19:48:44.931Z] 
19:48:44 [2021-03-01T19:48:44.931Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
19:48:44 [2021-03-01T19:48:44.931Z] 
19:48:44 [2021-03-01T19:48:44.931Z] 
19:48:44 [2021-03-01T19:48:44.931Z] DONE 29 tests, 5 skipped in 1069.277s
19:48:44 [2021-03-01T19:48:44.931Z] Running D:\gopath\src\github.com\docker\docker\integration\config
19:48:44 [2021-03-01T19:48:44.931Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:48:44 [2021-03-01T19:48:44.931Z] INFO: Testing against a local daemon
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestConfigInspect
19:48:44 [2021-03-01T19:48:44.931Z] --- SKIP: TestConfigInspect (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestConfigList
19:48:44 [2021-03-01T19:48:44.931Z] --- SKIP: TestConfigList (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestConfigsCreateAndDelete
19:48:44 [2021-03-01T19:48:44.931Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestConfigsUpdate
19:48:44 [2021-03-01T19:48:44.931Z] --- SKIP: TestConfigsUpdate (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestTemplatedConfig
19:48:44 [2021-03-01T19:48:44.931Z] --- SKIP: TestTemplatedConfig (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestConfigCreateResolve
19:48:44 [2021-03-01T19:48:44.931Z] --- SKIP: TestConfigCreateResolve (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
19:48:44 [2021-03-01T19:48:44.931Z] === RUN   TestConfigDaemonLibtrustID
19:48:44 [2021-03-01T19:48:44.931Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
19:48:44 [2021-03-01T19:48:44.931Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
19:48:44 [2021-03-01T19:48:44.931Z] PASS
19:48:44 [2021-03-01T19:48:44.931Z] ok  	github.com/docker/docker/integration/config	0.128s
19:48:44 [2021-03-01T19:48:44.931Z] 
19:48:44 [2021-03-01T19:48:44.931Z] === Skipped
19:48:44 [2021-03-01T19:48:44.932Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.932Z] 
19:48:44 [2021-03-01T19:48:44.932Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.932Z] 
19:48:44 [2021-03-01T19:48:44.932Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.932Z] 
19:48:44 [2021-03-01T19:48:44.932Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.932Z] 
19:48:44 [2021-03-01T19:48:44.932Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.932Z] 
19:48:44 [2021-03-01T19:48:44.932Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
19:48:44 [2021-03-01T19:48:44.932Z] 
19:48:44 [2021-03-01T19:48:44.932Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
19:48:44 [2021-03-01T19:48:44.932Z] 
19:48:44 [2021-03-01T19:48:44.932Z] 
19:48:44 [2021-03-01T19:48:44.932Z] DONE 7 tests, 7 skipped in 2.930s
19:48:44 [2021-03-01T19:48:44.932Z] Running D:\gopath\src\github.com\docker\docker\integration\container
19:48:44 [2021-03-01T19:48:44.932Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:48:44 [2021-03-01T19:48:44.932Z] INFO: Testing against a local daemon
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCheckpoint
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestCheckpoint (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestContainerInvalidJSON
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
19:48:44 [2021-03-01T19:48:44.932Z] --- PASS: TestContainerInvalidJSON (0.47s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCopyFromContainerPathDoesNotExist
19:48:44 [2021-03-01T19:48:44.932Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s)
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCopyFromContainerPathIsNotDir
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s)
19:48:44 [2021-03-01T19:48:44.932Z]     copy_test.go:38: testEnv.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCopyToContainerPathDoesNotExist
19:48:44 [2021-03-01T19:48:44.932Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s)
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCopyToContainerPathIsNotDir
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s)
19:48:44 [2021-03-01T19:48:44.932Z]     copy_test.go:63: testEnv.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCopyFromContainer
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestCopyFromContainer (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
19:48:44 [2021-03-01T19:48:44.932Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.02s)
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateLinkToNonExistingContainer
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithInvalidEnv
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithInvalidEnv/0
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestCreateWithInvalidEnv/0
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithInvalidEnv/1
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestCreateWithInvalidEnv/1
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithInvalidEnv/2
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestCreateWithInvalidEnv/2
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestCreateWithInvalidEnv/0
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestCreateWithInvalidEnv/2
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestCreateWithInvalidEnv/1
19:48:44 [2021-03-01T19:48:44.932Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateTmpfsMountsTarget
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithCustomMaskedPaths
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.01s)
19:48:44 [2021-03-01T19:48:44.932Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithCustomReadonlyPaths
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithInvalidHealthcheckParams
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:48:44 [2021-03-01T19:48:44.932Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
19:48:44 [2021-03-01T19:48:44.932Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
19:48:44 [2021-03-01T19:48:44.932Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateDifferentPlatform
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateDifferentPlatform/different_os
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
19:48:44 [2021-03-01T19:48:44.932Z] --- PASS: TestCreateDifferentPlatform (0.03s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreateVolumesFromNonExistingContainer
19:48:44 [2021-03-01T19:48:44.932Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s)
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
19:48:44 [2021-03-01T19:48:44.932Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestContainerKillOnDaemonStart
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestDiff
19:48:44 [2021-03-01T19:48:44.932Z] --- SKIP: TestDiff (0.00s)
19:48:44 [2021-03-01T19:48:44.932Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
19:48:44 [2021-03-01T19:48:44.932Z] === RUN   TestExecWithCloseStdin
19:48:45 [2021-03-01T19:48:45.293Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
19:48:46 [2021-03-01T19:48:46.237Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
19:48:47 [2021-03-01T19:48:47.889Z] --- PASS: TestExecWithCloseStdin (3.04s)
19:48:47 [2021-03-01T19:48:47.889Z] === RUN   TestExec
19:48:48 [2021-03-01T19:48:48.784Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
19:48:49 [2021-03-01T19:48:49.045Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
19:48:50 [2021-03-01T19:48:50.072Z] --- PASS: TestExec (2.12s)
19:48:50 [2021-03-01T19:48:50.072Z] === RUN   TestExecUser
19:48:50 [2021-03-01T19:48:50.072Z] --- SKIP: TestExecUser (0.00s)
19:48:50 [2021-03-01T19:48:50.072Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
19:48:50 [2021-03-01T19:48:50.072Z] === RUN   TestExportContainerAndImportImage
19:48:50 [2021-03-01T19:48:50.072Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
19:48:50 [2021-03-01T19:48:50.072Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
19:48:50 [2021-03-01T19:48:50.072Z] === RUN   TestExportContainerAfterDaemonRestart
19:48:50 [2021-03-01T19:48:50.072Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
19:48:50 [2021-03-01T19:48:50.072Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
19:48:50 [2021-03-01T19:48:50.072Z] === RUN   TestHealthCheckWorkdir
19:48:50 [2021-03-01T19:48:50.072Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
19:48:50 [2021-03-01T19:48:50.072Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
19:48:50 [2021-03-01T19:48:50.072Z] === RUN   TestHealthKillContainer
19:48:50 [2021-03-01T19:48:50.072Z] --- SKIP: TestHealthKillContainer (0.00s)
19:48:50 [2021-03-01T19:48:50.072Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
19:48:50 [2021-03-01T19:48:50.072Z] === RUN   TestInspectCpusetInConfigPre120
19:48:50 [2021-03-01T19:48:50.072Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
19:48:50 [2021-03-01T19:48:50.072Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
19:48:50 [2021-03-01T19:48:50.072Z] === RUN   TestKillContainerInvalidSignal
19:48:50 [2021-03-01T19:48:50.429Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
19:48:50 [2021-03-01T19:48:50.429Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
19:48:50 [2021-03-01T19:48:50.690Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
19:48:50 [2021-03-01T19:48:50.952Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
19:48:51 [2021-03-01T19:48:51.214Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
19:48:51 [2021-03-01T19:48:51.475Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
19:48:51 [2021-03-01T19:48:51.736Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
19:48:52 [2021-03-01T19:48:52.268Z] --- PASS: TestKillContainerInvalidSignal (1.85s)
19:48:52 [2021-03-01T19:48:52.268Z] === RUN   TestKillContainer
19:48:52 [2021-03-01T19:48:52.268Z] === RUN   TestKillContainer/no_signal
19:48:52 [2021-03-01T19:48:52.679Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
19:48:53 [2021-03-01T19:48:53.809Z] === RUN   TestKillContainer/non_killing_signal
19:48:53 [2021-03-01T19:48:53.809Z] === RUN   TestKillContainer/killing_signal
19:48:54 [2021-03-01T19:48:54.593Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
19:48:55 [2021-03-01T19:48:55.165Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
19:48:55 [2021-03-01T19:48:55.992Z] --- PASS: TestKillContainer (3.90s)
19:48:55 [2021-03-01T19:48:55.992Z]     --- PASS: TestKillContainer/no_signal (1.81s)
19:48:55 [2021-03-01T19:48:55.992Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
19:48:55 [2021-03-01T19:48:55.992Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
19:48:55 [2021-03-01T19:48:55.992Z]     --- PASS: TestKillContainer/killing_signal (2.06s)
19:48:55 [2021-03-01T19:48:55.992Z] === RUN   TestKillWithStopSignalAndRestartPolicies
19:48:55 [2021-03-01T19:48:55.992Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
19:48:55 [2021-03-01T19:48:55.992Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
19:48:55 [2021-03-01T19:48:55.992Z] === RUN   TestKillStoppedContainer
19:48:55 [2021-03-01T19:48:55.992Z] --- SKIP: TestKillStoppedContainer (0.00s)
19:48:55 [2021-03-01T19:48:55.992Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
19:48:55 [2021-03-01T19:48:55.992Z] === RUN   TestKillStoppedContainerAPIPre120
19:48:55 [2021-03-01T19:48:55.992Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
19:48:55 [2021-03-01T19:48:55.992Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
19:48:55 [2021-03-01T19:48:55.992Z] === RUN   TestKillDifferentUserContainer
19:48:55 [2021-03-01T19:48:55.992Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
19:48:55 [2021-03-01T19:48:55.992Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
19:48:55 [2021-03-01T19:48:55.992Z] === RUN   TestInspectOomKilledTrue
19:48:55 [2021-03-01T19:48:55.992Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
19:48:55 [2021-03-01T19:48:55.992Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
19:48:55 [2021-03-01T19:48:55.992Z] === RUN   TestInspectOomKilledFalse
19:48:55 [2021-03-01T19:48:55.992Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
19:48:55 [2021-03-01T19:48:55.992Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:48:55 [2021-03-01T19:48:55.992Z] === RUN   TestLogsFollowTailEmpty
19:48:56 [2021-03-01T19:48:56.109Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
19:48:57 [2021-03-01T19:48:57.080Z] === RUN   TestDockerRegistrySuite/TestV2Only
19:48:57 [2021-03-01T19:48:57.532Z] --- PASS: TestLogsFollowTailEmpty (1.85s)
19:48:57 [2021-03-01T19:48:57.532Z] === RUN   TestNetworkNat
19:48:57 [2021-03-01T19:48:57.532Z] --- SKIP: TestNetworkNat (0.00s)
19:48:57 [2021-03-01T19:48:57.532Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
19:48:57 [2021-03-01T19:48:57.532Z] === RUN   TestNetworkLocalhostTCPNat
19:48:58 [2021-03-01T19:48:58.022Z] --- PASS: TestDockerRegistrySuite (44.68s)
19:48:58 [2021-03-01T19:48:58.022Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.31s)
19:48:58 [2021-03-01T19:48:58.022Z]         check_test.go:196: [d764d341543b1] daemon is not started
19:48:58 [2021-03-01T19:48:58.022Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.04s)
19:48:58 [2021-03-01T19:48:58.022Z]         check_test.go:196: [dbd82393ea3a1] daemon is not started
19:48:58 [2021-03-01T19:48:58.022Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.40s)
19:48:58 [2021-03-01T19:48:58.022Z]         check_test.go:196: [dcd68bd7b434a] daemon is not started
19:48:58 [2021-03-01T19:48:58.022Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s)
19:48:58 [2021-03-01T19:48:58.022Z]         check_test.go:196: [d5d8457ffd1f2] daemon is not started
19:48:58 [2021-03-01T19:48:58.022Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.89s)
19:48:58 [2021-03-01T19:48:58.022Z]         check_test.go:196: [da1e46cb23bc6] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.81s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [dae88fd4dd2d7] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.92s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d4419ca08330e] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.05s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d891d2b6367ac] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.89s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d25b2c12a9ebc] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.08s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d6f5e52b3e279] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.23s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d62e5a7a7392e] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.08s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [dfc0eae9f0aa2] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.97s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d9c184e81b752] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.01s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d2ad29f7f0701] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.94s)
19:48:58 [2021-03-01T19:48:58.023Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6be7c03ad16d2f91f80a1fca5615d667bfad6981ab28bc39139ae3189e2724f4
19:48:58 [2021-03-01T19:48:58.023Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:97e6215aa100daf8f09d57566a662e4c456eaf93d7ca744b1af8ac0a58cd31f6
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [dc9c9c28db4c6] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.96s)
19:48:58 [2021-03-01T19:48:58.023Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:511ce290061471d76b7dcf8880d14a44174024e53028a04a0f6347d4355992b6
19:48:58 [2021-03-01T19:48:58.023Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:56d98f3dd91c29562cad11a41a6e1c830034b9939c68514ceaba10fea5102f07
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d73b1934c8907] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.02s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [de216a396fcc1] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.32s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d4aec525c14f7] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.99s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [defbbc7698364] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d5b25d6ff1305] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.99s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [dd25058bdf307] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.90s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d1769b4916d90] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.90s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d0198fb5dc49a] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.53s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [dee36c731d85c] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.41s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d785c9d9e741a] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.05s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d9d420ca3b744] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [da93c7951c998] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d06109da9e31c] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d720a78f9c44f] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d8cf27d8bc806] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d1fd86919101c] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d814038dd4590] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.10s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [dffbc63bdda66] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.49s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [defced5c873dd] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.82s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [d4b0c84c1ec4a] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.03s)
19:48:58 [2021-03-01T19:48:58.023Z]         check_test.go:196: [df3af0ebde3a2] daemon is not started
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.97s)
19:48:58 [2021-03-01T19:48:58.023Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.78s)
19:48:58 [2021-03-01T19:48:58.023Z] === RUN   TestDockerSchema1RegistrySuite
19:48:58 [2021-03-01T19:48:58.023Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
19:48:58 [2021-03-01T19:48:58.023Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
19:48:59 [2021-03-01T19:48:59.725Z] --- PASS: TestNetworkLocalhostTCPNat (2.14s)
19:48:59 [2021-03-01T19:48:59.725Z] === RUN   TestNetworkLoopbackNat
19:48:59 [2021-03-01T19:48:59.725Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
19:48:59 [2021-03-01T19:48:59.725Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
19:48:59 [2021-03-01T19:48:59.725Z] === RUN   TestPause
19:48:59 [2021-03-01T19:48:59.725Z] --- SKIP: TestPause (0.00s)
19:48:59 [2021-03-01T19:48:59.725Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
19:48:59 [2021-03-01T19:48:59.725Z] === RUN   TestPauseFailsOnWindowsServerContainers
19:49:01 [2021-03-01T19:49:01.330Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
19:49:01 [2021-03-01T19:49:01.907Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.88s)
19:49:01 [2021-03-01T19:49:01.907Z] === RUN   TestPauseStopPausedContainer
19:49:01 [2021-03-01T19:49:01.907Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
19:49:01 [2021-03-01T19:49:01.907Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
19:49:01 [2021-03-01T19:49:01.907Z] === RUN   TestPsFilter
19:49:01 [2021-03-01T19:49:01.907Z] --- PASS: TestPsFilter (0.23s)
19:49:01 [2021-03-01T19:49:01.907Z] === RUN   TestRemoveContainerWithRemovedVolume
19:49:04 [2021-03-01T19:49:04.095Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.14s)
19:49:04 [2021-03-01T19:49:04.095Z] === RUN   TestRemoveContainerWithVolume
19:49:06 [2021-03-01T19:49:06.282Z] --- PASS: TestRemoveContainerWithVolume (2.10s)
19:49:06 [2021-03-01T19:49:06.282Z] === RUN   TestRemoveContainerRunning
19:49:06 [2021-03-01T19:49:06.621Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
19:49:08 [2021-03-01T19:49:08.468Z] --- PASS: TestRemoveContainerRunning (1.91s)
19:49:08 [2021-03-01T19:49:08.468Z] === RUN   TestRemoveContainerForceRemoveRunning
19:49:09 [2021-03-01T19:49:09.172Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
19:49:09 [2021-03-01T19:49:09.745Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
19:49:10 [2021-03-01T19:49:10.018Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.82s)
19:49:10 [2021-03-01T19:49:10.018Z] === RUN   TestRemoveInvalidContainer
19:49:10 [2021-03-01T19:49:10.018Z] --- PASS: TestRemoveInvalidContainer (0.03s)
19:49:10 [2021-03-01T19:49:10.018Z] === RUN   TestRenameLinkedContainer
19:49:10 [2021-03-01T19:49:10.018Z] --- SKIP: TestRenameLinkedContainer (0.00s)
19:49:10 [2021-03-01T19:49:10.018Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
19:49:10 [2021-03-01T19:49:10.018Z] === RUN   TestRenameStoppedContainer
19:49:11 [2021-03-01T19:49:11.132Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
19:49:12 [2021-03-01T19:49:12.204Z] --- PASS: TestRenameStoppedContainer (2.44s)
19:49:12 [2021-03-01T19:49:12.204Z] === RUN   TestRenameRunningContainerAndReuse
19:49:12 [2021-03-01T19:49:12.522Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
19:49:12 [2021-03-01T19:49:12.522Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
19:49:13 [2021-03-01T19:49:13.911Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
19:49:13 [2021-03-01T19:49:13.911Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
19:49:14 [2021-03-01T19:49:14.856Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
19:49:15 [2021-03-01T19:49:15.953Z] --- PASS: TestRenameRunningContainerAndReuse (3.70s)
19:49:15 [2021-03-01T19:49:15.953Z] === RUN   TestRenameInvalidName
19:49:16 [2021-03-01T19:49:16.245Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
19:49:18 [2021-03-01T19:49:18.136Z] --- PASS: TestRenameInvalidName (1.83s)
19:49:18 [2021-03-01T19:49:18.136Z] === RUN   TestRenameAnonymousContainer
19:49:18 [2021-03-01T19:49:18.136Z] --- SKIP: TestRenameAnonymousContainer (0.00s)
19:49:18 [2021-03-01T19:49:18.136Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
19:49:18 [2021-03-01T19:49:18.136Z] === RUN   TestRenameContainerWithSameName
19:49:19 [2021-03-01T19:49:19.678Z] --- PASS: TestRenameContainerWithSameName (1.87s)
19:49:19 [2021-03-01T19:49:19.678Z] === RUN   TestRenameContainerWithLinkedContainer
19:49:19 [2021-03-01T19:49:19.678Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
19:49:19 [2021-03-01T19:49:19.678Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
19:49:19 [2021-03-01T19:49:19.678Z] === RUN   TestResize
19:49:20 [2021-03-01T19:49:20.469Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
19:49:20 [2021-03-01T19:49:20.469Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
19:49:21 [2021-03-01T19:49:21.042Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
19:49:21 [2021-03-01T19:49:21.042Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
19:49:21 [2021-03-01T19:49:21.042Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
19:49:21 [2021-03-01T19:49:21.303Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
19:49:21 [2021-03-01T19:49:21.863Z] --- PASS: TestResize (1.84s)
19:49:21 [2021-03-01T19:49:21.863Z] === RUN   TestResizeWithInvalidSize
19:49:21 [2021-03-01T19:49:21.863Z] --- SKIP: TestResizeWithInvalidSize (0.00s)
19:49:21 [2021-03-01T19:49:21.863Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
19:49:21 [2021-03-01T19:49:21.863Z] === RUN   TestResizeWhenContainerNotStarted
19:49:21 [2021-03-01T19:49:21.875Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
19:49:22 [2021-03-01T19:49:22.136Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
19:49:22 [2021-03-01T19:49:22.136Z] --- PASS: TestDockerSchema1RegistrySuite (24.42s)
19:49:22 [2021-03-01T19:49:22.136Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s)
19:49:22 [2021-03-01T19:49:22.136Z]         check_test.go:223: [d16b657550a38] daemon is not started
19:49:22 [2021-03-01T19:49:22.136Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.90s)
19:49:22 [2021-03-01T19:49:22.136Z]         check_test.go:223: [d549dcbd32552] daemon is not started
19:49:22 [2021-03-01T19:49:22.136Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.42s)
19:49:22 [2021-03-01T19:49:22.136Z]         check_test.go:223: [dded4a14b2d03] daemon is not started
19:49:22 [2021-03-01T19:49:22.136Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.36s)
19:49:22 [2021-03-01T19:49:22.136Z]         check_test.go:223: [d429e2db9f6c0] daemon is not started
19:49:22 [2021-03-01T19:49:22.136Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.17s)
19:49:22 [2021-03-01T19:49:22.136Z]         check_test.go:223: [da1d35849453f] daemon is not started
19:49:22 [2021-03-01T19:49:22.136Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.48s)
19:49:22 [2021-03-01T19:49:22.136Z]         check_test.go:223: [d10f5c76ca795] daemon is not started
19:49:22 [2021-03-01T19:49:22.136Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.15s)
19:49:22 [2021-03-01T19:49:22.136Z]         check_test.go:223: [d4532d21a1f54] daemon is not started
19:49:22 [2021-03-01T19:49:22.136Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.31s)
19:49:22 [2021-03-01T19:49:22.136Z]         check_test.go:223: [d235488d67f0a] daemon is not started
19:49:22 [2021-03-01T19:49:22.136Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.15s)
19:49:22 [2021-03-01T19:49:22.136Z]         check_test.go:223: [d40b5915d7d98] daemon is not started
19:49:22 [2021-03-01T19:49:22.136Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.39s)
19:49:22 [2021-03-01T19:49:22.136Z]         check_test.go:223: [d7b5a22066390] daemon is not started
19:49:22 [2021-03-01T19:49:22.136Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.67s)
19:49:22 [2021-03-01T19:49:22.398Z]         check_test.go:223: [d54278a153777] daemon is not started
19:49:22 [2021-03-01T19:49:22.398Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.51s)
19:49:22 [2021-03-01T19:49:22.398Z]         check_test.go:223: [d833715c122e9] daemon is not started
19:49:22 [2021-03-01T19:49:22.398Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.44s)
19:49:22 [2021-03-01T19:49:22.398Z]         check_test.go:223: [dc783e9bde92f] daemon is not started
19:49:22 [2021-03-01T19:49:22.398Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.14s)
19:49:22 [2021-03-01T19:49:22.398Z]         check_test.go:223: [db1377d157a39] daemon is not started
19:49:22 [2021-03-01T19:49:22.398Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.31s)
19:49:22 [2021-03-01T19:49:22.398Z]         check_test.go:223: [db72f208691ea] daemon is not started
19:49:22 [2021-03-01T19:49:22.398Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.37s)
19:49:22 [2021-03-01T19:49:22.398Z]         check_test.go:223: [dd8ad1e04fc35] daemon is not started
19:49:22 [2021-03-01T19:49:22.398Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s)
19:49:22 [2021-03-01T19:49:22.398Z]         check_test.go:223: [dbee24ef46def] daemon is not started
19:49:22 [2021-03-01T19:49:22.398Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
19:49:22 [2021-03-01T19:49:22.398Z]         check_test.go:223: [d4ca2945684d1] daemon is not started
19:49:22 [2021-03-01T19:49:22.398Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
19:49:22 [2021-03-01T19:49:22.398Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
19:49:23 [2021-03-01T19:49:23.342Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
19:49:24 [2021-03-01T19:49:24.058Z] --- PASS: TestResizeWhenContainerNotStarted (2.15s)
19:49:24 [2021-03-01T19:49:24.058Z] === RUN   TestDaemonRestartKillContainers
19:49:24 [2021-03-01T19:49:24.058Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
19:49:24 [2021-03-01T19:49:24.058Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
19:49:24 [2021-03-01T19:49:24.058Z] === RUN   TestStats
19:49:24 [2021-03-01T19:49:24.058Z] --- SKIP: TestStats (0.00s)
19:49:24 [2021-03-01T19:49:24.058Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
19:49:24 [2021-03-01T19:49:24.058Z] === RUN   TestStopContainerWithRestartPolicyAlways
19:49:24 [2021-03-01T19:49:24.286Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
19:49:24 [2021-03-01T19:49:24.286Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
19:49:25 [2021-03-01T19:49:25.673Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
19:49:25 [2021-03-01T19:49:25.934Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
19:49:26 [2021-03-01T19:49:26.195Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
19:49:27 [2021-03-01T19:49:27.139Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
19:49:27 [2021-03-01T19:49:27.139Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.98s)
19:49:27 [2021-03-01T19:49:27.139Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.13s)
19:49:27 [2021-03-01T19:49:27.139Z]         check_test.go:252: [d1a710449673b] daemon is not started
19:49:27 [2021-03-01T19:49:27.139Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.69s)
19:49:27 [2021-03-01T19:49:27.139Z]         check_test.go:252: [d3339d2cb0a15] daemon is not started
19:49:27 [2021-03-01T19:49:27.139Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.19s)
19:49:27 [2021-03-01T19:49:27.139Z]         check_test.go:252: [d000697a994d2] daemon is not started
19:49:27 [2021-03-01T19:49:27.139Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.28s)
19:49:27 [2021-03-01T19:49:27.139Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.26s)
19:49:27 [2021-03-01T19:49:27.139Z]         check_test.go:252: [de71d50144a1c] daemon is not started
19:49:27 [2021-03-01T19:49:27.139Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.48s)
19:49:27 [2021-03-01T19:49:27.139Z]         check_test.go:252: [dea00f9845c7d] daemon is not started
19:49:27 [2021-03-01T19:49:27.139Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.78s)
19:49:27 [2021-03-01T19:49:27.139Z]         check_test.go:252: [d35b51d6d9975] daemon is not started
19:49:27 [2021-03-01T19:49:27.139Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s)
19:49:27 [2021-03-01T19:49:27.139Z]         check_test.go:252: [de430af1bca3a] daemon is not started
19:49:27 [2021-03-01T19:49:27.139Z] === RUN   TestDockerRegistryAuthTokenSuite
19:49:27 [2021-03-01T19:49:27.139Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
19:49:28 [2021-03-01T19:49:28.080Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
19:49:29 [2021-03-01T19:49:29.862Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.59s)
19:49:29 [2021-03-01T19:49:29.862Z] === RUN   TestStopContainerWithTimeout
19:49:29 [2021-03-01T19:49:29.862Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
19:49:29 [2021-03-01T19:49:29.862Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
19:49:29 [2021-03-01T19:49:29.862Z] === RUN   TestUpdateRestartPolicy
19:49:30 [2021-03-01T19:49:30.625Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
19:49:32 [2021-03-01T19:49:32.541Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
19:49:32 [2021-03-01T19:49:32.541Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
19:49:32 [2021-03-01T19:49:32.801Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
19:49:32 [2021-03-01T19:49:32.802Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
19:49:33 [2021-03-01T19:49:33.062Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.79s)
19:49:33 [2021-03-01T19:49:33.062Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s)
19:49:33 [2021-03-01T19:49:33.062Z]         check_test.go:279: [db2edff95de0d] daemon is not started
19:49:33 [2021-03-01T19:49:33.062Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
19:49:33 [2021-03-01T19:49:33.062Z]         check_test.go:279: [d97fe79ae4f64] daemon is not started
19:49:33 [2021-03-01T19:49:33.062Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.17s)
19:49:33 [2021-03-01T19:49:33.062Z]         check_test.go:279: [d3764c65b016e] daemon is not started
19:49:33 [2021-03-01T19:49:33.062Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
19:49:33 [2021-03-01T19:49:33.062Z]         check_test.go:279: [d113a048dd33c] daemon is not started
19:49:33 [2021-03-01T19:49:33.062Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s)
19:49:33 [2021-03-01T19:49:33.062Z]         check_test.go:279: [dadffb9f158b2] daemon is not started
19:49:33 [2021-03-01T19:49:33.062Z] === RUN   TestDockerNetworkSuite
19:49:33 [2021-03-01T19:49:33.062Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
19:49:35 [2021-03-01T19:49:35.610Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
19:49:35 [2021-03-01T19:49:35.871Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
19:49:36 [2021-03-01T19:49:36.442Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
19:49:40 [2021-03-01T19:49:40.675Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
19:49:41 [2021-03-01T19:49:41.616Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
19:49:42 [2021-03-01T19:49:42.188Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
19:49:44 [2021-03-01T19:49:44.735Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
19:49:46 [2021-03-01T19:49:46.651Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
19:49:46 [2021-03-01T19:49:46.651Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
19:49:46 [2021-03-01T19:49:46.651Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
19:49:50 [2021-03-01T19:49:50.982Z] --- PASS: TestUpdateRestartPolicy (19.91s)
19:49:50 [2021-03-01T19:49:50.982Z] === RUN   TestUpdateRestartWithAutoRemove
19:49:50 [2021-03-01T19:49:50.982Z] --- PASS: TestUpdateRestartWithAutoRemove (1.89s)
19:49:50 [2021-03-01T19:49:50.982Z] === RUN   TestWaitNonBlocked
19:49:50 [2021-03-01T19:49:50.982Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
19:49:50 [2021-03-01T19:49:50.982Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
19:49:50 [2021-03-01T19:49:50.982Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
19:49:50 [2021-03-01T19:49:50.982Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
19:49:50 [2021-03-01T19:49:50.982Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
19:49:50 [2021-03-01T19:49:50.982Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
19:49:53 [2021-03-01T19:49:53.248Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
19:49:53 [2021-03-01T19:49:53.821Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
19:49:53 [2021-03-01T19:49:53.894Z] --- PASS: TestWaitNonBlocked (0.03s)
19:49:53 [2021-03-01T19:49:53.894Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.32s)
19:49:53 [2021-03-01T19:49:53.894Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.44s)
19:49:53 [2021-03-01T19:49:53.894Z] === RUN   TestWaitBlocked
19:49:53 [2021-03-01T19:49:53.894Z] --- SKIP: TestWaitBlocked (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
19:49:53 [2021-03-01T19:49:53.894Z] PASS
19:49:53 [2021-03-01T19:49:53.894Z] ok  	github.com/docker/docker/integration/container	70.086s
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === Skipped
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s)
19:49:53 [2021-03-01T19:49:53.894Z]     copy_test.go:38: testEnv.OSType == "windows"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s)
19:49:53 [2021-03-01T19:49:53.894Z]     copy_test.go:63: testEnv.OSType == "windows"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.01s)
19:49:53 [2021-03-01T19:49:53.894Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
19:49:53 [2021-03-01T19:49:53.894Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
19:49:53 [2021-03-01T19:49:53.894Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] 
19:49:53 [2021-03-01T19:49:53.894Z] DONE 88 tests, 37 skipped in 72.781s
19:49:53 [2021-03-01T19:49:53.894Z] Running D:\gopath\src\github.com\docker\docker\integration\image
19:49:54 [2021-03-01T19:49:54.083Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
19:49:55 [2021-03-01T19:49:55.026Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
19:49:56 [2021-03-01T19:49:56.079Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:49:56 [2021-03-01T19:49:56.079Z] INFO: Testing against a local daemon
19:49:56 [2021-03-01T19:49:56.079Z] === RUN   TestCommitInheritsEnv
19:49:56 [2021-03-01T19:49:56.079Z] --- SKIP: TestCommitInheritsEnv (0.00s)
19:49:56 [2021-03-01T19:49:56.079Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
19:49:56 [2021-03-01T19:49:56.079Z] === RUN   TestImportExtremelyLargeImageWorks
19:49:56 [2021-03-01T19:49:56.079Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
19:49:56 [2021-03-01T19:49:56.079Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
19:49:56 [2021-03-01T19:49:56.079Z] === RUN   TestImagesFilterMultiReference
19:49:56 [2021-03-01T19:49:56.079Z] --- PASS: TestImagesFilterMultiReference (0.08s)
19:49:56 [2021-03-01T19:49:56.079Z] === RUN   TestImagePullPlatformInvalid
19:49:56 [2021-03-01T19:49:56.079Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
19:49:56 [2021-03-01T19:49:56.079Z] === RUN   TestRemoveImageOrphaning
19:49:56 [2021-03-01T19:49:56.945Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
19:49:57 [2021-03-01T19:49:57.049Z] --- PASS: TestRemoveImageOrphaning (0.97s)
19:49:57 [2021-03-01T19:49:57.049Z] === RUN   TestTagUnprefixedRepoByNameOrName
19:49:57 [2021-03-01T19:49:57.049Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
19:49:57 [2021-03-01T19:49:57.049Z] === RUN   TestTagInvalidReference
19:49:57 [2021-03-01T19:49:57.049Z] --- PASS: TestTagInvalidReference (0.03s)
19:49:57 [2021-03-01T19:49:57.049Z] === RUN   TestTagValidPrefixedRepo
19:49:57 [2021-03-01T19:49:57.049Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
19:49:57 [2021-03-01T19:49:57.049Z] === RUN   TestTagExistedNameWithoutForce
19:49:57 [2021-03-01T19:49:57.049Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
19:49:57 [2021-03-01T19:49:57.049Z] === RUN   TestTagOfficialNames
19:49:57 [2021-03-01T19:49:57.049Z] --- PASS: TestTagOfficialNames (0.08s)
19:49:57 [2021-03-01T19:49:57.049Z] === RUN   TestTagMatchesDigest
19:49:57 [2021-03-01T19:49:57.049Z] --- PASS: TestTagMatchesDigest (0.03s)
19:49:57 [2021-03-01T19:49:57.049Z] PASS
19:49:57 [2021-03-01T19:49:57.049Z] ok  	github.com/docker/docker/integration/image	1.471s
19:49:57 [2021-03-01T19:49:57.509Z] 
19:49:57 [2021-03-01T19:49:57.509Z] === Skipped
19:49:57 [2021-03-01T19:49:57.509Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
19:49:57 [2021-03-01T19:49:57.509Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
19:49:57 [2021-03-01T19:49:57.509Z] 
19:49:57 [2021-03-01T19:49:57.509Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
19:49:57 [2021-03-01T19:49:57.509Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
19:49:57 [2021-03-01T19:49:57.509Z] 
19:49:57 [2021-03-01T19:49:57.509Z] 
19:49:57 [2021-03-01T19:49:57.509Z] DONE 11 tests, 2 skipped in 3.759s
19:49:57 [2021-03-01T19:49:57.509Z] Running D:\gopath\src\github.com\docker\docker\integration\network
19:49:57 [2021-03-01T19:49:57.517Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
19:49:58 [2021-03-01T19:49:58.462Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
19:49:59 [2021-03-01T19:49:59.408Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
19:49:59 [2021-03-01T19:49:59.980Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
19:50:00 [2021-03-01T19:50:00.421Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:50:00 [2021-03-01T19:50:00.421Z] INFO: Testing against a local daemon
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestNetworkCreateDelete
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestNetworkCreateDelete (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestDockerNetworkDeletePreferID
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestDaemonDNSFallback
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestDaemonDNSFallback (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestInspectNetwork
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestInspectNetwork (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestRunContainerWithBridgeNone
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestNetworkInvalidJSON
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestNetworkInvalidJSON//networks/create
19:50:00 [2021-03-01T19:50:00.421Z] === PAUSE TestNetworkInvalidJSON//networks/create
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
19:50:00 [2021-03-01T19:50:00.421Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
19:50:00 [2021-03-01T19:50:00.421Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
19:50:00 [2021-03-01T19:50:00.421Z] === CONT  TestNetworkInvalidJSON//networks/create
19:50:00 [2021-03-01T19:50:00.421Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
19:50:00 [2021-03-01T19:50:00.421Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
19:50:00 [2021-03-01T19:50:00.421Z] --- PASS: TestNetworkInvalidJSON (0.03s)
19:50:00 [2021-03-01T19:50:00.421Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
19:50:00 [2021-03-01T19:50:00.421Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
19:50:00 [2021-03-01T19:50:00.421Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestNetworkList
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestNetworkList//networks
19:50:00 [2021-03-01T19:50:00.421Z] === PAUSE TestNetworkList//networks
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestNetworkList//networks/
19:50:00 [2021-03-01T19:50:00.421Z] === PAUSE TestNetworkList//networks/
19:50:00 [2021-03-01T19:50:00.421Z] === CONT  TestNetworkList//networks
19:50:00 [2021-03-01T19:50:00.421Z] === CONT  TestNetworkList//networks/
19:50:00 [2021-03-01T19:50:00.421Z] --- PASS: TestNetworkList (0.04s)
19:50:00 [2021-03-01T19:50:00.421Z]     --- PASS: TestNetworkList//networks (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     --- PASS: TestNetworkList//networks/ (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestHostIPv4BridgeLabel
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     network_test.go:126: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestDaemonRestartWithLiveRestore
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:29: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestDaemonDefaultNetworkPools
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:58: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestDaemonRestartWithExistingNetwork
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:102: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:136: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:187: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestServiceWithPredefinedNetwork
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:212: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestServiceRemoveKeepsIngressNetwork
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:242: FLAKY_TEST
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestServiceWithDataPathPortInit
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:332: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] === RUN   TestServiceWithDefaultAddressPoolInit
19:50:00 [2021-03-01T19:50:00.421Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:400: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] PASS
19:50:00 [2021-03-01T19:50:00.421Z] ok  	github.com/docker/docker/integration/network	0.224s
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === Skipped
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     network_test.go:126: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:29: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:58: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:102: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:136: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:187: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:212: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:242: FLAKY_TEST
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:332: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
19:50:00 [2021-03-01T19:50:00.421Z]     service_test.go:400: testEnv.OSType == "windows"
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] 
19:50:00 [2021-03-01T19:50:00.421Z] DONE 22 tests, 15 skipped in 2.507s
19:50:00 [2021-03-01T19:50:00.421Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
19:50:00 [2021-03-01T19:50:00.883Z] testing: warning: no tests to run
19:50:00 [2021-03-01T19:50:00.883Z] PASS
19:50:00 [2021-03-01T19:50:00.883Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.083s
19:50:00 [2021-03-01T19:50:00.883Z] 
19:50:00 [2021-03-01T19:50:00.883Z] DONE 0 tests in 0.859s
19:50:00 [2021-03-01T19:50:00.883Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
19:50:00 [2021-03-01T19:50:00.921Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
19:50:01 [2021-03-01T19:50:01.860Z] testing: warning: no tests to run
19:50:01 [2021-03-01T19:50:01.860Z] PASS
19:50:01 [2021-03-01T19:50:01.860Z] ok  	github.com/docker/docker/integration/network/macvlan	0.068s
19:50:01 [2021-03-01T19:50:01.860Z] 
19:50:01 [2021-03-01T19:50:01.860Z] DONE 0 tests in 0.783s
19:50:01 [2021-03-01T19:50:01.860Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
19:50:01 [2021-03-01T19:50:01.871Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
19:50:01 [2021-03-01T19:50:01.871Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
19:50:02 [2021-03-01T19:50:02.142Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
19:50:02 [2021-03-01T19:50:02.830Z] testing: warning: no tests to run
19:50:02 [2021-03-01T19:50:02.830Z] PASS
19:50:02 [2021-03-01T19:50:02.830Z] ok  	github.com/docker/docker/integration/plugin	0.085s
19:50:02 [2021-03-01T19:50:02.830Z] 
19:50:02 [2021-03-01T19:50:02.830Z] DONE 0 tests in 0.806s
19:50:02 [2021-03-01T19:50:02.830Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
19:50:03 [2021-03-01T19:50:03.085Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
19:50:03 [2021-03-01T19:50:03.085Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
19:50:03 [2021-03-01T19:50:03.085Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
19:50:03 [2021-03-01T19:50:03.346Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
19:50:03 [2021-03-01T19:50:03.802Z] testing: warning: no tests to run
19:50:03 [2021-03-01T19:50:03.802Z] PASS
19:50:03 [2021-03-01T19:50:03.802Z] ok  	github.com/docker/docker/integration/plugin/authz	0.072s
19:50:03 [2021-03-01T19:50:03.802Z] 
19:50:03 [2021-03-01T19:50:03.802Z] DONE 0 tests in 0.816s
19:50:03 [2021-03-01T19:50:03.802Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
19:50:04 [2021-03-01T19:50:04.289Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
19:50:05 [2021-03-01T19:50:05.231Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
19:50:05 [2021-03-01T19:50:05.231Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
19:50:05 [2021-03-01T19:50:05.493Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
19:50:05 [2021-03-01T19:50:05.493Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
19:50:08 [2021-03-01T19:50:08.796Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
19:50:10 [2021-03-01T19:50:10.180Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
19:50:12 [2021-03-01T19:50:12.468Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:50:12 [2021-03-01T19:50:12.468Z] INFO: Testing against a local daemon
19:50:12 [2021-03-01T19:50:12.468Z] === RUN   TestPluginInvalidJSON
19:50:12 [2021-03-01T19:50:12.468Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
19:50:12 [2021-03-01T19:50:12.468Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
19:50:12 [2021-03-01T19:50:12.468Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
19:50:12 [2021-03-01T19:50:12.468Z] --- PASS: TestPluginInvalidJSON (0.03s)
19:50:12 [2021-03-01T19:50:12.468Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
19:50:12 [2021-03-01T19:50:12.468Z] === RUN   TestPluginInstall
19:50:12 [2021-03-01T19:50:12.468Z] --- SKIP: TestPluginInstall (0.00s)
19:50:12 [2021-03-01T19:50:12.468Z]     plugin_test.go:58: testEnv.OSType == "windows"
19:50:12 [2021-03-01T19:50:12.468Z] === RUN   TestPluginsWithRuntimes
19:50:12 [2021-03-01T19:50:12.468Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
19:50:12 [2021-03-01T19:50:12.468Z]     plugin_test.go:167: testEnv.OSType == "windows"
19:50:12 [2021-03-01T19:50:12.468Z] PASS
19:50:12 [2021-03-01T19:50:12.468Z] ok  	github.com/docker/docker/integration/plugin/common	0.125s
19:50:12 [2021-03-01T19:50:12.468Z] 
19:50:12 [2021-03-01T19:50:12.468Z] === Skipped
19:50:12 [2021-03-01T19:50:12.468Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
19:50:12 [2021-03-01T19:50:12.468Z]     plugin_test.go:58: testEnv.OSType == "windows"
19:50:12 [2021-03-01T19:50:12.468Z] 
19:50:12 [2021-03-01T19:50:12.468Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
19:50:12 [2021-03-01T19:50:12.468Z]     plugin_test.go:167: testEnv.OSType == "windows"
19:50:12 [2021-03-01T19:50:12.468Z] 
19:50:12 [2021-03-01T19:50:12.468Z] 
19:50:12 [2021-03-01T19:50:12.468Z] DONE 4 tests, 2 skipped in 8.715s
19:50:12 [2021-03-01T19:50:12.468Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
19:50:16 [2021-03-01T19:50:16.233Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:50:16 [2021-03-01T19:50:16.233Z] INFO: Testing against a local daemon
19:50:16 [2021-03-01T19:50:16.233Z] === RUN   TestExternalGraphDriver
19:50:16 [2021-03-01T19:50:16.233Z] --- SKIP: TestExternalGraphDriver (0.00s)
19:50:16 [2021-03-01T19:50:16.233Z]     external_test.go:48: runtime.GOOS == "windows"
19:50:16 [2021-03-01T19:50:16.233Z] === RUN   TestGraphdriverPluginV2
19:50:16 [2021-03-01T19:50:16.233Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
19:50:16 [2021-03-01T19:50:16.233Z]     external_test.go:408: runtime.GOOS == "windows"
19:50:16 [2021-03-01T19:50:16.233Z] PASS
19:50:16 [2021-03-01T19:50:16.233Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.158s
19:50:16 [2021-03-01T19:50:16.233Z] 
19:50:16 [2021-03-01T19:50:16.233Z] === Skipped
19:50:16 [2021-03-01T19:50:16.233Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
19:50:16 [2021-03-01T19:50:16.233Z]     external_test.go:48: runtime.GOOS == "windows"
19:50:16 [2021-03-01T19:50:16.233Z] 
19:50:16 [2021-03-01T19:50:16.233Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
19:50:16 [2021-03-01T19:50:16.233Z]     external_test.go:408: runtime.GOOS == "windows"
19:50:16 [2021-03-01T19:50:16.233Z] 
19:50:16 [2021-03-01T19:50:16.233Z] 
19:50:16 [2021-03-01T19:50:16.233Z] DONE 2 tests, 2 skipped in 3.534s
19:50:16 [2021-03-01T19:50:16.233Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
19:50:16 [2021-03-01T19:50:16.769Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
19:50:16 [2021-03-01T19:50:16.769Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
19:50:17 [2021-03-01T19:50:17.340Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
19:50:17 [2021-03-01T19:50:17.340Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
19:50:17 [2021-03-01T19:50:17.340Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
19:50:17 [2021-03-01T19:50:17.601Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
19:50:17 [2021-03-01T19:50:17.601Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
19:50:17 [2021-03-01T19:50:17.601Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
19:50:18 [2021-03-01T19:50:18.415Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:50:18 [2021-03-01T19:50:18.415Z] INFO: Testing against a local daemon
19:50:18 [2021-03-01T19:50:18.415Z] === RUN   TestReadPluginNoRead
19:50:18 [2021-03-01T19:50:18.415Z] --- SKIP: TestReadPluginNoRead (0.00s)
19:50:18 [2021-03-01T19:50:18.415Z]     read_test.go:21: no unix domain sockets on Windows
19:50:18 [2021-03-01T19:50:18.415Z] PASS
19:50:18 [2021-03-01T19:50:18.415Z] ok  	github.com/docker/docker/integration/plugin/logging	0.159s
19:50:18 [2021-03-01T19:50:18.415Z] 
19:50:18 [2021-03-01T19:50:18.415Z] === Skipped
19:50:18 [2021-03-01T19:50:18.415Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
19:50:18 [2021-03-01T19:50:18.415Z]     read_test.go:21: no unix domain sockets on Windows
19:50:18 [2021-03-01T19:50:18.415Z] 
19:50:18 [2021-03-01T19:50:18.415Z] 
19:50:18 [2021-03-01T19:50:18.415Z] DONE 1 tests, 1 skipped in 2.590s
19:50:18 [2021-03-01T19:50:18.875Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
19:50:19 [2021-03-01T19:50:19.846Z] testing: warning: no tests to run
19:50:19 [2021-03-01T19:50:19.846Z] PASS
19:50:19 [2021-03-01T19:50:19.846Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.102s
19:50:19 [2021-03-01T19:50:19.846Z] 
19:50:19 [2021-03-01T19:50:19.846Z] DONE 0 tests in 1.342s
19:50:19 [2021-03-01T19:50:19.846Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
19:50:20 [2021-03-01T19:50:20.147Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
19:50:20 [2021-03-01T19:50:20.147Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
19:50:20 [2021-03-01T19:50:20.147Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
19:50:21 [2021-03-01T19:50:21.089Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
19:50:22 [2021-03-01T19:50:22.759Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:50:22 [2021-03-01T19:50:22.759Z] INFO: Testing against a local daemon
19:50:22 [2021-03-01T19:50:22.759Z] === RUN   TestPluginWithDevMounts
19:50:22 [2021-03-01T19:50:22.759Z] --- SKIP: TestPluginWithDevMounts (0.00s)
19:50:22 [2021-03-01T19:50:22.759Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
19:50:22 [2021-03-01T19:50:22.759Z] PASS
19:50:22 [2021-03-01T19:50:22.759Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.208s
19:50:23 [2021-03-01T19:50:23.220Z] 
19:50:23 [2021-03-01T19:50:23.220Z] === Skipped
19:50:23 [2021-03-01T19:50:23.220Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
19:50:23 [2021-03-01T19:50:23.220Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
19:50:23 [2021-03-01T19:50:23.220Z] 
19:50:23 [2021-03-01T19:50:23.220Z] 
19:50:23 [2021-03-01T19:50:23.220Z] DONE 1 tests, 1 skipped in 3.072s
19:50:23 [2021-03-01T19:50:23.220Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
19:50:25 [2021-03-01T19:50:25.298Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
19:50:25 [2021-03-01T19:50:25.409Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:50:25 [2021-03-01T19:50:25.409Z] INFO: Testing against a local daemon
19:50:25 [2021-03-01T19:50:25.409Z] === RUN   TestSecretInspect
19:50:25 [2021-03-01T19:50:25.409Z] --- SKIP: TestSecretInspect (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
19:50:25 [2021-03-01T19:50:25.409Z] === RUN   TestSecretList
19:50:25 [2021-03-01T19:50:25.409Z] --- SKIP: TestSecretList (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
19:50:25 [2021-03-01T19:50:25.409Z] === RUN   TestSecretsCreateAndDelete
19:50:25 [2021-03-01T19:50:25.409Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
19:50:25 [2021-03-01T19:50:25.409Z] === RUN   TestSecretsUpdate
19:50:25 [2021-03-01T19:50:25.409Z] --- SKIP: TestSecretsUpdate (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
19:50:25 [2021-03-01T19:50:25.409Z] === RUN   TestTemplatedSecret
19:50:25 [2021-03-01T19:50:25.409Z] --- SKIP: TestTemplatedSecret (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
19:50:25 [2021-03-01T19:50:25.409Z] === RUN   TestSecretCreateResolve
19:50:25 [2021-03-01T19:50:25.409Z] --- SKIP: TestSecretCreateResolve (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
19:50:25 [2021-03-01T19:50:25.409Z] PASS
19:50:25 [2021-03-01T19:50:25.409Z] ok  	github.com/docker/docker/integration/secret	0.156s
19:50:25 [2021-03-01T19:50:25.409Z] 
19:50:25 [2021-03-01T19:50:25.409Z] === Skipped
19:50:25 [2021-03-01T19:50:25.409Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
19:50:25 [2021-03-01T19:50:25.409Z] 
19:50:25 [2021-03-01T19:50:25.409Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
19:50:25 [2021-03-01T19:50:25.409Z] 
19:50:25 [2021-03-01T19:50:25.409Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
19:50:25 [2021-03-01T19:50:25.409Z] 
19:50:25 [2021-03-01T19:50:25.409Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
19:50:25 [2021-03-01T19:50:25.409Z] 
19:50:25 [2021-03-01T19:50:25.409Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
19:50:25 [2021-03-01T19:50:25.409Z] 
19:50:25 [2021-03-01T19:50:25.409Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
19:50:25 [2021-03-01T19:50:25.409Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
19:50:25 [2021-03-01T19:50:25.409Z] 
19:50:25 [2021-03-01T19:50:25.409Z] 
19:50:25 [2021-03-01T19:50:25.409Z] DONE 6 tests, 6 skipped in 2.239s
19:50:25 [2021-03-01T19:50:25.409Z] Running D:\gopath\src\github.com\docker\docker\integration\service
19:50:27 [2021-03-01T19:50:27.853Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
19:50:27 [2021-03-01T19:50:27.853Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
19:50:28 [2021-03-01T19:50:28.320Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:50:28 [2021-03-01T19:50:28.320Z] INFO: Testing against a local daemon
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestServiceCreateInit
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestServiceCreateInit/daemonInitDisabled
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestServiceCreateInit/daemonInitEnabled
19:50:28 [2021-03-01T19:50:28.320Z] --- PASS: TestServiceCreateInit (0.03s)
19:50:28 [2021-03-01T19:50:28.320Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestCreateServiceMultipleTimes
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestCreateServiceConflict
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestCreateServiceConflict (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestCreateServiceMaxReplicas
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
19:50:28 [2021-03-01T19:50:28.320Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestCreateWithDuplicateNetworkNames
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestCreateServiceSecretFileMode
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestCreateServiceConfigFileMode
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestCreateServiceSysctls
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestCreateServiceSysctls (0.03s)
19:50:28 [2021-03-01T19:50:28.320Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestCreateServiceCapabilities
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
19:50:28 [2021-03-01T19:50:28.320Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestInspect
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestInspect (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestCreateJob
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestCreateJob (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestReplicatedJob
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestReplicatedJob (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestUpdateReplicatedJob
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestServiceListWithStatuses
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestServiceListWithStatuses (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestDockerNetworkConnectAlias
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestDockerNetworkReConnect
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestServicePlugin
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestServicePlugin (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestServiceUpdateLabel
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestServiceUpdateLabel (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestServiceUpdateSecrets
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestServiceUpdateConfigs
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
19:50:28 [2021-03-01T19:50:28.320Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestServiceUpdateNetwork
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
19:50:28 [2021-03-01T19:50:28.320Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
19:50:28 [2021-03-01T19:50:28.320Z] === RUN   TestServiceUpdatePidsLimit
19:50:28 [2021-03-01T19:50:28.320Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s)
19:50:28 [2021-03-01T19:50:28.320Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
19:50:28 [2021-03-01T19:50:28.320Z] PASS
19:50:28 [2021-03-01T19:50:28.320Z] ok  	github.com/docker/docker/integration/service	0.276s
19:50:28 [2021-03-01T19:50:28.320Z] 
19:50:28 [2021-03-01T19:50:28.320Z] === Skipped
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
19:50:28 [2021-03-01T19:50:28.321Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
19:50:28 [2021-03-01T19:50:28.321Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
19:50:28 [2021-03-01T19:50:28.321Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
19:50:28 [2021-03-01T19:50:28.321Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s)
19:50:28 [2021-03-01T19:50:28.321Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s)
19:50:28 [2021-03-01T19:50:28.321Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] 
19:50:28 [2021-03-01T19:50:28.321Z] DONE 24 tests, 23 skipped in 2.880s
19:50:28 [2021-03-01T19:50:28.321Z] Running D:\gopath\src\github.com\docker\docker\integration\session
19:50:28 [2021-03-01T19:50:28.796Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
19:50:30 [2021-03-01T19:50:30.183Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
19:50:30 [2021-03-01T19:50:30.183Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
19:50:30 [2021-03-01T19:50:30.507Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:50:30 [2021-03-01T19:50:30.507Z] INFO: Testing against a local daemon
19:50:30 [2021-03-01T19:50:30.507Z] === RUN   TestSessionCreate
19:50:30 [2021-03-01T19:50:30.507Z] --- SKIP: TestSessionCreate (0.00s)
19:50:30 [2021-03-01T19:50:30.507Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
19:50:30 [2021-03-01T19:50:30.507Z] === RUN   TestSessionCreateWithBadUpgrade
19:50:30 [2021-03-01T19:50:30.507Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
19:50:30 [2021-03-01T19:50:30.507Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
19:50:30 [2021-03-01T19:50:30.507Z] PASS
19:50:30 [2021-03-01T19:50:30.507Z] ok  	github.com/docker/docker/integration/session	0.118s
19:50:30 [2021-03-01T19:50:30.507Z] 
19:50:30 [2021-03-01T19:50:30.507Z] === Skipped
19:50:30 [2021-03-01T19:50:30.507Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
19:50:30 [2021-03-01T19:50:30.507Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
19:50:30 [2021-03-01T19:50:30.507Z] 
19:50:30 [2021-03-01T19:50:30.507Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
19:50:30 [2021-03-01T19:50:30.507Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
19:50:30 [2021-03-01T19:50:30.507Z] 
19:50:30 [2021-03-01T19:50:30.507Z] 
19:50:30 [2021-03-01T19:50:30.507Z] DONE 2 tests, 2 skipped in 2.107s
19:50:30 [2021-03-01T19:50:30.507Z] Running D:\gopath\src\github.com\docker\docker\integration\system
19:50:30 [2021-03-01T19:50:30.754Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
19:50:31 [2021-03-01T19:50:31.326Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
19:50:32 [2021-03-01T19:50:32.268Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
19:50:32 [2021-03-01T19:50:32.689Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:50:32 [2021-03-01T19:50:32.689Z] INFO: Testing against a local daemon
19:50:32 [2021-03-01T19:50:32.689Z] === RUN   TestCgroupDriverSystemdMemoryLimit
19:50:32 [2021-03-01T19:50:32.689Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
19:50:32 [2021-03-01T19:50:32.689Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
19:50:32 [2021-03-01T19:50:32.689Z] === RUN   TestEventsExecDie
19:50:32 [2021-03-01T19:50:32.689Z] --- SKIP: TestEventsExecDie (0.00s)
19:50:32 [2021-03-01T19:50:32.689Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
19:50:32 [2021-03-01T19:50:32.689Z] === RUN   TestEventsBackwardsCompatible
19:50:32 [2021-03-01T19:50:32.689Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
19:50:32 [2021-03-01T19:50:32.689Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
19:50:32 [2021-03-01T19:50:32.689Z] === RUN   TestInfoAPI
19:50:32 [2021-03-01T19:50:32.689Z] --- PASS: TestInfoAPI (0.04s)
19:50:32 [2021-03-01T19:50:32.689Z] === RUN   TestInfoAPIWarnings
19:50:32 [2021-03-01T19:50:32.689Z] --- SKIP: TestInfoAPIWarnings (0.00s)
19:50:32 [2021-03-01T19:50:32.689Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
19:50:32 [2021-03-01T19:50:32.689Z] === RUN   TestInfoDebug
19:50:32 [2021-03-01T19:50:32.689Z] --- SKIP: TestInfoDebug (0.00s)
19:50:32 [2021-03-01T19:50:32.689Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
19:50:32 [2021-03-01T19:50:32.689Z] === RUN   TestInfoInsecureRegistries
19:50:32 [2021-03-01T19:50:32.689Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
19:50:32 [2021-03-01T19:50:32.689Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
19:50:32 [2021-03-01T19:50:32.689Z] === RUN   TestInfoRegistryMirrors
19:50:32 [2021-03-01T19:50:32.689Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
19:50:32 [2021-03-01T19:50:32.689Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
19:50:32 [2021-03-01T19:50:32.689Z] === RUN   TestLoginFailsWithBadCredentials
19:50:33 [2021-03-01T19:50:33.660Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s)
19:50:33 [2021-03-01T19:50:33.660Z] === RUN   TestPingCacheHeaders
19:50:33 [2021-03-01T19:50:33.660Z] --- PASS: TestPingCacheHeaders (0.03s)
19:50:33 [2021-03-01T19:50:33.660Z] === RUN   TestPingGet
19:50:33 [2021-03-01T19:50:33.660Z] --- PASS: TestPingGet (0.03s)
19:50:33 [2021-03-01T19:50:33.660Z] === RUN   TestPingHead
19:50:33 [2021-03-01T19:50:33.660Z] --- PASS: TestPingHead (0.04s)
19:50:33 [2021-03-01T19:50:33.660Z] === RUN   TestVersion
19:50:33 [2021-03-01T19:50:33.660Z] --- PASS: TestVersion (0.03s)
19:50:33 [2021-03-01T19:50:33.660Z] PASS
19:50:33 [2021-03-01T19:50:33.660Z] ok  	github.com/docker/docker/integration/system	1.242s
19:50:33 [2021-03-01T19:50:33.660Z] 
19:50:33 [2021-03-01T19:50:33.660Z] === Skipped
19:50:33 [2021-03-01T19:50:33.660Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
19:50:33 [2021-03-01T19:50:33.660Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
19:50:33 [2021-03-01T19:50:33.660Z] 
19:50:33 [2021-03-01T19:50:33.660Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
19:50:33 [2021-03-01T19:50:33.660Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
19:50:33 [2021-03-01T19:50:33.660Z] 
19:50:33 [2021-03-01T19:50:33.660Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
19:50:33 [2021-03-01T19:50:33.660Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
19:50:33 [2021-03-01T19:50:33.660Z] 
19:50:33 [2021-03-01T19:50:33.660Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
19:50:33 [2021-03-01T19:50:33.660Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
19:50:33 [2021-03-01T19:50:33.660Z] 
19:50:33 [2021-03-01T19:50:33.660Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
19:50:33 [2021-03-01T19:50:33.660Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
19:50:33 [2021-03-01T19:50:33.660Z] 
19:50:33 [2021-03-01T19:50:33.660Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
19:50:33 [2021-03-01T19:50:33.660Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
19:50:33 [2021-03-01T19:50:33.660Z] 
19:50:33 [2021-03-01T19:50:33.660Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
19:50:33 [2021-03-01T19:50:33.660Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
19:50:33 [2021-03-01T19:50:33.660Z] 
19:50:33 [2021-03-01T19:50:33.660Z] 
19:50:33 [2021-03-01T19:50:33.660Z] DONE 13 tests, 7 skipped in 3.148s
19:50:33 [2021-03-01T19:50:33.660Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
19:50:35 [2021-03-01T19:50:35.853Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:50:35 [2021-03-01T19:50:35.854Z] INFO: Testing against a local daemon
19:50:35 [2021-03-01T19:50:35.854Z] === RUN   TestVolumesCreateAndList
19:50:35 [2021-03-01T19:50:35.854Z] --- PASS: TestVolumesCreateAndList (0.04s)
19:50:35 [2021-03-01T19:50:35.854Z] === RUN   TestVolumesRemove
19:50:36 [2021-03-01T19:50:36.315Z] --- PASS: TestVolumesRemove (0.12s)
19:50:36 [2021-03-01T19:50:36.315Z] === RUN   TestVolumesInspect
19:50:36 [2021-03-01T19:50:36.315Z] --- PASS: TestVolumesInspect (0.05s)
19:50:36 [2021-03-01T19:50:36.315Z] === RUN   TestVolumesInvalidJSON
19:50:36 [2021-03-01T19:50:36.315Z] === RUN   TestVolumesInvalidJSON//volumes/create
19:50:36 [2021-03-01T19:50:36.315Z] === PAUSE TestVolumesInvalidJSON//volumes/create
19:50:36 [2021-03-01T19:50:36.315Z] === CONT  TestVolumesInvalidJSON//volumes/create
19:50:36 [2021-03-01T19:50:36.315Z] --- PASS: TestVolumesInvalidJSON (0.03s)
19:50:36 [2021-03-01T19:50:36.315Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
19:50:36 [2021-03-01T19:50:36.315Z] PASS
19:50:36 [2021-03-01T19:50:36.315Z] ok  	github.com/docker/docker/integration/volume	0.358s
19:50:36 [2021-03-01T19:50:36.315Z] 
19:50:36 [2021-03-01T19:50:36.315Z] DONE 5 tests in 2.482s
19:50:36 [2021-03-01T19:50:36.315Z] INFO: make.ps1 ended at 03/01/2021 19:50:36
19:50:36 [2021-03-01T19:50:36.315Z] INFO: Integration CLI tests being run from the host:
19:50:36 [2021-03-01T19:50:36.315Z] 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" 
19:50:37 [2021-03-01T19:50:37.560Z] --- PASS: TestDockerNetworkSuite (64.03s)
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.72s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [db514f476fe9c] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.82s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [de7aa92f8fcbc] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.48s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d521c2eddb696] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.61s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dc7bdb2c39760] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.80s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:1233: [dc73ba1fe6547] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.88s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [deec665926fe6] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (7.50s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dc4a4a8c8189e] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.97s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d8c8018f21c89] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.59s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dfe3eb466db8a] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.79s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d8cd2086a46ea] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.63s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d8e124530b2af] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.90s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d2c32cb11e7a0] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.92s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d12e5f987650f] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d2d03d17a935c] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.35s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d95a43f0da586] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.78s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [df72429c1d4cf] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d500d7a8c9909] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dbd6e255d6d67] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dd090dc2c9fb5] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.77s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d1dd7159de1e7] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.08s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dbedb2a81b815] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d777655531db1] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.27s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [da39b4232e747] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dfb5c96c79572] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.57s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:968: [d80ab85de90af] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.80s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [df5a404858a21] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.97s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:1116: [db21fbf23b9b8] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.36s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [de1615e4b9fd4] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d64fce9129974] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d943f2622e171] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dc0100536643a] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dbbc168fe3557] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [db447b6976d1f] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [de53f55f7b2a5] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.52s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d73ec99a7b92e] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d2327a5e05e8e] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d883816b4fa70] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.82s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [da19010f91435] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.56s)
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.12s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:1084: [d9657453479cd] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d7a43b58ea216] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.78s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d89cff45df8c8] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.54s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d38f668f68637] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.04s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dfc971e19dfce] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.68s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [de77eb1dd946b] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.50s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dbe5334014fe2] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.02s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [dd2d2edaf4309] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.68s)
19:50:37 [2021-03-01T19:50:37.560Z]         docker_cli_network_unix_test.go:46: [d30f6a84b0353] daemon is not started
19:50:37 [2021-03-01T19:50:37.560Z] === RUN   TestDockerHubPullSuite
19:50:37 [2021-03-01T19:50:37.560Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
19:50:38 [2021-03-01T19:50:38.501Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
19:50:41 [2021-03-01T19:50:41.044Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
19:50:41 [2021-03-01T19:50:41.986Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
19:50:44 [2021-03-01T19:50:44.901Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
19:50:44 [2021-03-01T19:50:44.901Z] INFO: Testing against a local daemon
19:50:44 [2021-03-01T19:50:44.901Z] === RUN   TestDockerSuite
19:50:44 [2021-03-01T19:50:44.901Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
19:50:44 [2021-03-01T19:50:44.901Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
19:50:44 [2021-03-01T19:50:44.901Z] === RUN   TestDockerSuite/TestAPIErrorJSON
19:50:44 [2021-03-01T19:50:44.901Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
19:50:44 [2021-03-01T19:50:44.901Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
19:50:44 [2021-03-01T19:50:44.901Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
19:50:44 [2021-03-01T19:50:44.901Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
19:50:44 [2021-03-01T19:50:44.901Z] === RUN   TestDockerSuite/TestAPIImagesDelete
19:50:45 [2021-03-01T19:50:45.361Z] === RUN   TestDockerSuite/TestAPIImagesFilter
19:50:45 [2021-03-01T19:50:45.820Z] === RUN   TestDockerSuite/TestAPIImagesHistory
19:50:46 [2021-03-01T19:50:46.280Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
19:50:46 [2021-03-01T19:50:46.741Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
19:50:47 [2021-03-01T19:50:47.272Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
19:50:47 [2021-03-01T19:50:47.272Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
19:50:47 [2021-03-01T19:50:47.272Z] --- PASS: TestDockerHubPullSuite (9.59s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.53s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.27s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.97s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (4.49s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s)
19:50:47 [2021-03-01T19:50:47.272Z] PASS
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === Skipped
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_sni_test.go:18: Flakey test
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.272Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
19:50:47 [2021-03-01T19:50:47.272Z]         docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess
19:50:47 [2021-03-01T19:50:47.272Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
19:50:47 [2021-03-01T19:50:47.273Z]         docker_cli_network_unix_test.go:46: [d883816b4fa70] daemon is not started
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] 
19:50:47 [2021-03-01T19:50:47.273Z] DONE 1274 tests, 51 skipped in 1612.313s
19:50:47 [2021-03-01T19:50:47.273Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
19:50:47 [2021-03-01T19:50:47.273Z] ++++ cat bundles/test-integration/docker.pid
19:50:47 [2021-03-01T19:50:47.273Z] +++ kill 8153
19:50:47 [2021-03-01T19:50:47.845Z] +++ /etc/init.d/apparmor stop
19:50:47 [2021-03-01T19:50:47.845Z] Leaving: AppArmorNo profiles have been unloaded.
19:50:47 [2021-03-01T19:50:47.845Z] 
19:50:47 [2021-03-01T19:50:47.845Z] Unloading profiles will leave already running processes permanently
19:50:47 [2021-03-01T19:50:47.845Z] unconfined, which can lead to unexpected situations.
19:50:47 [2021-03-01T19:50:47.845Z] 
19:50:47 [2021-03-01T19:50:47.845Z] To set a process to complain mode, use the command line tool
19:50:47 [2021-03-01T19:50:47.845Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
19:50:47 [2021-03-01T19:50:47.845Z] +++ true
19:50:47 [2021-03-01T19:50:47.845Z] exiting test-integration
19:50:47 [2021-03-01T19:50:47.845Z] ++ exit 0
19:50:47 [2021-03-01T19:50:47.845Z] 
19:50:48 [2021-03-01T19:50:48.105Z] + for job in $(jobs -p)
19:50:48 [2021-03-01T19:50:48.105Z] + wait 9924
19:50:51 [2021-03-01T19:50:51.412Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
19:51:47 [2021-03-01T19:51:47.678Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
19:51:54 [2021-03-01T19:51:54.258Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
19:51:58 [2021-03-01T19:51:58.462Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPINetworkFilter
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
19:52:58 [2021-03-01T19:52:58.444Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
19:53:00 [2021-03-01T19:53:00.635Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
19:53:00 [2021-03-01T19:53:00.635Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
19:53:00 [2021-03-01T19:53:00.635Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
19:53:00 [2021-03-01T19:53:00.635Z] === RUN   TestDockerSuite/TestAttachDisconnect
19:53:00 [2021-03-01T19:53:00.635Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
19:53:04 [2021-03-01T19:53:04.395Z] === RUN   TestDockerSuite/TestAttachPausedContainer
19:53:04 [2021-03-01T19:53:04.395Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
19:53:04 [2021-03-01T19:53:04.395Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
19:53:11 [2021-03-01T19:53:11.475Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
19:54:04 [2021-03-01T19:54:04.972Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
19:54:17 [2021-03-01T19:54:17.202Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
19:54:18 [2021-03-01T19:54:18.144Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
19:54:18 [2021-03-01T19:54:18.144Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
19:54:18 [2021-03-01T19:54:18.405Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
19:54:18 [2021-03-01T19:54:18.405Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
19:54:18 [2021-03-01T19:54:18.976Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
19:54:21 [2021-03-01T19:54:21.520Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
19:54:24 [2021-03-01T19:54:24.821Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
19:54:27 [2021-03-01T19:54:27.388Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
19:55:08 [2021-03-01T19:55:08.032Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
19:55:08 [2021-03-01T19:55:08.033Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
19:55:08 [2021-03-01T19:55:08.033Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
19:55:08 [2021-03-01T19:55:08.033Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
19:55:08 [2021-03-01T19:55:08.033Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
19:55:08 [2021-03-01T19:55:08.033Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
19:55:08 [2021-03-01T19:55:08.033Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
19:55:08 [2021-03-01T19:55:08.033Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
19:55:08 [2021-03-01T19:55:08.033Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
19:55:08 [2021-03-01T19:55:08.033Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
19:55:08 [2021-03-01T19:55:08.033Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
19:55:10 [2021-03-01T19:55:10.216Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
19:55:11 [2021-03-01T19:55:11.755Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
19:55:12 [2021-03-01T19:55:12.215Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
19:55:12 [2021-03-01T19:55:12.215Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
19:55:12 [2021-03-01T19:55:12.215Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
19:55:15 [2021-03-01T19:55:15.123Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
19:55:23 [2021-03-01T19:55:23.652Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
19:55:23 [2021-03-01T19:55:23.652Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
19:55:25 [2021-03-01T19:55:25.049Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
19:55:27 [2021-03-01T19:55:27.517Z] === RUN   TestDockerSuite/TestBuildAddNonTar
19:55:27 [2021-03-01T19:55:27.599Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
19:55:30 [2021-03-01T19:55:30.146Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
19:55:31 [2021-03-01T19:55:31.260Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
19:55:32 [2021-03-01T19:55:32.228Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
19:55:32 [2021-03-01T19:55:32.228Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
19:55:32 [2021-03-01T19:55:32.690Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
19:55:35 [2021-03-01T19:55:35.965Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
19:55:37 [2021-03-01T19:55:37.502Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
19:55:42 [2021-03-01T19:55:42.191Z] === RUN   TestDockerSuite/TestBuildAddScript
19:55:42 [2021-03-01T19:55:42.191Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
19:55:42 [2021-03-01T19:55:42.191Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
19:55:42 [2021-03-01T19:55:42.191Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
19:55:42 [2021-03-01T19:55:42.191Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
19:55:42 [2021-03-01T19:55:42.191Z] === RUN   TestDockerSuite/TestBuildAddTar
19:55:54 [2021-03-01T19:55:54.648Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
19:56:06 [2021-03-01T19:56:06.875Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
19:56:08 [2021-03-01T19:56:08.266Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
19:56:10 [2021-03-01T19:56:10.809Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
19:56:13 [2021-03-01T19:56:13.354Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
19:56:19 [2021-03-01T19:56:19.937Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
19:56:25 [2021-03-01T19:56:25.228Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
19:56:27 [2021-03-01T19:56:27.771Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
19:56:30 [2021-03-01T19:56:30.315Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
19:56:32 [2021-03-01T19:56:32.861Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
19:56:35 [2021-03-01T19:56:35.404Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
19:56:38 [2021-03-01T19:56:38.704Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
19:56:40 [2021-03-01T19:56:40.616Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
19:56:54 [2021-03-01T19:56:54.320Z] === RUN   TestDockerSuite/TestBuildAddTarXz
19:56:54 [2021-03-01T19:56:54.320Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
19:56:54 [2021-03-01T19:56:54.320Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
19:57:06 [2021-03-01T19:57:06.771Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
19:57:06 [2021-03-01T19:57:06.771Z] === RUN   TestDockerSuite/TestBuildBlankName
19:57:07 [2021-03-01T19:57:07.746Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
19:57:14 [2021-03-01T19:57:14.818Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
19:57:15 [2021-03-01T19:57:15.277Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
19:57:19 [2021-03-01T19:57:19.963Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
19:57:30 [2021-03-01T19:57:30.309Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
19:57:36 [2021-03-01T19:57:36.878Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
19:57:37 [2021-03-01T19:57:37.393Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
19:57:37 [2021-03-01T19:57:37.864Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
19:57:42 [2021-03-01T19:57:42.552Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
19:57:42 [2021-03-01T19:57:42.552Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
19:57:42 [2021-03-01T19:57:42.552Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
19:57:49 [2021-03-01T19:57:49.732Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
19:57:49 [2021-03-01T19:57:49.732Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
19:57:49 [2021-03-01T19:57:49.732Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
19:57:49 [2021-03-01T19:57:49.732Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
19:57:49 [2021-03-01T19:57:49.732Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
19:57:51 [2021-03-01T19:57:51.778Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
19:58:06 [2021-03-01T19:58:06.779Z] --- PASS: TestDockerSwarmSuite (1655.08s)
19:58:06 [2021-03-01T19:58:06.779Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.29s)
19:58:06 [2021-03-01T19:58:06.779Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.43s)
19:58:06 [2021-03-01T19:58:06.779Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.64s)
19:58:06 [2021-03-01T19:58:06.779Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.33s)
19:58:06 [2021-03-01T19:58:06.779Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.10s)
19:58:06 [2021-03-01T19:58:06.779Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.74s)
19:58:06 [2021-03-01T19:58:06.779Z]         docker_api_swarm_test.go:562: [d0d399d9d2156] joining swarm manager [de0ae53c2d2ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.779Z]         docker_api_swarm_test.go:584: [df0413e00f778] joining swarm manager [de0ae53c2d2ff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.779Z]         check_test.go:380: [d0d399d9d2156] daemon is not started
19:58:06 [2021-03-01T19:58:06.779Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
19:58:06 [2021-03-01T19:58:06.779Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
19:58:06 [2021-03-01T19:58:06.779Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.26s)
19:58:06 [2021-03-01T19:58:06.779Z]         docker_api_swarm_test.go:45: [db0caec209551] joining swarm manager [dc6f49ca2b153]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.779Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.06s)
19:58:06 [2021-03-01T19:58:06.779Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.28s)
19:58:06 [2021-03-01T19:58:06.779Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (30.59s)
19:58:06 [2021-03-01T19:58:06.779Z]         docker_api_swarm_test.go:303: [d144857c69248] joining swarm manager [da636a235da37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:304: [df8d9ca9c4cc9] joining swarm manager [da636a235da37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:363: Waiting for possible election...
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.57s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:271: [dd59abde2691a] joining swarm manager [d7afd8a39cbf1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:272: [d724ea09f64cc] joining swarm manager [d7afd8a39cbf1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.65s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.44s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.93s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_node_test.go:19: [db5f56f39a44f] joining swarm manager [d77e769224de1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_node_test.go:20: [d4291b705d0b4] joining swarm manager [d77e769224de1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (50.13s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:501: [d9220a0b55232] joining swarm manager [d51eb7e0fa9fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:506: [d6230c05e7172] joining swarm manager [d51eb7e0fa9fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.51s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_node_test.go:80: [d30f4d48017d1] joining swarm manager [de3a3f5d1f6fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.26s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_node_test.go:52: [ddbeb56f7eaba] joining swarm manager [d1399805c3a59]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_node_test.go:53: [d422df5e9278b] joining swarm manager [d1399805c3a59]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.61s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.04s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:201: [dcaef2b31231a] joining swarm manager [d4264121ec0bf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (65.72s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:383: [dbccaba8a220e] joining swarm manager [d814fc5ae9424]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:384: [d35e8cc46541e] joining swarm manager [d814fc5ae9424]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]         check_test.go:380: [d35e8cc46541e] daemon is not started
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (57.56s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:801: [d2a8bd86f4b67] joining swarm manager [d002df9142a44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:801: [d23ed3426be69] joining swarm manager [d002df9142a44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:801: [d5d640fbfbd99] joining swarm manager [d002df9142a44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:801: [d26b0a81b6687] joining swarm manager [d002df9142a44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:809: [d23aa0652c9ce] joining swarm manager [d002df9142a44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.33s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.15s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.15s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:394: [de5f3cacc0286] joining swarm manager [dd0a3702b5513]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:394: [d62e70dafd384] joining swarm manager [dd0a3702b5513]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.33s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:342: [d666926f6037f] joining swarm manager [d98101eb90204]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:342: [d1dca98c2f4b7] joining swarm manager [d98101eb90204]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.13s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:489: [d39b69532bf05] joining swarm manager [de78ced812260]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:489: [d30ea269b87b5] joining swarm manager [de78ced812260]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.34s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.55s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:127: [d82402f3a813a] joining swarm manager [d378480199c47]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:128: [d4d461d391087] joining swarm manager [d378480199c47]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:136: [db8714dc26161] joining swarm manager [d378480199c47]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:137: [d517db18684fb] joining swarm manager [d378480199c47]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.27s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.15s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:303: [dc7d3e2dbb20b] joining swarm manager [da9dea1f290b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:303: [d8ba24bdb40e4] joining swarm manager [da9dea1f290b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.65s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:99: [dd8ecd9c440d4] joining swarm manager [dc43bd71a5487]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:100: [d73eecda6cacc] joining swarm manager [dc43bd71a5487]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]         check_test.go:380: [dd8ecd9c440d4] daemon is not started
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.62s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:532: [d356306a13371] joining swarm manager [d7c73cd83810e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:533: [d9c9efea899a6] joining swarm manager [d7c73cd83810e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.70s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:147: [d553ceb345aba] joining swarm manager [dcdb0448eefbe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_service_test.go:147: [d995dea870511] joining swarm manager [dcdb0448eefbe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.81s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.32s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.32s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.13s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.22s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.49s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.01s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.47s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.62s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.36s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.30s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.71s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.87s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.33s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.19s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.34s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.29s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.08s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.30s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.74s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.45s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.26s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.11s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.38s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.16s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.86s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.42s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.02s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.86s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.00s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.83s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.69s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_service_logs_test.go:245: checking task gsbgyrdmmb9m
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_service_logs_test.go:250: checking messages for gsbgyrdmmb9m
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_service_logs_test.go:245: checking task glrcxa67kiqf
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_service_logs_test.go:250: checking messages for glrcxa67kiqf
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.81s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.33s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (1.88s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.05s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.84s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1901: [d81fa2d86d85f] joining swarm manager [dd867cea61f3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1902: [d60ed63e32551] joining swarm manager [dd867cea61f3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.86s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.86s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.82s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.39s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1802: [ddbe8644ae8f9] joining swarm manager [d1093a8fe568d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1803: [d02ab19f94e7e] joining swarm manager [d1093a8fe568d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.19s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (86.90s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1321: [dd592a2a7e468] joining swarm manager [dc1f997740bd7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1322: [d17214ef4fbd9] joining swarm manager [dc1f997740bd7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.48s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.38s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.09s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.28s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.91s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.82s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.52s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.62s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.79s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.85s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.72s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.92s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (53.27s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1186: [dc5057e19114c] joining swarm manager [d32ff624afd32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1195: [d7a4508a2ebda] joining swarm manager [d32ff624afd32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.04s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.34s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (125.17s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1118: [df18ec34d3a62] joining swarm manager [da94a2a5ab0e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1119: [d1a33bd2a3ae4] joining swarm manager [da94a2a5ab0e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1172: [dbd362c4d8e0b] joining swarm manager [da94a2a5ab0e5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.40s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1453: [da1922e379039] joining swarm manager [d580cd0ff35fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_test.go:1454: [da913b1ca6a64] joining swarm manager [d580cd0ff35fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.31s)
19:58:06 [2021-03-01T19:58:06.780Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s)
19:58:06 [2021-03-01T19:58:06.780Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.12s)
19:58:06 [2021-03-01T19:58:06.780Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.07s)
19:58:06 [2021-03-01T19:58:06.780Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.03s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.28s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.33s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.25s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.47s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_cli_swarm_unix_test.go:62: [d66883efbc913] joining swarm manager [d39324a0f56cd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.29s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.26s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.32s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (2.86s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.60s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.73s)
19:58:06 [2021-03-01T19:58:06.780Z]         docker_api_swarm_test.go:961: [d9eddab52330c] joining swarm manager [d5e0521e455e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.45s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.32s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.29s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.54s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.88s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.80s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.67s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.70s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.58s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.58s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.85s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.27s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.89s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.32s)
19:58:06 [2021-03-01T19:58:06.780Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.23s)
19:58:06 [2021-03-01T19:58:06.780Z] === RUN   TestDockerExternalVolumeSuite
19:58:06 [2021-03-01T19:58:06.780Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
19:58:19 [2021-03-01T19:58:19.748Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
19:58:20 [2021-03-01T19:58:20.716Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
19:58:21 [2021-03-01T19:58:21.184Z] === RUN   TestDockerSuite/TestBuildCacheAdd
19:58:21 [2021-03-01T19:58:21.643Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
19:58:23 [2021-03-01T19:58:23.183Z] === RUN   TestDockerSuite/TestBuildCacheFrom
19:58:23 [2021-03-01T19:58:23.183Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
19:58:24 [2021-03-01T19:58:24.888Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
19:58:27 [2021-03-01T19:58:27.874Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
19:58:28 [2021-03-01T19:58:28.843Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
19:58:28 [2021-03-01T19:58:28.843Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
19:58:28 [2021-03-01T19:58:28.843Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
19:58:30 [2021-03-01T19:58:30.381Z] === RUN   TestDockerSuite/TestBuildClearCmd
19:58:31 [2021-03-01T19:58:31.348Z] === RUN   TestDockerSuite/TestBuildCmd
19:58:32 [2021-03-01T19:58:32.318Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
19:58:32 [2021-03-01T19:58:32.777Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
19:58:33 [2021-03-01T19:58:33.250Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
19:58:39 [2021-03-01T19:58:39.136Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
19:58:40 [2021-03-01T19:58:40.678Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
19:58:41 [2021-03-01T19:58:41.147Z] === RUN   TestDockerSuite/TestBuildConditionalCache
19:58:42 [2021-03-01T19:58:42.690Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
19:58:42 [2021-03-01T19:58:42.690Z] === RUN   TestDockerSuite/TestBuildContextCleanup
19:58:42 [2021-03-01T19:58:42.690Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
19:58:44 [2021-03-01T19:58:44.871Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
19:58:45 [2021-03-01T19:58:45.839Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
19:58:46 [2021-03-01T19:58:46.298Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
19:58:46 [2021-03-01T19:58:46.298Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
19:58:47 [2021-03-01T19:58:47.265Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
19:58:48 [2021-03-01T19:58:48.244Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
19:58:48 [2021-03-01T19:58:48.244Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
19:58:48 [2021-03-01T19:58:48.244Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
19:58:54 [2021-03-01T19:58:54.035Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
19:59:30 [2021-03-01T19:59:30.017Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
19:59:30 [2021-03-01T19:59:30.017Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
19:59:30 [2021-03-01T19:59:30.017Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
19:59:32 [2021-03-01T19:59:32.252Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
19:59:32 [2021-03-01T19:59:32.608Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
19:59:32 [2021-03-01T19:59:32.717Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
19:59:33 [2021-03-01T19:59:33.175Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
19:59:33 [2021-03-01T19:59:33.175Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
19:59:33 [2021-03-01T19:59:33.634Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
19:59:33 [2021-03-01T19:59:33.634Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
19:59:39 [2021-03-01T19:59:39.187Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
20:00:09 [2021-03-01T20:00:09.319Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
20:00:09 [2021-03-01T20:00:09.319Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
20:00:09 [2021-03-01T20:00:09.319Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
20:00:11 [2021-03-01T20:00:11.299Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
20:00:26 [2021-03-01T20:00:26.198Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
20:00:34 [2021-03-01T20:00:34.479Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
20:00:34 [2021-03-01T20:00:34.479Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
20:00:34 [2021-03-01T20:00:34.479Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
20:00:43 [2021-03-01T20:00:43.107Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
20:00:46 [2021-03-01T20:00:46.072Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
20:00:48 [2021-03-01T20:00:48.980Z] === RUN   TestDockerSuite/TestBuildDockerignore
20:00:58 [2021-03-01T20:00:58.306Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
20:01:10 [2021-03-01T20:01:10.530Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
20:01:42 [2021-03-01T20:01:42.638Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
20:01:57 [2021-03-01T20:01:57.539Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
20:02:01 [2021-03-01T20:02:01.277Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
20:02:01 [2021-03-01T20:02:01.277Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
20:02:01 [2021-03-01T20:02:01.277Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
20:02:15 [2021-03-01T20:02:15.646Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
20:03:02 [2021-03-01T20:03:02.355Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
20:03:20 [2021-03-01T20:03:20.469Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
20:03:27 [2021-03-01T20:03:27.474Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
20:03:29 [2021-03-01T20:03:29.668Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
20:03:30 [2021-03-01T20:03:30.129Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
20:03:48 [2021-03-01T20:03:48.045Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
20:03:52 [2021-03-01T20:03:52.573Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
20:04:02 [2021-03-01T20:04:02.968Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
20:04:17 [2021-03-01T20:04:17.819Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
20:04:24 [2021-03-01T20:04:24.681Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
20:04:36 [2021-03-01T20:04:36.910Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
20:04:53 [2021-03-01T20:04:53.602Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
20:04:55 [2021-03-01T20:04:55.019Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
20:05:08 [2021-03-01T20:05:08.604Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
20:05:09 [2021-03-01T20:05:09.918Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
20:05:17 [2021-03-01T20:05:17.236Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
20:05:24 [2021-03-01T20:05:24.822Z] --- PASS: TestDockerExternalVolumeSuite (437.45s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.57s)
20:05:24 [2021-03-01T20:05:24.822Z]         docker_cli_external_volume_driver_test.go:53: [db43a3605db51] daemon is not started
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.60s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.19s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
20:05:24 [2021-03-01T20:05:24.822Z]         docker_cli_external_volume_driver_test.go:53: [d6f6829ea8484] daemon is not started
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
20:05:24 [2021-03-01T20:05:24.822Z]         docker_cli_external_volume_driver_test.go:53: [dbd8b615f712b] daemon is not started
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
20:05:24 [2021-03-01T20:05:24.822Z]         docker_cli_external_volume_driver_test.go:53: [dca46cd18cd35] daemon is not started
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.25s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.24s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.26s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.35s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.24s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.67s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.04s)
20:05:24 [2021-03-01T20:05:24.822Z]         docker_cli_external_volume_driver_test.go:485: [d27ba0fdddd4f] daemon is not started
20:05:24 [2021-03-01T20:05:24.822Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
20:05:24 [2021-03-01T20:05:24.822Z]         docker_cli_external_volume_driver_test.go:53: [d05756b1c2f1e] daemon is not started
20:05:24 [2021-03-01T20:05:24.822Z] PASS
20:05:24 [2021-03-01T20:05:24.822Z] 
20:05:24 [2021-03-01T20:05:24.822Z] === Skipped
20:05:24 [2021-03-01T20:05:24.822Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
20:05:24 [2021-03-01T20:05:24.822Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
20:05:24 [2021-03-01T20:05:24.822Z]         check_test.go:309: [dca074819bc00] daemon is not started
20:05:24 [2021-03-01T20:05:24.822Z] 
20:05:24 [2021-03-01T20:05:24.822Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
20:05:24 [2021-03-01T20:05:24.822Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
20:05:24 [2021-03-01T20:05:24.822Z]         check_test.go:309: [d1a327fc9fc1d] daemon is not started
20:05:24 [2021-03-01T20:05:24.822Z] 
20:05:24 [2021-03-01T20:05:24.822Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
20:05:24 [2021-03-01T20:05:24.822Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
20:05:24 [2021-03-01T20:05:24.822Z]         check_test.go:309: [d2d88a4694f6e] daemon is not started
20:05:24 [2021-03-01T20:05:24.822Z] 
20:05:24 [2021-03-01T20:05:24.822Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
20:05:24 [2021-03-01T20:05:24.822Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
20:05:24 [2021-03-01T20:05:24.822Z] 
20:05:24 [2021-03-01T20:05:24.822Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
20:05:24 [2021-03-01T20:05:24.822Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s)
20:05:24 [2021-03-01T20:05:24.822Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
20:05:24 [2021-03-01T20:05:24.822Z] 
20:05:24 [2021-03-01T20:05:24.822Z] 
20:05:24 [2021-03-01T20:05:24.822Z] DONE 273 tests, 5 skipped in 2488.532s
20:05:24 [2021-03-01T20:05:24.822Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
20:05:24 [2021-03-01T20:05:24.822Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d490b8616598a/docker.pid
20:05:24 [2021-03-01T20:05:24.822Z] +++ kill 6179
20:05:24 [2021-03-01T20:05:24.822Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6179 is not a child of this shell
20:05:24 [2021-03-01T20:05:24.822Z] warning: PID 6179 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d490b8616598a/docker.pid had a nonzero exit code
20:05:24 [2021-03-01T20:05:24.822Z] ++++ cat bundles/test-integration/docker.pid
20:05:24 [2021-03-01T20:05:24.822Z] +++ kill 8145
20:05:25 [2021-03-01T20:05:25.763Z] +++ /etc/init.d/apparmor stop
20:05:25 [2021-03-01T20:05:25.763Z] Leaving: AppArmorNo profiles have been unloaded.
20:05:25 [2021-03-01T20:05:25.763Z] 
20:05:25 [2021-03-01T20:05:25.763Z] Unloading profiles will leave already running processes permanently
20:05:25 [2021-03-01T20:05:25.763Z] unconfined, which can lead to unexpected situations.
20:05:25 [2021-03-01T20:05:25.763Z] 
20:05:25 [2021-03-01T20:05:25.763Z] To set a process to complain mode, use the command line tool
20:05:25 [2021-03-01T20:05:25.763Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
20:05:25 [2021-03-01T20:05:25.763Z] +++ true
20:05:25 [2021-03-01T20:05:25.763Z] exiting test-integration
20:05:25 [2021-03-01T20:05:25.763Z] ++ exit 0
20:05:25 [2021-03-01T20:05:25.763Z] 
20:05:26 [2021-03-01T20:05:26.024Z] + exit 0
20:05:26 [2021-03-01T20:05:26.024Z] ++ jobs -p
20:05:26 [2021-03-01T20:05:26.024Z] + pids=
20:05:26 [2021-03-01T20:05:26.024Z] + echo 'Remaining pids to kill: []'
20:05:26 [2021-03-01T20:05:26.024Z] Remaining pids to kill: []
20:05:26 [2021-03-01T20:05:26.024Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
20:05:26 [2021-03-01T20:05:26.040Z] Recording test results
20:05:28 [2021-03-01T20:05:28.168Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
20:05:28 [2021-03-01T20:05:28.513Z] + echo Ensuring container killed.
20:05:28 [2021-03-01T20:05:28.513Z] Ensuring container killed.
20:05:28 [2021-03-01T20:05:28.513Z] + docker ps -aq -f name=docker-pr1-*
20:05:28 [2021-03-01T20:05:28.513Z] + cids=2800021821e9
20:05:28 [2021-03-01T20:05:28.513Z] a2d173f782e0
20:05:28 [2021-03-01T20:05:28.513Z] 06ba82d3955f
20:05:28 [2021-03-01T20:05:28.513Z] + [ -n 2800021821e9
20:05:28 [2021-03-01T20:05:28.513Z] a2d173f782e0
20:05:28 [2021-03-01T20:05:28.513Z] 06ba82d3955f ]
20:05:28 [2021-03-01T20:05:28.513Z] + docker rm -vf 2800021821e9 a2d173f782e0 06ba82d3955f
20:05:31 [2021-03-01T20:05:31.063Z] 2800021821e9
20:05:31 [2021-03-01T20:05:31.063Z] a2d173f782e0
20:05:31 [2021-03-01T20:05:31.323Z] 06ba82d3955f
[Pipeline] sh
20:05:31 [2021-03-01T20:05:31.617Z] + echo Chowning /workspace to jenkins user
20:05:31 [2021-03-01T20:05:31.617Z] Chowning /workspace to jenkins user
20:05:31 [2021-03-01T20:05:31.617Z] + id -u
20:05:31 [2021-03-01T20:05:31.617Z] + id -g
20:05:31 [2021-03-01T20:05:31.617Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42102:/workspace busybox chown -R 1000:1000 /workspace
20:05:31 [2021-03-01T20:05:31.617Z] Unable to find image 'busybox:latest' locally
20:05:36 [2021-03-01T20:05:36.900Z] latest: Pulling from library/busybox
20:05:37 [2021-03-01T20:05:37.238Z] 5c4213be9af9: Pulling fs layer
20:05:37 [2021-03-01T20:05:37.238Z] 5c4213be9af9: Download complete
20:05:37 [2021-03-01T20:05:37.238Z] 5c4213be9af9: Pull complete
20:05:37 [2021-03-01T20:05:37.238Z] Digest: sha256:c6b45a95f932202dbb27c31333c4789f45184a744060f6e569cc9d2bf1b9ad6f
20:05:37 [2021-03-01T20:05:37.238Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
20:05:41 [2021-03-01T20:05:41.755Z] + bundleName=amd64
20:05:41 [2021-03-01T20:05:41.755Z] + echo Creating amd64-bundles.tar.gz
20:05:41 [2021-03-01T20:05:41.755Z] Creating amd64-bundles.tar.gz
20:05:41 [2021-03-01T20:05:41.755Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
20:05:41 [2021-03-01T20:05:41.755Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
20:05:42 [2021-03-01T20:05:42.710Z] Archiving artifacts
20:05:46 [2021-03-01T20:05:46.238Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42102/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:05:46 [2021-03-01T20:05:46.557Z] + make clean
20:05:46 [2021-03-01T20:05:46.817Z] docker volume rm -f docker-dev-cache
20:05:46 [2021-03-01T20:05:46.817Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
20:07:14 [2021-03-01T20:07:14.046Z] === RUN   TestDockerSuite/TestBuildDotDotFile
20:07:14 [2021-03-01T20:07:14.046Z] === RUN   TestDockerSuite/TestBuildEOLInLine
20:07:14 [2021-03-01T20:07:14.046Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
20:07:14 [2021-03-01T20:07:14.046Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
20:07:14 [2021-03-01T20:07:14.046Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
20:07:14 [2021-03-01T20:07:14.046Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
20:07:14 [2021-03-01T20:07:14.046Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
20:07:14 [2021-03-01T20:07:14.046Z] === RUN   TestDockerSuite/TestBuildEntrypoint
20:07:14 [2021-03-01T20:07:14.046Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
20:07:14 [2021-03-01T20:07:14.046Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
20:07:14 [2021-03-01T20:07:14.046Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
20:07:18 [2021-03-01T20:07:18.770Z] === RUN   TestDockerSuite/TestBuildEnv
20:07:18 [2021-03-01T20:07:18.770Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
20:07:19 [2021-03-01T20:07:19.230Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
20:07:19 [2021-03-01T20:07:19.230Z] === RUN   TestDockerSuite/TestBuildEnvUsage
20:07:19 [2021-03-01T20:07:19.230Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
20:07:19 [2021-03-01T20:07:19.230Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
20:07:23 [2021-03-01T20:07:23.930Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
20:07:23 [2021-03-01T20:07:23.930Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
20:07:23 [2021-03-01T20:07:23.930Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
20:07:23 [2021-03-01T20:07:23.930Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
20:07:24 [2021-03-01T20:07:24.389Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
20:07:30 [2021-03-01T20:07:30.189Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
20:07:45 [2021-03-01T20:07:45.019Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
20:07:45 [2021-03-01T20:07:45.019Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
20:07:45 [2021-03-01T20:07:45.019Z] === RUN   TestDockerSuite/TestBuildExpose
20:07:45 [2021-03-01T20:07:45.019Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
20:07:45 [2021-03-01T20:07:45.019Z] === RUN   TestDockerSuite/TestBuildExposeOrder
20:07:45 [2021-03-01T20:07:45.019Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
20:07:45 [2021-03-01T20:07:45.019Z] === RUN   TestDockerSuite/TestBuildFails
20:07:47 [2021-03-01T20:07:47.934Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
20:07:47 [2021-03-01T20:07:47.934Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
20:07:53 [2021-03-01T20:07:53.747Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
20:07:58 [2021-03-01T20:07:58.462Z] === RUN   TestDockerSuite/TestBuildForceRm
20:08:10 [2021-03-01T20:08:10.845Z] === RUN   TestDockerSuite/TestBuildFromGit
20:08:15 [2021-03-01T20:08:15.540Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
20:08:17 [2021-03-01T20:08:17.136Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
20:08:22 [2021-03-01T20:08:22.961Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
20:08:22 [2021-03-01T20:08:22.961Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
20:08:22 [2021-03-01T20:08:22.961Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
20:08:23 [2021-03-01T20:08:23.421Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
20:08:23 [2021-03-01T20:08:23.421Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
20:08:32 [2021-03-01T20:08:32.045Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
20:08:32 [2021-03-01T20:08:32.045Z] === RUN   TestDockerSuite/TestBuildHistory
20:08:44 [2021-03-01T20:08:44.559Z] === RUN   TestDockerSuite/TestBuildIidFile
20:08:45 [2021-03-01T20:08:45.018Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
20:08:47 [2021-03-01T20:08:47.931Z] === RUN   TestDockerSuite/TestBuildInheritance
20:08:47 [2021-03-01T20:08:47.931Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
20:08:48 [2021-03-01T20:08:48.391Z] === RUN   TestDockerSuite/TestBuildInvalidTag
20:08:48 [2021-03-01T20:08:48.391Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
20:08:53 [2021-03-01T20:08:53.085Z] === RUN   TestDockerSuite/TestBuildLabel
20:08:53 [2021-03-01T20:08:53.545Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
20:08:54 [2021-03-01T20:08:54.004Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
20:08:55 [2021-03-01T20:08:55.540Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
20:08:55 [2021-03-01T20:08:55.999Z] === RUN   TestDockerSuite/TestBuildLabels
20:08:56 [2021-03-01T20:08:56.967Z] === RUN   TestDockerSuite/TestBuildLabelsCache
20:08:58 [2021-03-01T20:08:58.509Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
20:09:05 [2021-03-01T20:09:05.592Z] === RUN   TestDockerSuite/TestBuildLastModified
20:09:05 [2021-03-01T20:09:05.592Z] === RUN   TestDockerSuite/TestBuildLineBreak
20:09:05 [2021-03-01T20:09:05.592Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
20:09:05 [2021-03-01T20:09:05.592Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
20:09:05 [2021-03-01T20:09:05.592Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
20:09:05 [2021-03-01T20:09:05.592Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
20:09:05 [2021-03-01T20:09:05.592Z] === RUN   TestDockerSuite/TestBuildMaintainer
20:09:05 [2021-03-01T20:09:05.592Z] === RUN   TestDockerSuite/TestBuildMissingArgs
20:09:06 [2021-03-01T20:09:06.562Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
20:09:11 [2021-03-01T20:09:11.269Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
20:09:32 [2021-03-01T20:09:32.405Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
20:09:32 [2021-03-01T20:09:32.405Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
20:09:33 [2021-03-01T20:09:33.943Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
20:10:09 [2021-03-01T20:10:09.829Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
20:10:24 [2021-03-01T20:10:24.791Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
20:10:29 [2021-03-01T20:10:29.480Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
20:10:35 [2021-03-01T20:10:35.336Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
20:10:41 [2021-03-01T20:10:41.192Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
20:10:59 [2021-03-01T20:10:59.150Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
20:10:59 [2021-03-01T20:10:59.150Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
20:11:09 [2021-03-01T20:11:09.557Z] === RUN   TestDockerSuite/TestBuildMultipleTags
20:11:10 [2021-03-01T20:11:10.079Z] === RUN   TestDockerSuite/TestBuildNetContainer
20:11:10 [2021-03-01T20:11:10.079Z] === RUN   TestDockerSuite/TestBuildNetNone
20:11:10 [2021-03-01T20:11:10.539Z] === RUN   TestDockerSuite/TestBuildNoContext
20:11:13 [2021-03-01T20:11:13.518Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
20:11:17 [2021-03-01T20:11:17.315Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
20:11:20 [2021-03-01T20:11:20.222Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
20:11:20 [2021-03-01T20:11:20.222Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
20:11:20 [2021-03-01T20:11:20.222Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
20:11:23 [2021-03-01T20:11:23.130Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
20:11:24 [2021-03-01T20:11:24.098Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
20:11:25 [2021-03-01T20:11:25.646Z] === RUN   TestDockerSuite/TestBuildOnBuild
20:11:40 [2021-03-01T20:11:40.479Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
20:11:40 [2021-03-01T20:11:40.946Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
20:11:49 [2021-03-01T20:11:49.575Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
20:11:54 [2021-03-01T20:11:54.268Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
20:12:02 [2021-03-01T20:12:02.952Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
20:12:07 [2021-03-01T20:12:07.651Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
20:12:12 [2021-03-01T20:12:12.341Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
20:12:13 [2021-03-01T20:12:13.885Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
20:12:13 [2021-03-01T20:12:13.885Z] === RUN   TestDockerSuite/TestBuildPATH
20:12:13 [2021-03-01T20:12:13.885Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
20:12:16 [2021-03-01T20:12:16.063Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
20:12:16 [2021-03-01T20:12:16.063Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
20:12:58 [2021-03-01T20:12:58.678Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
20:13:19 [2021-03-01T20:13:19.886Z] === RUN   TestDockerSuite/TestBuildRm
20:13:32 [2021-03-01T20:13:32.279Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
20:13:35 [2021-03-01T20:13:35.223Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
20:13:35 [2021-03-01T20:13:35.223Z] === RUN   TestDockerSuite/TestBuildScratchCopy
20:13:35 [2021-03-01T20:13:35.681Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
20:13:37 [2021-03-01T20:13:37.218Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
20:13:40 [2021-03-01T20:13:40.951Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
20:13:44 [2021-03-01T20:13:44.686Z] === RUN   TestDockerSuite/TestBuildShellInherited
20:13:49 [2021-03-01T20:13:49.378Z] === RUN   TestDockerSuite/TestBuildShellMultiple
20:14:10 [2021-03-01T20:14:10.566Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
20:14:10 [2021-03-01T20:14:10.566Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
20:14:10 [2021-03-01T20:14:10.566Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
20:14:19 [2021-03-01T20:14:19.210Z] === RUN   TestDockerSuite/TestBuildSpaces
20:14:19 [2021-03-01T20:14:19.669Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
20:14:24 [2021-03-01T20:14:24.403Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
20:14:24 [2021-03-01T20:14:24.403Z] === RUN   TestDockerSuite/TestBuildStderr
20:14:29 [2021-03-01T20:14:29.137Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
20:14:50 [2021-03-01T20:14:50.337Z] === RUN   TestDockerSuite/TestBuildStopSignal
20:14:50 [2021-03-01T20:14:50.337Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
20:14:51 [2021-03-01T20:14:51.307Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
20:14:52 [2021-03-01T20:14:52.275Z] === RUN   TestDockerSuite/TestBuildTagEvent
20:14:56 [2021-03-01T20:14:56.964Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
20:15:02 [2021-03-01T20:15:02.851Z] === RUN   TestDockerSuite/TestBuildUser
20:15:02 [2021-03-01T20:15:02.851Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
20:15:02 [2021-03-01T20:15:02.851Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
20:15:02 [2021-03-01T20:15:02.851Z] === RUN   TestDockerSuite/TestBuildVerboseOut
20:15:06 [2021-03-01T20:15:06.591Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
20:15:06 [2021-03-01T20:15:06.591Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
20:15:09 [2021-03-01T20:15:09.546Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
20:15:09 [2021-03-01T20:15:09.546Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
20:15:09 [2021-03-01T20:15:09.546Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
20:15:34 [2021-03-01T20:15:34.875Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
20:15:34 [2021-03-01T20:15:34.875Z] === RUN   TestDockerSuite/TestBuildWindowsUser
20:15:40 [2021-03-01T20:15:40.668Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
20:15:45 [2021-03-01T20:15:45.400Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
20:15:45 [2021-03-01T20:15:45.860Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
20:15:45 [2021-03-01T20:15:45.860Z] === RUN   TestDockerSuite/TestBuildWithFailure
20:15:48 [2021-03-01T20:15:48.769Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
20:15:48 [2021-03-01T20:15:48.769Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
20:15:59 [2021-03-01T20:15:59.135Z] === RUN   TestDockerSuite/TestBuildWithTabs
20:16:03 [2021-03-01T20:16:03.924Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
20:16:03 [2021-03-01T20:16:03.924Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
20:16:29 [2021-03-01T20:16:29.205Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
20:16:29 [2021-03-01T20:16:29.205Z] === RUN   TestDockerSuite/TestBuildWithVolumes
20:16:29 [2021-03-01T20:16:29.205Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
20:16:29 [2021-03-01T20:16:29.205Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
20:16:29 [2021-03-01T20:16:29.205Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
20:16:36 [2021-03-01T20:16:36.300Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
20:16:38 [2021-03-01T20:16:38.477Z] === RUN   TestDockerSuite/TestBuildXZHost
20:16:38 [2021-03-01T20:16:38.477Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
20:16:38 [2021-03-01T20:16:38.477Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
20:16:38 [2021-03-01T20:16:38.477Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
20:16:40 [2021-03-01T20:16:40.660Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
20:16:45 [2021-03-01T20:16:45.444Z] === RUN   TestDockerSuite/TestCommitChange
20:16:50 [2021-03-01T20:16:50.135Z] === RUN   TestDockerSuite/TestCommitChangeLabels
20:16:54 [2021-03-01T20:16:54.881Z] === RUN   TestDockerSuite/TestCommitHardlink
20:16:54 [2021-03-01T20:16:54.881Z] === RUN   TestDockerSuite/TestCommitNewFile
20:17:00 [2021-03-01T20:17:00.679Z] === RUN   TestDockerSuite/TestCommitPausedContainer
20:17:00 [2021-03-01T20:17:00.679Z] === RUN   TestDockerSuite/TestCommitTTY
20:17:07 [2021-03-01T20:17:07.798Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
20:17:11 [2021-03-01T20:17:11.591Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
20:17:11 [2021-03-01T20:17:11.591Z] === RUN   TestDockerSuite/TestCommitWithoutPause
20:17:11 [2021-03-01T20:17:11.591Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
20:17:11 [2021-03-01T20:17:11.591Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
20:17:11 [2021-03-01T20:17:11.591Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
20:17:11 [2021-03-01T20:17:11.591Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
20:17:11 [2021-03-01T20:17:11.591Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
20:17:11 [2021-03-01T20:17:11.591Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
20:17:11 [2021-03-01T20:17:11.591Z] === RUN   TestDockerSuite/TestContainerAPICommit
20:17:18 [2021-03-01T20:17:18.699Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
20:17:25 [2021-03-01T20:17:25.780Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
20:17:25 [2021-03-01T20:17:25.780Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
20:17:27 [2021-03-01T20:17:27.319Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
20:17:27 [2021-03-01T20:17:27.319Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
20:17:27 [2021-03-01T20:17:27.319Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
20:17:27 [2021-03-01T20:17:27.319Z] === RUN   TestDockerSuite/TestContainerAPICreate
20:17:29 [2021-03-01T20:17:29.499Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
20:17:29 [2021-03-01T20:17:29.499Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
20:17:29 [2021-03-01T20:17:29.499Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
20:17:32 [2021-03-01T20:17:32.408Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
20:17:32 [2021-03-01T20:17:32.408Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
20:17:32 [2021-03-01T20:17:32.408Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
20:17:32 [2021-03-01T20:17:32.408Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
20:17:32 [2021-03-01T20:17:32.408Z] === RUN   TestDockerSuite/TestContainerAPIDelete
20:17:34 [2021-03-01T20:17:34.593Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
20:17:36 [2021-03-01T20:17:36.773Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
20:17:38 [2021-03-01T20:17:38.958Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
20:17:39 [2021-03-01T20:17:39.417Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
20:17:39 [2021-03-01T20:17:39.417Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
20:17:41 [2021-03-01T20:17:41.601Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
20:17:41 [2021-03-01T20:17:41.601Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
20:17:43 [2021-03-01T20:17:43.834Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
20:17:43 [2021-03-01T20:17:43.834Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
20:17:43 [2021-03-01T20:17:43.834Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
20:17:46 [2021-03-01T20:17:46.018Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
20:17:46 [2021-03-01T20:17:46.018Z] === RUN   TestDockerSuite/TestContainerAPIKill
20:17:48 [2021-03-01T20:17:48.253Z] === RUN   TestDockerSuite/TestContainerAPIPause
20:17:48 [2021-03-01T20:17:48.253Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
20:17:51 [2021-03-01T20:17:51.158Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
20:17:51 [2021-03-01T20:17:51.158Z] === RUN   TestDockerSuite/TestContainerAPIRename
20:17:53 [2021-03-01T20:17:53.342Z] === RUN   TestDockerSuite/TestContainerAPIRestart
20:18:02 [2021-03-01T20:18:02.031Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
20:18:06 [2021-03-01T20:18:06.796Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
20:18:06 [2021-03-01T20:18:06.796Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
20:18:06 [2021-03-01T20:18:06.796Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
20:18:06 [2021-03-01T20:18:06.796Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
20:18:06 [2021-03-01T20:18:06.796Z] === RUN   TestDockerSuite/TestContainerAPIStart
20:18:08 [2021-03-01T20:18:08.335Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
20:18:08 [2021-03-01T20:18:08.335Z] === RUN   TestDockerSuite/TestContainerAPIStop
20:18:10 [2021-03-01T20:18:10.528Z] === RUN   TestDockerSuite/TestContainerAPITop
20:18:10 [2021-03-01T20:18:10.528Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
20:18:12 [2021-03-01T20:18:12.712Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
20:18:12 [2021-03-01T20:18:12.712Z] === RUN   TestDockerSuite/TestContainerAPIWait
20:18:17 [2021-03-01T20:18:17.415Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
20:18:19 [2021-03-01T20:18:19.597Z] === RUN   TestDockerSuite/TestContainerNetworkMode
20:18:19 [2021-03-01T20:18:19.597Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
20:18:19 [2021-03-01T20:18:19.597Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
20:18:19 [2021-03-01T20:18:19.597Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
20:18:19 [2021-03-01T20:18:19.597Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
20:18:19 [2021-03-01T20:18:19.597Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
20:18:21 [2021-03-01T20:18:21.134Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
20:18:21 [2021-03-01T20:18:21.134Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
20:18:24 [2021-03-01T20:18:24.040Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
20:18:32 [2021-03-01T20:18:32.700Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
20:18:34 [2021-03-01T20:18:34.238Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
20:18:37 [2021-03-01T20:18:37.143Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000794860_<nil>}
20:18:39 [2021-03-01T20:18:39.321Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1754231538_c:\foo_false__<nil>_<nil>_<nil>}
20:18:42 [2021-03-01T20:18:42.243Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1754231538_c:\foo_true__<nil>_<nil>_<nil>}
20:18:44 [2021-03-01T20:18:44.430Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
20:18:44 [2021-03-01T20:18:44.430Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
20:18:44 [2021-03-01T20:18:44.430Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
20:18:44 [2021-03-01T20:18:44.430Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
20:18:44 [2021-03-01T20:18:44.430Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
20:18:44 [2021-03-01T20:18:44.430Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
20:18:44 [2021-03-01T20:18:44.430Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
20:18:44 [2021-03-01T20:18:44.430Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
20:18:44 [2021-03-01T20:18:44.430Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
20:18:44 [2021-03-01T20:18:44.430Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
20:18:44 [2021-03-01T20:18:44.890Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
20:18:44 [2021-03-01T20:18:44.890Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
20:18:44 [2021-03-01T20:18:44.890Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
20:18:44 [2021-03-01T20:18:44.890Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
20:18:44 [2021-03-01T20:18:44.890Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
20:18:44 [2021-03-01T20:18:44.890Z] === RUN   TestDockerSuite/TestCopyAndRestart
20:18:44 [2021-03-01T20:18:44.890Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
20:18:44 [2021-03-01T20:18:44.890Z] === RUN   TestDockerSuite/TestCpAbsolutePath
20:18:52 [2021-03-01T20:18:52.040Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
20:18:52 [2021-03-01T20:18:52.040Z] === RUN   TestDockerSuite/TestCpFromCaseA
20:18:52 [2021-03-01T20:18:52.040Z] === RUN   TestDockerSuite/TestCpFromCaseB
20:18:52 [2021-03-01T20:18:52.040Z] === RUN   TestDockerSuite/TestCpFromCaseC
20:18:52 [2021-03-01T20:18:52.040Z] === RUN   TestDockerSuite/TestCpFromCaseD
20:18:52 [2021-03-01T20:18:52.040Z] === RUN   TestDockerSuite/TestCpFromCaseE
20:18:52 [2021-03-01T20:18:52.040Z] === RUN   TestDockerSuite/TestCpFromCaseF
20:18:52 [2021-03-01T20:18:52.040Z] === RUN   TestDockerSuite/TestCpFromCaseG
20:18:52 [2021-03-01T20:18:52.501Z] === RUN   TestDockerSuite/TestCpFromCaseH
20:18:52 [2021-03-01T20:18:52.501Z] === RUN   TestDockerSuite/TestCpFromCaseI
20:18:52 [2021-03-01T20:18:52.501Z] === RUN   TestDockerSuite/TestCpFromCaseJ
20:18:52 [2021-03-01T20:18:52.501Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
20:18:52 [2021-03-01T20:18:52.501Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
20:18:52 [2021-03-01T20:18:52.501Z] === RUN   TestDockerSuite/TestCpGarbagePath
20:18:59 [2021-03-01T20:18:59.580Z] === RUN   TestDockerSuite/TestCpLocalOnly
20:18:59 [2021-03-01T20:18:59.580Z] === RUN   TestDockerSuite/TestCpNameHasColon
20:18:59 [2021-03-01T20:18:59.580Z] === RUN   TestDockerSuite/TestCpRelativePath
20:19:02 [2021-03-01T20:19:02.557Z] === RUN   TestDockerSuite/TestCpSpecialFiles
20:19:02 [2021-03-01T20:19:02.557Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
20:19:02 [2021-03-01T20:19:02.557Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
20:19:02 [2021-03-01T20:19:02.557Z] === RUN   TestDockerSuite/TestCpToCaseA
20:19:07 [2021-03-01T20:19:07.263Z] === RUN   TestDockerSuite/TestCpToCaseB
20:19:09 [2021-03-01T20:19:09.503Z] === RUN   TestDockerSuite/TestCpToCaseC
20:19:09 [2021-03-01T20:19:09.503Z] === RUN   TestDockerSuite/TestCpToCaseD
20:19:09 [2021-03-01T20:19:09.503Z] === RUN   TestDockerSuite/TestCpToCaseE
20:19:30 [2021-03-01T20:19:30.651Z] === RUN   TestDockerSuite/TestCpToCaseF
20:19:30 [2021-03-01T20:19:30.651Z] === RUN   TestDockerSuite/TestCpToCaseG
20:19:30 [2021-03-01T20:19:30.651Z] === RUN   TestDockerSuite/TestCpToCaseH
20:19:48 [2021-03-01T20:19:48.473Z] === RUN   TestDockerSuite/TestCpToCaseI
20:19:48 [2021-03-01T20:19:48.474Z] === RUN   TestDockerSuite/TestCpToCaseJ
20:19:48 [2021-03-01T20:19:48.474Z] === RUN   TestDockerSuite/TestCpToDot
20:19:48 [2021-03-01T20:19:48.935Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
20:19:48 [2021-03-01T20:19:48.935Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
20:19:48 [2021-03-01T20:19:48.935Z] === RUN   TestDockerSuite/TestCpToStdout
20:19:51 [2021-03-01T20:19:51.851Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
20:19:51 [2021-03-01T20:19:51.851Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
20:19:51 [2021-03-01T20:19:51.851Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
20:19:51 [2021-03-01T20:19:51.851Z] === RUN   TestDockerSuite/TestCpVolumePath
20:19:51 [2021-03-01T20:19:51.851Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
20:19:51 [2021-03-01T20:19:51.851Z] === RUN   TestDockerSuite/TestCreateArgs
20:19:51 [2021-03-01T20:19:51.851Z] === RUN   TestDockerSuite/TestCreateByImageID
20:19:54 [2021-03-01T20:19:54.033Z] === RUN   TestDockerSuite/TestCreateEchoStdout
20:19:56 [2021-03-01T20:19:56.953Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
20:19:56 [2021-03-01T20:19:56.953Z] === RUN   TestDockerSuite/TestCreateHostConfig
20:19:56 [2021-03-01T20:19:56.953Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
20:19:59 [2021-03-01T20:19:59.133Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
20:19:59 [2021-03-01T20:19:59.638Z] === RUN   TestDockerSuite/TestCreateLabels
20:19:59 [2021-03-01T20:19:59.638Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
20:19:59 [2021-03-01T20:19:59.638Z] === RUN   TestDockerSuite/TestCreateRM
20:20:00 [2021-03-01T20:20:00.097Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
20:20:00 [2021-03-01T20:20:00.097Z] === RUN   TestDockerSuite/TestCreateStopSignal
20:20:00 [2021-03-01T20:20:00.556Z] === RUN   TestDockerSuite/TestCreateStopTimeout
20:20:00 [2021-03-01T20:20:00.556Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
20:20:09 [2021-03-01T20:20:09.171Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
20:20:09 [2021-03-01T20:20:09.171Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
20:20:09 [2021-03-01T20:20:09.171Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
20:20:13 [2021-03-01T20:20:13.943Z] === RUN   TestDockerSuite/TestCreateWithPortRange
20:20:13 [2021-03-01T20:20:13.943Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
20:20:13 [2021-03-01T20:20:13.943Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
20:20:16 [2021-03-01T20:20:16.141Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
20:20:16 [2021-03-01T20:20:16.141Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDevicePermissions
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDockerFails
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestEventsAttach
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestEventsCommit
20:20:16 [2021-03-01T20:20:16.600Z] === RUN   TestDockerSuite/TestEventsContainerEvents
20:20:19 [2021-03-01T20:20:19.506Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
20:20:21 [2021-03-01T20:20:21.685Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
20:20:23 [2021-03-01T20:20:23.870Z] === RUN   TestDockerSuite/TestEventsContainerRestart
20:20:32 [2021-03-01T20:20:32.526Z] === RUN   TestDockerSuite/TestEventsCopy
20:20:37 [2021-03-01T20:20:37.286Z] === RUN   TestDockerSuite/TestEventsFilterContainer
20:20:41 [2021-03-01T20:20:41.980Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
20:20:44 [2021-03-01T20:20:44.163Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
20:20:45 [2021-03-01T20:20:45.131Z] === RUN   TestDockerSuite/TestEventsFilterImageName
20:20:49 [2021-03-01T20:20:49.826Z] === RUN   TestDockerSuite/TestEventsFilterLabels
20:20:50 [2021-03-01T20:20:50.286Z] === RUN   TestDockerSuite/TestEventsFilterType
20:20:51 [2021-03-01T20:20:51.255Z] === RUN   TestDockerSuite/TestEventsFilters
20:20:55 [2021-03-01T20:20:55.946Z] === RUN   TestDockerSuite/TestEventsFormat
20:21:00 [2021-03-01T20:21:00.635Z] === RUN   TestDockerSuite/TestEventsFormatBadField
20:21:01 [2021-03-01T20:21:01.094Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
20:21:01 [2021-03-01T20:21:01.094Z] === RUN   TestDockerSuite/TestEventsImageImport
20:21:01 [2021-03-01T20:21:01.094Z] === RUN   TestDockerSuite/TestEventsImageLoad
20:21:01 [2021-03-01T20:21:01.094Z] === RUN   TestDockerSuite/TestEventsImagePull
20:21:01 [2021-03-01T20:21:01.094Z] === RUN   TestDockerSuite/TestEventsImageTag
20:21:02 [2021-03-01T20:21:02.062Z] === RUN   TestDockerSuite/TestEventsPluginOps
20:21:02 [2021-03-01T20:21:02.062Z] === RUN   TestDockerSuite/TestEventsRename
20:21:04 [2021-03-01T20:21:04.971Z] === RUN   TestDockerSuite/TestEventsResize
20:21:07 [2021-03-01T20:21:07.878Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
20:21:10 [2021-03-01T20:21:10.074Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
20:21:12 [2021-03-01T20:21:12.308Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
20:21:17 [2021-03-01T20:21:17.129Z] === RUN   TestDockerSuite/TestEventsTop
20:21:17 [2021-03-01T20:21:17.129Z] === RUN   TestDockerSuite/TestEventsUntag
20:21:20 [2021-03-01T20:21:20.043Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
20:21:23 [2021-03-01T20:21:23.786Z] === RUN   TestDockerSuite/TestExec
20:21:23 [2021-03-01T20:21:23.786Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
20:21:23 [2021-03-01T20:21:23.786Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
20:21:25 [2021-03-01T20:21:25.998Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
20:21:28 [2021-03-01T20:21:28.181Z] === RUN   TestDockerSuite/TestExecAPIStart
20:21:28 [2021-03-01T20:21:28.181Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
20:21:28 [2021-03-01T20:21:28.181Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
20:21:28 [2021-03-01T20:21:28.181Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
20:21:30 [2021-03-01T20:21:30.365Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
20:21:32 [2021-03-01T20:21:32.544Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
20:21:34 [2021-03-01T20:21:34.738Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
20:21:36 [2021-03-01T20:21:36.930Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
20:21:40 [2021-03-01T20:21:40.672Z] === RUN   TestDockerSuite/TestExecCgroup
20:21:40 [2021-03-01T20:21:40.672Z] === RUN   TestDockerSuite/TestExecEnv
20:21:40 [2021-03-01T20:21:40.672Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
20:21:40 [2021-03-01T20:21:40.672Z] === RUN   TestDockerSuite/TestExecExitStatus
20:21:43 [2021-03-01T20:21:43.581Z] === RUN   TestDockerSuite/TestExecInspectID
20:21:48 [2021-03-01T20:21:48.297Z] === RUN   TestDockerSuite/TestExecInteractive
20:21:48 [2021-03-01T20:21:48.297Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
20:21:48 [2021-03-01T20:21:48.297Z] === RUN   TestDockerSuite/TestExecParseError
20:21:48 [2021-03-01T20:21:48.297Z] === RUN   TestDockerSuite/TestExecPausedContainer
20:21:48 [2021-03-01T20:21:48.297Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
20:21:48 [2021-03-01T20:21:48.297Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
20:21:51 [2021-03-01T20:21:51.203Z] === RUN   TestDockerSuite/TestExecSetEnv
20:21:51 [2021-03-01T20:21:51.203Z] === RUN   TestDockerSuite/TestExecStartFails
20:21:51 [2021-03-01T20:21:51.203Z] === RUN   TestDockerSuite/TestExecStateCleanup
20:21:51 [2021-03-01T20:21:51.203Z] === RUN   TestDockerSuite/TestExecStopNotHanging
20:21:51 [2021-03-01T20:21:51.203Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
20:21:51 [2021-03-01T20:21:51.203Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
20:21:53 [2021-03-01T20:21:53.405Z] === RUN   TestDockerSuite/TestExecUlimits
20:21:53 [2021-03-01T20:21:53.405Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
20:21:59 [2021-03-01T20:21:59.210Z] === RUN   TestDockerSuite/TestExecWithImageUser
20:21:59 [2021-03-01T20:21:59.210Z] === RUN   TestDockerSuite/TestExecWithPrivileged
20:21:59 [2021-03-01T20:21:59.210Z] === RUN   TestDockerSuite/TestExecWithUser
20:21:59 [2021-03-01T20:21:59.210Z] === RUN   TestDockerSuite/TestGetContainerStats
20:22:06 [2021-03-01T20:22:06.415Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
20:22:12 [2021-03-01T20:22:12.252Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
20:22:15 [2021-03-01T20:22:15.163Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
20:22:20 [2021-03-01T20:22:20.961Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
20:22:20 [2021-03-01T20:22:20.961Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
20:22:20 [2021-03-01T20:22:20.961Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
20:22:21 [2021-03-01T20:22:21.420Z] === RUN   TestDockerSuite/TestHealth
20:22:21 [2021-03-01T20:22:21.420Z] === RUN   TestDockerSuite/TestHistoryExistentImage
20:22:21 [2021-03-01T20:22:21.420Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
20:22:21 [2021-03-01T20:22:21.420Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
20:22:21 [2021-03-01T20:22:21.420Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
20:22:26 [2021-03-01T20:22:26.202Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
20:22:26 [2021-03-01T20:22:26.202Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
20:22:26 [2021-03-01T20:22:26.202Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
20:22:26 [2021-03-01T20:22:26.202Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
20:22:26 [2021-03-01T20:22:26.202Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
20:22:26 [2021-03-01T20:22:26.202Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
20:22:27 [2021-03-01T20:22:27.206Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
20:22:27 [2021-03-01T20:22:27.206Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
20:22:28 [2021-03-01T20:22:28.176Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
20:22:28 [2021-03-01T20:22:28.176Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
20:22:30 [2021-03-01T20:22:30.361Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
20:22:30 [2021-03-01T20:22:30.361Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
20:22:32 [2021-03-01T20:22:32.540Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
20:22:35 [2021-03-01T20:22:35.458Z] === RUN   TestDockerSuite/TestImagesFormat
20:22:35 [2021-03-01T20:22:35.458Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
20:22:35 [2021-03-01T20:22:35.458Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
20:22:39 [2021-03-01T20:22:39.198Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
20:22:39 [2021-03-01T20:22:39.198Z] === RUN   TestDockerSuite/TestImportBadURL
20:22:42 [2021-03-01T20:22:42.104Z] === RUN   TestDockerSuite/TestImportDisplay
20:22:42 [2021-03-01T20:22:42.104Z] === RUN   TestDockerSuite/TestImportFile
20:22:42 [2021-03-01T20:22:42.104Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
20:22:42 [2021-03-01T20:22:42.104Z] === RUN   TestDockerSuite/TestImportFileWithMessage
20:22:42 [2021-03-01T20:22:42.105Z] === RUN   TestDockerSuite/TestImportGzipped
20:22:42 [2021-03-01T20:22:42.105Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
20:22:42 [2021-03-01T20:22:42.105Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
20:22:42 [2021-03-01T20:22:42.105Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
20:22:42 [2021-03-01T20:22:42.105Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
20:22:42 [2021-03-01T20:22:42.105Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
20:22:42 [2021-03-01T20:22:42.105Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
20:22:42 [2021-03-01T20:22:42.105Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
20:22:42 [2021-03-01T20:22:42.105Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
20:22:45 [2021-03-01T20:22:45.016Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
20:22:47 [2021-03-01T20:22:47.195Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
20:22:47 [2021-03-01T20:22:47.195Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
20:22:47 [2021-03-01T20:22:47.195Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
20:22:47 [2021-03-01T20:22:47.195Z] === RUN   TestDockerSuite/TestInspectAmpersand
20:22:47 [2021-03-01T20:22:47.195Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
20:22:54 [2021-03-01T20:22:54.268Z] === RUN   TestDockerSuite/TestInspectByPrefix
20:22:54 [2021-03-01T20:22:54.769Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
20:22:56 [2021-03-01T20:22:56.954Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
20:22:56 [2021-03-01T20:22:56.954Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
20:22:56 [2021-03-01T20:22:56.954Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
20:22:56 [2021-03-01T20:22:56.954Z] === RUN   TestDockerSuite/TestInspectDefault
20:22:59 [2021-03-01T20:22:59.862Z] === RUN   TestDockerSuite/TestInspectHistory
20:23:03 [2021-03-01T20:23:03.608Z] === RUN   TestDockerSuite/TestInspectImage
20:23:03 [2021-03-01T20:23:03.608Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
20:23:03 [2021-03-01T20:23:03.608Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
20:23:03 [2021-03-01T20:23:03.608Z] === RUN   TestDockerSuite/TestInspectInt64
20:23:05 [2021-03-01T20:23:05.793Z] === RUN   TestDockerSuite/TestInspectJSONFields
20:23:08 [2021-03-01T20:23:08.769Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
20:23:08 [2021-03-01T20:23:08.770Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
20:23:10 [2021-03-01T20:23:10.952Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
20:23:13 [2021-03-01T20:23:13.222Z] === RUN   TestDockerSuite/TestInspectPlugin
20:23:13 [2021-03-01T20:23:13.222Z] === RUN   TestDockerSuite/TestInspectRootFS
20:23:13 [2021-03-01T20:23:13.222Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
20:23:15 [2021-03-01T20:23:15.452Z] === RUN   TestDockerSuite/TestInspectStatus
20:23:17 [2021-03-01T20:23:17.640Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
20:23:22 [2021-03-01T20:23:22.377Z] === RUN   TestDockerSuite/TestInspectTemplateError
20:23:24 [2021-03-01T20:23:24.565Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
20:23:27 [2021-03-01T20:23:27.479Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
20:23:29 [2021-03-01T20:23:29.020Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
20:23:31 [2021-03-01T20:23:31.927Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
20:23:34 [2021-03-01T20:23:34.110Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
20:23:36 [2021-03-01T20:23:36.295Z] === RUN   TestDockerSuite/TestInspectUnknownObject
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinkShortDefinition
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksEnvs
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
20:23:36 [2021-03-01T20:23:36.296Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
20:23:38 [2021-03-01T20:23:38.474Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
20:23:40 [2021-03-01T20:23:40.657Z] === RUN   TestDockerSuite/TestLogsAPIUntil
20:23:46 [2021-03-01T20:23:46.508Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
20:23:48 [2021-03-01T20:23:48.685Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
20:23:48 [2021-03-01T20:23:48.685Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
20:23:50 [2021-03-01T20:23:50.864Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
20:23:50 [2021-03-01T20:23:50.864Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
20:23:57 [2021-03-01T20:23:57.998Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
20:24:03 [2021-03-01T20:24:03.846Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
20:24:10 [2021-03-01T20:24:10.983Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
20:24:12 [2021-03-01T20:24:12.573Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
20:24:14 [2021-03-01T20:24:14.831Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
20:24:14 [2021-03-01T20:24:14.831Z] === RUN   TestDockerSuite/TestLogsFollowStopped
20:24:17 [2021-03-01T20:24:17.783Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
20:24:19 [2021-03-01T20:24:19.960Z] === RUN   TestDockerSuite/TestLogsSince
20:24:30 [2021-03-01T20:24:30.412Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
20:24:30 [2021-03-01T20:24:30.412Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
20:24:30 [2021-03-01T20:24:30.412Z] === RUN   TestDockerSuite/TestLogsTail
20:24:31 [2021-03-01T20:24:31.985Z] === RUN   TestDockerSuite/TestLogsTimestamps
20:24:34 [2021-03-01T20:24:34.219Z] === RUN   TestDockerSuite/TestLogsWithDetails
20:24:41 [2021-03-01T20:24:41.313Z] === RUN   TestDockerSuite/TestMountIntoProc
20:24:41 [2021-03-01T20:24:41.313Z] === RUN   TestDockerSuite/TestMountIntoSys
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestNetHostname
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPluginActive
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPluginLogDriver
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPluginUpgrade
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPortHostBinding
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPortList
20:24:41 [2021-03-01T20:24:41.777Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
20:24:46 [2021-03-01T20:24:46.479Z] === RUN   TestDockerSuite/TestPostContainersAttach
20:24:46 [2021-03-01T20:24:46.479Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
20:24:46 [2021-03-01T20:24:46.479Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
20:24:46 [2021-03-01T20:24:46.479Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
20:24:46 [2021-03-01T20:24:46.479Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
20:24:46 [2021-03-01T20:24:46.479Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
20:24:46 [2021-03-01T20:24:46.479Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
20:24:46 [2021-03-01T20:24:46.479Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
20:24:46 [2021-03-01T20:24:46.479Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
20:24:46 [2021-03-01T20:24:46.479Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
20:24:51 [2021-03-01T20:24:51.170Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
20:24:51 [2021-03-01T20:24:51.170Z] === RUN   TestDockerSuite/TestPsByOrder
20:25:01 [2021-03-01T20:25:01.676Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
20:25:01 [2021-03-01T20:25:01.676Z] === RUN   TestDockerSuite/TestPsListContainersBase
20:25:14 [2021-03-01T20:25:14.192Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
20:25:29 [2021-03-01T20:25:29.094Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
20:25:29 [2021-03-01T20:25:29.094Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
20:25:29 [2021-03-01T20:25:29.094Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
20:25:41 [2021-03-01T20:25:41.576Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
20:25:44 [2021-03-01T20:25:44.489Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
20:25:57 [2021-03-01T20:25:57.041Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
20:26:00 [2021-03-01T20:26:00.812Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
20:26:00 [2021-03-01T20:26:00.812Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
20:26:00 [2021-03-01T20:26:00.812Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
20:26:05 [2021-03-01T20:26:05.502Z] === RUN   TestDockerSuite/TestPsListContainersSize
20:26:05 [2021-03-01T20:26:05.502Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
20:26:05 [2021-03-01T20:26:05.502Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
20:26:05 [2021-03-01T20:26:05.502Z] === RUN   TestDockerSuite/TestPsRightTagName
20:26:05 [2021-03-01T20:26:05.502Z] === RUN   TestDockerSuite/TestPsShowMounts
20:26:14 [2021-03-01T20:26:14.068Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
20:26:14 [2021-03-01T20:26:14.068Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
20:26:15 [2021-03-01T20:26:15.035Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
20:26:15 [2021-03-01T20:26:15.035Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
20:26:16 [2021-03-01T20:26:16.011Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
20:26:16 [2021-03-01T20:26:16.977Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
20:26:16 [2021-03-01T20:26:16.977Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
20:26:21 [2021-03-01T20:26:21.749Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
20:26:26 [2021-03-01T20:26:26.440Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
20:26:27 [2021-03-01T20:26:27.991Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
20:26:49 [2021-03-01T20:26:49.108Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
20:26:49 [2021-03-01T20:26:49.109Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
20:26:54 [2021-03-01T20:26:54.896Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
20:26:54 [2021-03-01T20:26:54.896Z] === RUN   TestDockerSuite/TestRestartPolicyNO
20:26:54 [2021-03-01T20:26:54.896Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
20:26:55 [2021-03-01T20:26:55.863Z] === RUN   TestDockerSuite/TestRestartRunningContainer
20:27:00 [2021-03-01T20:27:00.547Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
20:27:04 [2021-03-01T20:27:04.285Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
20:27:04 [2021-03-01T20:27:04.285Z] === RUN   TestDockerSuite/TestRestartWithVolumes
20:27:09 [2021-03-01T20:27:09.081Z] === RUN   TestDockerSuite/TestRmiBlank
20:27:09 [2021-03-01T20:27:09.081Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
20:27:09 [2021-03-01T20:27:09.081Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
20:27:23 [2021-03-01T20:27:23.888Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
20:27:26 [2021-03-01T20:27:26.117Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
20:27:26 [2021-03-01T20:27:26.576Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
20:27:33 [2021-03-01T20:27:33.656Z] === RUN   TestDockerSuite/TestRmiImgIDForce
20:27:38 [2021-03-01T20:27:38.390Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
20:27:50 [2021-03-01T20:27:50.771Z] === RUN   TestDockerSuite/TestRmiParentImageFail
20:27:54 [2021-03-01T20:27:54.554Z] === RUN   TestDockerSuite/TestRmiTag
20:27:55 [2021-03-01T20:27:55.012Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
20:27:57 [2021-03-01T20:27:57.248Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
20:28:15 [2021-03-01T20:28:15.080Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
20:28:16 [2021-03-01T20:28:16.618Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
20:28:21 [2021-03-01T20:28:21.326Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
20:28:22 [2021-03-01T20:28:22.293Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
20:28:22 [2021-03-01T20:28:22.293Z] === RUN   TestDockerSuite/TestRunAddHost
20:28:22 [2021-03-01T20:28:22.293Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
20:28:22 [2021-03-01T20:28:22.293Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
20:28:22 [2021-03-01T20:28:22.293Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
20:28:22 [2021-03-01T20:28:22.293Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
20:28:22 [2021-03-01T20:28:22.293Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
20:28:22 [2021-03-01T20:28:22.293Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
20:28:24 [2021-03-01T20:28:24.474Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
20:28:24 [2021-03-01T20:28:24.474Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
20:28:24 [2021-03-01T20:28:24.474Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
20:28:29 [2021-03-01T20:28:29.170Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
20:28:32 [2021-03-01T20:28:32.137Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
20:28:39 [2021-03-01T20:28:39.260Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
20:28:46 [2021-03-01T20:28:46.425Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
20:28:48 [2021-03-01T20:28:48.642Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
20:28:48 [2021-03-01T20:28:48.642Z] === RUN   TestDockerSuite/TestRunBindMounts
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
20:28:53 [2021-03-01T20:28:53.336Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
20:28:56 [2021-03-01T20:28:56.246Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
20:28:56 [2021-03-01T20:28:56.246Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
20:28:59 [2021-03-01T20:28:59.162Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
20:28:59 [2021-03-01T20:28:59.162Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
20:28:59 [2021-03-01T20:28:59.162Z] === RUN   TestDockerSuite/TestRunContainerNetwork
20:29:01 [2021-03-01T20:29:01.340Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
20:29:01 [2021-03-01T20:29:01.340Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
20:29:01 [2021-03-01T20:29:01.340Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
20:29:01 [2021-03-01T20:29:01.340Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
20:29:01 [2021-03-01T20:29:01.340Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
20:29:01 [2021-03-01T20:29:01.340Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
20:29:01 [2021-03-01T20:29:01.340Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
20:29:01 [2021-03-01T20:29:01.340Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
20:29:03 [2021-03-01T20:29:03.520Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
20:29:06 [2021-03-01T20:29:06.466Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
20:29:08 [2021-03-01T20:29:08.037Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
20:29:08 [2021-03-01T20:29:08.495Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
20:29:08 [2021-03-01T20:29:08.495Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
20:29:08 [2021-03-01T20:29:08.495Z] === RUN   TestDockerSuite/TestRunCreateVolume
20:29:10 [2021-03-01T20:29:10.734Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
20:29:10 [2021-03-01T20:29:10.734Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
20:29:10 [2021-03-01T20:29:10.734Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
20:29:10 [2021-03-01T20:29:10.734Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
20:29:10 [2021-03-01T20:29:10.734Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
20:29:12 [2021-03-01T20:29:12.922Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
20:29:17 [2021-03-01T20:29:17.631Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
20:29:17 [2021-03-01T20:29:17.631Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
20:29:17 [2021-03-01T20:29:17.632Z] === RUN   TestDockerSuite/TestRunDNSOptions
20:29:17 [2021-03-01T20:29:17.632Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
20:29:17 [2021-03-01T20:29:17.632Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
20:29:17 [2021-03-01T20:29:17.632Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
20:29:17 [2021-03-01T20:29:17.632Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
20:29:19 [2021-03-01T20:29:19.818Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
20:29:19 [2021-03-01T20:29:19.818Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
20:29:20 [2021-03-01T20:29:20.277Z] === RUN   TestDockerSuite/TestRunDuplicateMount
20:29:20 [2021-03-01T20:29:20.277Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
20:29:22 [2021-03-01T20:29:22.504Z] === RUN   TestDockerSuite/TestRunEchoStdout
20:29:24 [2021-03-01T20:29:24.710Z] === RUN   TestDockerSuite/TestRunEmptyEnv
20:29:24 [2021-03-01T20:29:24.710Z] === RUN   TestDockerSuite/TestRunEntrypoint
20:29:26 [2021-03-01T20:29:26.899Z] === RUN   TestDockerSuite/TestRunEnvironment
20:29:26 [2021-03-01T20:29:26.899Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
20:29:26 [2021-03-01T20:29:26.899Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
20:29:26 [2021-03-01T20:29:26.899Z] === RUN   TestDockerSuite/TestRunExitCode
20:29:29 [2021-03-01T20:29:29.852Z] === RUN   TestDockerSuite/TestRunExitCodeOne
20:29:31 [2021-03-01T20:29:31.435Z] === RUN   TestDockerSuite/TestRunExitCodeZero
20:29:33 [2021-03-01T20:29:33.616Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
20:29:36 [2021-03-01T20:29:36.537Z] === RUN   TestDockerSuite/TestRunExposePort
20:29:36 [2021-03-01T20:29:36.537Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
20:29:36 [2021-03-01T20:29:36.537Z] === RUN   TestDockerSuite/TestRunGroupAdd
20:29:36 [2021-03-01T20:29:36.537Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
20:29:36 [2021-03-01T20:29:36.537Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
20:29:36 [2021-03-01T20:29:36.537Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
20:29:36 [2021-03-01T20:29:36.537Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
20:29:36 [2021-03-01T20:29:36.537Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
20:29:36 [2021-03-01T20:29:36.537Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
20:29:40 [2021-03-01T20:29:40.278Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
20:29:40 [2021-03-01T20:29:40.278Z] === RUN   TestDockerSuite/TestRunInvalidReference
20:29:40 [2021-03-01T20:29:40.278Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
20:29:40 [2021-03-01T20:29:40.278Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
20:29:40 [2021-03-01T20:29:40.278Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
20:29:40 [2021-03-01T20:29:40.278Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
20:29:40 [2021-03-01T20:29:40.278Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
20:29:47 [2021-03-01T20:29:47.417Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
20:29:47 [2021-03-01T20:29:47.417Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
20:29:49 [2021-03-01T20:29:49.009Z] === RUN   TestDockerSuite/TestRunModeHostname
20:29:49 [2021-03-01T20:29:49.009Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
20:29:49 [2021-03-01T20:29:49.009Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
20:29:49 [2021-03-01T20:29:49.009Z] === RUN   TestDockerSuite/TestRunModeIpcHost
20:29:49 [2021-03-01T20:29:49.469Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
20:29:49 [2021-03-01T20:29:49.469Z] === RUN   TestDockerSuite/TestRunModePIDContainer
20:29:49 [2021-03-01T20:29:49.469Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
20:29:49 [2021-03-01T20:29:49.469Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
20:29:49 [2021-03-01T20:29:49.469Z] === RUN   TestDockerSuite/TestRunModePIDHost
20:29:49 [2021-03-01T20:29:49.469Z] === RUN   TestDockerSuite/TestRunModeUTSHost
20:29:49 [2021-03-01T20:29:49.469Z] === RUN   TestDockerSuite/TestRunMount
20:29:49 [2021-03-01T20:29:49.469Z] === RUN   TestDockerSuite/TestRunMountOrdering
20:29:49 [2021-03-01T20:29:49.469Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
20:29:49 [2021-03-01T20:29:49.469Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
20:29:49 [2021-03-01T20:29:49.469Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
20:29:56 [2021-03-01T20:29:56.548Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
20:29:56 [2021-03-01T20:29:56.548Z] === RUN   TestDockerSuite/TestRunNamedVolume
20:29:56 [2021-03-01T20:29:56.548Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
20:29:56 [2021-03-01T20:29:56.548Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
20:30:02 [2021-03-01T20:30:02.334Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
20:30:09 [2021-03-01T20:30:09.491Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
20:30:09 [2021-03-01T20:30:09.491Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
20:30:09 [2021-03-01T20:30:09.491Z] === RUN   TestDockerSuite/TestRunNetHost
20:30:09 [2021-03-01T20:30:09.491Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
20:30:09 [2021-03-01T20:30:09.492Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
20:30:09 [2021-03-01T20:30:09.492Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
20:30:09 [2021-03-01T20:30:09.492Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
20:30:09 [2021-03-01T20:30:09.492Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
20:30:09 [2021-03-01T20:30:09.492Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
20:30:09 [2021-03-01T20:30:09.492Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
20:30:09 [2021-03-01T20:30:09.492Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
20:30:10 [2021-03-01T20:30:10.459Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
20:30:13 [2021-03-01T20:30:13.415Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
20:30:14 [2021-03-01T20:30:14.957Z] === RUN   TestDockerSuite/TestRunNonExistingImage
20:30:16 [2021-03-01T20:30:16.492Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
20:30:18 [2021-03-01T20:30:18.667Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
20:30:18 [2021-03-01T20:30:18.667Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
20:30:18 [2021-03-01T20:30:18.667Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
20:30:18 [2021-03-01T20:30:18.667Z] === RUN   TestDockerSuite/TestRunPortInUse
20:30:18 [2021-03-01T20:30:18.667Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
20:30:18 [2021-03-01T20:30:18.667Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
20:30:18 [2021-03-01T20:30:18.667Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
20:30:18 [2021-03-01T20:30:18.667Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
20:30:18 [2021-03-01T20:30:18.667Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
20:30:21 [2021-03-01T20:30:21.592Z] === RUN   TestDockerSuite/TestRunPublishPort
20:30:21 [2021-03-01T20:30:21.592Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
20:30:21 [2021-03-01T20:30:21.592Z] === RUN   TestDockerSuite/TestRunReadProcLatency
20:30:21 [2021-03-01T20:30:21.592Z] === RUN   TestDockerSuite/TestRunReadProcTimer
20:30:21 [2021-03-01T20:30:21.592Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
20:30:21 [2021-03-01T20:30:21.592Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
20:30:30 [2021-03-01T20:30:30.156Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
20:30:30 [2021-03-01T20:30:30.156Z] === RUN   TestDockerSuite/TestRunRm
20:30:31 [2021-03-01T20:30:31.693Z] === RUN   TestDockerSuite/TestRunRmAndWait
20:30:37 [2021-03-01T20:30:37.479Z] === RUN   TestDockerSuite/TestRunRmPre125Api
20:30:39 [2021-03-01T20:30:39.654Z] === RUN   TestDockerSuite/TestRunRootWorkdir
20:30:46 [2021-03-01T20:30:46.725Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
20:30:48 [2021-03-01T20:30:48.966Z] === RUN   TestDockerSuite/TestRunSetMacAddress
20:30:51 [2021-03-01T20:30:51.871Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
20:30:51 [2021-03-01T20:30:51.871Z] === RUN   TestDockerSuite/TestRunState
20:30:51 [2021-03-01T20:30:51.871Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
20:30:54 [2021-03-01T20:30:54.051Z] === RUN   TestDockerSuite/TestRunStdinPipe
20:30:54 [2021-03-01T20:30:54.051Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
20:30:56 [2021-03-01T20:30:56.229Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
20:30:56 [2021-03-01T20:30:56.229Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
20:30:56 [2021-03-01T20:30:56.229Z] === RUN   TestDockerSuite/TestRunTLSVerify
20:30:56 [2021-03-01T20:30:56.229Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
20:30:56 [2021-03-01T20:30:56.229Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
20:30:56 [2021-03-01T20:30:56.229Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
20:31:01 [2021-03-01T20:31:01.003Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
20:31:01 [2021-03-01T20:31:01.003Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
20:31:01 [2021-03-01T20:31:01.003Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
20:31:01 [2021-03-01T20:31:01.003Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
20:31:01 [2021-03-01T20:31:01.003Z] === RUN   TestDockerSuite/TestRunUnshareProc
20:31:01 [2021-03-01T20:31:01.003Z] === RUN   TestDockerSuite/TestRunUserByID
20:31:01 [2021-03-01T20:31:01.003Z] === RUN   TestDockerSuite/TestRunUserByIDBig
20:31:01 [2021-03-01T20:31:01.003Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
20:31:01 [2021-03-01T20:31:01.003Z] === RUN   TestDockerSuite/TestRunUserByIDZero
20:31:01 [2021-03-01T20:31:01.003Z] === RUN   TestDockerSuite/TestRunUserByName
20:31:01 [2021-03-01T20:31:01.003Z] === RUN   TestDockerSuite/TestRunUserDefaults
20:31:03 [2021-03-01T20:31:03.254Z] === RUN   TestDockerSuite/TestRunUserNotFound
20:31:03 [2021-03-01T20:31:03.254Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
20:31:05 [2021-03-01T20:31:05.437Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
20:31:05 [2021-03-01T20:31:05.437Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
20:31:05 [2021-03-01T20:31:05.437Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
20:31:08 [2021-03-01T20:31:08.407Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
20:31:15 [2021-03-01T20:31:15.576Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
20:31:20 [2021-03-01T20:31:20.299Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
20:31:27 [2021-03-01T20:31:27.422Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
20:31:27 [2021-03-01T20:31:27.422Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
20:31:27 [2021-03-01T20:31:27.422Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
20:31:29 [2021-03-01T20:31:29.601Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
20:31:31 [2021-03-01T20:31:31.778Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
20:31:33 [2021-03-01T20:31:33.962Z] === RUN   TestDockerSuite/TestRunWithBadDevice
20:31:33 [2021-03-01T20:31:33.962Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
20:31:33 [2021-03-01T20:31:33.962Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
20:31:33 [2021-03-01T20:31:33.962Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
20:31:33 [2021-03-01T20:31:33.962Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
20:31:33 [2021-03-01T20:31:33.962Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
20:31:33 [2021-03-01T20:31:33.962Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
20:31:33 [2021-03-01T20:31:33.962Z] === RUN   TestDockerSuite/TestRunWithUlimits
20:31:34 [2021-03-01T20:31:34.422Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
20:31:38 [2021-03-01T20:31:38.163Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
20:31:40 [2021-03-01T20:31:40.394Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
20:31:42 [2021-03-01T20:31:42.574Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveCheckTimes
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveImageId
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveLoadParents
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveMultipleNames
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveSingleTag
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
20:31:47 [2021-03-01T20:31:47.395Z] === RUN   TestDockerSuite/TestSearchCmdOptions
20:31:49 [2021-03-01T20:31:49.578Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
20:31:49 [2021-03-01T20:31:49.578Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
20:31:50 [2021-03-01T20:31:50.037Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
20:31:50 [2021-03-01T20:31:50.498Z] === RUN   TestDockerSuite/TestSearchWithLimit
20:31:52 [2021-03-01T20:31:52.039Z] === RUN   TestDockerSuite/TestSlowStdinClosing
20:32:04 [2021-03-01T20:32:04.435Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
20:32:04 [2021-03-01T20:32:04.435Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
20:32:11 [2021-03-01T20:32:11.563Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
20:32:11 [2021-03-01T20:32:11.563Z] === RUN   TestDockerSuite/TestStartAttachSilent
20:32:16 [2021-03-01T20:32:16.258Z] === RUN   TestDockerSuite/TestStartAttachWithRename
20:32:16 [2021-03-01T20:32:16.258Z] === RUN   TestDockerSuite/TestStartMultipleContainers
20:32:16 [2021-03-01T20:32:16.258Z] === RUN   TestDockerSuite/TestStartPausedContainer
20:32:16 [2021-03-01T20:32:16.258Z] === RUN   TestDockerSuite/TestStartRecordError
20:32:16 [2021-03-01T20:32:16.258Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
20:32:26 [2021-03-01T20:32:26.581Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
20:32:26 [2021-03-01T20:32:26.581Z] === RUN   TestDockerSuite/TestStatsAllNoStream
20:32:26 [2021-03-01T20:32:26.581Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
20:32:26 [2021-03-01T20:32:26.581Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
20:32:26 [2021-03-01T20:32:26.581Z] === RUN   TestDockerSuite/TestStatsFormatAll
20:32:26 [2021-03-01T20:32:26.581Z] === RUN   TestDockerSuite/TestStatsNoStream
20:32:26 [2021-03-01T20:32:26.581Z] === RUN   TestDockerSuite/TestTopMultipleArgs
20:32:28 [2021-03-01T20:32:28.765Z] === RUN   TestDockerSuite/TestTopNonPrivileged
20:32:30 [2021-03-01T20:32:30.952Z] === RUN   TestDockerSuite/TestTopPrivileged
20:32:30 [2021-03-01T20:32:30.952Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
20:32:33 [2021-03-01T20:32:33.132Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
20:32:33 [2021-03-01T20:32:33.132Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
20:32:33 [2021-03-01T20:32:33.132Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
20:32:33 [2021-03-01T20:32:33.132Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
20:32:33 [2021-03-01T20:32:33.132Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
20:32:33 [2021-03-01T20:32:33.132Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
20:32:33 [2021-03-01T20:32:33.593Z] === RUN   TestDockerSuite/TestVolumeCLICreate
20:32:48 [2021-03-01T20:32:48.502Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
20:32:48 [2021-03-01T20:32:48.961Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
20:32:48 [2021-03-01T20:32:48.961Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
20:32:48 [2021-03-01T20:32:48.961Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
20:32:49 [2021-03-01T20:32:49.436Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
20:32:49 [2021-03-01T20:32:49.895Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
20:32:49 [2021-03-01T20:32:49.895Z] === RUN   TestDockerSuite/TestVolumeCLILs
20:32:52 [2021-03-01T20:32:52.842Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
20:32:52 [2021-03-01T20:32:52.842Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
20:32:55 [2021-03-01T20:32:55.817Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
20:32:56 [2021-03-01T20:32:56.277Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
20:32:56 [2021-03-01T20:32:56.736Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
20:32:56 [2021-03-01T20:32:56.736Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
20:32:56 [2021-03-01T20:32:56.736Z] === RUN   TestDockerSuite/TestVolumeCLIRm
20:33:11 [2021-03-01T20:33:11.566Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
20:33:11 [2021-03-01T20:33:11.566Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
20:33:11 [2021-03-01T20:33:11.566Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
20:33:11 [2021-03-01T20:33:11.566Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
20:33:11 [2021-03-01T20:33:11.566Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
20:33:17 [2021-03-01T20:33:17.360Z] === RUN   TestDockerSuite/TestVolumeLsFormat
20:33:17 [2021-03-01T20:33:17.360Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
20:33:17 [2021-03-01T20:33:17.819Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
20:33:26 [2021-03-01T20:33:26.456Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
20:33:26 [2021-03-01T20:33:26.456Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
20:33:28 [2021-03-01T20:33:28.000Z] --- PASS: TestDockerSuite (2563.46s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.85s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.59s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (120.58s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.27s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.58s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.20s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.20s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_run_test.go:3179: unmatched requirement Apparmor
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_run_test.go:3157: unmatched requirement Apparmor
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.15s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.49s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (104.54s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.46s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.66s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.93s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.95s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.89s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.22s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.57s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.97s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.18s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (4.77s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.12s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.31s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.74s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.58s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.55s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddTar (61.67s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.35s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (21.90s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.51s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.08s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.86s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.67s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.82s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.39s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.75s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.40s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.61s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.69s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.42s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.39s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.43s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.35s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.52s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.02s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.58s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.60s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.60s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.34s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.32s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.06s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.39s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.51s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.00s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.98s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.52s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.88s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.71s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.23s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.67s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.37s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.18s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.00s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (31.46s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.70s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (26.22s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.55s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.61s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (8.39s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.75s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.89s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (61.34s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.34s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.34s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (92.01s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.80s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.75s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.62s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.91s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (14.47s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (31.35s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (19.24s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.64s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (104.25s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.39s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.65s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.22s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.53s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.56s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.46s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.32s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.76s)
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s)
20:33:28 [2021-03-01T20:33:28.000Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.000Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.05s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.05s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.87s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.87s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.69s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildFails (2.53s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.46s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.45s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildForceRm (11.32s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildFromGit (5.52s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.41s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.32s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.74s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.63s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.44s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildHistory (11.99s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildIidFile (1.08s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.31s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.80s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.12s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildLabel (1.04s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.03s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.69s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.06s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.67s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.92s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.59s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.67s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.85s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (19.92s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.72s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (35.94s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.20s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.46s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.06s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.53s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.22s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (12.24s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.70s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.76s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.42s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.46s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.24s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.90s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.07s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.36s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (13.62s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.66s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.66s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.04s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.92s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.05s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.81s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.16s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.30s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (40.97s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (22.65s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildRm (12.50s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.29s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s)
20:33:28 [2021-03-01T20:33:28.001Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.49s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.85s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.52s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (4.17s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (19.91s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.71s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.70s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.14s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.31s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.51s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildStderr (4.54s)
20:33:28 [2021-03-01T20:33:28.001Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.06s)
20:33:28 [2021-03-01T20:33:28.466Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s)
20:33:28 [2021-03-01T20:33:28.466Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.466Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.04s)
20:33:28 [2021-03-01T20:33:28.466Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.26s)
20:33:28 [2021-03-01T20:33:28.466Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (4.52s)
20:33:28 [2021-03-01T20:33:28.466Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.11s)
20:33:28 [2021-03-01T20:33:28.466Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
20:33:28 [2021-03-01T20:33:28.466Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.466Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
20:33:28 [2021-03-01T20:33:28.466Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.466Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
20:33:28 [2021-03-01T20:33:28.466Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.466Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (4.07s)
20:33:28 [2021-03-01T20:33:28.466Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.58s)
20:33:28 [2021-03-01T20:33:28.466Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.80s)
20:33:28 [2021-03-01T20:33:28.466Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.50s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.85s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (8.40s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.29s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.49s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.48s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.26s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.37s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.70s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.26s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.71s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.99s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_sni_test.go:18: Flakey test
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.22s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.36s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCommitChange (4.82s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (4.25s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCommitNewFile (6.55s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCommitTTY (6.55s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.12s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (6.54s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.69s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.25s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.32s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.42s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.69s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.24s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.24s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.34s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.26s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.23s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (2.02s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.58s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.40s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (8.72s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.14s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.80s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.32s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.30s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.40s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.04s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.93s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.16s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.60s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (7.64s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.66s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.59s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000794860_<nil>} (2.58s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1754231538_c:\foo_false__<nil>_<nil>_<nil>} (2.51s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1754231538_c:\foo_true__<nil>_<nil>_<nil>} (2.57s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
20:33:28 [2021-03-01T20:33:28.467Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (7.30s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (7.22s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.48s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.38s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.57s)
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.467Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
20:33:28 [2021-03-01T20:33:28.467Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCpToCaseE (18.60s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCpToCaseH (18.57s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCpToDot (2.47s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.57s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.20s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.20s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.15s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.45s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.02s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.71s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.21s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateRM (0.35s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.36s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.88s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.44s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.28s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.19s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.53s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestDockerFails (0.07s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.44s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.30s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.47s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (7.93s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsCopy (4.97s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (5.20s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.35s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.87s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (3.87s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (1.18s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.06s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.76s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsFormat (4.68s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.18s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsRename (2.53s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsResize (2.75s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.41s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.65s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.79s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.75s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.90s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.96s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.01s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.24s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.13s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.25s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.05s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.11s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.32s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecInspectID (5.06s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.52s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.29s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.11s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestGetContainerStats (6.23s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.23s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.18s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.11s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.33s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.32s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.66s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.08s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.87s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.20s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.78s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.21s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.81s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.48s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.45s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.26s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
20:33:28 [2021-03-01T20:33:28.468Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (7.43s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.21s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.41s)
20:33:28 [2021-03-01T20:33:28.468Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.29s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.27s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.30s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.30s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.33s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.08s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.08s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.15s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.58s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.71s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.25s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.32s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.19s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.28s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.27s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.31s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.97s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.05s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.70s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.48s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.28s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.17s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.28s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.49s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.49s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.52s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.37s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.33s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsSince (9.29s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsTail (2.76s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.66s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (7.13s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.55s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.53s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPsByOrder (9.35s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (12.82s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.82s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.02s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.66s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.95s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.47s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.68s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPsShowMounts (7.76s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.65s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.35s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.97s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.43s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.17s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.41s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.40s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.90s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.76s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (4.20s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.29s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (4.26s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.08s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.28s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.19s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.85s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.73s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.61s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.82s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (12.12s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.15s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiTag (0.67s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.37s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.64s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.65s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.52s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.23s)
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.469Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
20:33:28 [2021-03-01T20:33:28.469Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.06s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.51s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.90s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.21s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (7.16s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.32s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunBindMounts (4.55s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.50s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.24s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (2.00s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.39s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.34s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.20s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.16s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.99s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.13s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.30s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.23s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.30s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.28s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.39s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.17s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.21s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.28s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.06s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.97s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.08s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.74s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.03s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.18s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.83s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (7.28s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.36s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.33s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.31s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.17s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.01s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.60s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2884: unmatched requirement Apparmor
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.73s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
20:33:28 [2021-03-01T20:33:28.470Z]         docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunRm (2.45s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.54s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.28s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (7.12s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.29s)
20:33:28 [2021-03-01T20:33:28.470Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.56s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.48s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.99s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.69s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:2923: unmatched requirement Apparmor
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (2.28s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.21s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.09s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.14s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.58s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.54s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.40s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.22s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.32s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.09s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.71s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.25s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.51s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:3040: unmatched requirement Apparmor
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.25s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.69s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (11.56s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.98s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (4.12s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.53s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.26s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.40s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.24s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.33s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.84s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.10s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.43s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (12.69s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.60s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.77s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.31s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.82s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
20:33:28 [2021-03-01T20:33:28.471Z]         docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.48s)
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
20:33:28 [2021-03-01T20:33:28.471Z] === RUN   TestDockerRegistrySuite/TestV2Only
20:33:28 [2021-03-01T20:33:28.471Z] --- PASS: TestDockerRegistrySuite (0.13s)
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
20:33:28 [2021-03-01T20:33:28.471Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.471Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
20:33:28 [2021-03-01T20:33:28.472Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
20:33:28 [2021-03-01T20:33:28.472Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthTokenSuite
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
20:33:28 [2021-03-01T20:33:28.472Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:268: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:268: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:268: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:268: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:268: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerDaemonSuite
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
20:33:28 [2021-03-01T20:33:28.472Z] --- PASS: TestDockerDaemonSuite (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:302: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:302: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:302: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerSwarmSuite
20:33:28 [2021-03-01T20:33:28.472Z] --- PASS: TestDockerSwarmSuite (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite/TestPluginCreate
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite/TestPluginInspect
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerPluginSuite/TestPluginSet
20:33:28 [2021-03-01T20:33:28.472Z] --- PASS: TestDockerPluginSuite (0.02s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerExternalVolumeSuite
20:33:28 [2021-03-01T20:33:28.472Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]     check_test.go:128: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerNetworkSuite
20:33:28 [2021-03-01T20:33:28.472Z] --- SKIP: TestDockerNetworkSuite (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]     check_test.go:134: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] === RUN   TestDockerHubPullSuite
20:33:28 [2021-03-01T20:33:28.472Z] --- SKIP: TestDockerHubPullSuite (0.00s)
20:33:28 [2021-03-01T20:33:28.472Z]     check_test.go:142: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] PASS
20:33:28 [2021-03-01T20:33:28.472Z] ok  	github.com/docker/docker/integration-cli	2563.981s
20:33:28 [2021-03-01T20:33:28.472Z] 
20:33:28 [2021-03-01T20:33:28.472Z] === Skipped
20:33:28 [2021-03-01T20:33:28.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s)
20:33:28 [2021-03-01T20:33:28.472Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] 
20:33:28 [2021-03-01T20:33:28.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
20:33:28 [2021-03-01T20:33:28.472Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] 
20:33:28 [2021-03-01T20:33:28.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
20:33:28 [2021-03-01T20:33:28.472Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] 
20:33:28 [2021-03-01T20:33:28.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
20:33:28 [2021-03-01T20:33:28.472Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] 
20:33:28 [2021-03-01T20:33:28.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
20:33:28 [2021-03-01T20:33:28.472Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] 
20:33:28 [2021-03-01T20:33:28.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
20:33:28 [2021-03-01T20:33:28.472Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] 
20:33:28 [2021-03-01T20:33:28.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
20:33:28 [2021-03-01T20:33:28.472Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
20:33:28 [2021-03-01T20:33:28.472Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.472Z] 
20:33:28 [2021-03-01T20:33:28.472Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_cli_run_test.go:3179: unmatched requirement Apparmor
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_cli_run_test.go:3157: unmatched requirement Apparmor
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.46s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.46s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
20:33:28 [2021-03-01T20:33:28.473Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.473Z] 
20:33:28 [2021-03-01T20:33:28.473Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
20:33:28 [2021-03-01T20:33:28.473Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.35s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.35s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.86s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.86s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.32s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.06s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.06s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.34s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.34s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.31s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.31s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.36s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
20:33:28 [2021-03-01T20:33:28.935Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.935Z] 
20:33:28 [2021-03-01T20:33:28.935Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.37s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.31s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_sni_test.go:18: Flakey test
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.03s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.03s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.936Z] 
20:33:28 [2021-03-01T20:33:28.936Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
20:33:28 [2021-03-01T20:33:28.936Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
20:33:28 [2021-03-01T20:33:28.937Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.937Z] 
20:33:28 [2021-03-01T20:33:28.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
20:33:28 [2021-03-01T20:33:28.938Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.938Z] 
20:33:28 [2021-03-01T20:33:28.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
20:33:28 [2021-03-01T20:33:28.938Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.03s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.03s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
20:33:28 [2021-03-01T20:33:28.939Z]         docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.939Z] 
20:33:28 [2021-03-01T20:33:28.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.03s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.03s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2884: unmatched requirement Apparmor
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
20:33:28 [2021-03-01T20:33:28.940Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.940Z] 
20:33:28 [2021-03-01T20:33:28.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:2923: unmatched requirement Apparmor
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
20:33:28 [2021-03-01T20:33:28.941Z] 
20:33:28 [2021-03-01T20:33:28.941Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
20:33:28 [2021-03-01T20:33:28.941Z]         docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_run_test.go:3040: unmatched requirement Apparmor
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.03s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.401Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
20:33:29 [2021-03-01T20:33:29.401Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.401Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
20:33:29 [2021-03-01T20:33:29.402Z]         docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:185: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.402Z] 
20:33:29 [2021-03-01T20:33:29.402Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
20:33:29 [2021-03-01T20:33:29.402Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:212: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:239: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:268: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:268: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:268: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:268: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:268: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:302: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:302: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:302: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]         check_test.go:407: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     check_test.go:128: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     check_test.go:134: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
20:33:29 [2021-03-01T20:33:29.403Z]     check_test.go:142: unmatched requirement DaemonIsLinux
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] DONE 1093 tests, 547 skipped in 2572.655s
20:33:29 [2021-03-01T20:33:29.403Z] INFO: Integration tests ended at 03/01/2021 20:33:29. Duration:00:42:52.9394652
20:33:29 [2021-03-01T20:33:29.403Z] INFO: Docker info of the daemon under test at end of run
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] Containers: 2
20:33:29 [2021-03-01T20:33:29.403Z]  Running: 0
20:33:29 [2021-03-01T20:33:29.403Z]  Paused: 0
20:33:29 [2021-03-01T20:33:29.403Z]  Stopped: 2
20:33:29 [2021-03-01T20:33:29.403Z] Images: 18
20:33:29 [2021-03-01T20:33:29.403Z] Server Version: 0.0.0-dev
20:33:29 [2021-03-01T20:33:29.403Z] Storage Driver: windowsfilter
20:33:29 [2021-03-01T20:33:29.403Z]  Windows: 
20:33:29 [2021-03-01T20:33:29.403Z] Logging Driver: json-file
20:33:29 [2021-03-01T20:33:29.403Z] Plugins: 
20:33:29 [2021-03-01T20:33:29.403Z]  Volume: local
20:33:29 [2021-03-01T20:33:29.403Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
20:33:29 [2021-03-01T20:33:29.403Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
20:33:29 [2021-03-01T20:33:29.403Z] Swarm: inactive
20:33:29 [2021-03-01T20:33:29.403Z] Default Isolation: process
20:33:29 [2021-03-01T20:33:29.403Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
20:33:29 [2021-03-01T20:33:29.403Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697)
20:33:29 [2021-03-01T20:33:29.403Z] OSType: windows
20:33:29 [2021-03-01T20:33:29.403Z] Architecture: x86_64
20:33:29 [2021-03-01T20:33:29.403Z] CPUs: 4
20:33:29 [2021-03-01T20:33:29.403Z] Total Memory: 32GiB
20:33:29 [2021-03-01T20:33:29.403Z] Name: azwin-2-60d050
20:33:29 [2021-03-01T20:33:29.403Z] ID: 27OL:PU3H:4EMR:N6I6:AX57:HB7Y:2KIZ:HRWK:T2WC:RAIE:T5EM:Z465
20:33:29 [2021-03-01T20:33:29.403Z] Docker Root Dir: D:\CI\PR-42102\1\daemon
20:33:29 [2021-03-01T20:33:29.403Z] Debug Mode (client): false
20:33:29 [2021-03-01T20:33:29.403Z] Debug Mode (server): true
20:33:29 [2021-03-01T20:33:29.403Z]  File Descriptors: -1
20:33:29 [2021-03-01T20:33:29.403Z]  Goroutines: 17
20:33:29 [2021-03-01T20:33:29.403Z]  System Time: 2021-03-01T20:33:29.2394087Z
20:33:29 [2021-03-01T20:33:29.403Z]  EventsListeners: 0
20:33:29 [2021-03-01T20:33:29.403Z] Registry: https://index.docker.io/v1/
20:33:29 [2021-03-01T20:33:29.403Z] Labels:
20:33:29 [2021-03-01T20:33:29.403Z] Experimental: false
20:33:29 [2021-03-01T20:33:29.403Z] Insecure Registries:
20:33:29 [2021-03-01T20:33:29.403Z]  127.0.0.0/8
20:33:29 [2021-03-01T20:33:29.403Z] Live Restore Enabled: false
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] 
20:33:29 [2021-03-01T20:33:29.403Z] INFO: Stopping daemon under test
20:33:29 [2021-03-01T20:33:29.863Z] SUCCESS: The process with PID 4328 (child process of PID 6140) has been terminated.
20:33:29 [2021-03-01T20:33:29.863Z] SUCCESS: The process with PID 6140 (child process of PID 2604) has been terminated.
20:33:29 [2021-03-01T20:33:29.863Z] INFO: Stop tailing logs of the daemon under tests
20:33:29 [2021-03-01T20:33:29.863Z] INFO: executeCI.ps1 Completed successfully at 03/01/2021 20:33:29.
20:33:29 [2021-03-01T20:33:29.863Z] INFO: Tidying up at end of run
20:33:29 [2021-03-01T20:33:29.863Z] INFO: Saving daemon under test log (d:\CI\PR-42102\1\dut.out) to bundles\CIDUT.out
20:33:29 [2021-03-01T20:33:29.863Z] INFO: Saving daemon under test log (d:\CI\PR-42102\1\dut.err) to bundles\CIDUT.err
20:33:29 [2021-03-01T20:33:29.863Z] INFO: Nuke-Everything...
20:33:30 [2021-03-01T20:33:30.323Z] INFO: Container count on control daemon to delete is 2
20:33:30 [2021-03-01T20:33:30.782Z] c1fd15b271fd
20:33:30 [2021-03-01T20:33:30.782Z] ff106fe8f7ca
20:33:30 [2021-03-01T20:33:30.782Z] INFO: Tidying pidfile d:\CI\PR-42102\1\docker.pid
20:33:30 [2021-03-01T20:33:30.782Z] INFO: Nuking d:\CI
20:34:00 [2021-03-01T20:34:00.838Z] INFO: Zapped successfully
20:34:00 [2021-03-01T20:34:00.838Z] 
20:34:00 [2021-03-01T20:34:00.838Z] INFO: executeCI.ps1 exiting at Mon Mar  1 20:33:57 CUT 2021. Duration 01:20:08.8331940
20:34:00 [2021-03-01T20:34:00.838Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
20:34:01 [2021-03-01T20:34:01.117Z] Recording test results
20:34:08 [2021-03-01T20:34:08.330Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
20:34:09 [2021-03-01T20:34:09.823Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] archiveArtifacts
20:34:11 [2021-03-01T20:34:11.579Z] Archiving artifacts
20:34:25 [2021-03-01T20:34:25.506Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42102/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
20:34:26 [2021-03-01T20:34:26.446Z] + make clean
20:34:27 [2021-03-01T20:34:27.989Z] docker volume rm -f docker-dev-cache
20:34:28 [2021-03-01T20:34:28.448Z] 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